diff --git a/.alacritty.toml b/.alacritty.toml index efb04c8..88ea26f 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -10,7 +10,7 @@ shell = "zsh" [window] decorations = "none" startup_mode = "Windowed" -opacity = 1 +opacity = 0.8 blur = true # padding = { x = 10, y = 10 } diff --git a/.config/backgrounds/background.png b/.config/backgrounds/background.png new file mode 100644 index 0000000..6c8a2aa Binary files /dev/null and b/.config/backgrounds/background.png differ diff --git a/.config/backgrounds/better_shaded_landscape.jpg b/.config/backgrounds/better_shaded_landscape.jpg new file mode 100644 index 0000000..4c0a389 Binary files /dev/null and b/.config/backgrounds/better_shaded_landscape.jpg differ diff --git a/.config/backgrounds/car-with-full-moon-background.jpg b/.config/backgrounds/car-with-full-moon-background.jpg new file mode 100644 index 0000000..8e80a5c Binary files /dev/null and b/.config/backgrounds/car-with-full-moon-background.jpg differ diff --git a/.config/backgrounds/lofiwallpaper.png b/.config/backgrounds/lofiwallpaper.png new file mode 100644 index 0000000..2fe4b8b Binary files /dev/null and b/.config/backgrounds/lofiwallpaper.png differ diff --git a/.config/backgrounds/nice-blue-background.png b/.config/backgrounds/nice-blue-background.png new file mode 100644 index 0000000..c868176 Binary files /dev/null and b/.config/backgrounds/nice-blue-background.png differ diff --git a/.config/backgrounds/shaded.png b/.config/backgrounds/shaded.png new file mode 100644 index 0000000..6c8a2aa Binary files /dev/null and b/.config/backgrounds/shaded.png differ diff --git a/.config/backgrounds/shaded_landscape.png b/.config/backgrounds/shaded_landscape.png new file mode 100644 index 0000000..181c23b Binary files /dev/null and b/.config/backgrounds/shaded_landscape.png differ diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100644 index 0000000..51b6411 --- /dev/null +++ b/.config/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 = 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. +} \ No newline at end of file diff --git a/.config/hypr/start-exec.conf b/.config/hypr/start-exec.conf index e705e51..2e46d2f 100644 --- a/.config/hypr/start-exec.conf +++ b/.config/hypr/start-exec.conf @@ -13,7 +13,7 @@ exec-once = /usr/bin/python3 /usr/bin/solaar --window=hide # Start windows exec-once = alacritty --class alacritty-init -exec-once = brave-browser +# exec-once = brave-browser # TODO after adding start workspace exec-once = discord-ptb exec-once = slack diff --git a/.config/hypr/windowrules.conf b/.config/hypr/windowrules.conf index 260a4c7..916213c 100644 --- a/.config/hypr/windowrules.conf +++ b/.config/hypr/windowrules.conf @@ -32,7 +32,7 @@ windowrule = size 1500 1000,kdesystemsettings # Start windows windowrulev2 = workspace 1, class:alacritty-init -windowrulev2 = workspace 3, class:Brave-browser +# windowrulev2 = workspace 3, class:Brave-browser windowrulev2 = workspace 5, class:discord windowrulev2 = workspace 5, class:Slack