removed battery now that I am using powerkit on laptops
This commit is contained in:
parent
6034875432
commit
513d7c3415
@ -12,7 +12,7 @@ Config {
|
||||
-- layout
|
||||
, sepChar = "%" -- delineator between plugin names and straight text
|
||||
, alignSep = "}{" -- separator between left-right alignment
|
||||
, template = " <action=`xdotool key super+a`><icon=haskell_20.xpm/></action> %cpu% %memory% %dynnetwork% %battery% } %UnsafeStdinReader% { %date% <fc=#9da5ae>|</fc> %YPAD% <fc=#9da5ae>|</fc> %updates% %trayerpad%"
|
||||
, template = " <action=`xdotool key super+a`><icon=haskell_20.xpm/></action> %cpu% %memory% %dynnetwork% } %UnsafeStdinReader% { %date% <fc=#9da5ae>|</fc> %YPAD% <fc=#9da5ae>|</fc> %updates% %trayerpad%"
|
||||
|
||||
-- general behavior
|
||||
, lowerOnStart = True -- send to bottom of window stack on start
|
||||
@ -102,14 +102,14 @@ Config {
|
||||
-- Battery information. This is likely to require some customization
|
||||
-- based upon your specific hardware. Or, for a desktop you may want
|
||||
-- to just remove this section entirely.
|
||||
, Run BatteryP ["BAT0"]
|
||||
[ "--template", "<acstatus> <left>%, <timeleft>"
|
||||
, "-L", "10", "-H", "80"
|
||||
, "-l", "#882410", "-h", "#95C05D"
|
||||
, "--", "-O", "Charging", "-o", "Battery"
|
||||
-- , "-a", "notify-send -u critical 'Battery running out!!'"
|
||||
-- , "-A", "10"
|
||||
] 10
|
||||
-- , Run BatteryP ["BAT0"]
|
||||
-- [ "--template", "<acstatus> <left>%, <timeleft>"
|
||||
-- , "-L", "10", "-H", "80"
|
||||
-- , "-l", "#882410", "-h", "#95C05D"
|
||||
-- , "--", "-O", "Charging", "-o", "Battery"
|
||||
-- -- , "-a", "notify-send -u critical 'Battery running out!!'"
|
||||
-- -- , "-A", "10"
|
||||
-- ] 10
|
||||
|
||||
-- Runs a standard shell command 'uname -r' to get kernel version
|
||||
-- , Run Com "uname" ["-r"] "" 3600
|
||||
|
||||
Loading…
Reference in New Issue
Block a user