fix(terra): fixes for 25.05
This commit is contained in:
parent
9fc90fc8f3
commit
97cdc526b1
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
obs-studio
|
obs-studio
|
||||||
kdenlive
|
kdePackages.kdenlive
|
||||||
inkscape
|
inkscape
|
||||||
thunderbird
|
thunderbird
|
||||||
qgis
|
qgis
|
||||||
|
@ -253,10 +253,9 @@ in {
|
|||||||
programs.hyprpanel = {
|
programs.hyprpanel = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
hyprland.enable = true;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
layout."bar.layouts"."0" = {
|
"bar.layouts"."0" = {
|
||||||
left = ["dashboard" "workspaces"];
|
left = ["dashboard" "workspaces"];
|
||||||
middle = ["clock" "notifications"];
|
middle = ["clock" "notifications"];
|
||||||
right = ["media" "hypridle" "volume" "network" "bluetooth" "systray"];
|
right = ["media" "hypridle" "volume" "network" "bluetooth" "systray"];
|
||||||
@ -292,10 +291,10 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
override = {
|
# override = {
|
||||||
"theme.bar.buttons.workspaces.active" = "#ebdbb2";
|
# "theme.bar.buttons.workspaces.active" = "#ebdbb2";
|
||||||
"theme.bar.buttons.workspaces.occupied" = "#665c54";
|
# "theme.bar.buttons.workspaces.occupied" = "#665c54";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user