Some polybar changes
This commit is contained in:
@@ -5,9 +5,8 @@ My personal configurations, managed with the 'dotdrop' submodule.
|
|||||||
|
|
||||||
Nord-themed.
|
Nord-themed.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
+ Distro: `Fedora 31`
|
+ Distro: `Fedora 31`
|
||||||
|
|||||||
@@ -219,34 +219,32 @@ full-at = 99
|
|||||||
battery = BAT0
|
battery = BAT0
|
||||||
apdapter = ADP1
|
apdapter = ADP1
|
||||||
|
|
||||||
format-charging = <label-charging>
|
format-charging = <ramp-capacity> <label-charging>
|
||||||
format-charging-foreground = ${colors.nord_green}
|
format-charging-foreground = ${colors.nord_green}
|
||||||
label-charging = %percentage%%
|
label-charging = %percentage%%
|
||||||
|
|
||||||
format-discharging = <label-discharging>
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
format-discharging-foreground = ${colors.nord_green}
|
format-discharging-foreground = ${colors.nord_green}
|
||||||
label-discharging = %percentage%%
|
label-discharging = %percentage%%
|
||||||
|
|
||||||
|
ramp-capacity-0 =
|
||||||
|
ramp-capacity-1 =
|
||||||
|
ramp-capacity-2 =
|
||||||
|
ramp-capacity-3 =
|
||||||
|
|
||||||
format-full = <label-full>
|
format-full = <label-full>
|
||||||
format-full-foreground = ${colors.nord_green}
|
format-full-foreground = ${colors.nord_green}
|
||||||
label-full = FULL
|
label-full = FULL
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
[module/volume]
|
[module/volume]
|
||||||
type = internal/alsa
|
type = internal/pulseaudio
|
||||||
|
|
||||||
master-soundcard = default
|
|
||||||
speaker-soundcard = default
|
|
||||||
headphone-soundcard = default
|
|
||||||
|
|
||||||
master-mixer = Master
|
|
||||||
|
|
||||||
format-volume = <label-volume>
|
format-volume = <label-volume>
|
||||||
format-volume-foreground = ${colors.frost2}
|
format-volume-foreground = ${colors.frost2}
|
||||||
format-volume-underline = ${colors.frost2}
|
|
||||||
label-volume = 墳 %percentage%%
|
label-volume = 墳 %percentage%%
|
||||||
|
|
||||||
format-muted <label-muted>
|
format-muted = <label-muted>
|
||||||
format-muted-foreground = ${colors.nord_red}
|
format-muted-foreground = ${colors.nord_red}
|
||||||
label-muted = 婢 MUTED
|
label-muted = 婢 MUTED
|
||||||
|
|
||||||
@@ -344,4 +342,3 @@ click-left = "pkill -n polybar"
|
|||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/.config/polybar/load.sh
|
exec = ~/.config/polybar/load.sh
|
||||||
interval = 5.0
|
interval = 5.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user