mirror of
https://github.com/bvanroll/dotfiles-2022.git
synced 2025-08-29 20:12:45 +00:00
lesgo
This commit is contained in:
@@ -1072,4 +1072,4 @@ macos_thicken_font 0.3
|
|||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
window_padding_width 4
|
||||||
|
@@ -11,8 +11,8 @@ set $secondaryBg /home/beppe/Pictures/nebula.jpg
|
|||||||
# workspace_layout tabbed <stacking|tabbed>
|
# workspace_layout tabbed <stacking|tabbed>
|
||||||
|
|
||||||
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
# Configure border style <normal|1pixel|pixel xx|none|pixel>
|
||||||
default_border pixel 3
|
default_border pixel 1
|
||||||
default_floating_border pixel 3
|
default_floating_border pixel 1
|
||||||
# Hide borders
|
# Hide borders
|
||||||
hide_edge_borders none
|
hide_edge_borders none
|
||||||
|
|
||||||
@@ -411,13 +411,22 @@ bar {
|
|||||||
# hide/unhide i3status bar
|
# hide/unhide i3status bar
|
||||||
#bindsym $mod+m bar mode toggle
|
#bindsym $mod+m bar mode toggle
|
||||||
|
|
||||||
|
#colors
|
||||||
|
set $black #01161e
|
||||||
|
set $dblue #124559
|
||||||
|
set $lblue #598392
|
||||||
|
set $dgrey #aec3b0
|
||||||
|
set $grey #eff6e0
|
||||||
|
set $white #FFFFFF
|
||||||
|
|
||||||
|
|
||||||
# Theme colors
|
# Theme colors
|
||||||
# class border backgr. text indic. child_border
|
# class border backgr. text indic. child_border
|
||||||
client.focused #556064 #556064 #80FFF9 #FDF6E3
|
client.focused $dgrey $black $white $dgrey $dgrey
|
||||||
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
|
client.focused_inactive $dblue $black $grey $dblue $dblue
|
||||||
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
|
client.unfocused $dblue $black $grey $dblue $dblue
|
||||||
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
|
client.urgent $lblue $black $grey $lblue $lblue
|
||||||
client.placeholder #000000 #0c0c0c #ffffff #000000
|
client.placeholder $dblue $black $grey $dblue $dblue
|
||||||
|
|
||||||
client.background #2B2C2B
|
client.background #2B2C2B
|
||||||
|
|
||||||
@@ -480,18 +489,8 @@ mode "$mode_gaps_outer" {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#colors
|
|
||||||
set $black #01161e
|
|
||||||
set $dblue #124559
|
|
||||||
set $lblue #598392
|
|
||||||
set $dgrey #aec3b0
|
|
||||||
set $grey #eff6e0
|
|
||||||
set $white #FFFFFF
|
|
||||||
|
|
||||||
|
|
||||||
#Theme
|
#Theme
|
||||||
client.background $black $black #FFFFFF #FFFFFF #FFFFFF
|
|
||||||
client.focused $dblue $black $white $lblue $lblue
|
|
||||||
|
|
||||||
exec solaar --restart-on-wakeup -w hide
|
exec solaar --restart-on-wakeup -w hide
|
||||||
exec systemctl start sleep --user
|
exec systemctl start sleep --user
|
||||||
|
Reference in New Issue
Block a user