Skip to content

Instantly share code, notes, and snippets.

@XaydBayeck
Created March 14, 2023 09:26
Show Gist options
  • Save XaydBayeck/d53777ed1e33a594ee807f6461c9fa93 to your computer and use it in GitHub Desktop.
Save XaydBayeck/d53777ed1e33a594ee807f6461c9fa93 to your computer and use it in GitHub Desktop.
Config { overrideRedirect = False
, font = "xft:CodeNewRoman Nerd Font:size=11:bold:antialias=true"
, additionalFonts = ["xft:Iosevka Nerd Font", "xft:WenQuanYi Micro Hei", "xft:Font Awesome 6 Free"]
, bgColor = "#3b4252"
, fgColor = "#f8f8f2"
, alpha = 165
-- , position = TopW L 90
, position = TopH 25
, allDesktops = True
, commands = [ Run DynNetwork [ "--template" , "<dev>: <tx>kB/s|<rx>kB/s"
, "--Low" , "1000" -- units: B/s
, "--High" , "5000" -- units: B/s
, "--low" , "darkgreen"
, "--normal" , "darkorange"
, "--high" , "darkred"
] 10
, Run Cpu
[ "-L", "3"
, "-H", "50"
, "--high" , "red"
, "--normal", "green"
] 10
, Run Alsa "default" "Master"
[ "--template", "<volumestatus>"
, "--suffix" , "True"
, "--"
, "--on", ""
]
, Run Memory ["--template", "Mem: <usedratio>%"] 10
, Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10
, Run XMonadLog
, Run Com "/home/sid/bin/trayer-padding-icon.sh" [] "trayerpad" 10
]
, sepChar = "%"
, alignSep = "}{"
, template = ">| <fn=1>%XMonadLog%</fn> |}{ %alsa:default:Master% | %cpu% | %memory% | %dynnetwork% | %date% |<%trayerpad%"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment