diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-28 12:03:33 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-28 12:03:33 -0500 |
commit | 9b8161d6fa4cf191c40689cf251d90cfb649e4b8 (patch) | |
tree | 64516e551c914d873e1bfceea553e1a58b15bb8f /install.sh | |
parent | 7c80d9a31d5874806c5944056888112a2157294f (diff) | |
download | i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.tar.lz i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.tar.xz i3-config-9b8161d6fa4cf191c40689cf251d90cfb649e4b8.zip |
replace xfce4-terminal with sakura
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ do $root_key pacman -S --noconfirm i3-wm i3status dmenu sysstat # i3 blocks and dependecies $root_key pacman -S --noconfirm i3blocks i3lock rofi \ - conky acpi scrot xfce4-terminal \ + conky acpi scrot sakura \ thunar tumbler feh ranger \ ttf-hack ttf-bitstream-vera xenocara-xbacklight elif [[ $(command -v apt-get) ]]; then @@ -30,7 +30,7 @@ do # i3 blocks and dependecies $root_key apt install i3blocks i3lock rofi \ conky playerctl acpi network-manager-gnome scrot \ - xfce4-terminal thunar tumbler feh ranger \ + sakura thunar tumbler feh ranger \ fonts-hack-ttf ttf-bitstream-vera xbacklight -y fi |