Compare commits
4 Commits
973d32228d
...
31a2d191f9
| Author | SHA1 | Date | |
|---|---|---|---|
| 31a2d191f9 | |||
| 5788ef1bcd | |||
| 354db486bf | |||
| bcf913e431 |
@@ -5,6 +5,7 @@
|
|||||||
myConfig,
|
myConfig,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
# TODO: rewrite
|
||||||
wallpaperDir = "${config.home.homeDirectory}/.config/nixos/assets/Wallpapers";
|
wallpaperDir = "${config.home.homeDirectory}/.config/nixos/assets/Wallpapers";
|
||||||
defaultWallpaper = "${wallpaperDir}/${myConfig.hyprland.wallpaper}";
|
defaultWallpaper = "${wallpaperDir}/${myConfig.hyprland.wallpaper}";
|
||||||
cacheWallpaper = "${config.home.homeDirectory}/.cache/current_wallpaper";
|
cacheWallpaper = "${config.home.homeDirectory}/.cache/current_wallpaper";
|
||||||
@@ -88,4 +89,3 @@ in {
|
|||||||
|
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
", XF86AudioPlay, exec, playerctl play-pause && notify-send -u low -t 1000 \"Media\" \"$(playerctl status)\""
|
", XF86AudioPlay, exec, playerctl play-pause && notify-send -u low -t 1000 \"Media\" \"$(playerctl status)\""
|
||||||
", XF86AudioPrev, exec, playerctl previous && notify-send -u low -t 1000 \"Previous Track\" \"$(playerctl metadata title)\""
|
", XF86AudioPrev, exec, playerctl previous && notify-send -u low -t 1000 \"Previous Track\" \"$(playerctl metadata title)\""
|
||||||
", XF86AudioNext, exec, playerctl next && notify-send -u low -t 1000 \"Next Track\" \"$(playerctl metadata title)\""
|
", XF86AudioNext, exec, playerctl next && notify-send -u low -t 1000 \"Next Track\" \"$(playerctl metadata title)\""
|
||||||
]; # FIXME: not working
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
bindl = [
|
bindl = [
|
||||||
", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle"
|
", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle"
|
||||||
", Caps_Lock, exec, swayosd-client --caps-lock"
|
", Caps_Lock, exec, swayosd-client --caps-lock"
|
||||||
", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
# --- POPUP SCRIPTS ---
|
# --- POPUP SCRIPTS ---
|
||||||
|
# FIXME: must be centered
|
||||||
hakase-launch-or-focus = pkgs.writeShellScriptBin "hakase-launch-or-focus" ''
|
hakase-launch-or-focus = pkgs.writeShellScriptBin "hakase-launch-or-focus" ''
|
||||||
if (($# == 0)); then
|
if (($# == 0)); then
|
||||||
echo "Usage: hakase-launch-or-focus [window-pattern] [launch-command]"
|
echo "Usage: hakase-launch-or-focus [window-pattern] [launch-command]"
|
||||||
|
|||||||
+1
-2
@@ -23,8 +23,7 @@
|
|||||||
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
||||||
];
|
];
|
||||||
|
|
||||||
# wallpaper = "nixos_rainbow.png";
|
wallpaper = "ai_pixel_purple.jpg";
|
||||||
wallpaper = "ai_pixel_purple.jpg"; # FIXME: redundant
|
|
||||||
};
|
};
|
||||||
firefox = {
|
firefox = {
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
|||||||
Reference in New Issue
Block a user