add hyprland

This commit is contained in:
2024-02-14 00:16:11 +01:00
parent 113c96ede4
commit 75c21332b8
5 changed files with 156 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"layer": "top",
"position": "top",
"modules-left": [
"hyprland/workspaces",
"hyprland/window"
],
"modules-right": [
"tray",
"clock"
],
}

View File

@ -0,0 +1,22 @@
* {
font-family: GoMono Nerd Font;
font-size: 14;
background-color: #263c59;
color: #7b899d;
}
#workspaces {
padding: 0 1rem;
}
#workspaces button {
padding: 0 3px;
}
#workspaces button.active {
background-color: #7b899d;
}
#clock {
padding: 0 1rem;
}