feat: some shit
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"custom/waybar-mpris"
|
||||
],
|
||||
"modules-center": [
|
||||
"wlr/workspaces"
|
||||
"sway/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/power-consumption",
|
||||
@@ -76,6 +76,9 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"format": "{name}"
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
|
@@ -30,7 +30,8 @@ window > box {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
#workspaces button.active,
|
||||
#workspaces button.focused{
|
||||
background-color: @theme_fg_color;
|
||||
color: @theme_bg_color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user