feat: add void
This commit is contained in:
parent
6762a87b83
commit
c8610fb3fd
9 changed files with 46 additions and 16 deletions
12
crates/05-i3/crate.void.sh
Normal file
12
crates/05-i3/crate.void.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
pkgs="i3 i3lock i3status pulseaudio-devel brightnessctl xss-lock dex maim dmenu gnome-keyring"
|
||||
|
||||
super_apply() {
|
||||
xbps-install -y $pkgs
|
||||
}
|
||||
|
||||
super_undo() {
|
||||
xbps-remove -y $pkgs
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue