Overhaul install script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ce2413484c
commit
b2e45c8af1
26 changed files with 692 additions and 407 deletions
15
.install/lockscreen.sh
Normal file
15
.install/lockscreen.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# lockscreen.sh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Sets the lockscreen image
|
||||
|
||||
output::section "Lockscreen"
|
||||
output::log "Setting lockscreen iamge"
|
||||
betterlockscreen -u "${DOTFILES}/assets/lockscreen.${HOST}.jpg" |& output::debug
|
||||
output::success "Successfully set lockscreen image"
|
Loading…
Add table
Add a link
Reference in a new issue