feat: add websearch to anyrun
This commit is contained in:
parent
1e7350bd27
commit
384d0ee432
14 changed files with 91 additions and 61 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue