From 931ebdbff2d489acba6898ffbc5b022e4706ba82 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:27:37 -0800 Subject: configs: move personal configuration with user --- users/fcuny/configs/polybar/modules/i3.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 users/fcuny/configs/polybar/modules/i3.ini (limited to 'users/fcuny/configs/polybar/modules/i3.ini') diff --git a/users/fcuny/configs/polybar/modules/i3.ini b/users/fcuny/configs/polybar/modules/i3.ini new file mode 100644 index 0000000..7e24a4a --- /dev/null +++ b/users/fcuny/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