From 6ea968f372483607e8a1fa08a7e1d5bd16809c3f Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 19 Jul 2023 17:48:04 -0400 Subject: refactor: `alsi` output --- .config/alsi/alsi.output | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 .config/alsi/alsi.output diff --git a/.config/alsi/alsi.output b/.config/alsi/alsi.output old mode 100644 new mode 100755 index 1a9e677..347ad29 --- a/.config/alsi/alsi.output +++ b/.config/alsi/alsi.output @@ -35,14 +35,14 @@ {HARDCODED => "\e[1;37m\e[41mHardware Information:\e[0m"}, {CPU => '%sCPU:%s %s'}, # CPU name - {RAM => '%sRAM:%s %s'}, # RAM usage {HARDCODED => "\e[1;34mGPU:\e[0m GNUvisor LiberonX Pro (GLP-FTX 256)"}, - # {SWAP => '%sSWAP:%s %s'}, # SWAP usage + {RAM => '%sRAM:%s %s'}, # RAM usage + {SWAP => '%sSWAP:%s %s'}, # SWAP usage {HARDCODED => "\n"}, # {PARTITIONS => undef}, # Partitions goes here - {HARDCODED => "\e[1;37m\e[41mTheme Information:\e[0m"}, - {GTK2_THEME => '%sGTK2 theme:%s %s'}, # Gtk2 theme + {HARDCODED => "\e[1;37m\e[41mOther Information:\e[0m"}, {GTK3_THEME => '%sGTK3 theme:%s %s'}, + # {GTK2_THEME => '%sGTK2 theme:%s %s'}, # Gtk2 theme ] -- cgit v1.2.3