]> Freerunner's - dotfiles.git/commitdiff
hypr: update config, refine style
authorAndre Ramnitz <tux.rising@gmail.com>
Sat, 23 Dec 2023 13:46:54 +0000 (14:46 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
config/hypr/hyprland.conf
config/hypr/scripts/daemons.sh

index 365c784cd7ceee87c7c5e3bab480f15b591cd17e..348ac1e86a4807903c24c2c1b23f754f38b93c28 100644 (file)
@@ -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
index f25aefa245c4c78337393a6ab09d264c33cb2b2c..ebf6efbbc8ea6843524783545f52cefddbfdb5bc 100755 (executable)
@@ -4,7 +4,7 @@ logger 'userland daemons startup begin'
 
 
 if [[ ! $(pidof mpd) ]]; then
-       mpd && mpd-mpris &
+       mpd &
        logger 'mpd started'
 fi