Add wallpaper

This commit is contained in:
Fern Garden 2025-06-13 16:09:28 +08:00
parent 887ec25951
commit 96c8c81fd5
5 changed files with 4 additions and 5 deletions

View file

@ -8,4 +8,4 @@ sub-use-margins=no
sub-font-size=30 sub-font-size=30
sub-back-color=0.0/0.0/0.0 sub-back-color=0.0/0.0/0.0
sub-color=1.0/1.0/1.0 sub-color=1.0/1.0/1.0
screenshot-directory=~/Nextcloud/Pictures/Screenshots/mpv screenshot-directory=~/Pictures/Screenshots/mpv

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View file

@ -67,7 +67,7 @@ spawn-at-startup "nextcloud" "--background"
spawn-at-startup "gnome-keyring-daemon" "-d" spawn-at-startup "gnome-keyring-daemon" "-d"
spawn-at-startup "udiskie" "-a" "-n" "-t" "-F" "--no-terminal" spawn-at-startup "udiskie" "-a" "-n" "-t" "-F" "--no-terminal"
spawn-at-startup "wlsunset" "-l" "-27.6" "-L" "121.6" spawn-at-startup "wlsunset" "-l" "-27.6" "-L" "121.6"
spawn-at-startup "swayidle" "-w" "timeout 300 'gtklock -d'" "before-sleep 'gtklock -d'" spawn-at-startup "swayidle" "-w" "timeout 300 gtklock -d" "before-sleep gtklock -d"
spawn-at-startup "/usr/libexec/polkit-gnome-authentication-agent-1" spawn-at-startup "/usr/libexec/polkit-gnome-authentication-agent-1"
// Spawn apps // Spawn apps
@ -82,7 +82,7 @@ hotkey-overlay {
prefer-no-csd prefer-no-csd
screenshot-path "~/Nextcloud/Pictures/Screenshots/muskduck/Screenshot from %Y-%m-%d %H-%M-%S.png" screenshot-path "~/Pictures/Screenshots/muskduck/Screenshot from %Y-%m-%d %H-%M-%S.png"
window-rule { window-rule {
match app-id="Firefox" at-startup=true match app-id="Firefox" at-startup=true

View file

@ -4,7 +4,6 @@ set -gx NNN_FCOLORS "070704020003030101060607"
set -gx NNN_OPTS 'a' set -gx NNN_OPTS 'a'
set -gx NNN_TRASH '1' set -gx NNN_TRASH '1'
set -gx NNN_PLUGx 'p:preview-tui' set -gx NNN_PLUGx 'p:preview-tui'
set -gx NNN_BMS "d:$HOME/Downloads;n:$HOME/Nextcloud;g:$HOME/git;m:/run/media/fern"
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here

View file

@ -15,7 +15,7 @@
], ],
"tray": { "tray": {
"icon-size": 13, "icon-size": 16,
"spacing": 8, "spacing": 8,
}, },