deez nuts
This commit is contained in:
parent
ef91935d4b
commit
85f5b31e40
2 changed files with 4 additions and 0 deletions
|
|
@ -82,6 +82,8 @@
|
||||||
#"hyprctl plugin load "
|
#"hyprctl plugin load "
|
||||||
(lib.mkIf (config.desktop.walker.enable) "elephant")
|
(lib.mkIf (config.desktop.walker.enable) "elephant")
|
||||||
(lib.mkIf (config.desktop.waybar.enable) "waybar")
|
(lib.mkIf (config.desktop.waybar.enable) "waybar")
|
||||||
|
(lib.mkIf (config.desktop.noctalia.enable) "noctalia-shell")
|
||||||
|
(lib.mkIf (config.desktop.noctalia.enable) "noctalia-shell ipc call wallpaper random")
|
||||||
(lib.mkIf (config.desktop.wallpaper.enable) "waypaper --restore --random")
|
(lib.mkIf (config.desktop.wallpaper.enable) "waypaper --restore --random")
|
||||||
(lib.mkIf (config.gaming.steam.enable) "adwaita-steam-gtk -u; steam -silent")
|
(lib.mkIf (config.gaming.steam.enable) "adwaita-steam-gtk -u; steam -silent")
|
||||||
(lib.mkIf (config.internet.mail.providers.protonmail.enable) "protonmail-bridge -n")
|
(lib.mkIf (config.internet.mail.providers.protonmail.enable) "protonmail-bridge -n")
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
package = pkgs.nerd-fonts.fira-code;
|
package = pkgs.nerd-fonts.fira-code;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
include = "themes/noctalia.conf";
|
||||||
wayland_titlebar_color = "system";
|
wayland_titlebar_color = "system";
|
||||||
macos_titlebar_color = "system";
|
macos_titlebar_color = "system";
|
||||||
# The most important setting of the whole confiG
|
# The most important setting of the whole confiG
|
||||||
|
|
@ -61,6 +62,7 @@
|
||||||
|
|
||||||
inactive_text_alpha = 0.5;
|
inactive_text_alpha = 0.5;
|
||||||
hide_window_decorations = "no";
|
hide_window_decorations = "no";
|
||||||
|
themeFile = "Catppuccin-Mocha";
|
||||||
|
|
||||||
# tab bar
|
# tab bar
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue