mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Add some variables
This commit is contained in:
parent
163738e6ad
commit
64f31bf86c
@ -1,13 +1,16 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
dunstconf="${HOME}/.config/dunst/dunstrc"
|
||||||
|
zathuraconf="${HOME}/.config/zathura/zathurarc"
|
||||||
|
|
||||||
source "${HOME}/.cache/wal/colors.sh"
|
source "${HOME}/.cache/wal/colors.sh"
|
||||||
|
|
||||||
mkdir -p "${HOME}/.config/dunst"
|
mkdir -p "$dunstconf"
|
||||||
mkdir -p "${HOME}/.config/zathura"
|
mkdir -p "$zathuraconf"
|
||||||
mv -n "${HOME}/.config/dunst/dunstrc" "${HOME}/.config/dunst/dunstrc.bak"
|
mv -n "$dunstconf" "$dunstconf.bak"
|
||||||
mv -n "${HOME}/.config/zathura/zathurarc" "${HOME}/.config/zathura/zathurarc.bak"
|
mv -n "$zathuraconf" "$zathuraconf.bak"
|
||||||
ln -sf "${HOME}/.cache/wal/dunstrc" "${HOME}/.config/dunst/dunstrc"
|
ln -sf "${HOME}/.cache/wal/dunstrc" "$dunstconf"
|
||||||
ln -sf "${HOME}/.cache/wal/zathurarc" "${HOME}/.config/zathura/zathurarc"
|
ln -sf "${HOME}/.cache/wal/zathurarc" "$zathuraconf"
|
||||||
|
|
||||||
fix_sequences() {
|
fix_sequences() {
|
||||||
e=$'\e'
|
e=$'\e'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user