Centralized color management and small other changes

This commit is contained in:
Gu://em_ 2025-06-18 12:07:51 +02:00
parent 602e3f2f97
commit fad4736225
14 changed files with 52 additions and 59 deletions

View file

@ -3,9 +3,7 @@
#####################
# Refer to https://wiki.hyprland.org/Configuring/Variables/
$active_color = rgba(98C1D9FF)
$inactive_color = rgba(595959aa)
source = ~/.config/hypr/config/colors.conf
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
@ -167,6 +165,23 @@ windowrule=nodim,class:^(albert)$
windowrule=pseudo, class:(org.prismlauncher.PrismLauncher)
windowrule=size 65% 70%, class:(org.prismlauncher.PrismLauncher), title:^(Prism Launcher .*)$
# Nautilus
windowrule=pseudo, class:(org.gnome.Nautilus)
windowrule=size 65% 70%, class:(org.gnome.Nautilus) initialTitle:^(Loading…)$
# Kitty
#windowrule=pseudo, class:(kitty)
#windowrule=size 80% 80%, class:(kitty)
# Vivado
## Loading screen
windowrule=float, class:(ui-PlanAhead)
windowrule=size 397 295, class:(ui-PlanAhead) title:^(win0)$
windowrule=center, class:(ui-PlanAhead)
## Main window
windowrule=tile, class:(Vivado)
# TODO Automatically fullscreen single apps
# - Seems impossible for now (try mixing with workspace rules)

View file

@ -0,0 +1 @@
../../colors/hyprland.conf

View file

@ -21,6 +21,10 @@ exec-once = ~/.config/hypr/scripts/autostart.sh
# Or execute your favorite apps at launch like this:
# exec-once = firefox
# Testing clipboard managers
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
#############################
### ENVIRONMENT VARIABLES ###