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 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'dot_config/i3') 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: -- cgit v1.2.3