bar spacing
This commit is contained in:
parent
955020e8f6
commit
c1c1bb5867
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 24, // Waybar height (to be removed for auto height)
|
||||
"height": 23, // Waybar height (to be removed for auto height)
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": [],
|
||||
|
@ -61,7 +61,7 @@
|
|||
//"scroll-step": 1,
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
"format-muted": " --%",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"headset": "",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
* {
|
||||
border: none;
|
||||
font-family: "Font Awesome 5 Free", Verdana, sans-serif;
|
||||
font-family: "Font Awesome 5 Free", sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
@ -19,11 +19,15 @@ window#waybar {
|
|||
background: #64727D;
|
||||
}
|
||||
|
||||
#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #mode {
|
||||
#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio {
|
||||
padding: 0 10px;
|
||||
border-right: 1px solid white;
|
||||
border-right: 1px solid #b7bbb7;
|
||||
}
|
||||
|
||||
#idle_inhibitor, #tray, #custom-vpn {
|
||||
margin-left: 10px;
|
||||
min-width: 25px;
|
||||
}
|
||||
|
||||
#tray {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue