aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: a0ba73b7aaa67ebc7e08adfdec276fe94a0b574b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

while true
do
    status_name="`date` `uptime | sed 's/.*,//'`"

    # Set the status
    xsetroot -name "$status_name"
    
    sleep 1
done &
nvidia-settings -l
feh --bg-fill /home/cori/Pictures/mountain-landscape-5120x2880-24317.jpg
xset -dpms
xset s off

exec dwm