diff --git a/.config/xmobar/xmobarrc0 b/.config/xmobar/xmobarrc0 index aa1392b..1b7684f 100755 --- a/.config/xmobar/xmobarrc0 +++ b/.config/xmobar/xmobarrc0 @@ -26,14 +26,20 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t , Run Memory ["-t", "\xf233 mem: M (%)"] 20 -- Disk space free , Run DiskU [("/", "\xf0c7 hdd: free")] [] 60 + -- Echos a "bell" icon in front of the pacman updates. + , Run Com "echo" ["\xf0f3"] "echo" 3600 -- Runs custom script to check for pacman updates. -- This script is in my dotfiles repo in .local/bin. , Run Com "/home/dt/.local/bin/pacupdate" [] "pacupdate" 36000 -- Runs a standard shell command 'uname -r' to get kernel version - , Run Com "uname" ["-r"] "" 3600 + , Run Uptime ["-t", "\xf17c uptime: d h"] 360 + -- Script that dynamically adjusts xmobar padding depending on number of trayer icons. + , Run Com "/home/dt/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 20 + -- Prints out the left side items such as workspaces, layout, etc. + -- The workspaces are 'clickable' in my configs. , Run UnsafeStdinReader ] , sepChar = "%" , alignSep = "}{" - , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% " + , template = " | %UnsafeStdinReader% }{ %uptime% %cpu% %memory% %disku% %enp6s0% %echo% %pacupdate% %date% " } diff --git a/.config/xmobar/xmobarrc1 b/.config/xmobar/xmobarrc1 index 54770c7..81d41aa 100755 --- a/.config/xmobar/xmobarrc1 +++ b/.config/xmobar/xmobarrc1 @@ -26,11 +26,13 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t , Run Memory ["-t", "\xf233 mem: M (%)"] 20 -- Disk space free , Run DiskU [("/", "\xf0c7 hdd: free")] [] 60 + -- Echos a "bell" icon in front of the pacman updates. + , Run Com "echo" ["\xf0f3"] "echo" 3600 -- Runs custom script to check for pacman updates. -- This script is in my dotfiles repo in .local/bin. , Run Com "/home/dt/.local/bin/pacupdate" [] "pacupdate" 36000 -- Runs a standard shell command 'uname -r' to get kernel version - , Run Com "uname" ["-r"] "" 3600 + , Run Uptime ["-t", "\xf17c uptime: d h"] 360 -- Script that dynamically adjusts xmobar padding depending on number of trayer icons. , Run Com "/home/dt/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 20 -- Prints out the left side items such as workspaces, layout, etc. @@ -39,5 +41,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% %trayerpad%" + , template = " | %UnsafeStdinReader% }{ %uptime% %cpu% %memory% %disku% %enp6s0% %echo% %pacupdate% %date% %trayerpad%" } diff --git a/.config/xmobar/xmobarrc2 b/.config/xmobar/xmobarrc2 index aac037d..92fda89 100755 --- a/.config/xmobar/xmobarrc2 +++ b/.config/xmobar/xmobarrc2 @@ -27,14 +27,20 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t , Run Memory ["-t", "\xf233 mem: M (%)"] 20 -- Disk space free , Run DiskU [("/", "\xf0c7 hdd: free")] [] 60 + -- Echos a "bell" icon in front of the pacman updates. + , Run Com "echo" ["\xf0f3"] "echo" 3600 -- Runs custom script to check for pacman updates. -- This script is in my dotfiles repo in .local/bin. , Run Com "/home/dt/.local/bin/pacupdate" [] "pacupdate" 36000 -- Runs a standard shell command 'uname -r' to get kernel version - , Run Com "uname" ["-r"] "" 3600 + , Run Uptime ["-t", "\xf17c uptime: d h"] 360 + -- Script that dynamically adjusts xmobar padding depending on number of trayer icons. + , Run Com "/home/dt/.config/xmobar/trayer-padding-icon.sh" [] "trayerpad" 20 + -- Prints out the left side items such as workspaces, layout, etc. + -- The workspaces are 'clickable' in my configs. , Run UnsafeStdinReader ] , sepChar = "%" , alignSep = "}{" - , template = " | %UnsafeStdinReader% }{ %uname% %cpu% %memory% %disku% %enp6s0% %pacupdate% %date% " + , template = " | %UnsafeStdinReader% }{ %uptime% %cpu% %memory% %disku% %enp6s0% %echo% %pacupdate% %date% " }