bashrc + final waybar config
This commit is contained in:
@@ -83,8 +83,8 @@
|
||||
"custom/right_div#5"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"mpris",
|
||||
"tray",
|
||||
"sway/language",
|
||||
"custom/left_div#6",
|
||||
"group/pulseaudio",
|
||||
|
||||
@@ -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":
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
----------------*/
|
||||
|
||||
#mpris {
|
||||
padding: 0 12px;
|
||||
padding: 0 12px 0 0;
|
||||
}
|
||||
|
||||
#tray {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/*------------
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
color: @hover-fg;
|
||||
}
|
||||
|
||||
#mpris {
|
||||
font-size: 13px;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
/* inactive state */
|
||||
#idle_inhibitor.deactivated,
|
||||
#mpris.paused,
|
||||
|
||||
Reference in New Issue
Block a user