Move xmonad and stuff out of nix management

This commit is contained in:
Primrose 2024-07-23 21:02:03 +02:00
parent 92cceffdf7
commit d9991eca01
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 0 additions and 15 deletions

37
.config/xmobar/xmobarrc Normal file
View file

@ -0,0 +1,37 @@
-- vim:et:sw=2:ts=2:ft=haskell
Config { overrideRedirect = False
, font = "xft:JetBrainsMono NF"
, bgColor = "#000000"
, fgColor = "#FFFFFF"
, position = TopW L 100
, commands = [ Run Kbd
[ ("myDvorakFrench", "🇫🇷")
, ("myDvorak", "🇺🇸")
, ("us", "🇹🇼")
]
, Run ThermalZone 0 ["-t", "󰔏 <temp>°C"] 30
, Run Alsa "default" "Master"
[ "-t", "<status> <volume>%"
, "--"
, "-O", "󰕾"
, "-o", "󰖁"
]
, Run Memory [ "-t", "󰍛 <usedratio>%" ] 30
, Run Date "%a %d %H:%M:%S" "date" 10
, Run Battery
[ "-t", "<acstatus>:<left>%"
, "--"
, "-O", "󰂄"
, "-i", "󱟦"
, "-o", "󰁾"
, "-h", "green"
, "-m", "yell"
, "-l", "red"
] 10
, Run XMonadLog
]
, sepChar = "%"
, alignSep = "}{"
, template = "%XMonadLog% }{ %kbd% | %alsa:default:Master% | %thermal0% | %memory% | %battery% | %date% "
}