Configures blackbox terminal.

This commit is contained in:
Bailey 2024-03-18 16:14:39 -04:00
parent 22a0ae5584
commit 03d7e81073

View file

@ -7,6 +7,12 @@
{ {
config = lib.mkIf config.mtxyz.graphical { config = lib.mkIf config.mtxyz.graphical {
dconf.settings = with lib.hm.gvariant; { dconf.settings = with lib.hm.gvariant; {
"org/raggesilver/BlackBox" = {
theme-dark = "Dracula";
terminal-bell = false;
show-headerbar = "FantasqueSansM Nerd Font 10";
};
"org/gnome/shell" = { "org/gnome/shell" = {
disable-user-extensions = false; disable-user-extensions = false;
disabled-extensions = [ disabled-extensions = [
@ -241,8 +247,8 @@
]; ];
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
binding = "<Super>Return"; binding = "<Super>Return";
command = "wezterm"; command = "blackbox";
name = "Wezterm"; name = "Terminal";
}; };
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = { "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = {
binding = "<Super>e"; binding = "<Super>e";