catppuccin

This commit is contained in:
KoenDR06 2025-04-28 22:02:09 +02:00
parent fa3d44bdfa
commit 817e348125
27 changed files with 270 additions and 118 deletions

View file

@ -1,10 +1,6 @@
source = ./monitors.conf
source = ./keybinds.conf
$terminal = kitty
$fileManager = dolphin
$menu = wofi --show drun
$nix = /home/horseman/nix-config
#################
@ -46,8 +42,8 @@ general {
border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = rgba(b7bdf8ff)
col.inactive_border = rgba(b7bdf840)
resize_on_border = true

View file

@ -1,6 +1,6 @@
$mainMod = SUPER
$terminal = kitty
$launcher = (eww close-all && pkill wofi) || (~/.config/eww/scripts/open.sh; wofi --show drun; eww close-all)
$launcher = (eww close-all && pkill wofi) || (~/.config/eww/scripts/open.sh; wofi --show drun --style ~/.config/wofi/index.css; eww close-all)
bind = SUPER, SPACE, exec, $launcher