dotfiles/home/dot_config/xmobar/executable_xmobarrc

20 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-05-07 16:51:37 -07:00
Config { font = "xft:Jet Brains Mono Nerd Font:pixelsize=12:antialias=true:hinting=true"
, bgColor = "#221e2d"
, fgColor = "#d1d1d1"
2022-12-10 17:09:35 -08:00
, position = Static {xpos = 0, ypos = 0, width = 2560, height = 20}
, iconRoot = "X"
, allDesktops = True
2023-05-07 16:51:37 -07:00
, commands = [ Run Cpu ["-t", " <fc=#F92672><total></fc>%","-H", "2"] 10
, Run Memory ["-t", "<fc=#F92672><usedratio></fc>%"] 10
, Run Network "enp3s0" [ "-t", "<fc=#F92672><tx></fc>kb/<fc=#F92672><rx></fc>kb" ] 10
2022-12-10 17:09:35 -08:00
, Run Com "/home/tstarr/.config/xmobar/volume" [] "volume" 10
, Run Com "/home/tstarr/.config/xmobar/gamemode" [] "gamemode" 10
, Run Com "/home/tstarr/.config/xmobar/mouse" [] "mouse" 10
, Run Date " %a %d/%m/%y  %H:%M:%S" "date" 10
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
2023-05-07 16:51:37 -07:00
, template = " <fc=#F92672>%StdinReader%</fc>}%date%{%enp3s0% | %mouse% | 󰕾%volume% | %cpu% |  %memory% | %gamemode%"
2022-12-10 17:09:35 -08:00