...
This commit is contained in:
@@ -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"
|
||||
@@ -48,7 +48,7 @@ decoration {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -31,6 +31,9 @@
|
||||
"icon": "true",
|
||||
"tooltip": false
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 8
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%I:%M %p}",
|
||||
"tooltip": false
|
||||
|
||||
Reference in New Issue
Block a user