summaryrefslogtreecommitdiff
path: root/desktop-x11/.config/polybar/config.ini
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-x11/.config/polybar/config.ini')
-rw-r--r--desktop-x11/.config/polybar/config.ini49
1 files changed, 49 insertions, 0 deletions
diff --git a/desktop-x11/.config/polybar/config.ini b/desktop-x11/.config/polybar/config.ini
new file mode 100644
index 0000000..82a92fc
--- /dev/null
+++ b/desktop-x11/.config/polybar/config.ini
@@ -0,0 +1,49 @@
+;==========================================================
+;
+; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
+; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
+; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
+; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
+; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
+; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
+;
+;==========================================================
+
+include-file = ./colors.ini
+include-file = ./base.ini
+include-file = ./modules.ini
+
+[bar/primary-monitor]
+inherit = bar/base
+
+monitor = ${env:PRIMARY_MONITOR}
+
+modules-left = ewmh
+modules-center = xwindow
+modules-right = cpu temperature fs-root fs-storage network-iface-1 network-iface-2 vpn calendar
+
+tray-position = right
+tray-padding = 4
+tray-foreground = ${root.foreground}
+tray-background = ${root.background}
+
+[bar/secondary-monitor]
+inherit = bar/base
+
+monitor = ${env:SECONDARY_MONITOR}
+
+bottom = true
+
+modules-left = ewmh
+; modules-center = mpd
+modules-right = battery pulseaudio xkeyboard
+
+[module/network-iface-1]
+inherit = module/network-eth
+interface = ${env:ETHER_IFACE}
+
+[module/network-iface-2]
+inherit = module/network-wifi
+interface = ${env:WIFI_IFACE}
+
+; vim:ft=dosini