clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

omarchy 3.0.1

sspaeti ba05f8fc b47bf7c3

+37 -18
+2 -1
linux_applications/.local/share/applications/Zoom.desktop
··· 2 2 Version=1.0 3 3 Name=Zoom 4 4 Comment=Zoom 5 - Exec=omarchy-launch-webapp https://app.zoom.us/wc/home 5 + Exec=omarchy-webapp-handler-zoom %u 6 6 Terminal=false 7 7 Type=Application 8 8 Icon=/home/sspaeti/.local/share/applications/icons/Zoom.png 9 9 StartupNotify=true 10 + MimeType=x-scheme-handler/zoommtg;x-scheme-handler/zoomus
linux_applications/.local/share/applications/icons/Figma.png

This is a binary file and will not be displayed.

linux_applications/.local/share/applications/icons/imv.png

This is a binary file and will not be displayed.

-1
mise/.config/mise/config.toml
··· 2 2 idiomatic_version_file_enable_tools = ["ruby"] 3 3 4 4 [settings.ruby] 5 - ruby_build_opts = "CC=gcc-14 CXX=g++-14" 6 5 7 6 [tools] 8 7 node = "24"
+23 -15
waybar/.config/waybar/config.jsonc
··· 5 5 "spacing": 0, 6 6 "height": 26, 7 7 "modules-left": ["custom/omarchy", "hyprland/workspaces"], 8 - "modules-center": ["clock", "custom/update"], 8 + "modules-center": ["clock", "custom/update", "custom/screenrecording-indicator"], 9 9 "modules-right": [ 10 10 "group/tray-expander", 11 11 "bluetooth", ··· 55 55 "exec": "omarchy-update-available", 56 56 "on-click": "omarchy-launch-floating-terminal-with-presentation omarchy-update", 57 57 "tooltip-format": "Omarchy update available", 58 + "signal": 7, 58 59 "interval": 3600 59 60 }, 60 61 61 62 "cpu": { 62 63 "interval": 5, 63 64 "format": "󰍛", 64 - "on-click": "alacritty -e btop" 65 + "on-click": "$TERMINAL -e btop" 65 66 }, 66 67 "clock": { 67 - "format": "{:%A %H:%M}", 68 - "format-alt": "{:%d %B W%V %Y}", 68 + "format": "{:L%A %H:%M}", 69 + "format-alt": "{:L%d %B W%V %Y}", 69 70 "tooltip": false, 70 71 "on-click-right": "omarchy-cmd-tzupdate" 71 72 }, ··· 74 75 "format": "{icon}", 75 76 "format-wifi": "{icon}", 76 77 "format-ethernet": "󰀂", 77 - "format-disconnected": "󰖪", 78 + "format-disconnected": "󰤮", 78 79 "tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", 79 80 "tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", 80 81 "tooltip-format-disconnected": "Disconnected", 81 82 "interval": 3, 82 83 "spacing": 1, 83 - "on-click": "alacritty --class=Impala -e impala" 84 + "on-click": "omarchy-launch-wifi" 84 85 }, 85 86 "battery": { 86 87 "format": "{capacity}% {icon}", ··· 95 96 "tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%", 96 97 "tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%", 97 98 "interval": 5, 99 + "on-click": "omarchy-menu power", 98 100 "states": { 99 101 "warning": 20, 100 102 "critical": 10 ··· 109 111 }, 110 112 "pulseaudio": { 111 113 "format": "{icon}", 112 - "on-click": "alacritty --class=Wiremix -e wiremix", 114 + "on-click": "$TERMINAL --class=Wiremix -e wiremix", 113 115 "on-click-right": "pamixer -t", 114 116 "tooltip-format": "Playing at {volume}%", 115 117 "scroll-step": 5, 116 - "format-muted": "󰝟", 118 + "format-muted": "", 117 119 "format-icons": { 118 120 "default": ["", "", ""] 119 121 } ··· 121 123 "group/tray-expander": { 122 124 "orientation": "inherit", 123 125 "drawer": { 124 - "transition-duration": 100, 126 + "transition-duration": 600, 125 127 "children-class": "tray-group-item" 126 128 }, 127 129 "modules": ["custom/expand-icon", "tray"] ··· 130 132 "format": " ", 131 133 "tooltip": false 132 134 }, 135 + "custom/screenrecording-indicator": { 136 + "on-click": "omarchy-cmd-screenrecord", 137 + "exec": "$OMARCHY_PATH/default/waybar/indicators/screen-recording.sh", 138 + "signal": 8, 139 + "return-type": "json" 140 + }, 133 141 "tray": { 134 142 "icon-size": 12, 135 143 "spacing": 12 136 144 }, 137 145 // sspaeti customizations 138 - // "clock-sspaeti": { 139 - // "format": "{:%a %d %B W%V - %H:%M}", 140 - // "format-alt": "{:%d %B W%V %Y}", 141 - // "tooltip": false, 142 - // "on-click-right": "~/.local/share/omarchy/bin/omarchy-cmd-tzupdate" 143 - // }, 146 + "clock-sspaeti": { 147 + "format": "{:%a %d %B W%V - %H:%M}", 148 + "format-alt": "{:%d %B W%V %Y}", 149 + "tooltip": false, 150 + "on-click-right": "~/.local/share/omarchy/bin/omarchy-cmd-tzupdate" 151 + }, 144 152 "custom/network-speed": { 145 153 "format": "⇣{} ⇡{}", 146 154 "exec": "~/.config/waybar/scripts/network-speed.sh",
+12 -1
waybar/.config/waybar/style.css
··· 7 7 border: none; 8 8 border-radius: 0; 9 9 min-height: 0; 10 - font-family: 'CaskaydiaMono Nerd Font'; 10 + font-family: CaskaydiaMono Nerd Font; 11 11 font-size: 12px; 12 12 } 13 13 ··· 37 37 #bluetooth, 38 38 #pulseaudio, 39 39 #custom-omarchy, 40 + #custom-screenrecording-indicator, 40 41 #custom-update { 41 42 min-width: 12px; 42 43 margin: 0 7.5px; ··· 61 62 .hidden { 62 63 opacity: 0; 63 64 } 65 + 66 + #custom-screenrecording-indicator { 67 + min-width: 12px; 68 + margin-left: 8.75px; 69 + font-size: 10px; 70 + } 71 + 72 + #custom-screenrecording-indicator.active { 73 + color: #a55555; 74 + }