clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update

sspaeti 91721d61 341e7889

+6 -6
+6 -6
waybar/.config/waybar/config.jsonc
··· 13 13 "pulseaudio", 14 14 "temperature", 15 15 "custom/cpu-governor", 16 - "disk", 17 - "memory", 18 - "cpu", 16 + //"disk", 17 + //"memory", 18 + //"cpu", 19 19 "battery" 20 20 ], 21 21 "hyprland/workspaces": { ··· 80 80 "tooltip-format": "Disk: {used} / {total} ({percentage_used}%)\nFree: {free}" 81 81 }, 82 82 "clock": { 83 - "format": "{:L%A %H:%M}", 84 - "format-alt": "{:L%d %B W%V %Y}", 83 + "format": "{:L%d %B-%H:%M}", 84 + "format-alt": "{:L%A %H:%M W%V}", 85 85 "tooltip": false, 86 86 "on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select" 87 87 }, ··· 226 226 "interval": 2 227 227 }, 228 228 "custom/cpu-governor": { 229 - "format": " {}", 229 + "format": "{}", 230 230 "exec": "current=$(powerprofilesctl get); case $current in 'performance') icon='⚡'; tooltip='Performance';; 'power-saver') icon='▒'; tooltip='Power Saver';; 'balanced') icon='⚖️'; tooltip='Balanced';; *) icon='❓'; tooltip='Unknown';; esac; echo \"{\\\"text\\\":\\\"$icon\\\",\\\"tooltip\\\":\\\"Power Profile: $tooltip\\\"}\"", 231 231 "exec-if": "command -v powerprofilesctl", 232 232 "return-type": "json",