diff options
| author | Blista Kanjo | 2024-06-23 10:14:48 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-23 10:14:48 -0400 |
| commit | 342f7b4f0069d834a7040dad5413366b23b8cceb (patch) | |
| tree | 9a0b3d65f8aa2b8a72c72c79468e84b49aca89d4 /.config/alsi/alsi.output | |
| parent | a7a492eef841e29bfe639eb35f941c50a4ed197e (diff) | |
refactor: make `alsi` output more `neofetch`-like
Diffstat (limited to '.config/alsi/alsi.output')
| -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 ] |
