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.username = "joshuaelm";
home.homeDirectory = "/home/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 = [ home.packages = [

View File

@@ -5,6 +5,7 @@
enable = true; enable = true;
settings = { settings = {
app_launcher_cmd = "rofi -show drun";
modules = { modules = {
left = [ left = [
"Workspaces" "Workspaces"
@@ -15,9 +16,10 @@
right = [ right = [
"SystemInfo" "SystemInfo"
[ [
"Settings"
"Clock" "Clock"
"Privacy" "Privacy"
"Settings" "Tray"
] ]
]; ];
}; };
@@ -25,5 +27,11 @@
visibilityMode = "MonitorSpecific"; 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 = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
exec-once = hyprlock exec-once = hyprlock
# exec-once = waybar # exec-once = waybar
exec-once = hyprpanel exec-once = ashell
exec-once = systemctl --user start hyprpolkitagent exec-once = systemctl --user start hyprpolkitagent
exec-once = sunshine exec-once = sunshine
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # 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 = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
exec-once = hyprlock exec-once = hyprlock
# exec-once = waybar # exec-once = waybar
exec-once = hyprpanel exec-once = ashell
exec-once = systemctl --user start hyprpolkitagent exec-once = systemctl --user start hyprpolkitagent
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more