mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Update Polybar
This commit is contained in:
parent
0f3257a092
commit
881dc569a7
@ -2,57 +2,57 @@
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.orange}
|
||||
format-foreground = ${color.red}
|
||||
; format-background = ${color.bg}
|
||||
|
||||
[module/LeftArrow2_top]
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.green}
|
||||
format-background = ${color.orange}
|
||||
format-foreground = ${color.cyan}
|
||||
format-background = ${color.red}
|
||||
|
||||
[module/LeftArrow3_top]
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.orange}
|
||||
format-background = ${color.green}
|
||||
format-foreground = ${color.red}
|
||||
format-background = ${color.cyan}
|
||||
|
||||
[module/LeftStripe_top]
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.bg}
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
|
||||
[module/RightArrow1_top]
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.orange}
|
||||
format-foreground = ${color.red}
|
||||
; format-background = ${color.bg}
|
||||
|
||||
[module/RightArrow2_top]
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.green}
|
||||
format-background = ${color.orange}
|
||||
format-foreground = ${color.cyan}
|
||||
format-background = ${color.red}
|
||||
|
||||
[module/RightArrow3_top]
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.orange}
|
||||
format-background = ${color.green}
|
||||
format-foreground = ${color.red}
|
||||
format-background = ${color.cyan}
|
||||
|
||||
[module/RightStripe_top]
|
||||
type = custom/text
|
||||
label = "%{T3}%{T-}"
|
||||
format = <label>
|
||||
format-foreground = ${color.bg}
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
|
||||
[module/LeftArrow1_bottom]
|
||||
type = custom/text
|
||||
|
@ -99,12 +99,12 @@ poll-interval = 2
|
||||
time-format = %H:%M
|
||||
|
||||
format-charging = <label-charging>
|
||||
format-charging-background = ${color.green}
|
||||
format-charging-background = ${color.cyan}
|
||||
format-charging-foreground = ${color.fg}
|
||||
format-charging-padding = 1
|
||||
|
||||
format-discharging = <label-discharging>
|
||||
format-discharging-background = ${color.green}
|
||||
format-discharging-background = ${color.cyan}
|
||||
format-discharging-foreground = ${color.fg}
|
||||
format-discharging-padding = 1
|
||||
|
||||
@ -112,7 +112,7 @@ label-charging = %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
|
||||
label-full = Fully Charged
|
||||
label-full-background = ${color.green}
|
||||
label-full-background = ${color.cyan}
|
||||
label-full-foreground = ${color.fg}
|
||||
label-full-padding = 1
|
||||
|
||||
@ -127,12 +127,12 @@ poll-interval = 2
|
||||
time-format = %H:%M
|
||||
|
||||
format-charging = <animation-charging>
|
||||
format-charging-background = ${color.orange}
|
||||
format-charging-background = ${color.red}
|
||||
format-charging-foreground = ${color.fg}
|
||||
format-charging-padding = 1
|
||||
|
||||
format-discharging = <ramp-capacity>
|
||||
format-discharging-background = ${color.orange}
|
||||
format-discharging-background = ${color.red}
|
||||
format-discharging-foreground = ${color.fg}
|
||||
format-discharging-padding = 1
|
||||
|
||||
@ -140,7 +140,7 @@ label-charging = %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
|
||||
label-full =
|
||||
label-full-background = ${color.orange}
|
||||
label-full-background = ${color.red}
|
||||
label-full-foreground = ${color.fg}
|
||||
label-full-padding = 1
|
||||
|
||||
@ -197,7 +197,7 @@ time = %I:%M %p
|
||||
time-alt = %H:%M
|
||||
|
||||
format = <label>
|
||||
format-background = ${color.green}
|
||||
format-background = ${color.cyan}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -212,7 +212,7 @@ time =
|
||||
time-alt =
|
||||
|
||||
format = <label>
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -331,24 +331,24 @@ format = <label-state><label-mode>
|
||||
label-mode = %mode%
|
||||
label-mode-padding = 1
|
||||
label-mode-foreground = ${color.fg}
|
||||
label-mode-background = ${color.green}
|
||||
label-mode-background = ${color.cyan}
|
||||
|
||||
label-focused = %icon% %name%
|
||||
label-focused-foreground = ${color.fg}
|
||||
label-focused-background = ${color.cyan}
|
||||
label-focused-underline = ${color.cyan}
|
||||
label-focused-background = ${color.bright_cyan}
|
||||
label-focused-underline = ${color.bright_cyan}
|
||||
label-focused-padding = 1
|
||||
|
||||
label-unfocused = %icon% %name%
|
||||
label-unfocused-foreground = ${color.fg}
|
||||
label-unfocused-background = ${color.green}
|
||||
label-unfocused-underline = ${color.green}
|
||||
label-unfocused-background = ${color.cyan}
|
||||
label-unfocused-underline = ${color.cyan}
|
||||
label-unfocused-padding = 1
|
||||
|
||||
label-visible = %icon% %name%
|
||||
label-visible-foreground = ${color.fg}
|
||||
label-visible-background = ${color.green}
|
||||
label-visible-underline = ${color.green}
|
||||
label-visible-background = ${color.cyan}
|
||||
label-visible-underline = ${color.cyan}
|
||||
label-visible-padding = 1
|
||||
|
||||
label-urgent = %icon% %name%
|
||||
@ -484,12 +484,12 @@ accumulate-stats = true
|
||||
unknown-as-up = true
|
||||
|
||||
format-connected = <label-connected>
|
||||
format-connected-background = ${color.green}
|
||||
format-connected-background = ${color.cyan}
|
||||
format-connected-foreground = ${color.fg}
|
||||
format-connected-padding = 1
|
||||
|
||||
format-disconnected = <label-disconnected>
|
||||
format-disconnected-background = ${color.green}
|
||||
format-disconnected-background = ${color.cyan}
|
||||
format-disconnected-foreground = ${color.fg}
|
||||
format-disconnected-padding = 1
|
||||
|
||||
@ -506,12 +506,12 @@ accumulate-stats = true
|
||||
unknown-as-up = true
|
||||
|
||||
format-connected = <ramp-signal>
|
||||
format-connected-background = ${color.orange}
|
||||
format-connected-background = ${color.red}
|
||||
format-connected-foreground = ${color.fg}
|
||||
format-connected-padding = 1
|
||||
|
||||
format-disconnected = <label-disconnected>
|
||||
format-disconnected-background = ${color.orange}
|
||||
format-disconnected-background = ${color.red}
|
||||
format-disconnected-foreground = ${color.fg}
|
||||
format-disconnected-padding = 1
|
||||
|
||||
@ -534,12 +534,12 @@ use-ui-max = true
|
||||
interval = 5
|
||||
|
||||
format-volume = <label-volume>
|
||||
format-volume-background = ${color.green}
|
||||
format-volume-background = ${color.cyan}
|
||||
format-volume-foreground = ${color.fg}
|
||||
format-volume-padding = 1
|
||||
|
||||
label-muted = Muted
|
||||
format-muted-background = ${color.green}
|
||||
format-muted-background = ${color.cyan}
|
||||
format-muted-foreground = ${color.fg}
|
||||
format-muted-padding = 1
|
||||
|
||||
@ -552,11 +552,11 @@ use-ui-max = true
|
||||
interval = 5
|
||||
|
||||
format-volume = <ramp-volume>
|
||||
format-volume-background = ${color.orange}
|
||||
format-volume-background = ${color.red}
|
||||
format-volume-foreground = ${color.fg}
|
||||
format-volume-padding = 1
|
||||
|
||||
format-muted-background = ${color.orange}
|
||||
format-muted-background = ${color.red}
|
||||
format-muted-foreground = ${color.fg}
|
||||
format-muted-padding = 1
|
||||
|
||||
@ -580,12 +580,12 @@ use-ui-max = true
|
||||
interval = 5
|
||||
|
||||
format-volume = <label-volume>
|
||||
format-volume-background = ${color.green}
|
||||
format-volume-background = ${color.cyan}
|
||||
format-volume-foreground = ${color.fg}
|
||||
format-volume-padding = 1
|
||||
|
||||
label-muted = Muted
|
||||
format-muted-background = ${color.green}
|
||||
format-muted-background = ${color.cyan}
|
||||
format-muted-foreground = ${color.fg}
|
||||
format-muted-padding = 1
|
||||
|
||||
@ -598,11 +598,11 @@ use-ui-max = true
|
||||
interval = 5
|
||||
|
||||
format-volume = <ramp-volume>
|
||||
format-volume-background = ${color.orange}
|
||||
format-volume-background = ${color.red}
|
||||
format-volume-foreground = ${color.fg}
|
||||
format-volume-padding = 1
|
||||
|
||||
format-muted-background = ${color.orange}
|
||||
format-muted-background = ${color.red}
|
||||
format-muted-foreground = ${color.fg}
|
||||
format-muted-padding = 1
|
||||
|
||||
@ -675,7 +675,7 @@ blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
|
||||
format = %{A1:i3-cheat &:}<label-layout> <label-indicator>%{A}
|
||||
format-background = ${color.green}
|
||||
format-background = ${color.cyan}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -690,7 +690,7 @@ blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
|
||||
format = %{A1:i3-cheat &:}%{A}
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -754,7 +754,7 @@ label-active-background = ${color.ac}
|
||||
|
||||
label-occupied = %name% %icon%
|
||||
label-occupied-foreground = ${color.fg}
|
||||
label-occupied-background = ${color.green}
|
||||
label-occupied-background = ${color.cyan}
|
||||
|
||||
label-urgent = %name% %icon%
|
||||
label-urgent-foreground = ${color.fg}
|
||||
|
@ -18,7 +18,7 @@ exec = ~/.config/polybar/scripts/check-all-updates.sh
|
||||
tail = true
|
||||
interval = 300
|
||||
|
||||
format-background = ${color.green}
|
||||
format-background = ${color.cyan}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -28,7 +28,7 @@ click-left = pkgbrowser &
|
||||
type = custom/text
|
||||
|
||||
format = ﮮ
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -62,7 +62,7 @@ format-padding = 1
|
||||
type = custom/text
|
||||
|
||||
format = Menu
|
||||
format-background = ${color.green}
|
||||
format-background = ${color.cyan}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -72,7 +72,7 @@ click-left = fzf_run -c fzf_menu_run -i PolybarMenu -t alacritty
|
||||
type = custom/text
|
||||
|
||||
format =
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -94,7 +94,7 @@ click-left = fzf_run -c fzf_powermenu -i PowerMenu -t alacritty
|
||||
type = custom/text
|
||||
|
||||
format = ⏻
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -142,7 +142,7 @@ click-left = ~/.config/polybar/scripts/picom-toggle.sh
|
||||
tail = true
|
||||
interval = 1
|
||||
|
||||
format-background = ${color.green}
|
||||
format-background = ${color.cyan}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
@ -152,7 +152,7 @@ type = custom/text
|
||||
click-left = ~/.config/polybar/scripts/picom-toggle.sh
|
||||
|
||||
format =
|
||||
format-background = ${color.orange}
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user