From 022e3a8a72dca5d02443b522c9125d0066abaced Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 24 Apr 2020 13:12:37 +0200 Subject: [PATCH] Make i3blocks default --- dotfiles/i3/config | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dotfiles/i3/config b/dotfiles/i3/config index b5bdca3..d7cbd84 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -118,22 +118,7 @@ bindsym $super+r mode "resize" # panel bar { - output DVI-I-1 - colors { - background #2f343f - statusline #2f343f - separator #4b5262 - - # colour of border, background, and text - focused_workspace #2f343f #bf616a #d8dee8 - active_workspace #2f343f #2f343f #d8dee8 - inactive_workspace #2f343f #2f343f #d8dee8 - urgent_workspace #2f343f #ebcb8b #2f343f - } - status_command i3status -} -bar { - output DVI-D-1 + output primary colors { background #2f343f statusline #ffffff @@ -147,6 +132,21 @@ bar { } status_command i3blocks } +bar { + output DVI-D-1 + colors { + background #2f343f + statusline #2f343f + separator #4b5262 + + # colour of border, background, and text + focused_workspace #2f343f #bf616a #d8dee8 + active_workspace #2f343f #2f343f #d8dee8 + inactive_workspace #2f343f #2f343f #d8dee8 + urgent_workspace #2f343f #ebcb8b #2f343f + } + status_command i3status +} # window rules, you can find the window class using xprop workspace 1 output DVI-I-1