prepared dot files

This commit is contained in:
2026-07-04 23:48:24 +02:00
commit 913ebaab14
26 changed files with 1103 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"layer": "top",
"position": "top",
"modules-left": ["hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "network", "battery"]
}
+9
View File
@@ -0,0 +1,9 @@
* {
font-family: monospace;
font-size: 13px;
}
window#waybar {
background: rgba(30, 30, 46, 0.9);
color: #cdd6f4;
}