mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
No commits in common. "e2d1c57792c856a2ef2465baca3b53b0847f35ff" and "e08fe1b262265051a66c0c1985483adbb0bc77aa" have entirely different histories.
e2d1c57792
...
e08fe1b262
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Bluetooth Applet
|
||||
After=graphical-session.target
|
||||
Requires=graphical-session.target
|
||||
After=graphical-session.target bluetooth.service
|
||||
Requires=graphical-session.target bluetooth.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1 +0,0 @@
|
||||
/home/frebib/.config/systemd/user/wallpaper.service
|
@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Apply wallpaper on screen-change event
|
||||
Requires=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/bin/sh -c "xev -root -event randr 2>&1 | while awk -v RS='\n\n' '{exit;}'; do echo 'Applying wallpaper'; feh --no-fehbg --no-xinerama --bg-fill ~/.config/lakesidesunrise.jpg; done"
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
Loading…
Reference in New Issue
Block a user