mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
790005a6ec
commit
4485eba99e
1 changed files with 9 additions and 9 deletions
|
|
@ -36,11 +36,11 @@ workspace_layout tabbed
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
# color
|
# color
|
||||||
set $bg-color #2f3035
|
#set $bg-color #2f3035
|
||||||
set $inactive-bg-color #151416
|
#set $inactive-bg-color #151416
|
||||||
set $text-color #f3f4f5
|
#set $text-color #f3f4f5
|
||||||
set $inactive-text-color #f3f4f5
|
#set $inactive-text-color #f3f4f5
|
||||||
set $urgent-bg-color #E53935
|
#set $urgent-bg-color #E53935
|
||||||
|
|
||||||
##### Programs to run at startup #####
|
##### Programs to run at startup #####
|
||||||
|
|
||||||
|
|
@ -239,10 +239,10 @@ bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# window colors
|
# window colors
|
||||||
# border background text indicator
|
# border background text indicator
|
||||||
client.focused $bg-color $bg-color $text-color $text-color
|
#client.focused $bg-color $bg-color $text-color $text-color
|
||||||
client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
|
#client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
|
||||||
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
|
#client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
|
||||||
client.urgent $urgent-bg-color $urgent-bg-color $text-color $urgent-bg-color
|
#client.urgent $urgent-bg-color $urgent-bg-color $text-color $urgent-bg-color
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue