actually adding ashell

This commit is contained in:
2025-07-07 18:18:40 -05:00
parent 09a1c47335
commit 0a7e22d22f
5 changed files with 13 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
enable = true;
settings = {
app_launcher_cmd = "rofi -show drun";
modules = {
left = [
"Workspaces"
@@ -15,9 +16,10 @@
right = [
"SystemInfo"
[
"Settings"
"Clock"
"Privacy"
"Settings"
"Tray"
]
];
};
@@ -25,5 +27,11 @@
visibilityMode = "MonitorSpecific";
};
};
settings = {
remove_airplane_btn = true;
appearance = {
style = "Islands";
};
};
};
}