Laptop files

This commit is contained in:
Aidan Sharpe
2024-08-26 11:05:11 -04:00
commit 9d5276524f
41 changed files with 981 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(defwidget desktopbutton []
(eventbox :onclick "${eww} open desktop --toggle" :tooltip "Toggle Desktop Menu"
(image :path "/home/sharpe/.config/eww/images/kanagawa-button.png" :image-width 20)
)
)