You are not logged in.
MX Linux setup. Really love MX and XFCE.
Main thing for me is usability so a clear, grippable, unambiguous theme is important. I developed this one myself with a 7px frame.
I get better performance on this laptop with the compositor disabled despite having an decent graphic card. The response to mouse clicks is absolutely like lightning.
I've been on MX 7 months now and have no inclination to change.
Last edited by Shifu (2020-06-28 04:00:10)
Offline
New shot of my MX system. Spent a bit of time learning to theme window decorations and have been happy with the results.
Nice job ! I really like your window decorations and colours.
Offline
... hola mundo!
Last edited by mandrivaONE07 (2020-07-28 08:55:25)
Mozilla/5.0 (X11;Debian 6.0.9 "squeeze" Linux, 2.6.32-5-686->AuthenticAMD, GNOME 2.30.2) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46
Offline
Distro: Xubuntu 20.04
Launcher: Rofi with sidebar theme with changed colors
Font: Noto Sans
Wallpaper: https://wallhaven.cc/w/j528py
I also removed xfdesktop("replaced" with feh) and whisker-menu(replaced with j4-dmenu-desktop with rofi)
Another shot: https://i.imgur.com/HegiHRM.png
Offline
Distro : Debian Font : Zekton Theme : Mint-Y-Dark-Aqua Icons : Surfn-Numix-Polo Personnal wallpaper
uninstallation of all plugins (brightness, sound, networkmanager applet)
use of the genmon plugin with a script adapted to my needs
using the fonts-noto-color-emoji package for emojis in the panel
I gained in practicality, that was the goal with genmon.
#!/bin/bash
# UPTIME #
up=$(awk '{print int($1/86400)"d "int($1%86400/3600)"h "int(($1%3600)/60)"m"}' /proc/uptime)
# UTILISATION DU CPU EN POURCENTAGE #
cpu=$(top -bn 1 | awk '/Cpu/{printf "%d", $2+$4+$10}')
# TEMPÉRATURE DU CPU #
cputemp=$(awk '{print $1/1000}' /sys/class/hwmon/hwmon1/temp1_input)
# UTILISATION DE LA RAM ET SON RÉSULTAT EN POURCENTAGE #
ram=$(free -b | awk '/Mem:/{printf "%.2f",$3/1073741824}')
ramperc=$(free -b | awk '/Mem:/{printf "%d",($3/$2)*100}')
# POURCENTAGE DE LA BATTERIE ET SON STATUS #
# Pour connaître la capacité de la batterie en pourcentage #
cap=$(awk '{print $1 " %"}' /sys/class/power_supply/BAT0/capacity)
# Pour indiquer si la batterie est présente dans le pc ou non #
test $(cat /sys/class/power_supply/BAT0/uevent | awk '/POWER_SUPPLY_PRESENT=/') == 'POWER_SUPPLY_PRESENT=1' && pres="" || pres="❌ Batterie non présente"
# Pour connaître le status actuel de la batterie #
case $(awk -F'=' '/^POWER_SUPPLY_STATUS/{print $2}' /sys/class/power_supply/BAT0/uevent) in
"Charging") state="⚡ ";;
"Discharging") state="? ";;
"Full") state="✅ ";;
"Unknown") state="✅ ";;
esac
# TEMPÉRATURE DE LA NVIDIA #
gpu=$(($(</sys/class/hwmon/hwmon2/temp1_input) / 1000 ))
# AFFICHE LA DATE #
date=$(date "+%A %e %B %Y")
# AFFICHE L'HEURE #
heure=$(date "+%H:%M")
# AFFICHE LE VOLUME EN POURCENTAGE ET LE STATUS DE LA SOURDINE #
son=$(pacmd list-sinks | awk '/volume: front/{ print ($5+$12)/2}')
test $(pactl list sinks | awk '/Sourdine/{print $2}') == 'oui' && ismute=? || ismute=?
# AFFICHE LA LUMINOSITÉ EN POURCENTAGE #
lum=$(light -G | awk '{printf "%d", $1}')
# AFFICHE L'ÉTAT DE LA CONNEXION INTERNET #
# Pour indiquer sur quel réseau la wifi est connectée #
net=$(nmcli device status | awk '/wlp8s0/{print "? " $4}')
# Pour connaître l'état actuel de la carte wifi #
case $(nmcli device status | awk '/wlp8s0/{print $3}') in
"déconnecté") net="? Pas de Wifi";;
"indisponible") net="❌ Mode Avion";;
esac
# Pour indiquer que le partage internet via le téléphone en usb est actif #
case $(nmcli device status | awk '/usb0/{print $3}') in
"connecté") net="? Partage GSM usb";;
esac
# Pour indiquer que la connexion Ethernet est établie #
#case $(nmcli device status | awk '/enp7s0/{print $3}') in
# "connecté") net="? Ethernet";;
#esac
# PERMET AU SCRIPT D'ÊTRE AFFICHÉ DANS LE PANEL SUR UNE SEULE LIGNE #
echo "<txt> ? $date ? $heure ?$gpu °C $ismute $son % $pres$state$cap ? $lum % $net ⏳ $up ? $ram Go ($ramperc %) ?$cputemp °C ? $cpu %</txt>"
# PERMET DE MASQUER LA TOOLTIP SUR LE PANEL #
echo "<tool></tool>"
live to live, not live to survive !
Offline
MX Linux 19.2 Patito Feo Xfce 4.14
ToZ: I replaced "url" with "img" in both image bbcodes to get them to display
Last edited by ToZ (2020-09-16 17:31:59)
MX 21.3 Wildflower
Xfce 4.18
Offline
XFCE with MX-18.3. Customizing before I wipe to upgrade. Clean
Hello, how can I make Whisker Menu Icon bigger than other icons in panel?
I cannot resize Whisker menu icon individually.
Offline
Hello, how can I make Whisker Menu Icon bigger than other icons in panel?
I cannot resize Whisker menu icon individually.
You can simply make a higher panel for just one icon, and then another lower panel with all the rest...
Offline
Offline
Hello,
Nothing else than Xfce.
Offline
Slackware arm 14.2 XFCE - Installed on Raspberry Pi4 Model B using Sarpi project method
____________________________________________________________________________________
Slackware 14.2+Current XFCE / Conky - Installed on old convertable HP laptop
Offline
Hello I just installed Archlinux xfce and it's working great!
Fullscreen
https://i.ibb.co/YcF9dFx/Screenshot-202 … -55-45.png
Does anybody know the name of this icon theme?
Offline
Nearing the end of this awful year, I thought I'd post something different. This is MX Fluxbox, with our version of fluxbox running over Xfce 4.14 using tint2 in a vertical position like we do for default in the flagship Xfce version of MX Linux. Dock is made and managed using our own mx-dockmaker, and is usually on autohide. Wallpaper is an original photo by a very talented user, and the conky is modified from "conkyglass" by BigRZA and comes in the 50-conky collection with all 3 MX versions (KDE is the third).
[url]
[/url]
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
bluebyt wrote:Does anybody know the name of this icon theme?
https://i.ibb.co/YcF9dFx/Screenshot-202 … -55-45.png
You can see it in the output in the terminal window. It is the elementary icon theme.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
h.wurst wrote:bluebyt wrote:Does anybody know the name of this icon theme?
https://i.ibb.co/YcF9dFx/Screenshot-202 … -55-45.pngYou can see it in the output in the terminal window. It is the elementary icon theme.
ah... didnt saw that, thanks.
But i think the icons in the bottom panel are not from the elementary icon theme,
maybe these come from the panel itself. Any idea which bottom panel or icon theme that is?
Offline
Long time Xfce user love the DE, Arch Linux with default xfce4 install. Feeling retro today, my custom theme Redmond97 gtk3 theme and icon set.
Last edited by matthewmx86 (2021-01-05 02:59:20)
Offline
[ Generated in 0.012 seconds, 8 queries executed - Memory usage: 632.73 KiB (Peak: 666.01 KiB) ]