diff --git a/Customize-UI.md b/Customize-UI.md index 7b034b6..790334d 100644 --- a/Customize-UI.md +++ b/Customize-UI.md @@ -1,22 +1,8 @@ # WlxOverlay-S UI Customization -## Disable Sets +## Dashboard settings -Instead of sets, have overlays on the bottom of the watch - - -`echo 'single_set_mode: true' > ~/.config/wlxoverlay/conf.d/single_set_mode.yaml` - -(Delete the file to undo) - -## Disable Grab Help - -Hide the new help overlay that appears while grabbing - - -`echo 'hide_grab_help: true' > ~/.config/wlxoverlay/conf.d/hide_grab_help.yaml` - -(Delete the file to undo) +The settings panel has many of the settings already. Only use settings files that are not on there. ## Custom colors @@ -30,9 +16,7 @@ color_danger: "#ff3300" color_faded: "#668299" ``` -## Custom timezones, 12 vs 24-hour clock - -These are not done via the GUI system, but via the regular config. +## Custom timezones Create `~/.config/wlxoverlay/conf.d/clock.yaml` as such: @@ -40,15 +24,13 @@ Create `~/.config/wlxoverlay/conf.d/clock.yaml` as such: timezones: - "Europe/Oslo" - "America/New_York" - -clock_12h: false ``` Once this file is created, the various settings in custom UI that accept the `_timezone` property will use these custom alternate timezones (instead of the default set, which are selected as major ones on different continents from your current actual timezone). The first timezone is selected with `_timezone="0"`, the second with `_timezone="1"`, and so on. -There is usually no need to specify your own local timezone in here; omitting `_timezone` from a `_source="clock"` Label will display local time. +There is **no need to specify your own local timezone** in here; omitting `_timezone` from a `_source="clock"` Label will display local time. ## Customizing keyboard, watch, etc