config fix

This commit is contained in:
foglar 2024-10-29 10:31:22 +01:00
parent 7c296ab6de
commit 24666c6acc
2 changed files with 4 additions and 4 deletions

View File

@ -31,13 +31,14 @@
cursor = { cursor = {
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice"; name = "Bibata-Modern-Ice";
size = 24;
}; };
fonts = { fonts = {
sizes = { sizes = {
desktop = 8; desktop = 8;
applications = 11; applications = 10;
popups = 11; popups = 10;
terminal = 12; terminal = 12;
}; };

View File

@ -93,12 +93,11 @@
]; ];
exec-once = [ exec-once = [
"hyprpm reload -n"
"discord --start-minimized" "discord --start-minimized"
"ferdium --minimized" "ferdium --minimized"
"kdeconnect-indicator" "kdeconnect-indicator"
"swww-daemon --format xrgb" "swww-daemon --format xrgb"
"swww img /home/foglar/Programming/Git/wallpapers/Decay-Green/wallpapers/aurora_borealis.png" "swww ../../aurora_borealis.png"
"hypridle" "hypridle"
"waybar" "waybar"
"swayosd-server" "swayosd-server"