Remove i3 gaps and update colors to match Nord color scheme
This commit is contained in:
parent
4d7d69af84
commit
e61ed4d8c9
@ -421,7 +421,7 @@ default_border pixel $i3-wm.window.border.size
|
|||||||
default_floating_border pixel $i3-wm.floatingwindow.border.size
|
default_floating_border pixel $i3-wm.floatingwindow.border.size
|
||||||
|
|
||||||
# Specify the distance between windows in pixels. (i3-gaps)
|
# Specify the distance between windows in pixels. (i3-gaps)
|
||||||
set_from_resource $i3-wm.gaps.inner.size i3-wm.gaps.inner.size 5
|
set_from_resource $i3-wm.gaps.inner.size i3-wm.gaps.inner.size 0
|
||||||
set_from_resource $i3-wm.gaps.outer.size i3-wm.gaps.outer.size 0
|
set_from_resource $i3-wm.gaps.outer.size i3-wm.gaps.outer.size 0
|
||||||
gaps inner $i3-wm.gaps.inner.size
|
gaps inner $i3-wm.gaps.inner.size
|
||||||
gaps outer $i3-wm.gaps.outer.size
|
gaps outer $i3-wm.gaps.outer.size
|
||||||
@ -438,27 +438,29 @@ popup_during_fullscreen $i3-wm.gaps.popup_during_fullscreen
|
|||||||
set_from_resource $i3-wm.gaps.focus_follows_mouse i3-wm.gaps.focus_follows_mouse no
|
set_from_resource $i3-wm.gaps.focus_follows_mouse i3-wm.gaps.focus_follows_mouse no
|
||||||
focus_follows_mouse $i3-wm.gaps.focus_follows_mouse
|
focus_follows_mouse $i3-wm.gaps.focus_follows_mouse
|
||||||
|
|
||||||
|
# Set border radius (roundness)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# i3 Colors and Fonts
|
# i3 Colors and Fonts
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# Create variables from Xresources for i3's look.
|
# Create variables from Xresources for i3's look.
|
||||||
set_from_resource $focused.color.border i3-wm.client.focused.color.border "#002b36"
|
set_from_resource $focused.color.border i3-wm.client.focused.color.border "#2E3440"
|
||||||
set_from_resource $focused.color.background i3-wm.client.focused.color.background "#586e75"
|
set_from_resource $focused.color.background i3-wm.client.focused.color.background "#88C0D0"
|
||||||
set_from_resource $focused.color.text i3-wm.client.focused.color.text "#fdf6e3"
|
set_from_resource $focused.color.text i3-wm.client.focused.color.text "#fdf6e3"
|
||||||
set_from_resource $focused.color.indicator i3-wm.client.focused.color.indicator "#268bd2"
|
set_from_resource $focused.color.indicator i3-wm.client.focused.color.indicator "#268bd2"
|
||||||
set_from_resource $focused.color.child_border i3-wm.client.focused.color.child_border
|
set_from_resource $focused.color.child_border i3-wm.client.focused.color.child_border
|
||||||
|
|
||||||
set_from_resource $focused_inactive.color.border i3-wm.client.focused_inactive.color.border "#002b36"
|
set_from_resource $focused_inactive.color.border i3-wm.client.focused_inactive.color.border "#2E3440"
|
||||||
set_from_resource $focused_inactive.color.background i3-wm.client.focused_inactive.color.background "#073642"
|
set_from_resource $focused_inactive.color.background i3-wm.client.focused_inactive.color.background "#2E3440"
|
||||||
set_from_resource $focused_inactive.color.text i3-wm.client.focused_inactive.color.text "#839496"
|
set_from_resource $focused_inactive.color.text i3-wm.client.focused_inactive.color.text "#839496"
|
||||||
set_from_resource $focused_inactive.color.indicator i3-wm.client.focused_inactive.color.indicator "#073642"
|
set_from_resource $focused_inactive.color.indicator i3-wm.client.focused_inactive.color.indicator "#2E3440"
|
||||||
set_from_resource $focused_inactive.color.child_border i3-wm.client.focused_inactive.color.child_border
|
set_from_resource $focused_inactive.color.child_border i3-wm.client.focused_inactive.color.child_border
|
||||||
|
|
||||||
set_from_resource $unfocused.color.border i3-wm.client.unfocused.color.border "#002b36"
|
set_from_resource $unfocused.color.border i3-wm.client.unfocused.color.border "#2E3440"
|
||||||
set_from_resource $unfocused.color.background i3-wm.client.unfocused.color.background "#073642"
|
set_from_resource $unfocused.color.background i3-wm.client.unfocused.color.background "#2E3440"
|
||||||
set_from_resource $unfocused.color.text i3-wm.client.unfocused.color.text "#839496"
|
set_from_resource $unfocused.color.text i3-wm.client.unfocused.color.text "#839496"
|
||||||
set_from_resource $unfocused.color.indicator i3-wm.client.unfocused.color.indicator "#073642"
|
set_from_resource $unfocused.color.indicator i3-wm.client.unfocused.color.indicator "#2E3440"
|
||||||
set_from_resource $unfocused.color.child_border i3-wm.client.unfocused.color.child_border
|
set_from_resource $unfocused.color.child_border i3-wm.client.unfocused.color.child_border
|
||||||
|
|
||||||
set_from_resource $urgent.color.border i3-wm.client.urgent.color.border "#002b36"
|
set_from_resource $urgent.color.border i3-wm.client.urgent.color.border "#002b36"
|
||||||
@ -480,16 +482,16 @@ set_from_resource $i3-wm.bar.background.color i3-wm.bar.background.color "#002b3
|
|||||||
set_from_resource $i3-wm.bar.statusline.color i3-wm.bar.statusline.color "#93a1a1"
|
set_from_resource $i3-wm.bar.statusline.color i3-wm.bar.statusline.color "#93a1a1"
|
||||||
set_from_resource $i3-wm.bar.separator.color i3-wm.bar.separator.color "#268bd2"
|
set_from_resource $i3-wm.bar.separator.color i3-wm.bar.separator.color "#268bd2"
|
||||||
|
|
||||||
set_from_resource $i3-wm.bar.workspace.focused.border.color i3-wm.bar.workspace.focused.border.color "#073642"
|
set_from_resource $i3-wm.bar.workspace.focused.border.color i3-wm.bar.workspace.focused.border.color "#2E3440"
|
||||||
set_from_resource $i3-wm.bar.workspace.focused.background.color i3-wm.bar.workspace.focused.background.color "#073642"
|
set_from_resource $i3-wm.bar.workspace.focused.background.color i3-wm.bar.workspace.focused.background.color "#2E3440"
|
||||||
set_from_resource $i3-wm.bar.workspace.focused.text.color i3-wm.bar.workspace.focused.text.color "#eee8d5"
|
set_from_resource $i3-wm.bar.workspace.focused.text.color i3-wm.bar.workspace.focused.text.color "#eee8d5"
|
||||||
|
|
||||||
set_from_resource $i3-wm.bar.workspace.active.border.color i3-wm.bar.workspace.active.border.color "#073642"
|
set_from_resource $i3-wm.bar.workspace.active.border.color i3-wm.bar.workspace.active.border.color "#2E3440"
|
||||||
set_from_resource $i3-wm.bar.workspace.active.background.color i3-wm.bar.workspace.active.background.color "#073642"
|
set_from_resource $i3-wm.bar.workspace.active.background.color i3-wm.bar.workspace.active.background.color "#2E3440"
|
||||||
set_from_resource $i3-wm.bar.workspace.active.text.color i3-wm.bar.workspace.active.text.color "#586e75"
|
set_from_resource $i3-wm.bar.workspace.active.text.color i3-wm.bar.workspace.active.text.color "#586e75"
|
||||||
|
|
||||||
set_from_resource $i3-wm.bar.workspace.inactive.border.color i3-wm.bar.workspace.inactive.border.color "#002b36"
|
set_from_resource $i3-wm.bar.workspace.inactive.border.color i3-wm.bar.workspace.inactive.border.color "#2E3440"
|
||||||
set_from_resource $i3-wm.bar.workspace.inactive.background.color i3-wm.bar.workspace.inactive.background.color "#002b36"
|
set_from_resource $i3-wm.bar.workspace.inactive.background.color i3-wm.bar.workspace.inactive.background.color "#2E3440"
|
||||||
set_from_resource $i3-wm.bar.workspace.inactive.text.color i3-wm.bar.workspace.inactive.text.color "#586e75"
|
set_from_resource $i3-wm.bar.workspace.inactive.text.color i3-wm.bar.workspace.inactive.text.color "#586e75"
|
||||||
|
|
||||||
set_from_resource $i3-wm.bar.workspace.urgent.border.color i3-wm.bar.workspace.urgent.border.color "#dc322f"
|
set_from_resource $i3-wm.bar.workspace.urgent.border.color i3-wm.bar.workspace.urgent.border.color "#dc322f"
|
||||||
|
Loading…
Reference in New Issue
Block a user