Added: custom minimal waybar configuration
This commit is contained in:
parent
89842d1fe6
commit
adbf560f47
|
@ -7,7 +7,26 @@
|
||||||
"margin-top": 10,
|
"margin-top": 10,
|
||||||
"margin-bottom": 10,
|
"margin-bottom": 10,
|
||||||
|
|
||||||
"network": {
|
"modules-left": [
|
||||||
"format-wifi": "{icon}"
|
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
#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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user