bashrc + final waybar config

This commit is contained in:
2025-11-23 14:16:20 +01:00
parent 05305ae8ea
commit daeeccf316
5 changed files with 66 additions and 27 deletions

View File

@@ -83,8 +83,8 @@
"custom/right_div#5"
],
"modules-right": [
"tray",
"mpris",
"tray",
"sway/language",
"custom/left_div#6",
"group/pulseaudio",

View File

@@ -1,36 +1,15 @@
{
"mpris": {
// "player":
// "ignored-players":
// "interval":
"format": "{player_icon} {title} - {artist}",
"format-paused": "{status_icon} {title} - {artist}",
"tooltip-format": "Playing: {title} - {artist}",
"tooltip-format-paused": "Paused: {title} - {artist}",
// "enable-tooltip-len-limits":
// "on-click":
// "on-click-middle":
// "on-click-right":
"tooltip-format": "{title} - {artist}",
"tooltip-format-paused": "{title} - {artist}",
"player-icons": {
"default": "󰐊"
"default": "󰏤"
},
"status-icons": {
"paused": "󰏤"
"paused": "󰐊"
},
// "artist-len":
// "album-len":
// "title-len":
// "dynamic-len":
// "dynamic-order":
// "dynamic-separator":
// "dynamic-importance-order":
// "truncate-hours":
// "ellipsis":
// "rotate":
// "min-length":
"max-length": 1000
// "align":
// "justify":
// "expand":
}
}

View File

@@ -3,7 +3,11 @@
----------------*/
#mpris {
padding: 0 12px;
padding: 0 12px 0 0;
}
#tray {
margin-right: 10px;
}
/*------------

View File

@@ -10,6 +10,11 @@
color: @hover-fg;
}
#mpris {
font-size: 13px;
color: #888;
}
/* inactive state */
#idle_inhibitor.deactivated,
#mpris.paused,