From: Andre Ramnitz Date: Sat, 23 Dec 2023 13:46:54 +0000 (+0100) Subject: hypr: update config, refine style X-Git-Tag: v0.2~282 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=7310c0b27100bee6cab70fb2f584ae1de64a6fb6;p=dotfiles.git hypr: update config, refine style --- diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 365c784c..348ac1e8 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -59,12 +59,12 @@ general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 10 - gaps_out = 20 - border_size = 2 - col.active_border = rgba(2394bbee) rgba(638c9bee) 45deg - col.inactive_border = rgba(595959ee) rgba(333333ee) 45deg - col.nogroup_border = rgba(732673ee) rgba(4c2673ee) 45deg + gaps_out = 10 + border_size = 3 + col.active_border = rgba(2394ccee) rgba(638cacee) 45deg + col.inactive_border = rgba(2394cc77) rgba(638cac77) 45deg col.nogroup_border_active = rgba(993399ee) rgba(663399ee) 45deg + col.nogroup_border = rgba(73267377) rgba(4c267377) 45deg layout = dwindle @@ -140,17 +140,18 @@ device:epic-mouse-v1 { group { insert_after_current = false col.border_active = rgba(fe920eee) rgba(fca230ee) 45deg - col.border_inactive = rgba(fca230ee) rgba(f7ca88ee) 45deg + col.border_inactive = rgba(fca23077) rgba(f7ca8877) 45deg col.border_locked_active = rgba(2e8b57ee) rgba(2e8a73ee) 45deg - col.border_locked_inactive = rgba(226841ee) rgba(226856ee) 45deg + col.border_locked_inactive = rgba(2e8b5777) rgba(2e8a7377) 45deg groupbar { font_family = LiterationMono Nerd Font font_size = 11 + text_color = 0xff181818 gradients = true - col.active = 0xeefe920e - col.inactive = 0x99fca230 - col.locked_active = 0x772e8b57 - col.locked_inactive = 0x55194d40 + col.active = rgba(fe920eee) + col.inactive = rgba(fe920e77) + col.locked_active = rgba(2e8b57ee) + col.locked_inactive = rgba(194d4077) } } @@ -195,6 +196,7 @@ bind = $suremod, V, togglefloating, # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainmod, Return, exec, foot -L /usr/bin/fish -- bind = $mainmod Shift, Return, exec, foot -w 1280x800 -a popup -L /usr/bin/fish -- +bind = $mainmod, C, exec, foot -w 640x400 -a popup -H hyprpicker bind = $mainmod, E, exec, dolphin bind = $mainmod, F, fullscreen,1 bind = $mainmod, V, exec, killall fuzzel || cliphist list | fuzzel -d -w 100 | cliphist decode | wl-copy @@ -295,6 +297,7 @@ bind = , XF86audiostop, exec, playerctl stop # printscr bind = $mainmod, Print, exec, grim -g "$(slurp)" - | swappy -f - +bind = $suremod, Print, exec, grim "$HOME/Bilder/scrot-"$(date +"%Y%m%d--%H%M%S")"" # 'scratchpad bind = $mainmod, I, togglespecialworkspace, overlay diff --git a/config/hypr/scripts/daemons.sh b/config/hypr/scripts/daemons.sh index f25aefa2..ebf6efbb 100755 --- a/config/hypr/scripts/daemons.sh +++ b/config/hypr/scripts/daemons.sh @@ -4,7 +4,7 @@ logger 'userland daemons startup begin' if [[ ! $(pidof mpd) ]]; then - mpd && mpd-mpris & + mpd & logger 'mpd started' fi