wallpaper fix
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# TODO:
|
||||
# - configure comands like hyprpaper, waybar, etc.
|
||||
# - make hyprexpo work
|
||||
# - write config for hyprpanel
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -24,20 +23,9 @@
|
||||
playerctl
|
||||
hyprshot
|
||||
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"
|
||||
];
|
||||
};
|
||||
};
|
||||
services.swww.enable = true;
|
||||
programs.hyprpanel = {
|
||||
enable = true;
|
||||
settings = builtins.fromJSON (builtins.readFile ./hyprpanel.json);
|
||||
@@ -58,7 +46,8 @@
|
||||
exec-once = [
|
||||
# "hyprlock"
|
||||
"wal -R &"
|
||||
"hyprpaper &"
|
||||
# "hyprpaper &"
|
||||
"swww-daemon &"
|
||||
# "hyprctl hyprpaper reload ,~/Pictures/wallpaper.png"
|
||||
"hyprpanel &"
|
||||
"gsettings set org.gnome.desktop.interface cursor-theme '${config.home.pointerCursor.name}'"
|
||||
|
||||
Reference in New Issue
Block a user