feat: add websearch to anyrun

This commit is contained in:
Fabio Lenherr 2023-04-24 11:52:40 +02:00
parent 1e7350bd27
commit 384d0ee432
14 changed files with 91 additions and 61 deletions

View file

@ -203,7 +203,7 @@
))))
(defwidget cname []
(literal :content currentName))
(literal :class "windowname" :content currentName))
;; calendar ;;
(defwidget cal []
@ -422,7 +422,7 @@
:geometry (geometry :x "0%"
:y "1px"
:width "99%"
:height "20px"
:height "10px"
:anchor "top center")
:stacking "bg"
:wm-ignore false
@ -490,9 +490,9 @@
(defwindow bar1
:monitor 1
:geometry (geometry :x "0%"
:y "1px"
:y "0px"
:width "99%"
:height "15px"
:height "1px"
:anchor "top center")
:stacking "bg"
:wm-ignore false