aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-14 21:26:30 -0800
committerclarkzjw <[email protected]>2023-01-14 21:26:30 -0800
commit1a65980e40ce2303de728686d1a0fd6c7597ae74 (patch)
tree6fc2041b2bede2ae98a48ee80b1290bcdc1bd124
parentf16e7f03a14d2f59f345d96386135093c8507e6d (diff)
downloaddotfiles-1a65980e40ce2303de728686d1a0fd6c7597ae74.tar.gz
i3: update i3 bar
-rw-r--r--dot_config/i3/config20
-rw-r--r--dot_config/xfce4/terminal/terminalrc16
2 files changed, 29 insertions, 7 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config
index 10edb69..889a32a 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -492,6 +492,26 @@ bar {
492 } 492 }
493} 493}
494 494
495bar {
496 font pango: Noto Sans Regular 12
497 status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf
498 position bottom
499 output DP-3
500 i3bar_command i3bar
501 tray_output primary
502 tray_padding 0
503 strip_workspace_numbers no
504
505 colors {
506 separator $purple
507 background $darkgrey
508 statusline $white
509 focused_workspace $mediumgrey $grey $darkgrey $purple
510 active_workspace $lightblue $mediumgrey $darkgrey $purple
511 inactive_workspace $darkgrey $darkgrey $grey $purple
512 urgent_workspace $urgentred $urgentred $white $purple
513 }
514}
495# you can add different bars for multidisplay setups on each display: 515# you can add different bars for multidisplay setups on each display:
496# set output HDMI-0 to the display you want the bar, --transparency can be set. 516# set output HDMI-0 to the display you want the bar, --transparency can be set.
497# Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here: 517# Transparency needs rgba color codes to be used where the last two letters are the transparency factor see here:
diff --git a/dot_config/xfce4/terminal/terminalrc b/dot_config/xfce4/terminal/terminalrc
index 62f54ea..f4d4abc 100644
--- a/dot_config/xfce4/terminal/terminalrc
+++ b/dot_config/xfce4/terminal/terminalrc
@@ -16,11 +16,9 @@ MiscTabCloseMiddleClick=TRUE
16MiscTabPosition=GTK_POS_TOP 16MiscTabPosition=GTK_POS_TOP
17MiscHighlightUrls=TRUE 17MiscHighlightUrls=TRUE
18ScrollingLines=999999 18ScrollingLines=999999
19BackgroundDarkness=0.840000 19BackgroundDarkness=0.950000
20FontName=Source Code Pro 18 20FontName=Source Code Pro 18
21TitleMode=TERMINAL_TITLE_REPLACE 21TitleMode=TERMINAL_TITLE_REPLACE
22ColorForeground=#e3e3ea
23ColorBackground=#08052b
24MiscBellUrgent=FALSE 22MiscBellUrgent=FALSE
25MiscMouseWheelZoom=TRUE 23MiscMouseWheelZoom=TRUE
26MiscMiddleClickOpensUri=FALSE 24MiscMiddleClickOpensUri=FALSE
@@ -34,11 +32,15 @@ MiscSearchDialogOpacity=100
34MiscShowUnsafePasteDialog=TRUE 32MiscShowUnsafePasteDialog=TRUE
35MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU 33MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU
36ScrollingUnlimited=TRUE 34ScrollingUnlimited=TRUE
37ColorCursorForeground=#FFFFFF 35ColorForeground=#e3e3ea
36ColorBackground=#08052b
37ColorPalette=rgb(8,5,43);rgb(255,127,127);rgb(127,63,191);rgb(204,57,128);rgb(127,186,255);rgb(127,63,191);rgb(127,127,255);rgb(205,204,219);rgb(127,186,255);rgb(255,127,127);rgb(153,153,204);rgb(255,127,127);rgb(127,127,255);rgb(127,63,191);rgb(127,127,255);rgb(227,227,234)
38TabActivityColor=#47B35D
38ColorCursor=#ff7f7f 39ColorCursor=#ff7f7f
39ColorCursorUseDefault=FALSE
40ColorBold=#7fbaff 40ColorBold=#7fbaff
41ColorPalette=rgb(8,5,43);rgb(255,127,127);rgb(71,179,93);rgb(204,57,128);rgb(127,186,255);rgb(127,63,191);rgb(127,127,255);rgb(205,204,219);rgb(127,186,255);rgb(255,127,127);rgb(153,153,204);rgb(255,127,127);rgb(127,127,255);rgb(127,63,191);rgb(127,127,255);rgb(227,227,234) 41BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
42BackgroundImageShading=0.830000
43ColorCursorForeground=#FFFFFF
44ColorCursorUseDefault=FALSE
42ColorBoldIsBright=FALSE 45ColorBoldIsBright=FALSE
43TabActivityColor=#47B35D
44 46
Powered by cgit v1.2.3 (git 2.41.0)