Update Dots
This commit is contained in:
@@ -75,10 +75,11 @@ bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# ======================================== Open Applications
|
||||
bindsym $mod+e exec thunar
|
||||
|
||||
mode "Open" {
|
||||
bindsym c exec google-calendar-dark
|
||||
bindsym d exec discord; exec Discord
|
||||
bindsym e exec thunar
|
||||
bindsym f exec firefox
|
||||
bindsym m exec thunderbird
|
||||
bindsym n exec notion-app
|
||||
|
||||
@@ -13,7 +13,7 @@ accent-alt = #98c379
|
||||
monitor = ${env:MONITOR}
|
||||
|
||||
font-0 = "Heebo Medium:pixelsize=10;1"
|
||||
font-1 = "Noto Sans CJK JP:antialiase=false:pixelsize=9;1"
|
||||
font-1 = "Noto Sans CJK JP:antialiase=false:pixelsize=10;0"
|
||||
font-2 = "Siji:size=7;1"
|
||||
font-3 = "Wuncon Siji:size=7;1"
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ def truncate(name, trunclen):
|
||||
|
||||
# Default parameters
|
||||
output = fix_string(u'{play_pause} {artist}: {song}')
|
||||
trunclen = 35
|
||||
trunclen = 60
|
||||
play_pause = fix_string(u'\u25B6,\u23F8') # first character is play, second is paused
|
||||
|
||||
label_with_font = '%{{T{font}}}{label}%{{T-}}'
|
||||
|
||||
Reference in New Issue
Block a user