From 015061ccbaebc1aec568d6db7fbdeffbb8e31e94 Mon Sep 17 00:00:00 2001 From: Spangenberg Date: Sun, 22 Oct 2023 11:55:33 +0200 Subject: [PATCH] waybar backlight icon percent position changer --- .bashrc | 1 - waybar/modules.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 3fe7e24..0beedf5 100644 --- a/.bashrc +++ b/.bashrc @@ -13,7 +13,6 @@ alias shutdown='systemctl poweroff' alias v='nvim' alias vi='nvim' alias vim='nvim' -alias rw='~/dotfiles/waybar/reload.sh' # GIT alias gs="git status" diff --git a/waybar/modules.json b/waybar/modules.json index 8bcc609..be2c9a0 100644 --- a/waybar/modules.json +++ b/waybar/modules.json @@ -222,7 +222,7 @@ //Backlight "backlight": { "device": "intel_backlight", - "format": "{percent}% {icon}", + "format": "{icon} {percent}%", "format-icons": ["󰃞", "󰃠"] },