Ensure capacity with hypr

pull/5/head
Leni Aniva 2023-09-23 14:40:29 -07:00
parent bd82c3f4ec
commit 6ba9e6464d
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 8 additions and 3 deletions

View File

@ -31,8 +31,8 @@ default_floating_border pixel $border
for_window [app_id=".*"] gaps inner all set 5
for_window [app_id=".*"] gaps outer all set 15
for_window [app_id=".*"] opacity 0.9
for_window [app_id=__focused__] opacity 1.0
for_window [app_id=".*"] opacity 0.85
for_window [app_id=__focused__] opacity 0.95
# Include keys
include ~/.config/sway/keys.conf

View File

@ -6,7 +6,9 @@
"margin": "0 15 0 5",
"modules-left": [
//"wlr/workspaces",
"sway/window"],
"hyprland/window",
"sway/window"
],
"modules-center": ["mpd"],
"modules-right": [
"tray",
@ -33,6 +35,9 @@
"on-click": "activate",
"sort-by-number": true,
},
"hyprland/window": {
"format": "<span color=\"#DDDDDD\" font-size=\"150%\"></span> {}",
},
"sway/window": {
"format": "<span color=\"#DDDDDD\" font-size=\"150%\"></span> {}",
},