summaryrefslogtreecommitdiff
path: root/home-configuration/config/xmobar
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-10 15:28:57 +0330
committercoasteen <coasteen@proton.me>2026-07-10 15:28:57 +0330
commitaa3d495d51635a965da4097f8ea18fbce1b29397 (patch)
treea203a54b3c61884ea13957cf18284f6c83f8e64d /home-configuration/config/xmobar
Diffstat (limited to 'home-configuration/config/xmobar')
-rw-r--r--home-configuration/config/xmobar/xmobarrc8
-rw-r--r--home-configuration/config/xmobar/xmobarrc~8
2 files changed, 16 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%"
+ }
diff --git a/home-configuration/config/xmobar/xmobarrc~ b/home-configuration/config/xmobar/xmobarrc~
new file mode 100644
index 0000000..5b7110a
--- /dev/null
+++ b/home-configuration/config/xmobar/xmobarrc~
@@ -0,0 +1,8 @@
+Config {
+ font = "xft:Iosevka Nerd Font-14",
+ bgColor = "#000000",
+ fgColor = "#ffffff",
+ position = Top,
+ commands = [ Run XMonadLog ],
+ template = %XMonadLog%
+ } \ No newline at end of file