diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-24 19:03:33 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-24 19:03:33 -0800 |
| commit | cabdc9c14748dc11bfebaa37ae5f1af48042b4d9 (patch) | |
| tree | 05221f137dbaa08aa7b6e6dfa8f158cca3ca2254 /users/fcuny/configs/polybar/modules/i3.ini | |
| parent | swaylock: background color (diff) | |
| download | infra-cabdc9c14748dc11bfebaa37ae5f1af48042b4d9.tar.gz | |
polybar: delete configuration
This is not needed anymore, we can remove it completely.
Diffstat (limited to '')
| -rw-r--r-- | users/fcuny/configs/polybar/modules/i3.ini | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/users/fcuny/configs/polybar/modules/i3.ini b/users/fcuny/configs/polybar/modules/i3.ini deleted file mode 100644 index 7e24a4a..0000000 --- a/users/fcuny/configs/polybar/modules/i3.ini +++ /dev/null @@ -1,20 +0,0 @@ -[module/i3] -type = internal/i3 -format = <label-state> <label-mode> -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 |
