add it to xmobar

This commit is contained in:
Sakooooo 2023-07-25 16:05:58 +03:00
parent 615f2cb5ac
commit 0bcca23d24
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -12,7 +12,7 @@ Config {
-- layout -- layout
, sepChar = "%" -- delineator between plugin names and straight text , sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" -- separator between left-right alignment , alignSep = "}{" -- separator between left-right alignment
, template = " <icon=nixos-logo.xpm/> %XMonadLog% | %battery% | %multicpu% | %memory% }{ %Volume% | %date% | %kbd% %_XMONAD_TRAYPAD%" , template = " <icon=nixos-logo.xpm/> %XMonadLog% | %battery% | %multicpu% | %memory% }{ %vol% | %date% | %kbd% %_XMONAD_TRAYPAD%"
-- general behavior -- general behavior
, lowerOnStart = True -- send to bottom of window stack on start , lowerOnStart = True -- send to bottom of window stack on start
@ -83,8 +83,6 @@ Config {
] 10 ] 10
, Run XPropertyLog "_XMONAD_TRAYPAD" , Run XPropertyLog "_XMONAD_TRAYPAD"
, Run Com "/home/sako/.config/xmobar/scripts/volume.sh" [] "vol" 30
-- battery monitor -- battery monitor
, Run Battery [ "--template" , "Batt: <acstatus>" , Run Battery [ "--template" , "Batt: <acstatus>"
, "--Low" , "10" -- units: % , "--Low" , "10" -- units: %
@ -101,7 +99,7 @@ Config {
-- charged status -- charged status
, "-i" , "<fc=#006000>Charged</fc>" , "-i" , "<fc=#006000>Charged</fc>"
] 50 ] 50
, Run Volume "default" "Master" [] 10 , Run Com "/home/sako/.config/xmobar/scripts/pulsevol.sh" [] "vol" 10
-- time and date indicator -- time and date indicator
-- (%F = y-m-d date, %a = day of week, %T = h:m:s time) -- (%F = y-m-d date, %a = day of week, %T = h:m:s time)