Skip to content

Commit

Permalink
update: background images
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed Jun 7, 2024
1 parent fe93468 commit a1b7225
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .scripts/services/touchpad.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description= Modify touchpad Configuration
DefaultDependencies=no
After=multi-user.target

[Service]
Type=oneshot
ExecStart=/usr/bin/sh %h/.config/.scripts/touchpad.sh
TimeoutStartSec=0

[Install]
WantedBy=multi-user.target
6 changes: 3 additions & 3 deletions nitrogen/bg-saved.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[xin_0]
file=/home/njuwate/.config/nitrogen/bg_1.jpg
file=/home/njuwate/.config/nitrogen/bg_1_1920x1200.jpg
mode=4
bgcolor=#002a36

[xin_1]
file=/home/njuwate/.config/nitrogen/bg_2.jpg
mode=0
file=/home/njuwate/.config/nitrogen/bg_2_1920x1080.jpg
mode=4
bgcolor=#002a36
Binary file added nitrogen/bg_1_1920x1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added nitrogen/bg_2_1920x1080.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 2 additions & 2 deletions nitrogen/nitrogen.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[geometry]
posx=0
posy=1129
posy=1100
sizex=1920
sizey=1151
sizey=1180

[nitrogen]
view=icon
Expand Down

0 comments on commit a1b7225

Please sign in to comment.