config/eww ahrc-laptop : protection injection shell (inutile lol)
This commit is contained in:
parent
52fec5e9ee
commit
9eb26b34d2
1 changed files with 2 additions and 2 deletions
|
@ -55,12 +55,12 @@
|
|||
}')
|
||||
|
||||
(defwidget workspaces []
|
||||
(eventbox :onscroll "action/hyprland/nearby-workspace {}"
|
||||
(eventbox :onscroll 'action/hyprland/nearby-workspace "{}"'
|
||||
(box :class "workspaces"
|
||||
(for workspace in {workspaces.used}
|
||||
(eventbox
|
||||
:class "workspace-button ${workspace == workspaces.current ? "workspace-current" : ""}"
|
||||
:onclick "hyprctl dispatch workspace ${workspace}"
|
||||
:onclick 'hyprctl dispatch workspace "${workspace}"'
|
||||
(box :width 25 "${workspace}")
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue