diff --git a/private_dot_config/hypr/hypr.png b/private_dot_config/hypr/hypr.png new file mode 100644 index 0000000..ab7e7c9 Binary files /dev/null and b/private_dot_config/hypr/hypr.png differ diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index 1c07d4d..8b1c3a8 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -207,14 +207,17 @@ binds { } # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER +$terminal = terminator # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, RETURN, exec, terminator +bind = $mainMod, RETURN, exec, $terminal +bind = $mainMod, KP_Enter, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, E, exit, bind = $mainMod, E, exec, nemo bind = $mainMod, SPACE, togglefloating, -bind = $mainMod, D, exec, wofi -S drun,run +#bind = $mainMod, D, exec, wofi -S drun,run +bind = $mainMod, D, exec, GSK_RENDERER=ngl walker bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, 0 # dwindle @@ -222,9 +225,9 @@ bind = $mainMod SHIFT, F, fullscreen, 1 # dwindle bind = $mainMod CTRL, F, fullscreenstate, 0 2 # dwindle bind = $mainMod, N, exec, swaync-client -t -sw # swaync bind = $mainMod, G, exec, bluetoothctl connect 3C:FA:06:29:AA:7B -bind = $mainMod, X, exec, speedcrunch -bind = $mainMod SHIFT, L, exec, sleep 1 && systemctl suspend - +#bind = $mainMod, X, exec, speedcrunch +bind = $mainMod, X, exec, walker -m calc +bind = , XF86Calculator, exec, walker -m calc # Move focus with mainMod + arrow keys #bind = $mainMod, left, movefocus, l #bind = $mainMod, right, movefocus, r @@ -302,7 +305,8 @@ bind = $mainMod, mouse_up, exec, hyprctl keyword cursor:zoom_factor "$(hyprctl g bind = $mainMod SHIFT, mouse_up, exec, hyprctl keyword cursor:zoom_factor 1 # Suspend -bindl = , XF86Sleep, exec, systemctl suspend +bindl = $mainMod SHIFT, L, exec, sleep 1 && systemctl suspend +bindl = , XF86Sleep, exec, sleep 1 && systemctl suspend bind = $mainMod, L, exec, hyprlock # Brightness @@ -334,7 +338,8 @@ bind = SHIFT, PRINT, exec, imv $(find $(xdg-user-dir PICTURES)/Screenshots/ -pri exec = import-gsettings exec-once = ~/bin/hyprfloatfix.sh exec-once = xhost +si:localuser:root -exec-once = swaybg -o \* -i /home/jinks/Pictures/Wallpapers/Icetwigs.jpg -m fill +#exec-once = swaybg -o \* -i /home/jinks/Pictures/Wallpapers/Icetwigs.jpg -m fill +exec-once = swaybg -o \* -i ~/.config/hypr/hypr.png -m fill exec-once = waybar -c ~/.config/waybar/siren/config -s ~/.config/waybar/siren/style.css exec-once = hyprpanel exec-once = hypridle @@ -346,6 +351,7 @@ exec-once = gammastep-indicator -l 53.04:7.44 exec-once = nextcloud exec-once = pulsecontrol exec-once = swayosd-server +exec-once = walker --gapplication-service exec-once = sleep 5 && systemctl --user start hyprpolkitagent #exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP diff --git a/private_dot_config/hypr/hyprlock.conf b/private_dot_config/hypr/hyprlock.conf index 6122b7b..f3d0b41 100644 --- a/private_dot_config/hypr/hyprlock.conf +++ b/private_dot_config/hypr/hyprlock.conf @@ -1,71 +1,101 @@ +# BACKGROUND background { monitor = - #path = screenshot - path = /home/jinks/Pictures/Wallpapers/1149364-awesome-black-and-red-wallpapers-1920x1080-cell-phone.jpg - color = rgba(17, 17, 17, 1.0) + path = ~/.config/hypr/hypr.png blur_passes = 2 + contrast = 0.8916 + brightness = 0.8172 + vibrancy = 0.1696 + vibrancy_darkness = 0.0 } + +# GENERAL +general { + no_fade_in = false + grace = 0 + disable_loading_bar = false +} + +# INPUT FIELD input-field { monitor = - size = 20%, 35% - outline_thickness = 3 - inner_color = rgba(0, 0, 0, 0.0) # no fill - - outer_color = rgba(33ccffee) rgba(00ff99ee) 45deg - check_color=rgba(00ff99ee) rgba(ff6633ee) 120deg - fail_color=rgba(ff6633ee) rgba(ff0066ee) 40deg - - font_color = rgb(143, 143, 143) + size = 250, 60 + outline_thickness = 2 + dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 + dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 + dots_center = true + outer_color = rgba(0, 0, 0, 0) + inner_color = rgba(100, 114, 125, 0.4) + font_color = rgb(200, 200, 200) fade_on_empty = false - rounding = 15 - - position = 0, -20 + font_family = SF Pro Display Bold + placeholder_text = Enter Pass + hide_input = false + position = 0, -225 halign = center valign = center } + +# Time label { monitor = - text = cmd[update:1000] echo "$(date)" - color = rgba(204, 204, 204, 1.0) - font_size = 16 - font_family = Bahnschrift - + text = cmd[update:10000] echo "$(date +"%H:%M")" + color = rgba(216, 222, 233, 0.70) + font_size = 130 + font_family = SF Pro Display Bold position = 0, 180 halign = center valign = center } + +# Day-Month-Date label { monitor = - text = welcome back $USER - color = rgba(197, 197, 197, 1.0) + text = cmd[update:10000] echo -e "$(date +"%A, %d %B")" + color = rgba(216, 222, 233, 0.70) + font_size = 30 + font_family = SF Pro Display Bold + position = 0, 80 + halign = center + valign = center +} + +# Profie-Photo +image { + monitor = + path = ~/.face.icon + border_color = 0xffdddddd + border_size = 0 + size = 120 + rounding = -1 + rotate = 0 + reload_time = -1 + reload_cmd = + position = 0, -20 + halign = center + valign = center +} + +# USER +label { + monitor = + text = Hi, $USER + color = rgba(216, 222, 233, 0.70) font_size = 25 - font_family = Ubuntu - - position = 0, 80 + font_family = SF Pro Display Bold + position = 0, -130 halign = center valign = center } -shape { - monitor = - size = 360, 60 - color = rgba(0, 0, 0, 0.0) # no fill - rounding = -1 # circle - border_size = 4 - #border_color = rgba(46, 40, 76, 1) - border_color = rgba(0, 125, 111, 1) - position = 0, 80 - halign = center - valign = center -} +# CURRENT SONG label { monitor = - text = cmd[update:0] echo "$(fortune -s)" - color = rgba(197, 197, 197, 1.0) - font_size = 12 - font_family = Ubuntu - - position = 0, 30 + text = cmd[update:1000] echo "$(/home/vivek/.config/hypr/scripts/songdetail.sh)" + color = rgba(255, 255, 255, 0.7) + font_size = 18 + font_family = JetBrains Mono Nerd, SF Pro Display Bold + position = 0, 60 halign = center valign = bottom }