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

@@ -6,7 +6,7 @@
home.username = "joshuaelm";
home.homeDirectory = "/home/joshuaelm";
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_desktop.nix../../modules/ashell/default.nix ];
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_desktop.nix ../../modules/ashell/default.nix ];
home.packages = [

View File

@@ -6,7 +6,7 @@
home.username = "joshuaelm";
home.homeDirectory = "/home/joshuaelm";
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_laptop.nix ];
imports = [ ../../modules/nvim ../../modules/stylix.nix ../../modules/hypr/hyprland_laptop.nix ../../modules/ashell/default.nix ];
home.packages = [

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";
};
};
};
}

View File

@@ -15,7 +15,7 @@ exec-once = hyprctl dispatch workspace 1
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
exec-once = hyprlock
# exec-once = waybar
exec-once = hyprpanel
exec-once = ashell
exec-once = systemctl --user start hyprpolkitagent
exec-once = sunshine
# See https://wiki.hyprland.org/Configuring/Keywords/ for more

View File

@@ -16,7 +16,7 @@ exec-once = hyprctl dispatch workspace 1
#exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
exec-once = hyprlock
# exec-once = waybar
exec-once = hyprpanel
exec-once = ashell
exec-once = systemctl --user start hyprpolkitagent
# See https://wiki.hyprland.org/Configuring/Keywords/ for more