Add polybar config file merging tool
parent
b00bd3ebff
commit
ad9b1ea45a
|
@ -37,7 +37,7 @@ smart_gaps on
|
|||
exec --no-startup-id compton
|
||||
|
||||
#start polybar
|
||||
exec --no-startup-id $HOME/.config/polybar/scripts/launch_polybar.sh
|
||||
exec_always --no-startup-id $HOME/.config/polybar/scripts/launch_polybar.sh
|
||||
|
||||
# configure keyboard layout
|
||||
exec setxkbmap fr
|
||||
|
|
|
@ -1,12 +1,3 @@
|
|||
;=====================================================
|
||||
;
|
||||
; To learn more about how to configure Polybar
|
||||
; go to https://github.com/jaagr/polybar
|
||||
;
|
||||
; The README contains alot of information
|
||||
;
|
||||
;=====================================================
|
||||
|
||||
[colors]
|
||||
background = #bb2f343f
|
||||
foreground = #eee
|
||||
|
@ -18,43 +9,6 @@ accent = #fba922
|
|||
[global/wm]
|
||||
margin-top=50
|
||||
|
||||
; Common to top and bottom bars
|
||||
[bar/common]
|
||||
width = 100%
|
||||
enable-ipc = true
|
||||
height = 27
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
locale = fr_FR.UTF-8
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
|
||||
[bar/chostytopbar]
|
||||
inherit = bar/common
|
||||
font-0 = NotoSans-Regular:size=10;2
|
||||
font-1 = MaterialIcons-Regular:size=11;4
|
||||
font-2 = Symbola:size=10;2
|
||||
font-3 = Weather Icons:size=10;3
|
||||
|
||||
overline-size = 10
|
||||
underline-size = 10
|
||||
overline-color = ${self.background}
|
||||
underline-color = ${self.background}
|
||||
border-bottom-size = 1
|
||||
border-bottom-color = #333
|
||||
padding-left = 2
|
||||
padding-right = 10
|
||||
module-margin-left = 4
|
||||
module-margin-right = 4
|
||||
|
||||
modules-left = powermenu system-uptime-pretty
|
||||
modules-center = xwindow
|
||||
modules-right = system-usb-udev volume date
|
||||
|
||||
tray-position = right
|
||||
|
||||
[bar/chostybottombar]
|
||||
inherit = bar/common
|
||||
bottom = true
|
||||
|
@ -78,30 +32,7 @@ font-4 = Font Awesome 5 Free:style=solid:size=10;2
|
|||
|
||||
modules-left = i3
|
||||
;modules-center =
|
||||
modules-right = wireless-network wired-network updates-arch-combined temperature cpu memory filesystem-custom
|
||||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
|
||||
master-soundcard = hw:PCH
|
||||
speaker-soundcard = hw:PCH
|
||||
headphone-soundcard = hw:PCH
|
||||
|
||||
master-mixer = Master
|
||||
speaker-mixer = Front
|
||||
|
||||
mapped = true
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-muted = 🔇 muted
|
||||
label-muted-foreground = #66
|
||||
|
||||
ramp-volume-0 = 🔈
|
||||
ramp-volume-1 = 🔉
|
||||
ramp-volume-2 = 🔊
|
||||
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
||||
modules-right = wireless-network updates-arch-combined temperature cpu memory filesystem-custom
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
@ -154,36 +85,6 @@ label-visible-foreground = #55ffffff
|
|||
label-visible-font = 0
|
||||
label-visible-padding = 4
|
||||
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
blacklist-0 = num lock
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-underline = ${colors.secondary}
|
||||
|
||||
label-layout = %layout%
|
||||
label-layout-underline = ${colors.secondary}
|
||||
|
||||
label-indicator-padding = 2
|
||||
label-indicator-margin = 1
|
||||
label-indicator-background = ${colors.secondary}
|
||||
label-indicator-underline = ${colors.secondary}
|
||||
|
||||
[module/filesystem]
|
||||
type = internal/fs
|
||||
interval = 25
|
||||
|
||||
mount-0 = /
|
||||
mount-1 = /mnt/data
|
||||
mount-2 = /mnt/backup
|
||||
|
||||
label-mounted = %{F#0a81f5}%mountpoint%%{F-} · %percentage_used%% ·%{F#555} %free% free
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
||||
spacing = 4
|
||||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 0.5
|
||||
|
@ -300,7 +201,6 @@ menu-2-1 = Power off
|
|||
menu-2-1-foreground = ${colors.accent}
|
||||
menu-2-1-exec = systemctl poweroff
|
||||
|
||||
|
||||
[module/system-usb-udev]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/system-usb-udev.sh
|
||||
|
@ -322,3 +222,62 @@ interval = 60
|
|||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/system-uptime-pretty.sh
|
||||
interval = 30
|
||||
; Common to top and bottom bars
|
||||
[bar/common]
|
||||
width = 100%
|
||||
enable-ipc = true
|
||||
height = 27
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
locale = fr_FR.UTF-8
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
|
||||
[bar/chostytopbar]
|
||||
inherit = bar/common
|
||||
font-0 = NotoSans-Regular:size=10;2
|
||||
font-1 = MaterialIcons-Regular:size=11;4
|
||||
font-2 = Symbola:size=10;2
|
||||
font-3 = Weather Icons:size=10;3
|
||||
|
||||
overline-size = 10
|
||||
underline-size = 10
|
||||
overline-color = ${self.background}
|
||||
underline-color = ${self.background}
|
||||
border-bottom-size = 1
|
||||
border-bottom-color = #333
|
||||
padding-left = 2
|
||||
padding-right = 10
|
||||
module-margin-left = 4
|
||||
module-margin-right = 4
|
||||
|
||||
modules-left = powermenu system-uptime-pretty
|
||||
modules-center = xwindow
|
||||
modules-right = system-usb-udev volume date
|
||||
|
||||
tray-position = right
|
||||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
|
||||
master-soundcard = hw:PCH
|
||||
speaker-soundcard = hw:PCH
|
||||
headphone-soundcard = hw:PCH
|
||||
|
||||
master-mixer = Master
|
||||
speaker-mixer = Front
|
||||
|
||||
mapped = true
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-muted = 🔇 muted
|
||||
label-muted-foreground = #66
|
||||
|
||||
ramp-volume-0 = 🔈
|
||||
ramp-volume-1 = 🔉
|
||||
ramp-volume-2 = 🔊
|
||||
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
|
@ -0,0 +1,59 @@
|
|||
; Common to top and bottom bars
|
||||
[bar/common]
|
||||
width = 100%
|
||||
enable-ipc = true
|
||||
height = 27
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
locale = fr_FR.UTF-8
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
|
||||
[bar/chostytopbar]
|
||||
inherit = bar/common
|
||||
font-0 = NotoSans-Regular:size=10;2
|
||||
font-1 = MaterialIcons-Regular:size=11;4
|
||||
font-2 = Symbola:size=10;2
|
||||
font-3 = Weather Icons:size=10;3
|
||||
|
||||
overline-size = 10
|
||||
underline-size = 10
|
||||
overline-color = ${self.background}
|
||||
underline-color = ${self.background}
|
||||
border-bottom-size = 1
|
||||
border-bottom-color = #333
|
||||
padding-left = 2
|
||||
padding-right = 10
|
||||
module-margin-left = 4
|
||||
module-margin-right = 4
|
||||
|
||||
modules-left = powermenu system-uptime-pretty
|
||||
modules-center = xwindow
|
||||
modules-right = system-usb-udev volume date
|
||||
|
||||
tray-position = right
|
||||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
|
||||
master-soundcard = hw:PCH
|
||||
speaker-soundcard = hw:PCH
|
||||
headphone-soundcard = hw:PCH
|
||||
|
||||
master-mixer = Master
|
||||
speaker-mixer = Front
|
||||
|
||||
mapped = true
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-muted = 🔇 muted
|
||||
label-muted-foreground = #66
|
||||
|
||||
ramp-volume-0 = 🔈
|
||||
ramp-volume-1 = 🔉
|
||||
ramp-volume-2 = 🔊
|
||||
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
|
@ -0,0 +1,65 @@
|
|||
; Common to top and bottom bars
|
||||
[bar/common]
|
||||
dpi = 150
|
||||
width = 100%
|
||||
enable-ipc = true
|
||||
height = 54
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
locale = fr_FR.UTF-8
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
|
||||
[bar/chostytopbar]
|
||||
inherit = bar/common
|
||||
font-0 = NotoSans-Regular:size=10;2
|
||||
font-1 = MaterialIcons-Regular:size=11;4
|
||||
font-2 = Symbola:size=11;2
|
||||
font-3 = Weather Icons:size=10;3
|
||||
|
||||
overline-size = 10
|
||||
underline-size = 10
|
||||
overline-color = ${self.background}
|
||||
underline-color = ${self.background}
|
||||
border-bottom-size = 1
|
||||
border-bottom-color = #333
|
||||
padding-left = 2
|
||||
padding-right = 10
|
||||
module-margin-left = 4
|
||||
module-margin-right = 4
|
||||
|
||||
modules-left = powermenu system-uptime-pretty battery
|
||||
modules-center = xwindow
|
||||
modules-right = system-usb-udev pulseaudio date
|
||||
|
||||
tray-position = right
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
interval = 5
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-muted = 🔇 muted
|
||||
label-muted-foreground = #666
|
||||
|
||||
ramp-volume-0 = 🔈
|
||||
ramp-volume-1 = 🔉
|
||||
ramp-volume-2 = 🔊
|
||||
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
full-at = 100
|
||||
battery = BAT0
|
||||
adapter = AC0
|
||||
poll-interval = 5
|
||||
format-charging = <label-charging>
|
||||
format-discharging = <label-discharging>
|
||||
format-full = <label-full>
|
||||
label-charging = %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
label-full = %{F#77dd77}
|
|
@ -1,12 +1,3 @@
|
|||
;=====================================================
|
||||
;
|
||||
; To learn more about how to configure Polybar
|
||||
; go to https://github.com/jaagr/polybar
|
||||
;
|
||||
; The README contains alot of information
|
||||
;
|
||||
;=====================================================
|
||||
|
||||
[colors]
|
||||
background = #bb2f343f
|
||||
foreground = #eee
|
||||
|
@ -18,44 +9,6 @@ accent = #fba922
|
|||
[global/wm]
|
||||
margin-top=50
|
||||
|
||||
; Common to top and bottom bars
|
||||
[bar/common]
|
||||
dpi = 150
|
||||
width = 100%
|
||||
enable-ipc = true
|
||||
height = 54
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
line-size = 3
|
||||
line-color = #f00
|
||||
|
||||
locale = en_US.UTF-8
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
|
||||
[bar/chostytopbar]
|
||||
inherit = bar/common
|
||||
font-0 = NotoSans-Regular:size=10;2
|
||||
font-1 = MaterialIcons-Regular:size=11;4
|
||||
font-2 = Symbola:size=11;2
|
||||
font-3 = Weather Icons:size=10;3
|
||||
|
||||
overline-size = 10
|
||||
underline-size = 10
|
||||
overline-color = ${self.background}
|
||||
underline-color = ${self.background}
|
||||
border-bottom-size = 1
|
||||
border-bottom-color = #333
|
||||
padding-left = 2
|
||||
padding-right = 10
|
||||
module-margin-left = 4
|
||||
module-margin-right = 4
|
||||
|
||||
modules-left = powermenu system-uptime-pretty battery
|
||||
modules-center = xwindow
|
||||
modules-right = system-usb-udev pulseaudio date
|
||||
|
||||
tray-position = right
|
||||
|
||||
[bar/chostybottombar]
|
||||
inherit = bar/common
|
||||
bottom = true
|
||||
|
@ -79,35 +32,7 @@ font-4 = Font Awesome 5 Free:style=solid:size=10;2
|
|||
|
||||
modules-left = i3
|
||||
;modules-center =
|
||||
modules-right = wireless-network wired-network updates-arch-combined temperature cpu memory filesystem-custom
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
interval = 5
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
label-muted = 🔇 muted
|
||||
label-muted-foreground = #666
|
||||
|
||||
ramp-volume-0 = 🔈
|
||||
ramp-volume-1 = 🔉
|
||||
ramp-volume-2 = 🔊
|
||||
|
||||
ramp-headphones-0 =
|
||||
ramp-headphones-1 =
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
full-at = 100
|
||||
battery = BAT0
|
||||
adapter = AC0
|
||||
poll-interval = 5
|
||||
format-charging = <label-charging>
|
||||
format-discharging = <label-discharging>
|
||||
format-full = <label-full>
|
||||
label-charging = %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
label-full = %{F#77dd77}
|
||||
modules-right = wireless-network updates-arch-combined temperature cpu memory filesystem-custom
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
@ -116,7 +41,7 @@ label-maxlen=100
|
|||
|
||||
[module/wireless-network]
|
||||
type = internal/network
|
||||
interface = wlp2s0
|
||||
interface = wlp8s0
|
||||
interval = 1
|
||||
label-connected = %{F#ddd}%essid% %local_ip% %{F#77dd77}%{F-}%downspeed% %{F#dd7777}%{F-}%upspeed%
|
||||
label-disconnected = Ethernet disconnected
|
||||
|
@ -135,7 +60,7 @@ ws-icon-3 = 4;
|
|||
ws-icon-4 = 5;
|
||||
|
||||
label-dimmed-underline = ${root.background}
|
||||
|
||||
label-separator = |
|
||||
label-focused = %icon% %name%
|
||||
label-focused-foreground = #f3f3f3
|
||||
;label-focused-underline = #${colors.accent}
|
||||
|
@ -160,36 +85,6 @@ label-visible-foreground = #55ffffff
|
|||
label-visible-font = 0
|
||||
label-visible-padding = 4
|
||||
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
blacklist-0 = num lock
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-underline = ${colors.secondary}
|
||||
|
||||
label-layout = %layout%
|
||||
label-layout-underline = ${colors.secondary}
|
||||
|
||||
label-indicator-padding = 2
|
||||
label-indicator-margin = 1
|
||||
label-indicator-background = ${colors.secondary}
|
||||
label-indicator-underline = ${colors.secondary}
|
||||
|
||||
[module/filesystem]
|
||||
type = internal/fs
|
||||
interval = 25
|
||||
|
||||
mount-0 = /
|
||||
mount-1 = /mnt/data
|
||||
mount-2 = /mnt/backup
|
||||
|
||||
label-mounted = %{F#0a81f5}%mountpoint%%{F-} · %percentage_used%% ·%{F#555} %free% free
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
||||
spacing = 4
|
||||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 0.5
|
||||
|
@ -306,7 +201,6 @@ menu-2-1 = Power off
|
|||
menu-2-1-foreground = ${colors.accent}
|
||||
menu-2-1-exec = systemctl poweroff
|
||||
|
||||
|
||||
[module/system-usb-udev]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/system-usb-udev.sh
|
|
@ -69,9 +69,12 @@ for f in `find ${CONFIG} -type f -name ${DEST_FILENAME}`; do
|
|||
done
|
||||
done
|
||||
|
||||
echo -e "\n=== Generate i3 config file ==="
|
||||
cp ${CONFIG}/i3/config_common ${CONFIG}/i3/config
|
||||
for f in `find ${CONFIG}/i3/config.d -type f -name "${1}"`; do
|
||||
merge_config="polybar i3"
|
||||
for m in $merge_config; do
|
||||
echo -e "\n=== Generate ${m} config file ==="
|
||||
cp ${CONFIG}/${m}/config_common ${CONFIG}/${m}/config
|
||||
for f in `find ${CONFIG}/${m}/config.d -type f -name "${1}"`; do
|
||||
echo "Found ${f}, add to regular config file"
|
||||
cat "${f}" >> ${CONFIG}/i3/config
|
||||
cat "${f}" >> ${CONFIG}/${m}/config
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue