1
0
Fork 0

Added: custom minimal waybar configuration

Browse Source
This commit is contained in:
rhjr 2025-05-15 14:54:11 +02:00
parent 89842d1fe6
commit adbf560f47
2 changed files with 49 additions and 3 deletions

View File

@ -7,7 +7,26 @@
"margin-top": 10,
"margin-bottom": 10,
"network": {
"format-wifi": "{icon}"
"modules-left": [
"sway/workspaces"
],
"modules-right": [
"clock"
],
"sway/workspaces": {
"disable-scroll": true,
"persisten_workspace": {
"1": [],
"2": [],
"3": []
}
},
"clock": {
"timezone": "Europe/Amsterdam",
"format": "{:%H\n%M\n%S}",
"interval": 1
}
}

View File

@ -1,4 +1,31 @@
* {
border: none;
text-shadow: none;
box-shadow: none;
border-radius: 0;
font-weight: 600;
font-size: 12.7px;
margin: 0;
padding: 0;
}
#waybar {
background-color: rgba(28, 28, 28, 1);
border-radius: 5px;
}
#workspaces {
margin-top: 5px;
padding: 0;
}
#workspaces button {
color: #FFFFFF;
margin: 0;
padding: 0;
}
#clock {
margin-bottom: 5px;
color: #FFFFFF;
}