diff options
| -rwxr-xr-x | .config/alsi/alsi.output | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/alsi/alsi.output b/.config/alsi/alsi.output index 1f20ece..7ffc709 100755 --- a/.config/alsi/alsi.output +++ b/.config/alsi/alsi.output @@ -28,6 +28,8 @@ {HOSTNAME => '%sHostname:%s %s'}, # Hostname {USERNAME => '%sUsername:%s %s'}, # Username {SHELL => '%sShell:%s %s'}, # Shell + {GTK3_THEME => '%sTheme:%s %s [GTK2/3]'}, + {GTK2_ICON_THEME => '%sIcons:%s %s [GTK2/3]'}, # Gtk2 icon theme {WM_DE => '%s%s:%s %s'}, # Window Manager or Desktop Environment {HARDCODED => "\n"}, # {GTK2_ICON_THEME => '%sGTK2 icon theme:%s %s'}, # Gtk2 icon theme @@ -38,11 +40,11 @@ {HARDCODED => "\e[1;34mGPU:\e[0m GNUvisor LiberonX Pro (GLP-FTX 256)"}, {RAM => '%sRAM:%s %s'}, # RAM usage {SWAP => '%sSWAP:%s %s'}, # SWAP usage - {HARDCODED => "\n"}, + # {HARDCODED => "\n"}, # {PARTITIONS => undef}, # Partitions goes here - {HARDCODED => "\e[1;37m\e[40mOther Information:\e[0m"}, - {GTK3_THEME => '%sGTK3 theme:%s %s'}, + # {HARDCODED => "\e[1;37m\e[40mOther Information:\e[0m"}, + # {GTK3_THEME => '%sGTK3 theme:%s %s'}, # {GTK2_THEME => '%sGTK2 theme:%s %s'}, # Gtk2 theme ] |
