diff --git a/applications.go b/applications.go index a111e3a..a980f9e 100644 --- a/applications.go +++ b/applications.go @@ -10,7 +10,7 @@ import ( func applications() { for { var doAll bool - choice := front.InputMenuGen("Application to install:", []string{"back", "all", "pamac-aur", "yay-bin", "htop", "neovim", "virt-manager (also installs qemu-desktop+libvirt)", "librewolf-bin", "zed", "steam"}) + choice := front.InputMenuGen("Application to install:", []string{"BACK", "ALL", "pamac-aur", "yay-bin", "htop", "neovim", "virt-manager (also installs qemu-desktop+libvirt)", "librewolf-bin", "zed", "steam"}) switch choice { case 1: return diff --git a/configurations.go b/configurations.go index daae7bf..b408e20 100644 --- a/configurations.go +++ b/configurations.go @@ -10,7 +10,7 @@ import ( func configurations() { for { var doAll bool - choice := front.InputMenuGen("Custom config:", []string{"back", "all", "shell profile", "zshrc", "neovim", "zed", "makepkg", "pacman"}) + choice := front.InputMenuGen("Custom config:", []string{"BACK", "ALL", "shell profile", "zshrc", "neovim", "zed", "makepkg", "pacman"}) switch choice { case 1: return diff --git a/removals.go b/removals.go index dabdfea..1961bae 100644 --- a/removals.go +++ b/removals.go @@ -7,7 +7,7 @@ import ( func removals() { for { var doAll bool - choice := front.InputMenuGen("Application to remove:", []string{"back", "all", "linux-cachyos-lts"}) + choice := front.InputMenuGen("Application to remove:", []string{"BACK", "ALL", "linux-cachyos-lts"}) var target string switch choice { case 1: diff --git a/system.go b/system.go index bd1428d..148a173 100644 --- a/system.go +++ b/system.go @@ -13,7 +13,7 @@ import ( func system() { for { var doAll bool - choice := front.InputMenuGen("Tweak:", []string{"back", "all", "replace sudo with doas", "enable ipv6 privacy extensions", "enable ext4 fast_commit", "enable SysRq reboots", "disable kernel security mitigations", "unlock amdgpu tuning", "enable amd_pstate in passive mode (recommended for zenver2)"}) + choice := front.InputMenuGen("Tweak:", []string{"BACK", "ALL", "replace sudo with doas", "enable ipv6 privacy extensions", "enable ext4 fast_commit", "enable SysRq reboots", "disable kernel security mitigations", "unlock amdgpu tuning", "enable amd_pstate in passive mode (recommended for zenver2)"}) switch choice { case 1: return