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/carmel.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/carmel.ini | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/users/fcuny/configs/polybar/carmel.ini b/users/fcuny/configs/polybar/carmel.ini deleted file mode 100644 index d09f796..0000000 --- a/users/fcuny/configs/polybar/carmel.ini +++ /dev/null @@ -1,36 +0,0 @@ -include-file = ~/.config/polybar/modules/colors.ini -include-file = ~/.config/polybar/modules/date.ini -include-file = ~/.config/polybar/modules/i3.ini -include-file = ~/.config/polybar/modules/mpd.ini -include-file = ~/.config/polybar/modules/pulseaudio.ini -include-file = ~/.config/polybar/modules/wired.ini - -[settings] -screenchange-reload = false - -[bar/common] -enable-ipc = true -width = 100% -monitor = ${env:MONITOR:} -monitor-strict = true -dpi = ${env:DPI:} -border-size = 0 -tray-position = none -fixed-center = true -module-margin = 1 -padding-right = 1 - -background = ${colors.background} -foreground = ${colors.foreground} - -font-0 = Source Code Pro:style=Regular:size=8;2 -font-1 = Font Awesome 5 Free:style=Solid:pixelsize=8;3 -font-2 = Material\-Design\-Iconic\-Font:size=8;2 - -modules-left = i3 - -modules-center = mpd - -[bar/alone] -inherit = bar/common -modules-right = wired-network pulseaudio date |
