diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
| commit | 931ebdbff2d489acba6898ffbc5b022e4706ba82 (patch) | |
| tree | 2fa49741448d091029554bae535b7b0651465e88 /configs/polybar/modules/i3.ini | |
| parent | home-manager: re-organize configuration for myself (diff) | |
| download | infra-931ebdbff2d489acba6898ffbc5b022e4706ba82.tar.gz | |
configs: move personal configuration with user
Diffstat (limited to 'configs/polybar/modules/i3.ini')
| -rw-r--r-- | configs/polybar/modules/i3.ini | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/configs/polybar/modules/i3.ini b/configs/polybar/modules/i3.ini deleted file mode 100644 index 7e24a4a..0000000 --- a/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 |
