4 Commits

Author SHA1 Message Date
600a35020b Fix symlink paths to use absolute paths
Changed scripts to use realpath() to create absolute symlinks
instead of relative paths, which were breaking with filenames
containing special characters. Also added sleep delay before
restarting waybar.
2025-11-23 23:13:58 -07:00
af8f372739 Fix wofi markup parsing for layout names with ampersands
Added --parse-search false to prevent wofi from trying to parse
special characters like '&' in layout names (e.g. '[BOT & Left]')
2025-11-23 23:12:23 -07:00
487f1c8704 Change switcher scripts to use wofi instead of rofi 2025-11-23 23:10:47 -07:00
24385e6e65 Add waybar layout and style switcher scripts
Created convenient scripts for testing different configurations:
- switch-layout.sh: Switch between 24 available layouts
- switch-style.sh: Switch between 30+ themes
- Works with rofi (GUI) or CLI menu
- Automatically reloads waybar after switching
2025-11-23 23:08:47 -07:00