diff options
| author | coasteen <coasteen@proton.me> | 2026-07-09 10:46:52 +0330 |
|---|---|---|
| committer | coasteen <coasteen@proton.me> | 2026-07-09 10:46:52 +0330 |
| commit | a3008666c6c75ff61b1fc329b4d962a6c367d5f0 (patch) | |
| tree | a203a54b3c61884ea13957cf18284f6c83f8e64d /home-configuration/config/xmobar/xmobarrc | |
Diffstat (limited to 'home-configuration/config/xmobar/xmobarrc')
| -rw-r--r-- | home-configuration/config/xmobar/xmobarrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home-configuration/config/xmobar/xmobarrc b/home-configuration/config/xmobar/xmobarrc new file mode 100644 index 0000000..d9c81ef --- /dev/null +++ b/home-configuration/config/xmobar/xmobarrc @@ -0,0 +1,8 @@ +Config { + font = "xft:Iosevka Nerd Font-14", + bgColor = "#000000", + fgColor = "#ffffff", + position = TopW L 100, + commands = [ Run XMonadLog ], + template = "%XMonadLog%" + } |
