This commit is contained in:
Nicole 2025-08-03 16:08:18 +02:00
parent c05f6b3a45
commit 442238bc15
7 changed files with 26 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, lib, ... }:
{ {
@ -35,5 +35,12 @@
platform = "qtct"; 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;
} }

View file

@ -52,7 +52,7 @@ exec-once = systemctl --user start hyprpolkitagent
exec-once = mailspring --password-store="gnome-libsecret" exec-once = mailspring --password-store="gnome-libsecret"
exec-once = kitty exec-once = kitty
exec-once = telegram-desktop exec-once = telegram-desktop
exec-once = floorp exec-once = flatpak run app.zen_browser.zen
exec-once = /home/nicole/Msty/msty.sh exec-once = /home/nicole/Msty/msty.sh
exec-once = nix-shell -p appimage-run --run "appimage-run ~/Msty/Msty.AppImage" 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 # https://wiki.hyprland.org/Configuring/Variables/#blur
blur { blur {
enabled = true enabled = true
size = 5 size = 10
passes = 1 passes = 1
vibrancy = 0.1696 vibrancy = 0.1696
} }
} }
# https://wiki.hyprland.org/Configuring/Variables/#animations # https://wiki.hyprland.org/Configuring/Variables/#animations
animations { animations {
enabled = yes, please :) enabled = yes, please :)
@ -230,6 +231,7 @@ input {
kb_model = kb_model =
kb_options = kb_options =
kb_rules = kb_rules =
numlock_by_default = true
follow_mouse = 1 follow_mouse = 1
@ -383,6 +385,7 @@ windowrule = float, class:^mpv$
windowrule = workspace 1, class:^kitty$ windowrule = workspace 1, class:^kitty$
windowrule = workspace 2, class:^floorp$ windowrule = workspace 2, class:^floorp$
windowrule = workspace 2, class:^zen$
windowrule = workspace 2, class:^brave-browser$ windowrule = workspace 2, class:^brave-browser$
windowrule = workspace 3, class:^org.telegram.desktop$ windowrule = workspace 3, class:^org.telegram.desktop$
windowrule = workspace 3, class:^discord$ windowrule = workspace 3, class:^discord$
@ -400,6 +403,7 @@ windowrule = float, class:^Msty$
windowrule = float, class:org.gnome.NautilusPreviewer windowrule = float, class:org.gnome.NautilusPreviewer
windowrule = float, class:zenity windowrule = float, class:zenity
windowrule = float, class:looking-glass-client
#windowrule = move 10 55, Msty #windowrule = move 10 55, Msty
#windowrule = pin, Msty #windowrule = pin, Msty
windowrule = workspace special:ai, class:^Msty$ windowrule = workspace special:ai, class:^Msty$

View file

@ -509,5 +509,11 @@
"/" "/"
], ],
"wallpaper.enable": false, "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"
} }

View file

@ -1,4 +0,0 @@
include themes/rose-pine-moon.conf
background_opacity 0.8
confirm_os_window_close 0

1
.config/kitty/kitty.conf Symbolic link
View file

@ -0,0 +1 @@
/nix/store/5vhx5x4ym618sn8s2liqvn0j6bm5a2y8-home-manager-files/.config/kitty/kitty.conf

View file

@ -11,7 +11,7 @@
## style-6 style-7 style-8 style-9 style-10 ## style-6 style-7 style-8 style-9 style-10
dir="$HOME/.config/rofi/launchers/type-6" dir="$HOME/.config/rofi/launchers/type-6"
theme='style-1' theme='style-10'
## Run ## Run
rofi \ rofi \

View file

@ -11,7 +11,7 @@
## style-6 style-7 style-8 style-9 style-10 ## style-6 style-7 style-8 style-9 style-10
dir="$HOME/.config/rofi/launchers/type-7" dir="$HOME/.config/rofi/launchers/type-7"
theme='style-1' theme='style-2'
## Run ## Run
rofi \ rofi \

View file

@ -24,8 +24,8 @@ configuration {
font: "JetBrains Mono Nerd Font 10"; font: "JetBrains Mono Nerd Font 10";
background: #180F39; background: #180F39;
background-alt: #32197D; background-alt: #32197D;
foreground: #FFFFFF; foreground: #e0def4;
selected: #FF00F1; selected: #44415a;
active: #9878FF; active: #9878FF;
urgent: #7D0075; urgent: #7D0075;
} }