waybar: update config
This commit is contained in:
@@ -1,42 +1,42 @@
|
||||
// -*- mode: jsonc -*-
|
||||
{
|
||||
"layer": "top",
|
||||
"spacing": 5,
|
||||
|
||||
"spacing": 10,
|
||||
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"mpris"
|
||||
"mpris"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"tray",
|
||||
"cpu",
|
||||
"memory",
|
||||
"wireplumber",
|
||||
"hyprland/language"
|
||||
],
|
||||
|
||||
"clock": {
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{:%Y-%m-%d}"
|
||||
},
|
||||
|
||||
"mpris": {
|
||||
"format": "{title} - {artist}",
|
||||
// "format-paused": " {title} - {artist}",
|
||||
"max-length": 50,
|
||||
"player": "spotify"
|
||||
"player": "playerctld",
|
||||
"format": "{title} - {artist}",
|
||||
"format-stopped": "",
|
||||
"max-length": 50
|
||||
},
|
||||
|
||||
"tray": {
|
||||
"spacing": 5
|
||||
|
||||
"cpu": {
|
||||
"format": "cpu: {usage}%"
|
||||
},
|
||||
"memory": {
|
||||
"format": "ram: {percentage}%"
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "vol: {volume}%",
|
||||
"on-click": "pavucontrol",
|
||||
"max-volume": 150,
|
||||
"scroll-step": 5
|
||||
"format": "vol: {volume}%",
|
||||
"on-click": "pavucontrol"
|
||||
},
|
||||
|
||||
"hyprland/language": {
|
||||
"format": "{short}"
|
||||
"format": "{short}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
*{min-height:0}
|
||||
* {
|
||||
font-family: "JetBrainsMono Nerd Font", sans-serif;
|
||||
font-weight: 700;
|
||||
min-height: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#mpris.paused {
|
||||
color: #888888;
|
||||
}
|
||||
Reference in New Issue
Block a user