more hyprland
This commit is contained in:
parent
5914dffb7c
commit
53d5169d11
7 changed files with 75 additions and 89 deletions
|
|
@ -8,7 +8,14 @@
|
|||
:stacking "fg"
|
||||
:exclusive false
|
||||
:focusable false
|
||||
(workspaces)
|
||||
(topbar)
|
||||
)
|
||||
|
||||
(defwidget topbar []
|
||||
(box :class "topbar"
|
||||
(clock)
|
||||
(workspaces)
|
||||
)
|
||||
)
|
||||
|
||||
(defwidget clock []
|
||||
|
|
@ -19,15 +26,10 @@
|
|||
|
||||
(defwidget workspaces []
|
||||
(box :class "workspaces"
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button")
|
||||
(button :class "workspace-button" "◇")
|
||||
(button :class "workspace-button" "◆")
|
||||
(button :class "workspace-button" "◇")
|
||||
(button :class "workspace-button" "◇")
|
||||
(button :class "workspace-button" "◇")
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue