]> git.sev.monster Git - dotfiles.git/commitdiff
added full transparent bg term, changed class name
authords6 <git@ds6.pw>
Wed, 17 Jan 2018 08:17:57 +0000 (02:17 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 20:44:51 +0000 (15:44 -0500)
fixed compton config as well

base/.Xresources
base/.xinitrc
xdg/compton.conf

index 2297915f8506aba842df1060c9c6d635f8f9e159..13ae3b4b9168b4faaff3a9cce99517e74cf898fc 100644 (file)
@@ -85,7 +85,7 @@ URxvt.visualBell:         true
 
 URxvt.url-launcher:       /usr/local/bin/xdg-open
 URxvt.matcher.button:     1
-URxvt.matcher.pattern.0:  \\w+:\\/\*[\\w\\-][\\w\\-\\.]*\\.\\w+(?::\\d)?(?:\\/[\\w\\-\\.\\/?&@#%_]*)?
+URxvt.matcher.pattern.0:  \\w+:/\+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[/!#$&\\-;=?-[\\]_a-zA-Z~]|%[0-9a-fA-F]{2})*)?
 URxvt.matcher.rend.0:     Uline Bold fg6
 ! URxvt.matcher.pattern.1:  \\s(/\\S+?):(\\d+)(?=:|$)
 ! URxvt.matcher.rend.1:     Uline fg3
@@ -100,19 +100,33 @@ URxvt.keysym.M-slash:     font-size:show
 
 URxvt.print-pipe:         cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
 
-! bg terminal
-URxvtBG.termName:         rxvt-256color
-URxvtBG.perl-ext:
-URxvtBG.perl-ext-common:
+! bg terminal 1
+TermBg1.termName:         rxvt-256color
+TermBg1.perl-ext:
+TermBg1.perl-ext-common:
 
-URxvtBG.scrollBar:        false
-URxvtBG.cursorUnderline:  true
-URxvtBG.visualBell:       true
+TermBg1.scrollBar:        false
+TermBg1.cursorUnderline:  true
+TermBg1.visualBell:       true
 
-URxvtBG.depth:            32
-URxvtBG.borderLess:       true
-URxvtBG.transparent:      true
-URxvtBG.shading:          80
+TermBg1.depth:            32
+TermBg1.borderLess:       true
+TermBg1.transparent:      true
+TermBg1.shading:          80
+TermBg1.blurRadius:       2x4
+
+! bg terminal 2
+TermBg2.termName:         rxvt-256color
+TermBg2.perl-ext:
+TermBg2.perl-ext-common:
+
+TermBg2.scrollBar:        false
+TermBg2.cursorUnderline:  true
+TermBg2.visualBell:       true
+
+TermBg2.depth:            32
+TermBg2.borderLess:       true
+TermBg2.transparent:      true
 
 ! xvkbd
 xvkbd.Alt_R.width:        1
index bf14d4ff0022a95a49e8bf82bd9aabf0f99b182d..12a9dc0a24f850e57185a3312ae19843a3c07d89 100755 (executable)
@@ -29,9 +29,9 @@ xset s off
 xset dpms 0 0 600
 
 # root terminal
-urxvt -name URxvtBG -override-redirect -geometry x5+0-0 \
+urxvt -name TermBg1 -override-redirect -geometry x5+0--1 \
       -e tail -F /var/log/messages &
-xdotool search --limit 1 --sync --classname URxvtBG windowsize -usehints 100% 6
+xdotool search --limit 1 --sync --classname TermBg1 windowsize -usehints 100% 6
 
 # tray icons
 #"$HOME/src/phwmon/phwmon.py" --mem --mem_percent --net --io --bg \#0000 &
index d1c8065f6c8c94afd551d4fd355c1b570ac83ce8..fcdfcb04e014ba04140fb23eddf9004a60b0b75a 100644 (file)
@@ -16,8 +16,9 @@ shadow-exclude = [
        "class_g = 'i3-frame'",
        # fullscreen/dmenu
        "x = 0 && y = 0 && override_redirect = true",
-       # root terminal
-       "class_i = 'URxvtRoot'"
+       # bg terminals
+       "class_i = 'TermBg1'",
+       "class_i = 'TermBg2'"
 ];
 shadow-ignore-shaped = true;
 
This page took 0.036819 seconds and 4 git commands to generate.