alot of messing with what I like for a desktop

This commit is contained in:
Chris Cochrun 2023-02-05 07:09:48 -06:00
parent 2e8b8b98a2
commit 5a834ec5a3
14 changed files with 204 additions and 88 deletions

View file

@ -20,11 +20,12 @@ module() {
echo "(box \
:orientation \"h\" \
:halign \"start\" \
:valign \"center\" \
:space-evenly false \
(image \
:class \"app-icon\" \
:path \"$iconpath\" \
:image-width \"18\") \
:image-width \"28\") \
(label \
:class \"app-name\" \
:limit-width \"35\" \

View file

@ -49,7 +49,7 @@ fi
}
module() {
#output eww widget
echo "(eventbox :onscroll \"echo {} | sed -e 's/up/-1/g' -e 's/down/+1/g' | xargs hyprctl dispatch workspace\" \
echo "(eventbox :onscroll \"echo {} | sed -e 's/up/-1/g' -e 's/down/+1/g' | xargs hyprctl dispatch workspace\" :valign \"center\" \
(box :class \"works\" :orientation \"h\" :spacing 5 :space-evenly \"false\" :valign \"center\" \
(button :onclick \"hyprctl dispatch workspace 1\" :onrightclick \"hyprctl dispatch workspace 1 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o1$f1\" \"${ic[1]}\") \
(button :onclick \"hyprctl dispatch workspace 2\" :onrightclick \"hyprctl dispatch workspace 2 && $HOME/.config/hypr/themes/neon/scripts/default_app\" :class \"0$o2$f2\" \"${ic[2]}\") \