Remove blur my shell
This commit is contained in:
parent
c1113a75e2
commit
92f6ebe203
2 changed files with 9 additions and 4 deletions
|
@ -1,10 +1,15 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "";
|
name = "Papirus";
|
||||||
package = pkgs.papirus-icon-theme.override {color = "#5E81AC";};
|
package = pkgs.papirus-icon-theme;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# cursorTheme = {
|
||||||
|
# name = "GoogleDot-Blue";
|
||||||
|
# package = pkgs.nordzy-cursor-theme;
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,11 +75,11 @@
|
||||||
killall
|
killall
|
||||||
armcord
|
armcord
|
||||||
hyfetch
|
hyfetch
|
||||||
|
libreoffice
|
||||||
gnomeExtensions.caffeine
|
gnomeExtensions.caffeine
|
||||||
gnomeExtensions.pop-shell
|
gnomeExtensions.pop-shell
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
gnomeExtensions.search-light
|
gnomeExtensions.search-light
|
||||||
gnomeExtensions.blur-my-shell
|
|
||||||
gnomeExtensions.aylurs-widgets
|
gnomeExtensions.aylurs-widgets
|
||||||
gnomeExtensions.just-perfection
|
gnomeExtensions.just-perfection
|
||||||
gnomeExtensions.burn-my-windows
|
gnomeExtensions.burn-my-windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue