Update hyprland QOL and niri, waybar for niri
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"hyprland/window",
|
||||
"niri/workspaces"
|
||||
"niri/workspaces",
|
||||
"niri/window"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock#1",
|
||||
@@ -41,11 +42,19 @@
|
||||
},
|
||||
|
||||
"niri/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format": "{output} {index}",
|
||||
"format-icons": {
|
||||
}
|
||||
},
|
||||
|
||||
"niri/window": {
|
||||
"format": "{}",
|
||||
"icon": true,
|
||||
"separate-outputs": true,
|
||||
"all-outputs": true,
|
||||
"offscreen-css": true
|
||||
},
|
||||
|
||||
"clock#1": {
|
||||
"format": "{:%A}",
|
||||
"tooltip": false
|
||||
|
||||
@@ -28,7 +28,8 @@ window#waybar {
|
||||
#window {
|
||||
padding: 0 12px;
|
||||
margin: 0 2px;
|
||||
background: rgba(12, 12, 12, 0.3);
|
||||
color: white;
|
||||
background: rgba(12, 12, 12, 0.5);
|
||||
text-shadow: 2px 4px rgba(20, 20, 20, 0.2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user