Some polybar changes

This commit is contained in:
CramMK
2020-04-20 17:11:34 +02:00
parent 687732c299
commit 15c53e784b
2 changed files with 14 additions and 18 deletions

View File

@@ -5,9 +5,8 @@ My personal configurations, managed with the 'dotdrop' submodule.
Nord-themed. Nord-themed.
![home](https://i.imgur.com/cid2gQf.png) ![home](https://i.imgur.com/Dcfq7xL.png)
![busy](https://i.imgur.com/bwwvWKM.png) ![busy](https://i.imgur.com/P5IeDuj.png)
![chromium](https://i.imgur.com/XfpeqZf.png)
## Features ## Features
+ Distro: `Fedora 31` + Distro: `Fedora 31`

View File

@@ -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