feat(waybar): smaller bar
This commit is contained in:
parent
43aa8bcb80
commit
08389f78ba
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"include": "~/.config/waybar/bars/bar-1.jsonc",
|
||||
"height": 50,
|
||||
"height": 48,
|
||||
"layer": "top",
|
||||
"output": "DP-1",
|
||||
"mode": "dock",
|
||||
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
{
|
||||
"include": "~/.config/waybar/bars/bar-2.jsonc",
|
||||
"height": 50,
|
||||
"height": 48,
|
||||
"position": "bottom",
|
||||
"layer": "top",
|
||||
"output": "DP-3",
|
||||
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
{
|
||||
"include": "~/.config/waybar/bars/bar-3.jsonc",
|
||||
"height": 50,
|
||||
"height": 48,
|
||||
"layer": "top",
|
||||
"output": "HDMI-A-1",
|
||||
"mode": "dock",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"max-length": 100,
|
||||
"escape": true,
|
||||
"tooltip": true,
|
||||
"exec": "~/.config/waybar/scripts/mediaplayer.py --player spotify",
|
||||
"exec": "~/.config/waybar/scripts/mediaplayer.py",
|
||||
"on-click": "playerctl play-pause",
|
||||
"on-scroll-up": "playerctl next",
|
||||
"on-scroll-down": "playerctl previous",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
* {
|
||||
font-family: Maple Mono NF;
|
||||
font-size: 14px;
|
||||
font-size: 13.5px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue