fixes groups, colors and stuff

This commit is contained in:
Michael Beck 2025-05-20 11:29:29 +02:00
parent d2cc23f982
commit be9cd7a850
6 changed files with 23 additions and 17 deletions

View File

@ -7,6 +7,7 @@ source = ~/.config/hypr/config/defaults.conf
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
exec-once = waybar &
exec-once = blueman-applet &
exec-once = fcitx5 -d &
exec-once = mako &
exec-once = nm-applet --indicator &

View File

@ -2,12 +2,12 @@
# ┃ Colors Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
$cachylgreen = rgba(82dcccff)
$cachymgreen = rgba(00aa84ff)
$cachydgreen = rgba(007d6fff)
$cachylblue = rgba(01ccffff)
$cachymblue = rgba(182545ff)
$cachydblue = rgba(111826ff)
$cachywhite = rgba(ffffffff)
$cachygrey = rgba(ddddddff)
$cachygray = rgba(798bb2ff)
$cachylgreen = rgba(8fbcbbff) # Teal
$cachymgreen = rgba(88c0d0ff) # Icy Blue
$cachydgreen = rgba(81a1c1ff) # Frost
$cachylblue = rgba(5e81acff) # Desaturated Blue
$cachymblue = rgba(4c566aff) # Slate
$cachydblue = rgba(3b4252ff) # Dark Background
$cachywhite = rgba(d8dee9ff) # Snow
$cachygrey = rgba(e5e9f0ff) # Light Gray
$cachygray = rgba(434c5eff) # Dark Gray

View File

@ -9,14 +9,14 @@ source = ~/.config/hypr/config/colors.conf
decoration {
active_opacity = 1
inactive_opacity = 0.6
rounding = 6
rounding = 3
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
blur {
size = 15
passes = 2 # more passes = more resource intensive.
xray = true
noise = 0.02
noise = 0.03
}
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
@ -24,4 +24,8 @@ decoration {
enabled = true
range = 10
}
}

View File

@ -7,13 +7,14 @@ source = ~/.config/hypr/config/colors.conf
# Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ #
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general
general {
gaps_in = 3
gaps_out = 5
border_size = 3
gaps_in = 1
gaps_out = 2
border_size = 2
col.active_border = $cachylgreen
col.inactive_border = $cachymblue
layout = dwindle # master|dwindle
resize_on_border = true
extend_border_grab_area = 10
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap
snap {
enabled = true

View File

@ -18,7 +18,7 @@ windowrulev2 = float, class:^(CachyOSHello)$
windowrulev2 = float, class:^(zenity)$
windowrulev2 = float, class:^()$,title:^(Steam - Self Updater)$
# Increase the opacity
windowrulev2 = opacity 0.92, class:^(thunar|nemo)$
windowrulev2 = opacity 0.92, class:^(thunar|nemo|dolphin)$
windowrulev2 = opacity 0.96, class:^(discord|armcord|webcord)$
windowrulev2 = opacity 0.95, title:^(QQ|Telegram)$
windowrulev2 = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$