remove termite
This commit is contained in:
parent
545bcfd863
commit
7c80d9a31d
@ -21,7 +21,6 @@ This repository saves the custom configuration used by heckyel in i3wm
|
|||||||
- ranger
|
- ranger
|
||||||
- rofi
|
- rofi
|
||||||
- scrot
|
- scrot
|
||||||
- termite
|
|
||||||
- thunar
|
- thunar
|
||||||
- tumbler
|
- tumbler
|
||||||
- xfce4-terminal
|
- xfce4-terminal
|
||||||
|
3
config
3
config
@ -321,9 +321,6 @@ bindsym XF86AudioNext exec playerctl next
|
|||||||
bindsym XF86AudioPlay exec playerctl play-pause
|
bindsym XF86AudioPlay exec playerctl play-pause
|
||||||
bindsym XF86AudioStop exec playerctl stop
|
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
|
# class border background text indicator child_border
|
||||||
client.focused #616161 #616161 #FFFFFF #FFFFFF #9E9E9E
|
client.focused #616161 #616161 #FFFFFF #FFFFFF #9E9E9E
|
||||||
client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161
|
client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161
|
||||||
|
@ -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
|
|
18
install.sh
18
install.sh
@ -15,23 +15,23 @@ do
|
|||||||
fi
|
fi
|
||||||
## Install dependencies
|
## Install dependencies
|
||||||
if [[ $(command -v pacman) ]]; then
|
if [[ $(command -v pacman) ]]; then
|
||||||
$root_key pacman -Syy
|
$root_key pacman -Syy --noconfirm
|
||||||
# i3 base
|
# 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
|
# 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 \
|
conky acpi scrot xfce4-terminal \
|
||||||
thunar tumbler feh ranger \
|
thunar tumbler feh ranger \
|
||||||
ttf-hack ttf-bitstream-vera xenocara-xbacklight
|
ttf-hack ttf-bitstream-vera xenocara-xbacklight
|
||||||
elif [[ $(command -v apt-get) ]]; then
|
elif [[ $(command -v apt-get) ]]; then
|
||||||
$root_key apt update
|
$root_key apt update -y
|
||||||
# i3 base
|
# 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
|
# 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 \
|
conky playerctl acpi network-manager-gnome scrot \
|
||||||
xfce4-terminal thunar tumbler feh ranger \
|
xfce4-terminal thunar tumbler feh ranger \
|
||||||
fonts-hack-ttf ttf-bitstream-vera xbacklight
|
fonts-hack-ttf ttf-bitstream-vera xbacklight -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install i3config
|
# Install i3config
|
||||||
@ -62,10 +62,6 @@ do
|
|||||||
install -m644 -v "$i" "$HOME/.local/share/fonts/"
|
install -m644 -v "$i" "$HOME/.local/share/fonts/"
|
||||||
done
|
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'
|
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/"
|
install -d -m755 "$HOME/.config/i3/logs/"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user