My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: changed file indents in waybar modules

+34 -30
+34 -30
waybar/.config/waybar/default-modules.jsonc
··· 1 1 { 2 - "clock": { 3 - "interval": 60, 4 - "format": "{:%H:%M}", 5 - "tooltip": false 6 - }, 2 + "clock": { 3 + "interval": 60, 4 + "format": "{:%H:%M}", 5 + "tooltip": false 6 + }, 7 7 8 - "battery": { 9 - "format": "{capacity}% {icon}", 10 - "format-charging": "{capacity}% 󰂄", 11 - "format-icons": ["󰁻", "󰁽", "󰁿", "󰂁", "󰁹"] 12 - }, 8 + "battery": { 9 + "format": "{capacity}% {icon}", 10 + "format-charging": "{capacity}% 󰂄", 11 + "format-icons": ["󰁻", "󰁽", "󰁿", "󰂁", "󰁹"] 12 + }, 13 13 14 - "network": { 15 - "format-wifi": "{icon}", 16 - "format-icons": ["󰤯", "󰤟", "󰤢", "󰤥", "󰤨"], 17 - "format-ethernet": "󰈀", 18 - "format-disconnected": "󱈸", 19 - "interval": "10", 20 - "tooltip-format": "Network: {essid}\nInterface: {ifname}", 21 - "tooltip-format-disconnected": "Disconnected!" 22 - }, 14 + "network": { 15 + "format-wifi": "{icon}", 16 + "format-icons": ["󰤯", "󰤟", "󰤢", "󰤥", "󰤨"], 17 + "format-ethernet": "󰈀", 18 + "format-disconnected": "󱈸", 19 + "interval": "10", 20 + "tooltip-format": "Network: {essid}\nInterface: {ifname}", 21 + "tooltip-format-disconnected": "Disconnected!" 22 + }, 23 23 24 - "custom/updates": { 25 - "format": "{} ", 26 - "interval": "once", 27 - "exec": "checkupdates | wc -l", 28 - "tooltip": false 29 - }, 24 + "custom/updates": { 25 + "format": "{} ", 26 + "interval": "once", 27 + "exec": "checkupdates | wc -l", 28 + "tooltip": false 29 + }, 30 30 31 - "custom/search": { 32 - "format": "", 33 - "tooltip": false, 34 - "on-click": "fuzzel" 35 - } 31 + "custom/search": { 32 + "format": "", 33 + "tooltip": false, 34 + "on-click": "fuzzel" 35 + }, 36 + 37 + "custom/notifications": { 38 + "format": 39 + } 36 40 37 41 }