diff --git a/.config/home-manager/theme.nix b/.config/home-manager/theme.nix index 9976b71..d72d330 100644 --- a/.config/home-manager/theme.nix +++ b/.config/home-manager/theme.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { @@ -35,5 +35,12 @@ platform = "qtct"; }; }; + + programs.kitty.themeFile = "rose-pine-moon"; + programs.kitty.settings = { + background_opacity = lib.mkForce 0.8; + confirm_os_window_close = 0; + }; + programs.kitty.enable = true; } diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 000c51c..ee6ffd9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -52,7 +52,7 @@ exec-once = systemctl --user start hyprpolkitagent exec-once = mailspring --password-store="gnome-libsecret" exec-once = kitty exec-once = telegram-desktop -exec-once = floorp +exec-once = flatpak run app.zen_browser.zen exec-once = /home/nicole/Msty/msty.sh exec-once = nix-shell -p appimage-run --run "appimage-run ~/Msty/Msty.AppImage" @@ -150,13 +150,14 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true - size = 5 + size = 10 passes = 1 vibrancy = 0.1696 } } + # https://wiki.hyprland.org/Configuring/Variables/#animations animations { enabled = yes, please :) @@ -230,6 +231,7 @@ input { kb_model = kb_options = kb_rules = + numlock_by_default = true follow_mouse = 1 @@ -383,6 +385,7 @@ windowrule = float, class:^mpv$ windowrule = workspace 1, class:^kitty$ windowrule = workspace 2, class:^floorp$ +windowrule = workspace 2, class:^zen$ windowrule = workspace 2, class:^brave-browser$ windowrule = workspace 3, class:^org.telegram.desktop$ windowrule = workspace 3, class:^discord$ @@ -400,6 +403,7 @@ windowrule = float, class:^Msty$ windowrule = float, class:org.gnome.NautilusPreviewer windowrule = float, class:zenity +windowrule = float, class:looking-glass-client #windowrule = move 10 55, Msty #windowrule = pin, Msty windowrule = workspace special:ai, class:^Msty$ diff --git a/.config/hyprpanel/config.json b/.config/hyprpanel/config.json index 944cd84..dc4b84b 100644 --- a/.config/hyprpanel/config.json +++ b/.config/hyprpanel/config.json @@ -509,5 +509,11 @@ "/" ], "wallpaper.enable": false, - "theme.bar.buttons.monochrome": false + "theme.bar.buttons.monochrome": false, + "menus.dashboard.shortcuts.left.shortcut1.icon": "", + "menus.dashboard.shortcuts.left.shortcut1.command": "Telegram", + "menus.dashboard.shortcuts.left.shortcut2.icon": "󰎆", + "menus.dashboard.shortcuts.left.shortcut1.tooltip": "Telegram", + "menus.dashboard.shortcuts.left.shortcut2.command": "feishin", + "menus.dashboard.shortcuts.left.shortcut2.tooltip": "Feishin" } \ No newline at end of file diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf deleted file mode 100644 index d983994..0000000 --- a/.config/kitty/kitty.conf +++ /dev/null @@ -1,4 +0,0 @@ -include themes/rose-pine-moon.conf - -background_opacity 0.8 -confirm_os_window_close 0 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 120000 index 0000000..ec65b10 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1 @@ +/nix/store/5vhx5x4ym618sn8s2liqvn0j6bm5a2y8-home-manager-files/.config/kitty/kitty.conf \ No newline at end of file diff --git a/.config/rofi/launchers/type-6/launcher.sh b/.config/rofi/launchers/type-6/launcher.sh index c0b4d33..5f8e6c4 100755 --- a/.config/rofi/launchers/type-6/launcher.sh +++ b/.config/rofi/launchers/type-6/launcher.sh @@ -11,7 +11,7 @@ ## style-6 style-7 style-8 style-9 style-10 dir="$HOME/.config/rofi/launchers/type-6" -theme='style-1' +theme='style-10' ## Run rofi \ diff --git a/.config/rofi/launchers/type-7/launcher.sh b/.config/rofi/launchers/type-7/launcher.sh index aa45aa9..dd4b507 100755 --- a/.config/rofi/launchers/type-7/launcher.sh +++ b/.config/rofi/launchers/type-7/launcher.sh @@ -11,7 +11,7 @@ ## style-6 style-7 style-8 style-9 style-10 dir="$HOME/.config/rofi/launchers/type-7" -theme='style-1' +theme='style-2' ## Run rofi \ diff --git a/.config/rofi/launchers/type-7/style-2.rasi b/.config/rofi/launchers/type-7/style-2.rasi index 40a2375..7ff3a53 100644 --- a/.config/rofi/launchers/type-7/style-2.rasi +++ b/.config/rofi/launchers/type-7/style-2.rasi @@ -24,8 +24,8 @@ configuration { font: "JetBrains Mono Nerd Font 10"; background: #180F39; background-alt: #32197D; - foreground: #FFFFFF; - selected: #FF00F1; + foreground: #e0def4; + selected: #44415a; active: #9878FF; urgent: #7D0075; }