AutoYADM commit: 2024-12-10 18:15:01
This commit is contained in:
parent
8cff8cbc62
commit
d2af5cfc3a
3 changed files with 15 additions and 12 deletions
|
@ -498,8 +498,8 @@ set $warn #f79000
|
|||
# set $complement #259797
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $bg2 $bg2 $fg $bg2 $bg2
|
||||
client.focused_inactive $bg $bg $fg $bg $bg
|
||||
client.focused $bg $bg $fg $bg $bg
|
||||
client.focused_inactive $bg2 $bg2 $fg $bg2 $bg2
|
||||
client.unfocused $bg $bg $fg $bg $bg
|
||||
client.urgent $warn $warn $fg $warn $warn
|
||||
client.placeholder $bg $bg $fg $bg $bg
|
||||
|
@ -514,7 +514,8 @@ client.background $bg
|
|||
# Start i3bar to display a workspace bar
|
||||
# (plus the system information i3status finds out, if available)
|
||||
bar {
|
||||
font pango: Noto Sans Regular 10
|
||||
# font pango: Noto Sans Regular 10
|
||||
font pango: SauceCodePro Nerd Font Mono 11
|
||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||
position bottom
|
||||
# i3bar_command i3bar --transparency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue