mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 09:47:29 -05:00
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
if [ "$1" == "up" ]; then
|
|
eww update sideleft_favourite_page=1
|
|
else
|
|
eww update sideleft_favourite_page=2
|
|
fi |