test
This commit is contained in:
parent
59e5c624a9
commit
47e8cddfd4
1 changed files with 3 additions and 4 deletions
|
@ -24,10 +24,10 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/wlogout",
|
"custom/wlogout",
|
||||||
"wlr/workspaces",
|
"clock",
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
|
"wlr/workspaces",
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"mpris",
|
"mpris",
|
||||||
|
@ -36,7 +36,6 @@
|
||||||
"custom/tailscale",
|
"custom/tailscale",
|
||||||
"network",
|
"network",
|
||||||
"battery",
|
"battery",
|
||||||
"clock"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"custom/wlogout": {
|
"custom/wlogout": {
|
||||||
|
@ -197,7 +196,7 @@
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 0px 5px;
|
padding: 0px 15px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
color: rgba(50, 48, 47, 0.0);
|
color: rgba(50, 48, 47, 0.0);
|
||||||
background-color: #a89984;
|
background-color: #a89984;
|
||||||
|
|
Loading…
Reference in a new issue