summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
25599a8)
urxvt perl extensions finalized, font size added
edited install.sh for better filename compatibility
URxvtRoot tail log turnover fixed (-f to -F)
updated tint2 config to latest tint2 version
volumeicon horizontal slider
[submodule "base/.vim/pack/repeat.vim/start/vim-repeat"]
path = base/.vim/pack/repeat.vim/start/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule "base/.vim/pack/repeat.vim/start/vim-repeat"]
path = base/.vim/pack/repeat.vim/start/vim-repeat
url = https://github.com/tpope/vim-repeat
+[submodule "urxvt-ext/urxvt-font-size"]
+ path = urxvt-ext/urxvt-font-size
+ url = https://github.com/majutsushi/urxvt-font-size
! URxvt
URxvt.termName: rxvt-256color
! URxvt
URxvt.termName: rxvt-256color
-URxvt.perl-ext: matcher
-URxvt.perl-ext-common:
+URxvt.perl-ext:
+URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size
URxvt.depth: 32
URxvt.background: rgba:0000/0a00/0d00/d000
URxvt.depth: 32
URxvt.background: rgba:0000/0a00/0d00/d000
URxvt.url-launcher: /usr/local/bin/xdg-open
URxvt.matcher.button: 1
URxvt.url-launcher: /usr/local/bin/xdg-open
URxvt.matcher.button: 1
+URxvt.matcher.pattern.0: \\w+:\\/\*[\\w\\-][\\w\\-\\.]*\\.\\w+(?::\\d)?(?:\\/[\\w\\-\\.\\/?&@#%_]*)?
URxvt.matcher.rend.0: Uline Bold fg6
URxvt.matcher.rend.0: Uline Bold fg6
-URxvt.matcher.pattern.0: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
-URxvt.matcher.pattern.1: \\B(/\\S+?):(\\d+)(?=:|$)
-URxvt.matcher.launcher.1: vim +$2 $1
+! URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$)
+! URxvt.matcher.rend.1: Uline fg3
+URxvt.matcher.launcher.1: urxvtc -e vim +$2 $1
URxvt.keysym.M-o: matcher:last
URxvt.keysym.M-u: matcher:list
URxvt.keysym.M-o: matcher:last
URxvt.keysym.M-u: matcher:list
# root terminal
urxvt -name URxvtBG -override-redirect -geometry x5+0-0 \
# root terminal
urxvt -name URxvtBG -override-redirect -geometry x5+0-0 \
- -e tail -f /var/log/messages &
+ -e tail -F /var/log/messages &
xdotool search --limit 1 --sync --classname URxvtBG windowsize -usehints 100% 6
# tray icons
xdotool search --limit 1 --sync --classname URxvtBG windowsize -usehints 100% 6
# tray icons
export GREP_OPTIONS=--color=auto
export PYTHONSTARTUP=~/.pythonrc
export GREP_OPTIONS=--color=auto
export PYTHONSTARTUP=~/.pythonrc
-
-export PUUSH_API_KEY=159C54A56C88394136BA1ACB6A9D8F80
#fix permissions from git (should probably move this to git hook)
chmod go= base/.zshenv base/.Xresources
#fix permissions from git (should probably move this to git hook)
chmod go= base/.zshenv base/.Xresources
-for x in `find "$PWD/base" -mindepth 1 -maxdepth 1`; do
- ln -vwis "$x" "$HOME/`basename $x`"
+if [ 0 -eq 1 ]; then
+ alias mkdir="echo mkdir"
+ alias ln="echo ln"
+ alias rm="echo rm"
+ alias cap_mkdb="echo cap_mkdb"
+ alias unlink="echo unlink"
+fi
+
+l() {
+ [ -L "$1" -o \! -e "$1" ] && ln -sFhvw "$x" "$1"
+}
+
+find "$PWD/base" -depth 1 | while read -r x; do
+ l "$HOME/`basename "$x"`"
+done
+find "$PWD/xdg" -depth 1 | while read -r x; do
+ l "${XDG_CONFIG_HOME:-$HOME/.config}/`basename "$x"`"
-for x in `find "$PWD/xdg" -mindepth 1 -maxdepth 1`; do
- ln -vwis "$x" "${XDG_CONFIG_HOME:-$HOME/.config}/`basename $x`"
+mkdir -p "$HOME/.urxvt/ext"
+find "$PWD/urxvt-ext" -type f -perm -ugo=x -mindepth 1 -maxdepth 2 | while read -r x; do
+ l "$HOME/.urxvt/ext/`basename $x`"
done
touch "$HOME/.hushlogin"
done
touch "$HOME/.hushlogin"
--- /dev/null
+Subproject commit 0984499379e420de651dcfeedfbb7938867c44f8
-#---- Generated by tint2conf 30a7 ----
+#---- Generated by tint2conf 573e ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
-primary_monitor_first = 0
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
+taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 4 0
taskbar_name_background_id = 1
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 4 0
taskbar_name_background_id = 1
#-------------------------------------
# Clock
time1_format = %H:%M:%S
#-------------------------------------
# Clock
time1_format = %H:%M:%S
-time2_format = %a/%b %d/%m/%Y
+time2_format = %a %d/%m/%Y
time1_font = Dina 8
time1_timezone =
time2_timezone =
time2_font = Dina 6
clock_font_color = #93a1a1 100
time1_font = Dina 8
time1_timezone =
time2_timezone =
time2_font = Dina 6
clock_font_color = #93a1a1 100
clock_background_id = 0
clock_tooltip =
clock_tooltip_timezone =
clock_background_id = 0
clock_tooltip =
clock_tooltip_timezone =
battery_tooltip = 1
battery_low_status = 5
battery_low_cmd = notify-send -u critical "Battery low"
battery_tooltip = 1
battery_low_status = 5
battery_low_cmd = notify-send -u critical "Battery low"
bat1_font = Dina 8
bat2_font = Dina 6
battery_font_color = #93a1a1 100
bat1_font = Dina 8
bat2_font = Dina 6
battery_font_color = #93a1a1 100
+bat1_format =
+bat2_format =
battery_padding = 0 0
battery_background_id = 0
battery_hide = 101
battery_padding = 0 0
battery_background_id = 0
battery_hide = 101
stepsize=5
lmb_slider=true
mmb_mute=true
stepsize=5
lmb_slider=true
mmb_mute=true
-use_horizontal_slider=false
+use_horizontal_slider=true
show_sound_level=true
use_transparent_background=false
onclick=~/bin/xmixer
show_sound_level=true
use_transparent_background=false
onclick=~/bin/xmixer