kitty: set transparent background
This commit is contained in:
@ -277,11 +277,18 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.kitty = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
background = "#000000";
|
||||||
|
background_opacity = 0.7;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs.unstable; [
|
home.packages = with pkgs.unstable; [
|
||||||
anyrun
|
anyrun
|
||||||
clipse
|
clipse
|
||||||
dunst
|
dunst
|
||||||
kitty
|
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
loupe
|
loupe
|
||||||
mpv
|
mpv
|
||||||
|
Reference in New Issue
Block a user