This commit is contained in:
2025-11-27 18:09:51 +03:00
parent c3a3be2cd6
commit 2454e2afd5
10 changed files with 291 additions and 14 deletions
+18 -3
View File
@@ -21,10 +21,22 @@
hyprland
brightnessctl
playerctl
wl-clipboard
hyprshot
tesseract
nemo
hyprpaper
pywal
];
services.hyprpaper = {
enable = true;
settings = {
preload = "~/Pictures/wallpaper.png";
wallpaper = [
"eDP-2,~/Pictures/wallpaper.png"
"eDP-1,~/Pictures/wallpaper.png"
"HDMI-A-1,~/Pictures/wallpaper.png"
];
};
};
programs.hyprpanel = {
enable = true;
settings = builtins.fromJSON (builtins.readFile ./hyprpanel.json);
@@ -44,6 +56,9 @@
exec-once = [
# "hyprlock"
"wal -R &"
"hyprpaper &"
# "hyprctl hyprpaper reload ,~/Pictures/wallpaper.png"
"hyprpanel &"
"gsettings set org.gnome.desktop.interface cursor-theme '${config.home.pointerCursor.name}'"
"gsettings set org.gnome.desktop.interface cursor-size ${
@@ -188,7 +203,7 @@
mouse_move_enables_dpms = true;
key_press_enables_dpms = true;
disable_splash_rendering = true;
focus_on_activate = true;
focus_on_activate = false;
# TODO: enable after rules.nix
@@ -59,7 +59,7 @@
${super}, Return, exec, ~/.config/hypr/scripts/launch_first_available.sh "kitty" "foot" "alacritty" "wezterm" "konsole" "kgx" "uxterm" "xterm"''
"${super}, T, exec, telegram-desktop"
''
${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "dolphin" "nautilus" "nemo" "thunar" "kitty -1 fish -c yazi"''
${super}, E, exec, ~/.config/hypr/scripts/launch_first_available.sh "nemo" "dolphin" "nautilus" "thunar" "kitty -1 zsh -c yazi"''
''
${super}, W, exec, ~/.config/hypr/scripts/launch_first_available.sh "google-chrome-stable" "zen" "firefox" "brave" "chromium" "microsoft-edge-stable" "opera" "librewolf"''
''
+1 -1
View File
@@ -90,7 +90,7 @@
"theme.bar.transparent": true,
"theme.bar.buttons.background_opacity": 45,
"theme.bar.menus.opacity": 90,
"theme.matugen": false,
"theme.matugen": true,
"wallpaper.pywal": true,
"wallpaper.image": "/home/krosh/Pictures/wallpaper.png",
"theme.bar.border.width": "0.15em",