Update hyprland QOL and niri, waybar for niri

This commit is contained in:
Antoine Phan
2025-05-24 22:23:42 -04:00
parent 986b8cbaed
commit dbaadad869
5 changed files with 47 additions and 13 deletions

View File

@@ -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

View File

@@ -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);
}