1
0
Fork 0

bar spacing

This commit is contained in:
Massaki Archambault 2019-05-09 18:48:05 -04:00
parent 955020e8f6
commit c1c1bb5867
2 changed files with 10 additions and 6 deletions

View File

@ -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": "",

View File

@ -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;
}