actually adding ashell
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
@@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user