waybar: update config
This commit is contained in:
@@ -1,42 +1,42 @@
|
|||||||
// -*- mode: jsonc -*-
|
// -*- mode: jsonc -*-
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"spacing": 5,
|
"spacing": 10,
|
||||||
|
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"mpris"
|
"mpris"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"clock"
|
"clock"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
|
"cpu",
|
||||||
|
"memory",
|
||||||
"wireplumber",
|
"wireplumber",
|
||||||
"hyprland/language"
|
"hyprland/language"
|
||||||
],
|
],
|
||||||
|
|
||||||
"clock": {
|
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
||||||
"format-alt": "{:%Y-%m-%d}"
|
|
||||||
},
|
|
||||||
"mpris": {
|
"mpris": {
|
||||||
"format": "{title} - {artist}",
|
"player": "playerctld",
|
||||||
// "format-paused": " {title} - {artist}",
|
"format": "{title} - {artist}",
|
||||||
"max-length": 50,
|
"format-stopped": "",
|
||||||
"player": "spotify"
|
"max-length": 50
|
||||||
},
|
},
|
||||||
|
|
||||||
"tray": {
|
"cpu": {
|
||||||
"spacing": 5
|
"format": "cpu: {usage}%"
|
||||||
|
},
|
||||||
|
"memory": {
|
||||||
|
"format": "ram: {percentage}%"
|
||||||
},
|
},
|
||||||
"wireplumber": {
|
"wireplumber": {
|
||||||
"format": "vol: {volume}%",
|
"format": "vol: {volume}%",
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol"
|
||||||
"max-volume": 150,
|
|
||||||
"scroll-step": 5
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/language": {
|
"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