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