From c4bed23b80440e0d9f7a5654632f64507eb96552 Mon Sep 17 00:00:00 2001 From: Fran Date: Sat, 31 Jul 2021 19:46:23 -0500 Subject: [PATCH] Fix simplebar --- .simplebarrc | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 88 insertions(+), 1 deletion(-) diff --git a/.simplebarrc b/.simplebarrc index 9132cf9..efc3c25 100644 --- a/.simplebarrc +++ b/.simplebarrc @@ -1,2 +1,89 @@ -{"global":{"theme":"auto","floatingBar":true,"noBarBg":true,"noColorInData":true,"bottomBar":false,"inlineSpacesOptions":false,"disableNotifications":false,"font":"FiraCode Nerd Font","fontSize":"13px","yabaiPath":"/usr/local/bin/yabai","shell":"sh","slidingAnimationPace":4,"externalConfigFile":false},"themes":{"lightTheme":"NightShiftLight","darkTheme":"NightShiftDark"},"process":{"displayOnlyCurrent":false,"showCurrentSpaceMode":false},"spacesDisplay":{"exclusions":"","titleExclusions":"","exclusionsAsRegex":false,"displayAllSpacesOnAllScreens":false,"hideEmptySpaces":false,"hideSpacesOptions":false},"widgets":{"processWidget":true,"weatherWidget":false,"batteryWidget":true,"wifiWidget":false,"vpnWidget":false,"zoomWidget":true,"soundWidget":true,"micWidget":false,"dateWidget":true,"timeWidget":true,"keyboardWidget":false,"spotifyWidget":true,"musicWidget":true,"browserTrackWidget":true},"weatherWidgetOptions":{"unit":"C","hideLocation":false,"hideGradient":false,"customLocation":""},"zoomWidgetOptions":{"showVideo":true,"showMic":true},"batteryWidgetOptions":{"caffeinateOption":""},"networkWidgetOptions":{"networkDevice":"en0","toggleWifiOnClick":false},"vpnWidgetOptions":{"vpnConnectionName":""},"timeWidgetOptions":{"hour12":false,"dayProgress":true,"showSeconds":false},"dateWidgetOptions":{"shortDateFormat":true,"locale":"en-UK","calendarApp":""},"spotifyWidgetOptions":{"showSpecter":true},"musicWidgetOptions":{"showSpecter":true},"browserTrackWidgetOptions":{"showSpecter":true} +{ + "global":{ + "theme":"auto", + "floatingBar":true, + "noBarBg":true, + "noColorInData":true, + "bottomBar":false, + "inlineSpacesOptions":false, + "disableNotifications":false, + "font":"FiraCode Nerd Font", + "fontSize":"13px", + "yabaiPath":"/usr/local/bin/yabai", + "shell":"sh", + "slidingAnimationPace":4, + "externalConfigFile":true + }, + "themes":{ + "lightTheme":"NightShiftLight", + "darkTheme":"NightShiftDark" + }, + "process":{ + "displayOnlyCurrent":false, + "showCurrentSpaceMode":false + }, + "spacesDisplay":{ + "exclusions":"", + "titleExclusions":"", + "exclusionsAsRegex":false, + "displayAllSpacesOnAllScreens":false, + "hideEmptySpaces":false, + "hideSpacesOptions":false + }, + "widgets":{ + "processWidget":true, + "weatherWidget":false, + "batteryWidget":true, + "wifiWidget":false, + "vpnWidget":false, + "zoomWidget":true, + "soundWidget":true, + "micWidget":false, + "dateWidget":true, + "timeWidget":true, + "keyboardWidget":false, + "spotifyWidget":true, + "musicWidget":true, + "browserTrackWidget":true + }, + "weatherWidgetOptions":{ + "unit":"C", + "hideLocation":false, + "hideGradient":false, + "customLocation":"" + }, + "zoomWidgetOptions":{ + "showVideo":true, + "showMic":true + }, + "batteryWidgetOptions":{ + "caffeinateOption":"" + }, + "networkWidgetOptions":{ + "networkDevice":"en0", + "toggleWifiOnClick":false + }, + "vpnWidgetOptions":{ + "vpnConnectionName":"" + }, + "timeWidgetOptions":{ + "hour12":false, + "dayProgress":true, + "showSeconds":false + }, + "dateWidgetOptions":{ + "shortDateFormat":true, + "locale":"en-UK", + "calendarApp":"" + }, + "spotifyWidgetOptions":{ + "showSpecter":true + }, + "musicWidgetOptions":{ + "showSpecter":true + }, + "browserTrackWidgetOptions":{ + "showSpecter":true + } +}