Resized to work with high DPI env.

This commit is contained in:
James Patrick 2019-04-28 21:42:16 -04:00
parent 3ea6964c0b
commit 0c4954dc55
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
// "height": 30, // Waybar height
"height": 35, // Waybar height
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
@ -104,6 +104,6 @@
"default": "🎜"
},
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
"exec": "$HOME/.config/waybar/custom_modules/mediaplayer.py 2> /dev/null" // Script in resources folder
}
}

View File

@ -2,7 +2,7 @@
border: none;
border-radius: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
font-size: 16px;
min-height: 0;
}
@ -36,7 +36,7 @@ window#waybar {
#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor {
padding: 0 10px;
margin: 0 5px;
margin: 0 3px;
}
#clock {