diff --git a/.config/dconf/user b/.config/dconf/user index 042ef7ff..01ead7a5 100644 Binary files a/.config/dconf/user and b/.config/dconf/user differ diff --git a/.config/gotify-desktop/config.toml b/.config/gotify-desktop/config.toml new file mode 100644 index 00000000..c002779f --- /dev/null +++ b/.config/gotify-desktop/config.toml @@ -0,0 +1,20 @@ +[gotify] +# gotify server websocket URL, use wss:// prefix for TLS, or ws:// for unencrypted +url = "wss://ntfy.voidarc.co.uk:443" + +# secret gotify token +token = "C5YKvW5h3NfJJIB" +# if you want to get the token from a password manager, or other external command, +# you can also use for example: +# token = { command = "secret-tool lookup Title 'Gotify token'" } + +# optional, if true, deletes messages that have been handled, defaults to false +# auto_delete = true + +[notification] +# optional, ignores messages with priority lower than given value, defaults to 0 +min_priority = 1 + +[action] +# optional, run the given command for each message, with the following environment variables set: GOTIFY_MSG_PRIORITY, GOTIFY_MSG_TITLE and GOTIFY_MSG_TEXT. +# on_msg_command = "/usr/bin/beep" diff --git a/.config/hypr/rules.conf b/.config/hypr/rules.conf index d2797bc3..1cca5700 100644 --- a/.config/hypr/rules.conf +++ b/.config/hypr/rules.conf @@ -23,7 +23,6 @@ windowrulev2 = float,class:^(nm-connection-editor)$ windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$ windowrulev2 = float,class:^(yad)$ # Protontricks-Gtk - # Specific Animations and Styling windowrulev2 = size 800 500,class:^(xdg-desktop-portal-gtk)$ windowrulev2 = animation popin,class:^(xdg-desktop-portal-gtk)$ @@ -41,3 +40,8 @@ layerrule = animation fade, launcher layerrule= animation slide right, swaync-control-center layerrule= blur, swaync-control-center layerrule= ignorezero, swaync-control-center + +# Workspace Rules +# workspace = s[1], gapsout:70 +# workspace = w[1], gapsout:50 +# workspace = w[2], gapsout:20 diff --git a/.config/hypr/startup.conf b/.config/hypr/startup.conf index cf51c035..3a3b46d4 100644 --- a/.config/hypr/startup.conf +++ b/.config/hypr/startup.conf @@ -10,9 +10,10 @@ exec-once = swww-daemon # Wallpaper exec-once = ~/.config/scripts/.venv/bin/python ~/.config/scripts/notify.py # Android notification forwarding exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background +exec-once = gotify-desktop # gotify daemon for service notifications #cool decorations -exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c "cmatrix -b -C magenta -a -u 10"' -exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name DP-3 sh -c "cava"' -exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null"' -exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name eDP-1 sh -c "fastfetch && tail -f /dev/null"' +# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c "cmatrix -b -C magenta -a -u 10"' +# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name DP-3 sh -c "cava"' +# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null"' +# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name eDP-1 sh -c "fastfetch && tail -f /dev/null"' diff --git a/.config/nvim b/.config/nvim index d81a98d3..2574ea95 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit d81a98d326a5ccefcb03db804a4154f0f55943e4 +Subproject commit 2574ea95785f3bf2dfe52bd7d26415bf2f0901b8 diff --git a/.config/wallpapers/tree.jpg b/.config/wallpapers/tree.jpg new file mode 100644 index 00000000..0a84979e Binary files /dev/null and b/.config/wallpapers/tree.jpg differ