Add wallpaper
This commit is contained in:
parent
887ec25951
commit
96c8c81fd5
5 changed files with 4 additions and 5 deletions
|
@ -8,4 +8,4 @@ sub-use-margins=no
|
|||
sub-font-size=30
|
||||
sub-back-color=0.0/0.0/0.0
|
||||
sub-color=1.0/1.0/1.0
|
||||
screenshot-directory=~/Nextcloud/Pictures/Screenshots/mpv
|
||||
screenshot-directory=~/Pictures/Screenshots/mpv
|
||||
|
|
BIN
private_dot_config/niri/bg.jpg
Normal file
BIN
private_dot_config/niri/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
|
@ -67,7 +67,7 @@ spawn-at-startup "nextcloud" "--background"
|
|||
spawn-at-startup "gnome-keyring-daemon" "-d"
|
||||
spawn-at-startup "udiskie" "-a" "-n" "-t" "-F" "--no-terminal"
|
||||
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 apps
|
||||
|
@ -82,7 +82,7 @@ hotkey-overlay {
|
|||
|
||||
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 {
|
||||
match app-id="Firefox" at-startup=true
|
||||
|
|
|
@ -4,7 +4,6 @@ set -gx NNN_FCOLORS "070704020003030101060607"
|
|||
set -gx NNN_OPTS 'a'
|
||||
set -gx NNN_TRASH '1'
|
||||
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
|
||||
# Commands to run in interactive sessions can go here
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
|
||||
"tray": {
|
||||
"icon-size": 13,
|
||||
"icon-size": 16,
|
||||
"spacing": 8,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue