From 1a65980e40ce2303de728686d1a0fd6c7597ae74 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Sat, 14 Jan 2023 21:26:30 -0800 Subject: i3: update i3 bar --- dot_config/i3/config | 20 ++++++++++++++++++++ dot_config/xfce4/terminal/terminalrc | 16 +++++++++------- 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 { } } +bar { + font pango: Noto Sans Regular 12 + status_command i3blocks -c ~/.config/i3/i3blocks-extend.conf + position bottom + output DP-3 + i3bar_command i3bar + tray_output primary + tray_padding 0 + strip_workspace_numbers no + + colors { + separator $purple + background $darkgrey + statusline $white + focused_workspace $mediumgrey $grey $darkgrey $purple + active_workspace $lightblue $mediumgrey $darkgrey $purple + inactive_workspace $darkgrey $darkgrey $grey $purple + urgent_workspace $urgentred $urgentred $white $purple + } +} # you can add different bars for multidisplay setups on each display: # set output HDMI-0 to the display you want the bar, --transparency can be set. # 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 MiscTabPosition=GTK_POS_TOP MiscHighlightUrls=TRUE ScrollingLines=999999 -BackgroundDarkness=0.840000 +BackgroundDarkness=0.950000 FontName=Source Code Pro 18 TitleMode=TERMINAL_TITLE_REPLACE -ColorForeground=#e3e3ea -ColorBackground=#08052b MiscBellUrgent=FALSE MiscMouseWheelZoom=TRUE MiscMiddleClickOpensUri=FALSE @@ -34,11 +32,15 @@ MiscSearchDialogOpacity=100 MiscShowUnsafePasteDialog=TRUE MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU ScrollingUnlimited=TRUE -ColorCursorForeground=#FFFFFF +ColorForeground=#e3e3ea +ColorBackground=#08052b +ColorPalette=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) +TabActivityColor=#47B35D ColorCursor=#ff7f7f -ColorCursorUseDefault=FALSE ColorBold=#7fbaff -ColorPalette=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) +BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT +BackgroundImageShading=0.830000 +ColorCursorForeground=#FFFFFF +ColorCursorUseDefault=FALSE ColorBoldIsBright=FALSE -TabActivityColor=#47B35D -- cgit v1.2.3