further config changes
This commit is contained in:
@@ -113,16 +113,16 @@ bindsym $mod+a focus parent
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
#
|
||||
set $ws1 "1|I"
|
||||
set $ws2 "2|II"
|
||||
set $ws3 "3|III"
|
||||
set $ws4 "4|IV"
|
||||
set $ws5 "5|V"
|
||||
set $ws6 "6|VI"
|
||||
set $ws7 "7|VII"
|
||||
set $ws8 "8|VIII"
|
||||
set $ws9 "9|IX"
|
||||
set $ws10 "10|X"
|
||||
set $ws1 "1:I"
|
||||
set $ws2 "2:II"
|
||||
set $ws3 "3:III"
|
||||
set $ws4 "4:IV"
|
||||
set $ws5 "5:V"
|
||||
set $ws6 "6:VI"
|
||||
set $ws7 "7:VII"
|
||||
set $ws8 "8:VIII"
|
||||
set $ws9 "9:IX"
|
||||
set $ws10 "10:X"
|
||||
|
||||
#assigning workspaces to monitors
|
||||
workspace $ws1 output $leftmonitor
|
||||
@@ -204,8 +204,8 @@ bindsym $mod+r mode "resize"
|
||||
# set $indi #42047E
|
||||
# set $urg #BFBD36
|
||||
set_from_resource $fg i3wm.color7 #f0f0f0
|
||||
set_from_resource $fc i3wm.color3 #f0f0f0
|
||||
set_from_resource $bg i3wm.color4 #f0f0f0
|
||||
set_from_resource $fc i3wm.color4 #f0f0f0
|
||||
set_from_resource $bg i3wm.color6 #f0f0f0
|
||||
set_from_resource $nc i3wm.color0 #f0f0f0
|
||||
set_from_resource $ug i3wm.color1 #f0f0f0
|
||||
|
||||
@@ -231,8 +231,9 @@ bar {
|
||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||
tray_output HDMI-0
|
||||
|
||||
strip_workspace_numbers yes
|
||||
position bottom
|
||||
font pango: JetBrainsMono NF 14
|
||||
font pango: JetBrainsMono NF 18
|
||||
separator_symbol " "
|
||||
colors{
|
||||
background $nc
|
||||
@@ -251,8 +252,8 @@ bar {
|
||||
default_border pixel 3
|
||||
|
||||
#Gaps
|
||||
gaps inner 5
|
||||
gaps outer 2
|
||||
gaps inner 13
|
||||
gaps outer 5
|
||||
#smart_gaps on
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user