Compare commits
2 Commits
3d317b672d
...
7278086b82
| Author | SHA1 | Date | |
|---|---|---|---|
| 7278086b82 | |||
| 0e7568b746 |
@@ -62,6 +62,7 @@
|
||||
"SUPER, M, Toggle Music, togglespecialworkspace, music"
|
||||
"SUPER, Y, Toggle YouTube, togglespecialworkspace, youtube"
|
||||
"SUPER, P, Toggle Preload, togglespecialworkspace, preload"
|
||||
"SUPER CTRL, I, Switch Wallpaper, exec, hakase-wallpaper-switch"
|
||||
|
||||
"SUPER, S, Toggle Special Workspace, togglespecialworkspace, custom"
|
||||
"SUPER + Shift, S, Move to Special Workspace, movetoworkspace, special:custom"
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
{pkgs, ...}: {
|
||||
# FIXME: please revise to use uwsm and xdg-terminal-exec
|
||||
# also, add features and fix the following:
|
||||
# * multiple wallpapers
|
||||
# * day/noon/night wallpaper
|
||||
# * set first, default wallpaper to hyprland one-dark
|
||||
# * be consistent in formatting!
|
||||
|
||||
# flow:
|
||||
# Menu for options: 1. Single Wallpaper, 2. Multiple Wallpapers, 3. Timed Wallpapers
|
||||
home.packages = with pkgs; [
|
||||
(writeShellScriptBin "hakase-wallpaper-switch" ''
|
||||
if [[ "$1" != "run" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user