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";
};
};
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 = 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$

View file

@ -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"
}

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
dir="$HOME/.config/rofi/launchers/type-6"
theme='style-1'
theme='style-10'
## Run
rofi \

View file

@ -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 \

View file

@ -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;
}