From 15c53e784b208d1570d1702827739eabd33cc3ab Mon Sep 17 00:00:00 2001 From: CramMK Date: Mon, 20 Apr 2020 17:11:34 +0200 Subject: [PATCH] Some polybar changes --- README.md | 5 ++--- dotfiles/polybar/config | 27 ++++++++++++--------------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d01104d..06b7175 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ My personal configurations, managed with the 'dotdrop' submodule. Nord-themed. -![home](https://i.imgur.com/cid2gQf.png) -![busy](https://i.imgur.com/bwwvWKM.png) -![chromium](https://i.imgur.com/XfpeqZf.png) +![home](https://i.imgur.com/Dcfq7xL.png) +![busy](https://i.imgur.com/P5IeDuj.png) ## Features + Distro: `Fedora 31` diff --git a/dotfiles/polybar/config b/dotfiles/polybar/config index 8f9f028..247a866 100644 --- a/dotfiles/polybar/config +++ b/dotfiles/polybar/config @@ -219,34 +219,32 @@ full-at = 99 battery = BAT0 apdapter = ADP1 -format-charging = +format-charging = format-charging-foreground = ${colors.nord_green} -label-charging =  %percentage%% +label-charging = %percentage%% -format-discharging = +format-discharging = 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 = format-full-foreground = ${colors.nord_green} -label-full =  FULL +label-full =  FULL ############################################################################### [module/volume] -type = internal/alsa - -master-soundcard = default -speaker-soundcard = default -headphone-soundcard = default - -master-mixer = Master +type = internal/pulseaudio format-volume = format-volume-foreground = ${colors.frost2} -format-volume-underline = ${colors.frost2} label-volume = 墳 %percentage%% -format-muted +format-muted = format-muted-foreground = ${colors.nord_red} label-muted = 婢 MUTED @@ -344,4 +342,3 @@ click-left = "pkill -n polybar" type = custom/script exec = ~/.config/polybar/load.sh interval = 5.0 -