Install components
xbps-install -Su
xbps-install libvirt virt-manager virt-manager-tools xz qemu bridge-utils
Install/start services
ln -s /etc/sv/libvirtd /var/service
| ggVG | |
| # Window switcher for Hyprland. Marks special workspaces with ⭐ | |
| reverse=0 | |
| # Parse flags | |
| for arg in "$@"; do | |
| case "$arg" in | |
| --reverse) reverse=1 ;; |
| #!/usr/bin/env bash | |
| set -e | |
| # This script toggles Waybar on/off in Hyprland | |
| # | |
| # • When disabling Waybar: | |
| # - Kills existing Waybar. | |
| # - Starts a background listener that sends notifications when workspaces changes | |
| # | |
| # • When enabling Waybar: |
| #!/usr/bin/env bash | |
| # Description: | |
| # This script listens for workspace change events in Hyprland | |
| # via its UNIX socket and shows a notification whenever the active workspace changes | |
| # | |
| # Dependencies: | |
| # - socat | |
| # - jq | |
| # - hyprctl |
Install components
xbps-install -Su
xbps-install libvirt virt-manager virt-manager-tools xz qemu bridge-utils
Install/start services
ln -s /etc/sv/libvirtd /var/service