mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 23:25:52 +05:30
45 lines
2.1 KiB
Plaintext
45 lines
2.1 KiB
Plaintext
Config { font = "Inconsolata 18"
|
|
, additionalFonts = ["Symbols Nerd Font 14"]
|
|
, border = NoBorder
|
|
, bgColor = "colorBgNormal"
|
|
, alpha = 200
|
|
, fgColor = "colorFgNormal"
|
|
, position = TopSize C 100 28
|
|
, textOffset = -1
|
|
, iconOffset = -1
|
|
, lowerOnStart = True
|
|
, pickBroadest = False
|
|
, persistent = False
|
|
, hideOnStart = False
|
|
, iconRoot = "."
|
|
, allDesktops = True
|
|
, overrideRedirect = True
|
|
, commands = [
|
|
Run XMonadLog
|
|
, Run Date "<fc=color06Normal> <fn=1>\xf073</fn> %a %-m/%-d/%y %-I:%M:%S%P</fc>" "date" 10
|
|
, Run BatteryP ["BAT0"]
|
|
["-t", "<acstatus>",
|
|
"-L", "10", "-H", "80", "-p", "3", "--",
|
|
"-O","<fc=colorFgNormal><fn=1>\xf313</fn></fc> <fc=color03Normal> <fn=1>\xf17e3</fn><left>% </fc>",
|
|
"-i","<fc=colorFgNormal><fn=1>\xf313</fn></fc> <fc=color03Normal> <fn=1>\xf17e7</fn><left>% </fc>",
|
|
"-o","<fc=colorFgNormal><fn=1>\xf313</fn></fc> <fc=color02Normal> <fn=1>\xf17e4</fn><left>% </fc>",
|
|
"-L", "-15", "-H", "-5",
|
|
"-l", "color02Normal", "-m", "color05Normal", "-h", "color03Normal"] 10
|
|
, Run Brightness
|
|
[ "-t", "<fc=color04Normal><fn=1>\xf0eb</fn> <percent>% </fc>", "--",
|
|
"-D", "amdgpu_bl1"
|
|
] 2
|
|
, Run Volume "default" "Master"
|
|
[ "-t", "<status>", "--"
|
|
, "--on", "<fc=color07Normal> <fn=1>\xf028</fn> <volume>% </fc>"
|
|
, "--onc", "color07Normal"
|
|
, "--off", "<fc=color06Normal> <fn=1>\xf026</fn> Mute </fc>"
|
|
, "--offc", "color06Normal"
|
|
] 1
|
|
]
|
|
, sepChar = "%"
|
|
, alignSep = "}{"
|
|
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}<box color=colorBgBright width=0>%XMonadLog%</box>{<action=`xdotool key Super_L+c`>%date%</action> "
|
|
}
|
|
}
|