aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2024-06-23 10:14:48 -0400
committerBlista Kanjo2024-06-23 10:14:48 -0400
commit342f7b4f0069d834a7040dad5413366b23b8cceb (patch)
tree9a0b3d65f8aa2b8a72c72c79468e84b49aca89d4
parenta7a492eef841e29bfe639eb35f941c50a4ed197e (diff)
refactor: make `alsi` output more `neofetch`-like
-rwxr-xr-x.config/alsi/alsi.output8
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
]