From f8b074a9a0323c9a833edcfd653f7bb96625a900 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 Feb 2023 19:13:07 -0300 Subject: Use `hostname` to pick xmobar config --- etc/xmobar/velhinho | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 etc/xmobar/velhinho (limited to 'etc/xmobar/velhinho') diff --git a/etc/xmobar/velhinho b/etc/xmobar/velhinho new file mode 100644 index 00000000..bfcfcf16 --- /dev/null +++ b/etc/xmobar/velhinho @@ -0,0 +1,24 @@ +Config { + font = "xft:9" + , commands = [ + Run Cpu ["-L","3","-H","50", "--normal","#5ea2a4","--high","red"] 10 + , Run Memory ["-t", "Mem: %"] 30 + , Run Swap [] 30 + , Run Date "%A, %Y-%m-%d %H:%M:%S" "date" 10 + , Run DiskU [("/", " ()")] [] 600 + , Run Wireless "wlp1s0" [] 100 + , Run Volume "default" "Master" [] 10 + , Run Battery [ + "-t", ": % - ", + "--", + "-O", "AC", + "-i", "Full", + "-o", "Bat", + "-p", "orange", + "-h", "green", + "-l", "red"] + 10 + , Run CommandReader "forever -q x sleep 1 AND player synopsis" "mpris" + ] + , template = " %default:Master%| %mpris% } { %wlp1s0wi% | %cpu% | %battery% | %disku% | %memory% * %swap% | %date% " +} -- cgit v1.3