From 1bb573a44a8d46da51225d630f3cd950a2c80584 Mon Sep 17 00:00:00 2001 From: moonleay Date: Sun, 17 Nov 2024 18:23:10 +0100 Subject: [PATCH] feat: changed colors --- hypr/autorun.conf | 3 +-- hypr/basics.conf | 5 +++-- hypr/hypridle.conf | 14 ++++++++++++++ hypr/hyprpaper.conf | 6 +++--- 4 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 hypr/hypridle.conf diff --git a/hypr/autorun.conf b/hypr/autorun.conf index 9af3737..e08533a 100644 --- a/hypr/autorun.conf +++ b/hypr/autorun.conf @@ -1,6 +1,5 @@ # Autorun apps -# exec-once = dunst & hyprpaper & waybar -exec-once = dunst & waybar +exec-once = dunst & waybar & hypridle & hyprpaper exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = hyprctl setcursor Adwaita 24 exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'adwaita' diff --git a/hypr/basics.conf b/hypr/basics.conf index a03ba94..29ee005 100644 --- a/hypr/basics.conf +++ b/hypr/basics.conf @@ -3,7 +3,8 @@ general { gaps_in = 5 gaps_out = 10 #20 border_size = 2 # 2 - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.active_border = rgba(0168ceee) rgba(015ebaee) 45deg + # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) layout = dwindle @@ -12,7 +13,7 @@ general { # Window decorations decoration { - rounding = 4 # 5 + rounding = 2 #4 # 5 blur { # Disable blur for battery saving diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf new file mode 100644 index 0000000..72fd3cf --- /dev/null +++ b/hypr/hypridle.conf @@ -0,0 +1,14 @@ +general { + lock_cmd = notify-send "lock!" # dbus/sysd lock command (loginctl lock-session) + unlock_cmd = notify-send "unlock!" # same as above, but unlock + before_sleep_cmd = notify-send "Zzz" # command ran before sleep + after_sleep_cmd = notify-send "Awake!" # command ran after sleep + ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) + ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors +} + +listener { + timeout = 10 # 500 # in seconds + on-timeout = notify-send "You are idle!" # command to run when timeout has passed + on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired. +} diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 854d923..7cd69e7 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,4 +1,4 @@ -preload = ~/Pictures/Wallpaper/meru_gaming.png +preload = ~/Pictures/Wallpaper/GOUKlfP.jpg #if more than one preload is desired then continue to preload other backgrounds #preload = /path/to/next_image.png @@ -8,8 +8,8 @@ preload = ~/Pictures/Wallpaper/meru_gaming.png # wallpaper = eDP-2,~/Pictures/Wallpaper/cityx4.png # wallpaper = eDP-1,~/Pictures/Wallpaper/somerndm.jpg # wallpaper = DP-2,~/Pictures/Wallpaper/somerndm.jpg -wallpaper = desc:LG Electronics LG TV SSCR2 0x01010101,~/Pictures/Wallpaper/meru_gaming.png -wallpaper = desc:BOE 0x0BC9,~/Pictures/Wallpaper/meru_gaming.png +wallpaper = desc:LG Electronics LG TV SSCR2 0x01010101,~/Pictures/Wallpaper/GOUKlfP.jpg +wallpaper = desc:BOE 0x0BC9,~/Pictures/Wallpaper/GOUKlfP.jpg splash = true