From bcf28f0a088411ec2fa956ad7a79b7287b5ca1eb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 19:48:36 -0800 Subject: home-manager: let's try to configure polybar There's a few things missing (my binaries for the wifi and battery, at a minimum), but that's fine for now. --- configs/polybar/modules/i3.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/polybar/modules/i3.ini (limited to 'configs/polybar/modules/i3.ini') diff --git a/configs/polybar/modules/i3.ini b/configs/polybar/modules/i3.ini new file mode 100644 index 0000000..7e24a4a --- /dev/null +++ b/configs/polybar/modules/i3.ini @@ -0,0 +1,20 @@ +[module/i3] +type = internal/i3 +format = +index-sort = true +wrapping-scroll = false +pin-workspaces = true + +label-mode-background = ${colors.highlight} +label-mode-padding = 1 +label-focused = %name% +label-focused-background = ${colors.focused} +label-focused-padding = 1 +label-unfocused = %name% +label-unfocused-padding = 1 +label-visible = %name% +label-visible-background = ${colors.highlight} +label-visible-padding = 1 +label-urgent = %name% +label-urgent-background = #a00000 +label-urgent-padding = 1 -- cgit v1.2.3