Is there an award for this?

This commit is contained in:
Matthieu Fortin (CPC/CCP) 2024-12-03 15:18:01 -05:00
parent b622162e81
commit 4de29e95fb
6 changed files with 25 additions and 15 deletions

View file

@ -1,8 +1,8 @@
[files] [files]
recent_files=/home/matt/.config/rofi/screen.rasi;/home/matt/.config/waybar/style.css;/home/matt/.config/waybar/config.jsonc;/run/user/1000/kio-fuse-fmmtzE/smb/mfortin@172.31.180.13/CMPFOR/Read Only Files/contact_sheet.bat;/home/matt/.config/hypr/hyprland.conf;/home/matt/.config/swaync/style.css;/home/matt/.config/swaync/config.json;/home/matt/.config/wlogout/style.css;/home/matt/.config/wpaperd/config.toml;/home/matt/.config/hypr/scripts/WallustSwww.sh; recent_files=/home/matt/Downloads/OPNsense-24.7-checksums-amd64.sha256;/home/matt/.config/rofi/screen.rasi;/home/matt/Downloads/archcraft-2024.10.22-x86_64.iso.sha256sum;/home/matt/.config/waybar/style.css;/home/matt/.config/waybar/config.jsonc;/run/user/1000/kio-fuse-fmmtzE/smb/mfortin@172.31.180.13/CMPFOR/Read Only Files/contact_sheet.bat;/home/matt/.config/hypr/hyprland.conf;/home/matt/.config/swaync/style.css;/home/matt/.config/swaync/config.json;/home/matt/.config/wlogout/style.css;
recent_projects= recent_projects=
current_page=0 current_page=0
FILE_NAME_0=0;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2F.config%2Frofi%2Fscreen.rasi;0;4 FILE_NAME_0=436;None;0;EUTF-8;1;1;0;%2Fhome%2Fmatt%2FDownloads%2FOPNsense-24.7-checksums-amd64.sha256;0;4
[project] [project]
session_file= session_file=
@ -10,8 +10,8 @@ project_file_path=/home/matt/Projects
[geany] [geany]
treeview_position=0 treeview_position=0
msgwindow_position=803 msgwindow_position=283
geometry=0;0;946;1026;1; geometry=0;0;946;506;1;
sidebar_page=2 sidebar_page=2
[VTE] [VTE]

View file

@ -9,6 +9,6 @@ CURRENT_HOSTNAME=$(hostname)
# Check if the current hostname is not equal to the expected hostname # Check if the current hostname is not equal to the expected hostname
if [[ "$CURRENT_HOSTNAME" != "$EXPECTED_HOSTNAME" ]]; then if [[ "$CURRENT_HOSTNAME" != "$EXPECTED_HOSTNAME" ]]; then
hypridle & hypridle &
notify-send "$EXPECTED_HOSTNAME // $CURRENT_HOSTNAME" # notify-send "$EXPECTED_HOSTNAME // $CURRENT_HOSTNAME"
notify-send "hypridle launched!!" # notify-send "hypridle launched!!"
fi fi

View file

@ -22,11 +22,8 @@ exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRE
exec-once=dbus-update-activation-environment --systemd --all & exec-once=dbus-update-activation-environment --systemd --all &
exec-once=blueman-applet exec-once=blueman-applet
exec-once=/usr/lib/polkit-kde-authentication-agent-1 exec-once=/usr/lib/polkit-kde-authentication-agent-1
#exec-once=/usr/lib/xfce-polkit/xfce-polkit
#exec-once = systemctl --user start hyprpolkitagent
exec-once=dbus-update-activation-environment --systemd --all & exec-once=dbus-update-activation-environment --systemd --all &
exec-once=swaync exec-once=swaync
#exec-once=dbus-launch --sh-syntax --exit-with-session dunst -conf ~/.config/dunst/dunstrc
exec-once=/usr/lib/kdeconnectd exec-once=/usr/lib/kdeconnectd
exec-once=kdeconnect-indicator exec-once=kdeconnect-indicator
@ -34,10 +31,6 @@ exec-once=kdeconnect-indicator
exec-once=wl-paste --type text --watch cliphist store exec-once=wl-paste --type text --watch cliphist store
exec-once=wl-paste --type image --watch cliphist store exec-once=wl-paste --type image --watch cliphist store
# exec-once=hyprpaper
# exec-once=~/.local/bin/hyprpaperchanger
#exec-once=wpaperd
#exec-once=hypridle
exec-once=~/.config/hypr/hypridle_launch.sh exec-once=~/.config/hypr/hypridle_launch.sh
exec-once=swww-daemon --format xrgb exec-once=swww-daemon --format xrgb
exec-once=hyprshade auto exec-once=hyprshade auto
@ -49,8 +42,8 @@ exec-once=/usr/lib/kdeconnectd
exec-once=kdeconnect-indicator exec-once=kdeconnect-indicator
exec-once=blueman-applet exec-once=blueman-applet
exec-once=systemctl --user restart sunshine.service exec-once=systemctl --user restart sunshine.service
##exec-once=nwg-dock-hyprland -i 32 -w 5 -mb 10 -ml 10 -mr 10 -x -c "tofi-drun --drun-launch=true" -lp start -f -a start
exec-once=pypr exec-once=pypr
exec-once=trayscale --hide-window

View file

@ -0,0 +1,10 @@
pyprland.plugins = ["wallpapers"]
[wallpapers]
path = "~/Pictures/wallpapers/"
interval = 60
#unique = true
recurse = true
extensions = ["jpg", "jpeg", "png"]
command = 'swww img --transition-type any "[file]"'
clear_command = "swww clear"

View file

@ -0,0 +1,6 @@
[pyprland]
include = ["~/.config/hypr/pyprland.d"]
plugins = [
]

View file

@ -4,7 +4,8 @@ DIR=~/Pictures/wallpapers/
PICS=($(find ${DIR} -type f -iname "*.jpg" -o -iname "*.png" -o -iname "*.jpeg")) PICS=($(find ${DIR} -type f -iname "*.jpg" -o -iname "*.png" -o -iname "*.jpeg"))
RANDOMPICS=${PICS[ $RANDOM % ${#PICS[@]}]} RANDOMPICS=${PICS[ $RANDOM % ${#PICS[@]}]}
swww img ${DIR}/${RANDOMPICS} --transition-fps 60 --transition-type any --transition-duration 3 "$HOME/.local/bin/wallpaper" "$RANDOMPICS"
swww img "$HOME/.cache/images/wallpaper.png" --transition-fps 60 --transition-type any --transition-duration 3
notify-send -i ${DIR}/${RANDOMPICS} "Wallpaper Changed" ${RANDOMPICS} notify-send -i ${DIR}/${RANDOMPICS} "Wallpaper Changed" ${RANDOMPICS}