From 3684e136c0629d1a700d3d379a3254a95ab9a447 Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Sat, 29 Mar 2025 05:02:44 +0100 Subject: [PATCH] lap01 config update --- .../Nextcloud.desktop | 11 +++++++++++ .../autostart##hostname.owlenlap01/eww.desktop | 4 ++++ .../hyprman.desktop | 4 ++++ .../jellyfin-mpv-shim.desktop | 4 ++++ .../jetbrains-toolbox.desktop | 15 +++++++++++++++ .../nm-applet.desktop | 5 +++++ .../org.keepassxc.KeePassXC.desktop | 17 +++++++++++++++++ .../signal-desktop.desktop | 4 ++++ .../swayosd-server.desktop | 4 ++++ .../walker-service.desktop | 7 +++++++ .config/hypr/hyprpaper.conf | 1 - .../hypr/hyprpaper.conf##hostname.owlenlap01 | 6 ++++++ 12 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 .config/autostart##hostname.owlenlap01/Nextcloud.desktop create mode 100644 .config/autostart##hostname.owlenlap01/eww.desktop create mode 100644 .config/autostart##hostname.owlenlap01/hyprman.desktop create mode 100644 .config/autostart##hostname.owlenlap01/jellyfin-mpv-shim.desktop create mode 100755 .config/autostart##hostname.owlenlap01/jetbrains-toolbox.desktop create mode 100644 .config/autostart##hostname.owlenlap01/nm-applet.desktop create mode 100644 .config/autostart##hostname.owlenlap01/org.keepassxc.KeePassXC.desktop create mode 100644 .config/autostart##hostname.owlenlap01/signal-desktop.desktop create mode 100644 .config/autostart##hostname.owlenlap01/swayosd-server.desktop create mode 100644 .config/autostart##hostname.owlenlap01/walker-service.desktop delete mode 120000 .config/hypr/hyprpaper.conf create mode 100644 .config/hypr/hyprpaper.conf##hostname.owlenlap01 diff --git a/.config/autostart##hostname.owlenlap01/Nextcloud.desktop b/.config/autostart##hostname.owlenlap01/Nextcloud.desktop new file mode 100644 index 0000000..219765f --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/Nextcloud.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Nextcloud +GenericName=File Synchronizer +Exec="/usr/bin/nextcloud" --background +Terminal=false +Icon=Nextcloud +Categories=Network +Type=Application +StartupNotify=false +X-GNOME-Autostart-enabled=true +X-GNOME-Autostart-Delay=10 diff --git a/.config/autostart##hostname.owlenlap01/eww.desktop b/.config/autostart##hostname.owlenlap01/eww.desktop new file mode 100644 index 0000000..80010f6 --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/eww.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Exec=/home/mpuchstein/.local/bin/eww open topbar_owlenlap02 +Name=eww +Type=Application diff --git a/.config/autostart##hostname.owlenlap01/hyprman.desktop b/.config/autostart##hostname.owlenlap01/hyprman.desktop new file mode 100644 index 0000000..3a4a6c8 --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/hyprman.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Exec=/home/mpuchstein/.local/bin/hyprman -d +Name=hyprman +Type=Application diff --git a/.config/autostart##hostname.owlenlap01/jellyfin-mpv-shim.desktop b/.config/autostart##hostname.owlenlap01/jellyfin-mpv-shim.desktop new file mode 100644 index 0000000..c99f8a6 --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/jellyfin-mpv-shim.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Exec=/usr/bin/jellyfin-mpv-shim +Name=jellyfin-mpv-shim +Type=Application diff --git a/.config/autostart##hostname.owlenlap01/jetbrains-toolbox.desktop b/.config/autostart##hostname.owlenlap01/jetbrains-toolbox.desktop new file mode 100755 index 0000000..9137ee7 --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/jetbrains-toolbox.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Icon=/home/mpuchstein/.local/share/JetBrains/Toolbox/toolbox.svg +Exec=/home/mpuchstein/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize +Version=1.0 +Type=Application +Categories=Development +Name=JetBrains Toolbox +StartupWMClass=jetbrains-toolbox +Terminal=false +MimeType=x-scheme-handler/jetbrains; +X-GNOME-Autostart-enabled=true +StartupNotify=false +X-GNOME-Autostart-Delay=10 +X-MATE-Autostart-Delay=10 +X-KDE-autostart-after=panel diff --git a/.config/autostart##hostname.owlenlap01/nm-applet.desktop b/.config/autostart##hostname.owlenlap01/nm-applet.desktop new file mode 100644 index 0000000..145bc76 --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/nm-applet.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Exec=/usr/bin/nm-applet --indicator +Name=nm-applet +Comment=network monitor and control GUI applet +Type=Application diff --git a/.config/autostart##hostname.owlenlap01/org.keepassxc.KeePassXC.desktop b/.config/autostart##hostname.owlenlap01/org.keepassxc.KeePassXC.desktop new file mode 100644 index 0000000..c6e4654 --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/org.keepassxc.KeePassXC.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=KeePassXC +GenericName=Password Manager +Exec=keepassxc +TryExec=keepassxc +Icon=keepassxc +StartupWMClass=keepassxc +StartupNotify=true +Terminal=false +Type=Application +Version=1.0 +Categories=Utility;Security;Qt; +MimeType=application/x-keepass2; +X-GNOME-Autostart-enabled=true +X-GNOME-Autostart-Delay=2 +X-KDE-autostart-after=panel +X-LXQt-Need-Tray=true diff --git a/.config/autostart##hostname.owlenlap01/signal-desktop.desktop b/.config/autostart##hostname.owlenlap01/signal-desktop.desktop new file mode 100644 index 0000000..53a30d0 --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/signal-desktop.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Exec=/usr/bin/signal-desktop +Name=signal-desktop +Type=Application diff --git a/.config/autostart##hostname.owlenlap01/swayosd-server.desktop b/.config/autostart##hostname.owlenlap01/swayosd-server.desktop new file mode 100644 index 0000000..96a6f7a --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/swayosd-server.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Exec=/usr/bin/swayosd-server +Name=swayosd-server +Type=Application diff --git a/.config/autostart##hostname.owlenlap01/walker-service.desktop b/.config/autostart##hostname.owlenlap01/walker-service.desktop new file mode 100644 index 0000000..fa7bdfe --- /dev/null +++ b/.config/autostart##hostname.owlenlap01/walker-service.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Walker +Comment=Walker Service +Exec=walker --gapplication-service +StartupNotify=false +Terminal=false +Type=Application diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf deleted file mode 120000 index ecf3590..0000000 --- a/.config/hypr/hyprpaper.conf +++ /dev/null @@ -1 +0,0 @@ -hyprpaper.conf##hostname.owlenpc00 \ No newline at end of file diff --git a/.config/hypr/hyprpaper.conf##hostname.owlenlap01 b/.config/hypr/hyprpaper.conf##hostname.owlenlap01 new file mode 100644 index 0000000..5836b39 --- /dev/null +++ b/.config/hypr/hyprpaper.conf##hostname.owlenlap01 @@ -0,0 +1,6 @@ +splash = true +splash_offset = 2.0 +ipc = true + +preload = /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/138 - 1jb5suO.jpg +wallpaper = eDP-1, /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/138 - 1jb5suO.jpg