Update nerd font icons due to upstream changes
This commit is contained in:
parent
3bfa8383bb
commit
2db9446294
|
@ -134,12 +134,12 @@ bindsym $mod+L focus right
|
|||
set $workspace1 "1: "
|
||||
set $workspace2 "2: "
|
||||
set $workspace3 "3: "
|
||||
set $workspace4 "4: "
|
||||
set $workspace4 "4: "
|
||||
set $workspace5 "5: "
|
||||
set $workspace6 "6: "
|
||||
set $workspace7 "7: "
|
||||
set $workspace8 "8: "
|
||||
set $workspace9 "9: 辶"
|
||||
set $workspace9 "9: "
|
||||
set $workspace10 "10: "
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace $workspace1
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"on": " "
|
||||
},
|
||||
"state-icons": {
|
||||
"paused": "",
|
||||
"playing": ""
|
||||
"paused": "",
|
||||
"playing": ""
|
||||
},
|
||||
"tooltip-format": "{elapsedTime:%H:%M:%S}/{totalTime:%H:%M:%S}",
|
||||
"tooltip-format-disconnected": "MPD (disconnected)",
|
||||
|
@ -35,11 +35,11 @@
|
|||
"critical": 10
|
||||
},
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span> {capacity}%",
|
||||
"format-charging": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-charging": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-full": "<span foreground='#88C0D0'></span> 100%",
|
||||
"format-icons": ["", "", ""]
|
||||
"format-full": "<span foreground='#88C0D0'></span> 100%",
|
||||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"battery#bat2": {
|
||||
"bat": "BAT1",
|
||||
|
@ -49,11 +49,11 @@
|
|||
"critical": 10
|
||||
},
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span> {capacity}%",
|
||||
"format-charging": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-charging": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-full": "<span foreground='#88C0D0'></span> 100%",
|
||||
"format-icons": ["", "", ""]
|
||||
"format-full": "<span foreground='#88C0D0'></span> 100%",
|
||||
"format-icons": ["", "", ""]
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "<span foreground='#88C0D0'>{icon}</span> {essid}",
|
||||
|
@ -61,21 +61,21 @@
|
|||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "<span foreground='#88C0D0'>睊</span> Disconnected",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"format-icons": ["直", "直", "直"],
|
||||
"format-icons": ["", "", ""],
|
||||
"tooltip-format": "Online",
|
||||
"tooltip-format-disconnected": "Offline"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "<span foreground='#88C0D0'>{icon}</span> {volume}%",
|
||||
"format-muted": "<span foreground='#88C0D0'>婢</span>",
|
||||
"format-muted": "<span foreground='#88C0D0'></span>",
|
||||
"format-icons": {
|
||||
"default": ["", "墳", ""]
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"on-click": "",
|
||||
"ignored-sinks": ["Easy Effects Sink"]
|
||||
},
|
||||
"custom/org-pomodoro": {
|
||||
"format": "<span foreground='#88C0D0'>祥</span> {}",
|
||||
"format": "<span foreground='#88C0D0'></span> {}",
|
||||
"exec": "$HOME/.local/share/scripts/org-clock-status",
|
||||
"interval": 2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue