feat: change destktop design
This commit is contained in:
parent
c0e2d93c49
commit
cdbe1f1083
3 changed files with 31 additions and 24 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# i3 config file (v4)
|
||||
|
||||
# font for window titles and bar
|
||||
font pango:Source Sans Pro 10
|
||||
font pango:Source Sans Pro 8
|
||||
|
||||
# use win key
|
||||
set $mod Mod4
|
||||
|
|
@ -17,16 +17,16 @@ set $up k
|
|||
set $right l
|
||||
|
||||
# define names for workspaces
|
||||
set $ws1 "1: "
|
||||
set $ws2 "2: "
|
||||
set $ws3 "3: "
|
||||
set $ws4 "4: "
|
||||
set $ws5 "5: "
|
||||
set $ws6 "6: "
|
||||
set $ws7 "7: "
|
||||
set $ws8 "8: "
|
||||
set $ws9 "9: "
|
||||
set $ws10 "10: "
|
||||
set $ws1 "1: "
|
||||
set $ws2 "2: "
|
||||
set $ws3 "3: "
|
||||
set $ws4 "4: "
|
||||
set $ws5 "5: "
|
||||
set $ws6 "6: "
|
||||
set $ws7 "7: "
|
||||
set $ws8 "8: "
|
||||
set $ws9 "9: "
|
||||
set $ws10 "10: "
|
||||
|
||||
# assign workspaces to primary monitor
|
||||
workspace $ws1 output primary
|
||||
|
|
@ -271,12 +271,12 @@ assign [class="Lightdm-gtk-greeter-settings"] → $ws10
|
|||
assign [class="Software-properties-gtk"] → $ws10
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #2b83a6 #2b83a6 #ffffff #dddddd #2b83a6
|
||||
client.focused_inactive #212121 #212121 #86888c #292d2e #5a5a5a
|
||||
client.unfocused #212121 #212121 #86888c #292d2e #5a5a5a
|
||||
client.urgent #d64e4e #d64e4e #ffffff #d64e4e #d64e4e
|
||||
client.placeholder #212121 #0c0c0c #ffffff #212121 #262626
|
||||
client.background #212121
|
||||
client.focused #252525 #252525 #8be9fd #dddddd #252525
|
||||
client.focused_inactive #282a36 #282a36 #86888c #282a36 #5a5a5a
|
||||
client.unfocused #282a36 #282a36 #86888c #292d2e #5a5a5a
|
||||
client.urgent #282a36 #282a36 #ffb86c #282a36 #5a5a5a
|
||||
client.placeholder #282a36 #282a36 #ffffff #282a36 #262626
|
||||
client.background #282a36
|
||||
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue