[polybar][terminal] 80→89% opacity, font 13→11pt
This commit is contained in:
parent
cd1e006efe
commit
b1c41b71f0
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ alpha-step = 0.06;
|
||||||
# Fix tabbed windows
|
# Fix tabbed windows
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
#"95:class_g = 'xfce4-terminal' && !_NET_WM_STATE@:32a",
|
#"95:class_g = 'xfce4-terminal' && !_NET_WM_STATE@:32a",
|
||||||
"80:class_g = 'Polybar'",
|
"89:class_g = 'Polybar'",
|
||||||
"90:class_g = 'Dunst'",
|
"90:class_g = 'Dunst'",
|
||||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||||
];
|
];
|
||||||
|
|
|
@ -25,12 +25,12 @@ MiscUseShiftArrowsToScroll=FALSE
|
||||||
MiscSlimTabs=TRUE
|
MiscSlimTabs=TRUE
|
||||||
CustomCommand=/usr/bin/zsh
|
CustomCommand=/usr/bin/zsh
|
||||||
ScrollingOnOutput=FALSE
|
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)
|
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
|
ColorForeground=#f3f3f3f3f3f3
|
||||||
ColorBackground=#000000000000
|
ColorBackground=#000000000000
|
||||||
ColorCursor=#dcdcdc
|
ColorCursor=#dcdcdc
|
||||||
BackgroundDarkness=0,800000
|
BackgroundDarkness=0,890000
|
||||||
WordChars=-A-Za-z0-9,./?%&#_=+@~
|
WordChars=-A-Za-z0-9,./?%&#_=+@~
|
||||||
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
|
||||||
MiscShowRelaunchDialog=TRUE
|
MiscShowRelaunchDialog=TRUE
|
||||||
|
|
Loading…
Reference in a new issue