Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
barebones theme
Browse files Browse the repository at this point in the history
mdrxy committed May 18, 2024
1 parent 66a8b1e commit 19dbcb1
Showing 9 changed files with 54 additions and 472 deletions.
6 changes: 3 additions & 3 deletions assets/app_config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"title": "WBOR Studio Dashboard",
"icon_path": "assets/plane.bmp",
"icon_path": "assets/jumpscare.png",
"maybe_pause_subduration_ms_when_window_unfocused": 250,

"o1": {"Windowed": [1200, 800, false, null]},
"o2": "FullscreenDesktop",
"screen_option": "Fullscreen",
"screen_option": { "Windowed": [1200, 800, false, null] },

"hide_cursor": true,
"use_linear_filtering": true,
"background_color": [0, 128, 128]
"background_color": [23, 23, 23]
}
170 changes: 0 additions & 170 deletions src/dashboard_defs/clock.rs

This file was deleted.

Loading

0 comments on commit 19dbcb1

Please sign in to comment.