diff options
author | EuAndreh <eu@euandre.org> | 2025-02-19 10:47:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-19 10:50:04 -0300 |
commit | 7899c19f5ab2f1dd16a8116b36948511b7f42093 (patch) | |
tree | a3ac12d9aad653bfccea2713c2a481c4e9148908 /etc | |
parent | etc/guix/system.scm: Add "rsync" package globally (diff) | |
download | dotfiles-7899c19f5ab2f1dd16a8116b36948511b7f42093.tar.gz dotfiles-7899c19f5ab2f1dd16a8116b36948511b7f42093.tar.xz |
etc/xmobar/novinho: Add config for novinho derived from velhinho
Diffstat (limited to 'etc')
-rw-r--r-- | etc/xmobar/novinho | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/xmobar/novinho b/etc/xmobar/novinho new file mode 100644 index 0000000..eee8087 --- /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: <usedratio>%"] 30 + , Run Swap [] 30 + , Run Date "%A, %Y-%m-%d %H:%M:%S" "date" 10 + , Run DiskU [("/", "/ - <free> (<size>)")] [] 600 + , Run Wireless "wlp2s0" [] 100 + , Run Volume "default" "Master" [] 10 + , Run Battery [ + "-t", "<acstatus>: <fc=#5ea2a4><left></fc>% - <timeleft>", + "--", + "-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% | <fc=#5ea2a4>%date%</fc> " +} |