Commit bea939b

Ansari <ping@ansari.wtf>
2026-02-02 10:53:42
Update desktop entries and scripts for improved functionality; add OmniTools entry and fix paths
1 parent 488691a
.assets/icons/omnitools.png
Binary file
.config/hypr/modules/windows.conf
@@ -8,7 +8,7 @@ workspace = 5, defaultName:Forge,monitor:DP-1,persistent:true
 # Floating windows
 windowrule = float true,center true,size 875 600,match:tag floating-window
 
-windowrule = tag +floating-window, match:class (Thunar|thunar|org.gnome.Evince|org.wraith.*|org.pulseaudio.pavucontrol|com.mitchellh.ghostty|Termius|nwg-look|localsend|imv|mpv|zenity)
+windowrule = tag +floating-window, match:class (Thunar|thunar|org.gnome.Evince|org.wraith.*|org.pulseaudio.pavucontrol|com.mitchellh.ghostty|Termius|nwg-look|localsend|imv|mpv|zenity|org.telegram.desktop)
 windowrule = tag +floating-window, match:class (xdg-desktop-portal-gtk|org.gnome.*|rustdesk)
 windowrule = tag +floating-window, match:title ^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files|.*wants to [open|save].*|[C|c]hoose.*)
 windowrule = tag +floating-window, match:title ^(Settings|Preferences|Options|About|Help|License|Shortcuts|Keybindings|Update|Updates|Checking for updates|Extensions|Add-ons|Choose a Font|About .*)$
.config/hyprpanel/config.json
@@ -118,7 +118,7 @@
   "bar.workspaces.icons.active": "๏†’",
   "bar.workspaces.icons.occupied": "๏„Œ",
   "bar.workspaces.icons.available": "๏„Œ",
-  "wallpaper.image": "/home/robinhood/.assets/wallpapers/gwen-stacy.jpg",
+  "wallpaper.image": "/home/robin/.assets/wallpapers/gwen-stacy.jpg",
   "theme.osd.enable": false,
   "menus.volume.raiseMaximumVolume": false,
   "theme.bar.buttons.workspaces.pill.active_width": "9em",
.local/share/applications/arch-cleanup.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
 Name=Arch Cleanup
-Exec=smart-launch --tui "arch-cleanup" "/home/robin/.wraith/scripts/arch-spring-cleanup.sh"
+Exec=smart-launch --tui "arch-cleanup" "$HOME/.wraith/scripts/arch-spring-cleanup.sh"
 Terminal=false
 Type=Application
 Icon=/home/robin/.assets/icons/shell.png
.local/share/applications/display-switch.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
 Name=Display Interface Switch
-Exec=/home/robin/.wraith/scripts/display.sh
+Exec=zsh -lc "$HOME/.wraith/scripts/display.sh"
 Terminal=false
 Type=Application
 Icon=/home/robin/.assets/icons/shell.png
.local/share/applications/omnitools.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=OmniTools
+Exec=smart-launch --web "chrome-omnitools.app" "https://omnitools.app/"
+Terminal=false
+Type=Application
+Icon=/home/robin/.assets/icons/omnitools.png
+StartupNotify=true
+
.local/share/applications/packages.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Version=1.0
 Name=Packages
-Exec=/home/robin/.wraith/scripts/packages.sh
+Exec=zsh -lc "$HOME/.wraith/scripts/packages.sh"
 Terminal=false
 Type=Application
 Icon=/home/robin/.assets/icons/arch.png