This commit is contained in:
nub31
2025-05-10 16:54:16 +02:00
parent 329aadeae8
commit ef393f0c0f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[window]
opacity = 0.9
opacity = 0.95
padding.x = 10
padding.y = 10
@@ -13,3 +13,6 @@ italic.family = "JetBrainsMono Nerd Font"
bold_italic.family = "JetBrainsMono Nerd Font"
size = 13.0
[colors.primary]
background = "#191414"

View File

@@ -48,7 +48,7 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
enabled = false
size = 3
passes = 1

View File

@@ -16,5 +16,9 @@ windowrulev2 = stayfocused,class:^(jetbrains-.*)$,title:^( )$,floating:1
windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
# Center gtk prompts
windowrulev2 = center,xwayland:1,floating:1,fullscreen:0,pinned:0
# Center vscode prompts
windowrulev2 = center,xwayland:1,floating:1,fullscreen:0,pinned:0,initialTitle:Code - OSS
# Steam friends list
windowrulev2 = float,initialClass:steam,initialTitle:Friends List

View File

@@ -31,6 +31,9 @@
"icon": "true",
"tooltip": false
},
"tray": {
"spacing": 8
},
"clock": {
"format": "{:%I:%M %p}",
"tooltip": false