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 # # Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
exec-once = waybar & exec-once = waybar &
exec-once = blueman-applet &
exec-once = fcitx5 -d & exec-once = fcitx5 -d &
exec-once = mako & exec-once = mako &
exec-once = nm-applet --indicator & exec-once = nm-applet --indicator &

View File

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

View File

@ -9,14 +9,14 @@ source = ~/.config/hypr/config/colors.conf
decoration { decoration {
active_opacity = 1 active_opacity = 1
inactive_opacity = 0.6 inactive_opacity = 0.6
rounding = 6 rounding = 3
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
blur { blur {
size = 15 size = 15
passes = 2 # more passes = more resource intensive. passes = 2 # more passes = more resource intensive.
xray = true xray = true
noise = 0.02 noise = 0.03
} }
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
@ -24,4 +24,8 @@ decoration {
enabled = true enabled = true
range = 10 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/ # # Variables wiki https://wiki.hyprland.org/0.45.0/Configuring/Variables/ #
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#general
general { general {
gaps_in = 3 gaps_in = 1
gaps_out = 5 gaps_out = 2
border_size = 3 border_size = 2
col.active_border = $cachylgreen col.active_border = $cachylgreen
col.inactive_border = $cachymblue col.inactive_border = $cachymblue
layout = dwindle # master|dwindle layout = dwindle # master|dwindle
resize_on_border = true
extend_border_grab_area = 10
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#snap
snap { snap {
enabled = true enabled = true

View File

@ -18,7 +18,7 @@ windowrulev2 = float, class:^(CachyOSHello)$
windowrulev2 = float, class:^(zenity)$ windowrulev2 = float, class:^(zenity)$
windowrulev2 = float, class:^()$,title:^(Steam - Self Updater)$ windowrulev2 = float, class:^()$,title:^(Steam - Self Updater)$
# Increase the opacity # 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.96, class:^(discord|armcord|webcord)$
windowrulev2 = opacity 0.95, title:^(QQ|Telegram)$ windowrulev2 = opacity 0.95, title:^(QQ|Telegram)$
windowrulev2 = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$ windowrulev2 = opacity 0.95, title:^(NetEase Cloud Music Gtk4)$