feat: colored cpu/mem stats and moved to right, added a new goal widget on the left

This commit is contained in:
2025-09-29 03:36:51 +03:00
parent 7978162b94
commit 0a89858cf4
3 changed files with 42 additions and 6 deletions

View File

@@ -9,14 +9,15 @@
// Choose the order of the modules
"modules-left": [
"hyprland/workspaces",
"cpu",
"memory",
"memory#swap"
"custom/goal"
],
"modules-center": [
"mpd"
],
"modules-right": [
"cpu",
"memory",
"memory#swap",
"pulseaudio",
"battery",
"network",
@@ -243,6 +244,11 @@
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
},
"custom/goal": {
"exec": "cat $HOME/.config/waybar/goal.txt",
"format": "󱓧 {}",
"interval": 60
},
"custom/power": {
"format" : "⏻ ",
"tooltip": false,