From 7c80d9a31d5874806c5944056888112a2157294f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 28 Aug 2021 11:55:23 -0500 Subject: remove termite --- README.md | 1 - config | 3 --- extra/termite | 79 ----------------------------------------------------------- install.sh | 18 ++++++-------- 4 files changed, 7 insertions(+), 94 deletions(-) delete mode 100644 extra/termite diff --git a/README.md b/README.md index f56aeef..53aa727 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ This repository saves the custom configuration used by heckyel in i3wm - ranger - rofi - scrot -- termite - thunar - tumbler - xfce4-terminal diff --git a/config b/config index d9a109d..a90b851 100644 --- a/config +++ b/config @@ -321,9 +321,6 @@ bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioStop exec playerctl stop -# IRC weechat -bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp --noroot --disable-mnt weechat" - # class border background text indicator child_border client.focused #616161 #616161 #FFFFFF #FFFFFF #9E9E9E client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161 diff --git a/extra/termite b/extra/termite deleted file mode 100644 index 9b3a474..0000000 --- a/extra/termite +++ /dev/null @@ -1,79 +0,0 @@ -[options] -scroll_on_output = false -scroll_on_keystroke = true -audible_bell = false -mouse_autohide = false -allow_bold = true -dynamic_title = true -urgent_on_bell = true -clickable_url = true -font = Monospace 9 -scrollback_lines = 10000 -search_wrap = true -#icon_name = terminal -#geometry = 640x480 - -# "system", "on" or "off" -cursor_blink = system - -# "block", "underline" or "ibeam" -cursor_shape = block - -# $BROWSER is used by default if set, with xdg-open as a fallback -#browser = xdg-open - -# set size hints for the window -#size_hints = false - -# Hide links that are no longer valid in url select overlay mode -filter_unmatched_urls = true - -# emit escape sequences for extra modified keys -#modify_other_keys = false - -[colors] -foreground = #FFFFFF -foreground_bold = #FFFFFF -cursor = #EEFFFF -cursor_foreground = #263238 -background = rgba(38, 50, 56) - -# 16 color space - -# Black, Gray, Silver, White -color0 = #000000 -color8 = #546E7A -color7 = #FFFFFF -color15 = #FFFFFF - -# Red -color1 = #F07178 -color9 = #F07178 - -# Green -color2 = #5FD700 -color10 = #5FD700 - -# Yellow -color3 = #FEBA02 -color11 = #FEBA02 - -# Indigo -color4 = #09347A -color12 = #09347A - -# Purple -color5 = #511378 -color13 = #511378 - -# Teal -color6 = #89DDFF -color14 = #89DDFF - -# Extra colors -color16 = #F78C6C -color17 = #FF5370 -color18 = #2E3C43 -color19 = #314549 -color20 = #B2CCD6 -color21 = #EEFFFF diff --git a/install.sh b/install.sh index 4a65cc5..ae4e260 100644 --- a/install.sh +++ b/install.sh @@ -15,23 +15,23 @@ do fi ## Install dependencies if [[ $(command -v pacman) ]]; then - $root_key pacman -Syy + $root_key pacman -Syy --noconfirm # i3 base - $root_key pacman -S i3-wm i3status dmenu sysstat + $root_key pacman -S --noconfirm i3-wm i3status dmenu sysstat # i3 blocks and dependecies - $root_key pacman -S i3blocks i3lock rofi termite \ + $root_key pacman -S --noconfirm i3blocks i3lock rofi \ conky acpi scrot xfce4-terminal \ thunar tumbler feh ranger \ ttf-hack ttf-bitstream-vera xenocara-xbacklight elif [[ $(command -v apt-get) ]]; then - $root_key apt update + $root_key apt update -y # i3 base - $root_key apt install i3-wm i3status suckless-tools sysstat + $root_key apt install i3-wm i3status suckless-tools sysstat -y # i3 blocks and dependecies - $root_key apt install i3blocks i3lock rofi termite \ + $root_key apt install i3blocks i3lock rofi \ conky playerctl acpi network-manager-gnome scrot \ xfce4-terminal thunar tumbler feh ranger \ - fonts-hack-ttf ttf-bitstream-vera xbacklight + fonts-hack-ttf ttf-bitstream-vera xbacklight -y fi # Install i3config @@ -62,10 +62,6 @@ do install -m644 -v "$i" "$HOME/.local/share/fonts/" done - printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying termite-config...' '\e[m' - install -d -m755 "$HOME/.config/termite" - install -m644 -v /tmp/i3config/extra/termite "$HOME/.config/termite/config" - printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Make log directory...' '\e[m' install -d -m755 "$HOME/.config/i3/logs/" -- cgit v1.2.3