From b1c41b71f05033e69dc8e538086232cf087dce1d Mon Sep 17 00:00:00 2001 From: M1dgard Date: Sun, 4 Nov 2018 00:17:11 +0100 Subject: [PATCH] =?UTF-8?q?[polybar][terminal]=2080=E2=86=9289%=20opacity,?= =?UTF-8?q?=20font=2013=E2=86=9211pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compton.conf | 2 +- xfce4-terminal/terminalrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compton.conf b/compton.conf index 81a88ab..53ab526 100644 --- a/compton.conf +++ b/compton.conf @@ -126,7 +126,7 @@ alpha-step = 0.06; # Fix tabbed windows opacity-rule = [ #"95:class_g = 'xfce4-terminal' && !_NET_WM_STATE@:32a", - "80:class_g = 'Polybar'", + "89:class_g = 'Polybar'", "90:class_g = 'Dunst'", "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ]; diff --git a/xfce4-terminal/terminalrc b/xfce4-terminal/terminalrc index 4e8e321..5942d62 100644 --- a/xfce4-terminal/terminalrc +++ b/xfce4-terminal/terminalrc @@ -25,12 +25,12 @@ MiscUseShiftArrowsToScroll=FALSE MiscSlimTabs=TRUE CustomCommand=/usr/bin/zsh ScrollingOnOutput=FALSE -FontName=Fira Code 13 +FontName=Fira Code 11 ColorPalette=rgb(63,63,63);rgb(210,74,74);rgb(96,180,138);rgb(223,175,143);rgb(154,184,215);rgb(220,140,195);rgb(140,208,211);rgb(235,235,235);rgb(85,87,83);rgb(215,120,120);rgb(114,213,163);rgb(240,223,175);rgb(148,191,243);rgb(236,147,211);rgb(147,224,227);rgb(255,255,255) ColorForeground=#f3f3f3f3f3f3 ColorBackground=#000000000000 ColorCursor=#dcdcdc -BackgroundDarkness=0,800000 +BackgroundDarkness=0,890000 WordChars=-A-Za-z0-9,./?%&#_=+@~ BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT MiscShowRelaunchDialog=TRUE