@@ 89,7 89,7 @@ bindsym $mod+Shift+r restart
# exit i3 with mod+shift+e
bindsym $mod+Shift+e exec bash -c "dialog --yesno 'Are you sure you want to exit i3?' 0 0 && i3-msg exit"
# Run terminal with mod+enter
-bindsym $mod+Return exec alacritty
+bindsym $mod+Return exec xfce4-terminal
# dmenu with mod+d for arbituary programs
bindsym $mod+d exec dmenu_run -p "Run:" -l 10
bindsym $mod+shift+d exec i3-dmenu-desktop
@@ 145,33 145,44 @@ bindsym $mod+r mode "resize"
set $blue #285577
set $gray #333333
+set $primary #2C4B91
+set $background #080F20
+set $bar_background #152446
+set $foreground #ffffff
+set $red #900000
+
+client.focused $primary $primary #ffffff $primary $primary
+client.unfocused $background $background #ffffff $background $background
+client.focused_inactive $background $background #ffffff $background $background
+
bar {
- status_command i3blocks -c ~/.config/i3blocks/config
+ status_command i3blocks -c ~/.config/i3/i3blocks.conf
+ tray_output primary
position top
font pango:IPAGothic 11, DejaVu Sans Mono 10
strip_workspace_numbers yes
colors {
# background $gray
# background #888888
- background #a1eeed"
- statusline $gray
- inactive_workspace $gray $gray #888888
- active_workspace $blue $blue #ffffff
- urgent_workspace $red $red #ffffff
- focused_workspace $gray $gray #f5e7de
- urgent_workspace $red $red #ffffff
+ background $bar_background
+ statusline $foreground
+ inactive_workspace $bar_background $bar_background $foreground
+ active_workspace $bar_background $bar_background $foreground
+ urgent_workspace $red $red $foreground
+ focused_workspace $primary $primary $foreground
+ urgent_workspace $red $red $foreground
}
}
-client.focused $gray $gray #ffffff $gray $gray
-# client.unfocused $gray $gray #ffffff $gray $gray
-client.unfocused #f5e7de #f5e7de #ffffff #f5e7de #f5e7de
-# client.focused_inactive $gray $gray #ffffff $gray $gray
-client.focused_inactive #f5e7de #f5e7de #ffffff #f5e7de #f5e7de
+# client.focused $gray $gray #ffffff $gray $gray
+# # client.unfocused $gray $gray #ffffff $gray $gray
+# client.unfocused #f5e7de #f5e7de #ffffff #f5e7de #f5e7de
+# # client.focused_inactive $gray $gray #ffffff $gray $gray
+# client.focused_inactive #f5e7de #f5e7de #ffffff #f5e7de #f5e7de
-new_window pixel 5
+# new_window pixel 5
-default_border pixel 5
+default_border pixel 4
bindsym $mod+Shift+Return exec "alacritty --title=floating"
for_window [title="floating"] floating enable, sticky enable
@@ 179,3 190,4 @@ for_window [title="floating"] floating enable, sticky enable
# screenlayout
exec --no-startup-id .screenlayout/two_monitor_setup.sh
exec --no-startup-id setxkbmap -layout br -option caps:escape
+exec --no-startup-id flameshot