more hyprland
This commit is contained in:
parent
5914dffb7c
commit
53d5169d11
7 changed files with 75 additions and 89 deletions
|
|
@ -6,7 +6,7 @@ $accent-color: rgba(0, 255, 0, 1);
|
|||
$font-size: 2.5rem;
|
||||
|
||||
* {
|
||||
margin: 1.25rem;
|
||||
margin: 0.25rem;
|
||||
}
|
||||
|
||||
window {
|
||||
|
|
|
|||
|
|
@ -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