Added monitor settings

This commit is contained in:
Daruk
2026-03-22 16:32:10 +02:00
parent 29a2459030
commit 2522bb00bf
2 changed files with 15 additions and 7 deletions

View File

@@ -6,12 +6,8 @@
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
"hyprland/window"
],
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window", "mpris"],
"modules-right": [
"mpd",
// "idle_inhibitor",
@@ -213,6 +209,18 @@
"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
},
"mpris": {
"format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} <i>{dynamic}</i>",
"player-icons": {
"default": "▶",
"spotify": ""
},
"status-icons": {
"paused": "⏸"
},
"ignored-players": []
},
"custom/power": {
"format" : "⏻ ",
"tooltip": false,