Chore: minor cleanup
This commit is contained in:
parent
fa9e58e895
commit
10b7d0badf
|
@ -160,8 +160,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# TODO: VPN (Check out Wireguard)
|
||||
|
||||
# Allow Haven to be a build target for other architectures (mainly ARM64)
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
}
|
||||
|
|
|
@ -90,9 +90,6 @@ in
|
|||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.dash-to-panel
|
||||
gnomeExtensions.forge
|
||||
# FIXME: These two extensions are incompatible with the repo's gnome version
|
||||
#gnomeExtensions.another-window-session-manager
|
||||
#gnomeExtensions.random-wallpaper
|
||||
# Themeing
|
||||
gnome.gnome-themes-extra
|
||||
papirus-icon-theme
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
#[/org/gnome/shell/extensions/dash-to-panel/]
|
||||
[/]
|
||||
animate-appicon-hover=false
|
||||
animate-appicon-hover-animation-extent={'RIPPLE': 4, 'PLANK': 4, 'SIMPLE': 1}
|
||||
appicon-margin=8
|
||||
appicon-padding=8
|
||||
available-monitors=[0]
|
||||
dot-position='BOTTOM'
|
||||
hotkeys-overlay-combo='TEMPORARILY'
|
||||
leftbox-padding=-1
|
||||
panel-anchors='{"0":"MIDDLE"}'
|
||||
panel-element-positions='{"0":[{"element":"dateMenu","visible":true,"position":"stackedTL"},{"element":"activitiesButton","visible":true,"position":"stackedTL"},{"element":"showAppsButton","visible":true,"position":"centerMonitor"},{"element":"leftBox","visible":false,"position":"stackedTL"},{"element":"taskbar","visible":true,"position":"centerMonitor"},{"element":"centerBox","visible":false,"position":"stackedBR"},{"element":"rightBox","visible":false,"position":"stackedBR"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":false,"position":"stackedBR"}]}'
|
||||
panel-lengths='{"0":100}'
|
||||
panel-positions='{"0":"TOP"}'
|
||||
panel-sizes='{"0":64}'
|
||||
primary-monitor=0
|
||||
status-icon-padding=-1
|
||||
tray-padding=-1
|
||||
window-preview-title-position='TOP'
|
|
@ -58,78 +58,5 @@
|
|||
"org/gnome/shell" = {
|
||||
disable-user-extensions = false;
|
||||
};
|
||||
|
||||
/*
|
||||
FIXME: Still needs work
|
||||
"org/gnome/shell/extensions/dash-to-panel" = {
|
||||
animate-appicon-hover = false;
|
||||
animate-appicon-hover-animation-extent = {
|
||||
RIPPLE = 4;
|
||||
PLANK = 4;
|
||||
SIMPLE = 1;
|
||||
};
|
||||
appicon-margin = 8;
|
||||
appicon-padding = 8;
|
||||
available-monitors= [0];
|
||||
dot-position = "BOTTOM";
|
||||
hotkeys-overlay-combo= "TEMPORARILY";
|
||||
leftbox-padding = -1;
|
||||
panel-anchors = {"0" = "MIDDLE"; };
|
||||
panel-element-positions={
|
||||
"0" = [{
|
||||
"element" = "dateMenu";
|
||||
"visible" = true;
|
||||
"position" = "stackedTL";
|
||||
}
|
||||
{
|
||||
"element" = "activitiesButton";
|
||||
"visible" = true;
|
||||
"position" = "stackedTL";
|
||||
}
|
||||
{
|
||||
"element" = "showAppsButton";
|
||||
"visible" = true;
|
||||
"position" = "centerMonitor";
|
||||
}
|
||||
{
|
||||
"element" = "leftBox";
|
||||
"visible" = false;
|
||||
"position" = "stackedTL";
|
||||
}
|
||||
{
|
||||
"element" = "taskbar";
|
||||
"visible" = true;
|
||||
"position" = "centerMonitor";
|
||||
}
|
||||
{
|
||||
"element" = "centerBox";
|
||||
"visible" = false;
|
||||
"position" = "stackedBR";
|
||||
}
|
||||
{
|
||||
"element" = "rightBox";
|
||||
"visible" = false;
|
||||
"position" = "stackedBR";
|
||||
}
|
||||
{
|
||||
"element" = "systemMenu";
|
||||
"visible" = true;
|
||||
"position"= "stackedBR";
|
||||
}
|
||||
{
|
||||
"element" = "desktopButton";
|
||||
"visible" = false;
|
||||
"position" = "stackedBR";
|
||||
}];
|
||||
};
|
||||
panel-lengths = { "0" = 100; };
|
||||
panel-positions = { "0" = "TOP"; };
|
||||
panel-sizes = { "0" = 64; };
|
||||
primary-monitor = 0;
|
||||
status-icon-padding = -1;
|
||||
tray-padding = -1;
|
||||
window-preview-title-position = "TOP";
|
||||
};
|
||||
*/
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue