From 7899c19f5ab2f1dd16a8116b36948511b7f42093 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Feb 2025 10:47:56 -0300 Subject: etc/xmobar/novinho: Add config for novinho derived from velhinho --- etc/xmobar/novinho | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 etc/xmobar/novinho (limited to 'etc/xmobar/novinho') diff --git a/etc/xmobar/novinho b/etc/xmobar/novinho new file mode 100644 index 00000000..eee80872 --- /dev/null +++ b/etc/xmobar/novinho @@ -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 "wlp2s0" [] 100 + , Run Volume "default" "Master" [] 10 + , Run Battery [ + "-t", ": % - ", + "--", + "-O", "AC", + "-i", "Full", + "-o", "Bat", + "-p", "orange", + "-h", "green", + "-l", "red"] + 10 + , Run CommandReader "player synopsis-f" "mpris" + ] + , template = " %default:Master%| %mpris% } { %wlp2s0wi% | %cpu% | %battery% | %disku% | %memory% * %swap% | %date% " +} -- cgit v1.3