hyprland workspace, service

This commit is contained in:
2026-09-13 18:15:22 +01:00
parent 57201bc0ff
commit a14b6f4967
12 changed files with 551 additions and 7 deletions
+2
View File
@@ -15,6 +15,7 @@ pub struct BarbarConfig {
pub enum Modules {
Clock,
Weather,
Workspaces,
}
impl Modules {
@@ -22,6 +23,7 @@ impl Modules {
match self {
Modules::Clock => "clock",
Modules::Weather => "weather",
Modules::Workspaces => "workspaces",
}
}
}