Switch back to termite

This commit is contained in:
natemaia 2018-07-26 18:51:40 -07:00
parent 8f1ce53663
commit 96db39b205
7 changed files with 53 additions and 69 deletions

View File

@ -1,25 +1,24 @@
! Base colors ! Base colors
*.foreground: #c0c5ce *.foreground: #E1E1E1
*.background: #919ba0 *.background: #1c2023
*.cursorColor: #c0c5ce *.cursorColor: #707880
*.color0: #919ba0 *.color0: #282a2e
*.color1: #bf616a *.color1: #a54242
*.color2: #a3be8c *.color2: #8c9440
*.color3: #ebcb8b *.color3: #de935f
*.color4: #8fa1b3 *.color4: #5f819d
*.color5: #b48ead *.color5: #85678f
*.color6: #96b5b4 *.color6: #5e8d87
*.color7: #65737e *.color7: #c5c8c6
*.color8: #373b41
*.color8: #65737e *.color9: #cc6666
*.color9: #bf616a *.color10: #b5bd68
*.color10: #a3be8c *.color11: #f0c674
*.color11: #ebcb8b *.color12: #81a2be
*.color12: #8fa1b3 *.color13: #b294bb
*.color13: #b48ead *.color14: #8abeb7
*.color14: #96b5b4 *.color15: #c5c8c6
*.color15: #F6F6F6
! Rofi ! Rofi
rofi.font: DejaVu Sans Mono 12 rofi.font: DejaVu Sans Mono 12
@ -34,8 +33,8 @@ rofi.color-urgent: argb:00000000, #f43753, argb:00000000, argb:00000000, #e29a49
rofi.color-active: argb:00000000, #49bbfb, argb:00000000, argb:00000000, #e29a49 rofi.color-active: argb:00000000, #49bbfb, argb:00000000, argb:00000000, #e29a49
! xterm ! xterm
xterm*font: DejaVu Sana Mono xterm*font: DejaVu Sans Mono
xterm*faceName: DejaVu Sana Mono:size=10:antialias=false xterm*faceName: DejaVu Sans Mono:size=11:antialias=false
xterm*loginShell: true xterm*loginShell: true
xterm*vt100*geometry: 90x34 xterm*vt100*geometry: 90x34
xterm*saveLines: 2000 xterm*saveLines: 2000
@ -48,13 +47,13 @@ URxvt*saveline: 15000
URxvt*termName: rxvt-256color URxvt*termName: rxvt-256color
URxvt*iso14755: false URxvt*iso14755: false
URxvt*depth: 32 URxvt*depth: 32
URxvt*background: [95]#919ba0 URxvt*background: [95]#1C2023
URxvt*scrollBar: false URxvt*scrollBar: false
URxvt*scrollBar_right: false URxvt*scrollBar_right: false
URxvt*internalBorder: 0 URxvt*internalBorder: 0
URxvt*externalBorder: 0 URxvt*externalBorder: 0
URxvt*letterSpace: -1 URxvt*letterSpace: -1
URxvt.font: xft:DejaVu Sana Mono:size=10 URxvt.font: xft:DejaVu Sans Mono:size=11
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.copyCommand: xclip -i -selection clipboard URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard URxvt.pasteCommand: xclip -o -selection clipboard
@ -74,7 +73,7 @@ URxvt*buffered: false
UXTerm*termName: xterm-256color UXTerm*termName: xterm-256color
UXTerm*cursorColor: white UXTerm*cursorColor: white
UXTerm*VT100.geometry: 90x30 UXTerm*VT100.geometry: 90x30
UXTerm*font: DejaVu Sana Mono UXTerm*font: DejaVu Sans Mono
UXTerm*faceSize: 10 UXTerm*faceSize: 10
UXTerm*dynamicColors: true UXTerm*dynamicColors: true
UXTerm*utf8: 2 UXTerm*utf8: 2

View File

@ -1,4 +1,4 @@
Web browser,firefox,firefox Web browser,firefox,firefox
File manager,thunar,system-file-manager File manager,thunar,system-file-manager
Terminal,st,utilities-terminal Terminal,termite,utilities-terminal
^sep() ^sep()

1 Web browser,firefox,firefox
2 File manager,thunar,system-file-manager
3 Terminal,st,utilities-terminal Terminal,termite,utilities-terminal
4 ^sep()

View File

@ -2,5 +2,5 @@
dmenu_command = rofi -location 3 -yoffset 35 -xoffset -10 -width 37 -font "DejaVu Sans Mono 11" -padding 20 -line-padding 4 -hide-scrollbar -password dmenu_command = rofi -location 3 -yoffset 35 -xoffset -10 -width 37 -font "DejaVu Sans Mono 11" -padding 20 -line-padding 4 -hide-scrollbar -password
[editor] [editor]
terminal = st terminal = termite
gui_if_available = false gui_if_available = false

View File

@ -171,7 +171,7 @@ type = internal/cpu
interval = 3 interval = 3
format-padding = 1 format-padding = 1
format = <label> <ramp-coreload> format = <label> <ramp-coreload>
label = %{A1:st -e htop -s PERCENT_CPU & disown:} %percentage:2%% %{A} label = %{A1:termite -e htop -s PERCENT_CPU & disown:} %percentage:2%% %{A}
ramp-coreload-0 = ▂ ramp-coreload-0 = ▂
ramp-coreload-1 = ▃ ramp-coreload-1 = ▃
ramp-coreload-2 = ▄ ramp-coreload-2 = ▄
@ -194,7 +194,7 @@ type = internal/memory
interval = 3 interval = 3
format = <label> format = <label>
label-padding = 1 label-padding = 1
label = %{A1:st -e htop -s PERCENT_MEM & disown:} %percentage_used%%%{A} label = %{A1:termite -e htop -s PERCENT_MEM & disown:} %percentage_used%%%{A}
;;;;;;;;; ;;;;;;;;;
@ -204,7 +204,7 @@ label = %{A1:st -e htop -s PERCENT_MEM & disown:} %percentage_used%%%{A}
type = custom/script type = custom/script
exec = updates.sh exec = updates.sh
exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null" exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null"
label = %{A1:st -e aurman -Syyu & disown:} %{A3:st -e aurman -Syyu & disown:}%output%%{A} %{A} label = %{A1:termite -e aurman -Syyu & disown:} %{A3:termite -e aurman -Syyu & disown:}%output%%{A} %{A}
tail = true tail = true
@ -229,7 +229,7 @@ thermal-zone = 0
warn-temperature = 70 warn-temperature = 70
format = <ramp><label> format = <ramp><label>
format-padding = 1 format-padding = 1
label = %{A1:st -e watch sensors & disown:} %temperature-c%%{A} label = %{A1:termite -e watch sensors & disown:} %temperature-c%%{A}
ramp-0 = "" ramp-0 = ""
ramp-1 = "" ramp-1 = ""
ramp-2 = "" ramp-2 = ""

View File

@ -7,7 +7,7 @@ allow_bold = true
dynamic_title = true dynamic_title = true
urgent_on_bell = true urgent_on_bell = true
clickable_url = true clickable_url = true
font = DejaVu Sans Mono 10 font = DejaVu Sans Mono 11
scrollback_lines = 10000 scrollback_lines = 10000
search_wrap = true search_wrap = true
icon_name = utilities-terminal icon_name = utilities-terminal
@ -19,37 +19,25 @@ browser = exo-open
filter_unmatched_urls = true filter_unmatched_urls = true
[colors] [colors]
background = rgba(43,48,59,0.95) background = rgba(28,32,35,0.95)
foreground = #c0c5ce foreground = #E1E1E1
foreground_bold = #c0c5ce foreground_bold = #E1E1E1
cursor = #c0c5ce cursor = #707880
# Black, Gray, Silver, White
color0 = #2b303b color0 = #2b303b
color8 = #65737e color1 = #bf616a
color2 = #a3be8c
color3 = #ebcb8b
color4 = #8fa1b3
color5 = #b48ead
color6 = #96b5b4
color7 = #F6F6F6 color7 = #F6F6F6
color8 = #65737e
color9 = #bf616a
color10 = #a3be8c
color11 = #ebcb8b
color12 = #8fa1b3
color13 = #b48ead
color14 = #96b5b4
color15 = #c0c5ce color15 = #c0c5ce
# Red
color1 = #bf616a
color9 = #bf616a
# Green
color2 = #a3be8c
color10 = #a3be8c
# Yellow
color3 = #ebcb8b
color11 = #ebcb8b
# Blue
color4 = #8fa1b3
color12 = #8fa1b3
# Purple
color5 = #b48ead
color13 = #b48ead
# Teal
color6 = #96b5b4
color14 = #96b5b4

View File

@ -4,7 +4,7 @@ Version=1.0
Encoding=UTF-8 Encoding=UTF-8
Type=X-XFCE-Helper Type=X-XFCE-Helper
X-XFCE-Category=TerminalEmulator X-XFCE-Category=TerminalEmulator
X-XFCE-CommandsWithParameter=st "%s" X-XFCE-CommandsWithParameter=termite "%s"
Icon=utilities-terminal Icon=utilities-terminal
Name=St Name=St
X-XFCE-Commands=st X-XFCE-Commands=st

View File

@ -47,15 +47,12 @@ if [[ $session == "awesome" ]]; then
fi fi
# display timeout and sleep # display timeout and sleep
# xset s 3600 3600 #xset s 3600 3600
# xset dpms 3600 3700 4000 #xset dpms 3600 3700 4000
# keyboard repeat rate # keyboard repeat rate
# xset r rate 400 50 #xset r rate 400 50
# kbdrate -d 400 -r 50 #kbdrate -d 400 -r 50
# 1/1 mouse acceleration (no acceleration)
# xset m 1/1
# do NOT put commands below the exec lines # do NOT put commands below the exec lines
case $session in case $session in