From aa3d495d51635a965da4097f8ea18fbce1b29397 Mon Sep 17 00:00:00 2001 From: coasteen Date: Fri, 10 Jul 2026 15:28:57 +0330 Subject: init --- home-configuration/config/xmobar/xmobarrc | 8 ++++++++ home-configuration/config/xmobar/xmobarrc~ | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 home-configuration/config/xmobar/xmobarrc create mode 100644 home-configuration/config/xmobar/xmobarrc~ (limited to 'home-configuration/config/xmobar') 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 -- cgit v1.2.3