From e58780307efba2031fd241669272c8e0fe22f782 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 20:09:45 -0800 Subject: polybar: rename configuration files --- configs/polybar/aptos.conf | 37 ------------------------------------- configs/polybar/aptos.ini | 37 +++++++++++++++++++++++++++++++++++++ configs/polybar/carmel.conf | 36 ------------------------------------ configs/polybar/carmel.ini | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+), 73 deletions(-) delete mode 100644 configs/polybar/aptos.conf create mode 100644 configs/polybar/aptos.ini delete mode 100644 configs/polybar/carmel.conf create mode 100644 configs/polybar/carmel.ini diff --git a/configs/polybar/aptos.conf b/configs/polybar/aptos.conf deleted file mode 100644 index 04c35fe..0000000 --- a/configs/polybar/aptos.conf +++ /dev/null @@ -1,37 +0,0 @@ -include-file = ~/.config/polybar/modules/battery.ini -include-file = ~/.config/polybar/modules/bluetooth.ini -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/wireless.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 -line-size = 3 - -background = ${colors.background} -foreground = ${colors.foreground} - -font-0 = Source Code Pro:style=Regular:size=10;2 - -modules-left = i3 - -modules-center = mpd - -[bar/alone] -inherit = bar/common -modules-right = network bluetooth pulseaudio battery date diff --git a/configs/polybar/aptos.ini b/configs/polybar/aptos.ini new file mode 100644 index 0000000..04c35fe --- /dev/null +++ b/configs/polybar/aptos.ini @@ -0,0 +1,37 @@ +include-file = ~/.config/polybar/modules/battery.ini +include-file = ~/.config/polybar/modules/bluetooth.ini +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/wireless.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 +line-size = 3 + +background = ${colors.background} +foreground = ${colors.foreground} + +font-0 = Source Code Pro:style=Regular:size=10;2 + +modules-left = i3 + +modules-center = mpd + +[bar/alone] +inherit = bar/common +modules-right = network bluetooth pulseaudio battery date diff --git a/configs/polybar/carmel.conf b/configs/polybar/carmel.conf deleted file mode 100644 index d09f796..0000000 --- a/configs/polybar/carmel.conf +++ /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 diff --git a/configs/polybar/carmel.ini b/configs/polybar/carmel.ini new file mode 100644 index 0000000..d09f796 --- /dev/null +++ b/configs/polybar/carmel.ini @@ -0,0 +1,36 @@ +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 -- cgit 1.4.1