20250319.1742378234
This commit is contained in:
parent
b5e2a46ab1
commit
db3becd9f0
10 changed files with 116 additions and 126 deletions
|
@ -13,7 +13,7 @@ set $mod Mod4
|
|||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:monospace 8
|
||||
font pango:TerminessNerdFont, FontAwesome 10
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
|
@ -218,6 +218,22 @@ bindsym $mod+r mode "resize"
|
|||
#bar {
|
||||
# status_command i3blocks
|
||||
#}
|
||||
bar {
|
||||
tray_output primary
|
||||
tray_padding 3
|
||||
font pango:TerminessNerdFont, FontAwesome 10
|
||||
position top
|
||||
status_command i3status-rs ~/.config/i3/i3status-rust.toml
|
||||
colors {
|
||||
separator #666666
|
||||
background #1D1F21
|
||||
statusline #dddddd
|
||||
focused_workspace #0088CC #0088CC #ffffff
|
||||
active_workspace #333333 #333333 #ffffff
|
||||
inactive_workspace #333333 #333333 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
|
||||
# default gaps
|
||||
gaps inner 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue