feat(terminal): remove title bars and add roundes corners globally

This commit is contained in:
Guz
2026-03-26 16:57:58 -03:00
parent 97d7f98f15
commit d2a3df2b51

View File

@@ -15,14 +15,15 @@ with lib; {
# GNOME
programs.gnome-shell.enable = true;
programs.gnome-shell.extensions = with pkgs.gnomeExtensions; [
{package = activitywatch-status;}
{package = arcmenu;}
{package = blur-my-shell;}
{package = focused-window-d-bus;}
{package = forge;}
{package = gsconnect;}
{package = rounded-window-corners-reborn;}
{package = soft-brightness-plus;}
{package = static-workspace-background;}
{package = unite;}
];
dconf.enable = true;
@@ -80,6 +81,21 @@ with lib; {
window-toggle-float = ["<Shift><Super>F"];
window-toggle-always-float = [];
};
"org/gnome/shell/extensions/unite" = {
extend-left-box = false;
grayscale-tray-icons = true;
hide-activities-button = "never";
hide-window-titlebars = "always";
notifications-position = "right";
reduce-panel-spacing = false;
restrict-to-primary-screen = false;
show-appmenu-button = false;
show-desktop-name = false;
show-legacy-tray = true;
show-window-title = "never";
show-window-buttons = "never";
use-activities-text = false;
};
"org/gnome/shell/keybindings" =
# Remove keybindings for things such as Calendar, File Explorer, etc
(genAttrs (map