fix(hyprpaper): add features pls
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
{pkgs, ...}: {
|
{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; [
|
home.packages = with pkgs; [
|
||||||
(writeShellScriptBin "hakase-wallpaper-switch" ''
|
(writeShellScriptBin "hakase-wallpaper-switch" ''
|
||||||
if [[ "$1" != "run" ]]; then
|
if [[ "$1" != "run" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user