Added disk util to xmobar (xmobar config)
This commit is contained in:
parent
551e914342
commit
549aeb98c3
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,7 @@ Config {font = "Ubuntu bold 10"
|
|||
, Run Date "%a, %d %b <fn=1></fn> %H:%M:%S" "date" 10
|
||||
, Run Mpris2 "playerctld" ["-t", "<fc=#AAC0F0><artist> - <title></fc>"] 10
|
||||
, Run Memory ["-t","Mem: <fc=#AAC0F0><usedratio></fc>%"] 10
|
||||
, Run Com "/home/afonso/.config/xmobar/scripts/disk.sh" [] "disk" 10
|
||||
, Run Com "/home/afonso/.config/xmobar/scripts/cpu_temp.sh" [] "cpu" 10
|
||||
, Run Com "/home/afonso/.config/xmobar/scripts/gpu_util.sh" [] "gpu" 10
|
||||
, Run Com "/home/afonso/.config/xmobar/scripts/volume.sh" [] "volume" 10
|
||||
|
@ -40,6 +41,7 @@ Config {font = "Ubuntu bold 10"
|
|||
\%_XMONAD_LOG_0%\
|
||||
\}\
|
||||
\%date%\
|
||||
\<hspace=20/>\
|
||||
\{\
|
||||
\Playing: %mpris2%\
|
||||
\ \
|
||||
|
@ -57,6 +59,10 @@ Config {font = "Ubuntu bold 10"
|
|||
\ \
|
||||
\|\
|
||||
\ \
|
||||
\%disk%\
|
||||
\ \
|
||||
\|\
|
||||
\ \
|
||||
\ \
|
||||
\%network%\
|
||||
\ \
|
||||
|
|
Loading…
Reference in a new issue