From a4e5fe820e63d9a9bc7e101aa8c63ae9e6c13c3b Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 31 Jul 2022 22:09:31 +0100 Subject: changes of sorts --- config/polybar/config | 4 ++-- config/polybar/launch.sh | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'config/polybar') diff --git a/config/polybar/config b/config/polybar/config index 2a090db..e519a18 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -169,8 +169,8 @@ time-format = %H:%M format-charging = format-discharging = -label-charging = %percentage%% -label-discharging = %percentage%% +label-charging = -%percentage%% +label-discharging = -%percentage%% label-full = %percentage%% ramp-capacity-0 =  diff --git a/config/polybar/launch.sh b/config/polybar/launch.sh index ca8d77e..01e4b17 100755 --- a/config/polybar/launch.sh +++ b/config/polybar/launch.sh @@ -6,4 +6,19 @@ killall -q polybar # Wait until the processes have been shut down while pgrep -u $UID -x polybar >/dev/null; do sleep 0.1; done +# Launch Polybar, using default config location ~/.config/polybar/config +#polybar music & + +#MONITOR=DP-0 polybar --reload wsonly & + +export MONITOR=DP-1 +polybar wsonly & + +export MONITOR=DP-2 +polybar wsonly & + +export MONITOR=HDMI-1 +polybar wsonly & + +export MONITOR=DP-3 polybar ws & -- cgit v1.2.1