...
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[window]
|
[window]
|
||||||
|
|
||||||
opacity = 0.9
|
opacity = 0.95
|
||||||
|
|
||||||
padding.x = 10
|
padding.x = 10
|
||||||
padding.y = 10
|
padding.y = 10
|
||||||
@@ -13,3 +13,6 @@ italic.family = "JetBrainsMono Nerd Font"
|
|||||||
bold_italic.family = "JetBrainsMono Nerd Font"
|
bold_italic.family = "JetBrainsMono Nerd Font"
|
||||||
|
|
||||||
size = 13.0
|
size = 13.0
|
||||||
|
|
||||||
|
[colors.primary]
|
||||||
|
background = "#191414"
|
||||||
@@ -48,7 +48,7 @@ decoration {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = false
|
||||||
size = 3
|
size = 3
|
||||||
passes = 1
|
passes = 1
|
||||||
|
|
||||||
|
|||||||
@@ -16,5 +16,9 @@ windowrulev2 = stayfocused,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
|||||||
windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
windowrulev2 = noborder,class:^(jetbrains-.*)$,title:^( )$,floating:1
|
||||||
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
|
windowrulev2 = nofocus,class:^(jetbrains-.*)$,title:^(win.*)$,floating:1
|
||||||
|
|
||||||
# Center gtk prompts
|
# Center vscode prompts
|
||||||
windowrulev2 = center,xwayland:1,floating:1,fullscreen:0,pinned:0
|
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",
|
"icon": "true",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
"tray": {
|
||||||
|
"spacing": 8
|
||||||
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%I:%M %p}",
|
"format": "{:%I:%M %p}",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
|
|||||||
Reference in New Issue
Block a user