diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simplebarrc')
| -rw-r--r-- | users/ryan/modules/simple-bar/simplebarrc | 289 |
1 files changed, 289 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simplebarrc b/users/ryan/modules/simple-bar/simplebarrc new file mode 100644 index 0000000..8c32fb1 --- /dev/null +++ b/users/ryan/modules/simple-bar/simplebarrc | |||
| @@ -0,0 +1,289 @@ | |||
| 1 | { | ||
| 2 | "$schema": "https://raw.githubusercontent.com/Jean-Tinland/simple-bar/refs/heads/master/lib/schemas/config.json", | ||
| 3 | "global": { | ||
| 4 | "theme": "auto", | ||
| 5 | "compactMode": false, | ||
| 6 | "floatingBar": false, | ||
| 7 | "noBarBg": false, | ||
| 8 | "noColorInData": true, | ||
| 9 | "bottomBar": false, | ||
| 10 | "sideDecoration": false, | ||
| 11 | "inlineSpacesOptions": false, | ||
| 12 | "disableAnimations": false, | ||
| 13 | "spacesBackgroundColorAsForeground": false, | ||
| 14 | "widgetsBackgroundColorAsForeground": false, | ||
| 15 | "widgetMaxWidth": "160px", | ||
| 16 | "slidingAnimationPace": 4, | ||
| 17 | "font": "JetBrains Mono, Monaco, Menlo, monospace", | ||
| 18 | "fontSize": "11px", | ||
| 19 | "yabaiPath": "$(which yabai)", | ||
| 20 | "aerospacePath": "$(which aerospace)", | ||
| 21 | "windowManager": "yabai", | ||
| 22 | "shell": "sh", | ||
| 23 | "terminal": "Terminal", | ||
| 24 | "disableNotifications": false, | ||
| 25 | "enableMissives": false, | ||
| 26 | "enableServer": true, | ||
| 27 | "serverSocketPort": 7777, | ||
| 28 | "yabaiServerRefresh": true, | ||
| 29 | "aerospaceServerRefresh": false | ||
| 30 | }, | ||
| 31 | "themes": { | ||
| 32 | "lightTheme": "NightShiftLight", | ||
| 33 | "darkTheme": "NightShiftDark", | ||
| 34 | "colorMain": "", | ||
| 35 | "colorMainAlt": "", | ||
| 36 | "colorMinor": "", | ||
| 37 | "colorAccent": "", | ||
| 38 | "colorRed": "", | ||
| 39 | "colorGreen": "", | ||
| 40 | "colorYellow": "", | ||
| 41 | "colorOrange": "", | ||
| 42 | "colorBlue": "", | ||
| 43 | "colorMagenta": "", | ||
| 44 | "colorCyan": "", | ||
| 45 | "colorBlack": "", | ||
| 46 | "colorWhite": "", | ||
| 47 | "colorForeground": "", | ||
| 48 | "colorBackground": "" | ||
| 49 | }, | ||
| 50 | "process": { | ||
| 51 | "showOnDisplay": "", | ||
| 52 | "displayForFocusedSpace": false, | ||
| 53 | "displayOnlyCurrent": false, | ||
| 54 | "centered": false, | ||
| 55 | "showCurrentSpaceMode": false, | ||
| 56 | "hideWindowTitle": false, | ||
| 57 | "displayOnlyIcon": true, | ||
| 58 | "expandAllProcesses": false, | ||
| 59 | "displaySkhdMode": false, | ||
| 60 | "displayStackIndex": true, | ||
| 61 | "displayOnlyCurrentStack": false | ||
| 62 | }, | ||
| 63 | "spacesDisplay": { | ||
| 64 | "showOnDisplay": "", | ||
| 65 | "exclusions": "", | ||
| 66 | "titleExclusions": "", | ||
| 67 | "spacesExclusions": "", | ||
| 68 | "exclusionsAsRegex": false, | ||
| 69 | "displayAllSpacesOnAllScreens": false, | ||
| 70 | "hideDuplicateAppsInSpaces": false, | ||
| 71 | "displayStickyWindowsSeparately": false, | ||
| 72 | "hideCreateSpaceButton": false, | ||
| 73 | "hideEmptySpaces": false, | ||
| 74 | "showOptionsOnHover": true, | ||
| 75 | "switchSpacesWithoutYabai": false, | ||
| 76 | "customAeroSpaceDisplayIndexes": {} | ||
| 77 | }, | ||
| 78 | "widgets": { | ||
| 79 | "processWidget": true, | ||
| 80 | "githubWidget": false, | ||
| 81 | "weatherWidget": true, | ||
| 82 | "netstatsWidget": false, | ||
| 83 | "cpuWidget": false, | ||
| 84 | "gpuWidget": false, | ||
| 85 | "memoryWidget": true, | ||
| 86 | "batteryWidget": true, | ||
| 87 | "wifiWidget": true, | ||
| 88 | "vpnWidget": false, | ||
| 89 | "zoomWidget": false, | ||
| 90 | "soundWidget": true, | ||
| 91 | "micWidget": false, | ||
| 92 | "dateWidget": true, | ||
| 93 | "timeWidget": true, | ||
| 94 | "keyboardWidget": false, | ||
| 95 | "spotifyWidget": false, | ||
| 96 | "cryptoWidget": false, | ||
| 97 | "stockWidget": false, | ||
| 98 | "youtubeMusicWidget": false, | ||
| 99 | "musicWidget": true, | ||
| 100 | "mpdWidget": false, | ||
| 101 | "browserTrackWidget": false, | ||
| 102 | "notificationsWidget": false, | ||
| 103 | "nextMeetingWidget": false | ||
| 104 | }, | ||
| 105 | "githubWidgetOptions": { | ||
| 106 | "refreshFrequency": 600000, | ||
| 107 | "showOnDisplay": "", | ||
| 108 | "showIcon": true, | ||
| 109 | "hideWhenNoNotification": false, | ||
| 110 | "notificationUrl": "https://github.com/notifications", | ||
| 111 | "ghBinaryPath": "/opt/homebrew/bin/gh" | ||
| 112 | }, | ||
| 113 | "weatherWidgetOptions": { | ||
| 114 | "refreshFrequency": 1800000, | ||
| 115 | "showOnDisplay": "", | ||
| 116 | "showIcon": true, | ||
| 117 | "unit": "F", | ||
| 118 | "hideLocation": false, | ||
| 119 | "hideGradient": false, | ||
| 120 | "customLocation": "" | ||
| 121 | }, | ||
| 122 | "netstatsWidgetOptions": { | ||
| 123 | "refreshFrequency": 2000, | ||
| 124 | "showOnDisplay": "", | ||
| 125 | "showIcon": true, | ||
| 126 | "displayAsGraph": true, | ||
| 127 | "netstatsThreshold": 0 | ||
| 128 | }, | ||
| 129 | "cpuWidgetOptions": { | ||
| 130 | "refreshFrequency": 2000, | ||
| 131 | "showOnDisplay": "", | ||
| 132 | "showIcon": true, | ||
| 133 | "displayAsGraph": false, | ||
| 134 | "cpuUsageThreshold": 0, | ||
| 135 | "cpuMonitorApp": "Activity Monitor" | ||
| 136 | }, | ||
| 137 | "gpuWidgetOptions": { | ||
| 138 | "refreshFrequency": 3000, | ||
| 139 | "showOnDisplay": "", | ||
| 140 | "showIcon": true, | ||
| 141 | "displayAsGraph": false, | ||
| 142 | "gpuMacmonBinaryPath": "/opt/homebrew/bin/macmon" | ||
| 143 | }, | ||
| 144 | "memoryWidgetOptions": { | ||
| 145 | "refreshFrequency": 8000, | ||
| 146 | "showOnDisplay": "", | ||
| 147 | "showIcon": true, | ||
| 148 | "memoryUsageThreshold": 0, | ||
| 149 | "memoryMonitorApp": "Activity Monitor" | ||
| 150 | }, | ||
| 151 | "batteryWidgetOptions": { | ||
| 152 | "refreshFrequency": 10000, | ||
| 153 | "showOnDisplay": "", | ||
| 154 | "showIcon": true, | ||
| 155 | "toggleCaffeinateOnClick": true, | ||
| 156 | "disableCaffeinateInvertedBackground": false, | ||
| 157 | "caffeinateOption": "" | ||
| 158 | }, | ||
| 159 | "networkWidgetOptions": { | ||
| 160 | "refreshFrequency": 60000, | ||
| 161 | "showOnDisplay": "", | ||
| 162 | "showIcon": true, | ||
| 163 | "networkDevice": "en0", | ||
| 164 | "hideWifiIfDisabled": false, | ||
| 165 | "toggleWifiOnClick": false, | ||
| 166 | "hideNetworkName": true | ||
| 167 | }, | ||
| 168 | "vpnWidgetOptions": { | ||
| 169 | "refreshFrequency": 8000, | ||
| 170 | "showOnDisplay": "", | ||
| 171 | "showIcon": true, | ||
| 172 | "vpnConnectionName": "", | ||
| 173 | "vpnShowConnectionName": false | ||
| 174 | }, | ||
| 175 | "zoomWidgetOptions": { | ||
| 176 | "refreshFrequency": 5000, | ||
| 177 | "showOnDisplay": "", | ||
| 178 | "showVideo": true, | ||
| 179 | "showMic": true | ||
| 180 | }, | ||
| 181 | "soundWidgetOptions": { | ||
| 182 | "refreshFrequency": 20000, | ||
| 183 | "showOnDisplay": "", | ||
| 184 | "showIcon": true | ||
| 185 | }, | ||
| 186 | "micWidgetOptions": { | ||
| 187 | "refreshFrequency": 20000, | ||
| 188 | "showOnDisplay": "", | ||
| 189 | "showIcon": true | ||
| 190 | }, | ||
| 191 | "dateWidgetOptions": { | ||
| 192 | "refreshFrequency": 30000, | ||
| 193 | "showOnDisplay": "", | ||
| 194 | "showIcon": true, | ||
| 195 | "shortDateFormat": true, | ||
| 196 | "locale": "en-UK", | ||
| 197 | "calendarApp": "" | ||
| 198 | }, | ||
| 199 | "timeWidgetOptions": { | ||
| 200 | "refreshFrequency": 1000, | ||
| 201 | "showOnDisplay": "", | ||
| 202 | "showIcon": true, | ||
| 203 | "hour12": false, | ||
| 204 | "dayProgress": false, | ||
| 205 | "showSeconds": true | ||
| 206 | }, | ||
| 207 | "keyboardWidgetOptions": { | ||
| 208 | "refreshFrequency": 20000, | ||
| 209 | "showOnDisplay": "", | ||
| 210 | "showIcon": true, | ||
| 211 | "keyboardMaxLength": 0 | ||
| 212 | }, | ||
| 213 | "cryptoWidgetOptions": { | ||
| 214 | "refreshFrequency": 300000, | ||
| 215 | "showOnDisplay": "", | ||
| 216 | "showIcon": true, | ||
| 217 | "denomination": "usd", | ||
| 218 | "identifiers": "bitcoin,ethereum,celo", | ||
| 219 | "precision": 5 | ||
| 220 | }, | ||
| 221 | "stockWidgetOptions": { | ||
| 222 | "refreshFrequency": 900000, | ||
| 223 | "showOnDisplay": "", | ||
| 224 | "showIcon": true, | ||
| 225 | "yahooFinanceApiKey": "YOUR_API_KEY", | ||
| 226 | "symbols": "AAPL,TSLA", | ||
| 227 | "showSymbol": true, | ||
| 228 | "showCurrency": true, | ||
| 229 | "showMarketPrice": true, | ||
| 230 | "showMarketChange": false, | ||
| 231 | "showMarketPercent": true, | ||
| 232 | "showColor": true | ||
| 233 | }, | ||
| 234 | "spotifyWidgetOptions": { | ||
| 235 | "refreshFrequency": 10000, | ||
| 236 | "showOnDisplay": "", | ||
| 237 | "showIcon": true, | ||
| 238 | "showSpecter": true, | ||
| 239 | "showSpotifyMetadata": true | ||
| 240 | }, | ||
| 241 | "youtubeMusicWidgetOptions": { | ||
| 242 | "refreshFrequency": 10000, | ||
| 243 | "showOnDisplay": "", | ||
| 244 | "showIcon": true, | ||
| 245 | "showSpecter": true, | ||
| 246 | "youtubeMusicPort": 26538 | ||
| 247 | }, | ||
| 248 | "musicWidgetOptions": { | ||
| 249 | "refreshFrequency": 10000, | ||
| 250 | "showOnDisplay": "", | ||
| 251 | "showIcon": true, | ||
| 252 | "showSpecter": true | ||
| 253 | }, | ||
| 254 | "mpdWidgetOptions": { | ||
| 255 | "refreshFrequency": 10000, | ||
| 256 | "showOnDisplay": "", | ||
| 257 | "showIcon": true, | ||
| 258 | "showSpecter": true, | ||
| 259 | "mpdBinaryPath": "/opt/homebrew/bin/mpc", | ||
| 260 | "mpdPort": "6600", | ||
| 261 | "mpdHost": "127.0.0.1", | ||
| 262 | "mpdFormatString": "%title%[ - %artist%]|[%file%]" | ||
| 263 | }, | ||
| 264 | "browserTrackWidgetOptions": { | ||
| 265 | "refreshFrequency": 10000, | ||
| 266 | "showOnDisplay": "", | ||
| 267 | "showIcon": true, | ||
| 268 | "showSpecter": true | ||
| 269 | }, | ||
| 270 | "notificationsWidgetOptions": { | ||
| 271 | "refreshFrequency": 10000, | ||
| 272 | "showOnDisplay": "", | ||
| 273 | "excludedApps": "" | ||
| 274 | }, | ||
| 275 | "nextMeetingWidgetOptions": { | ||
| 276 | "refreshFrequency": 60000, | ||
| 277 | "showOnDisplay": "", | ||
| 278 | "showJoinButton": true, | ||
| 279 | "showTimeOnly": false, | ||
| 280 | "icalBuddyPath": "", | ||
| 281 | "lookAheadHours": 12 | ||
| 282 | }, | ||
| 283 | "userWidgets": { | ||
| 284 | "userWidgetsList": {} | ||
| 285 | }, | ||
| 286 | "customStyles": { | ||
| 287 | "styles": "/* your custom css styles here */" | ||
| 288 | } | ||
| 289 | } | ||
