Compare commits

...

4 Commits

Author SHA1 Message Date
305a385
bdbce2e38b added workspace icon 2023-06-06 11:47:09 +02:00
305a385
084547cbdb changed waybar height to auto height 2023-06-06 11:33:55 +02:00
305a385
9f1d74d221 increased margin between workspace buttons 2023-06-06 11:33:19 +02:00
305a385
b416929bce decreased waybar height 2023-06-06 11:30:55 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
// "layer": "top", // Waybar at top layer
// "position": "top", // Waybar position (top|bottom|left|right)
"height": 55, // Waybar height (to be removed for auto height)
// "height": 50, // Waybar height (to be removed for auto height)
//"width": 1430, // Waybar width
"spacing": 10, // Gaps between modules (4px)
// Choose the order of the modules
@ -21,6 +21,7 @@
"5": "",
"6": "",
"7": "",
"8": "",
"urgent": "",
"focused": "",
"default": ""

View File

@ -46,6 +46,7 @@ button {
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
#workspaces button {
padding: 0px 10px;
margin-left: 5px;
background-color: transparent;
color: #ffffff;
border-radius: 5px;