Migrate from stow to dm theme manager

Move all config files from .config/ into themes/dracula/.config/ so the
dm tool can manage them as file-level symlinks. Removes .bak file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ManOfGoldForever 2026-04-01 00:41:10 -04:00
parent 53a43e4683
commit b043d2807d
100 changed files with 0 additions and 10 deletions

View file

@ -0,0 +1,59 @@
; WOB CONFIG
; ============================
; This is a Dracula theme for wob.
; There include examples and descriptions of all the options available.
; Only modified options are uncommented.
; ============================
; `max` This value will be represented as fully filled bar.
;max = 100
; `timeout` Timeout after which wob hides itself, in milliseconds.
;timeout = 1000
; `width` Width of wob, in pixels.
;width = 400
; `height` Height of wob, in pixels.
;height = 50
; `border_offset` Border offset, in pixels.
;border_offset = 4
; `border_size` Border size, in pixels.
;border_size = 4
; `bar_padding` Bar padding, in pixels.
;bar_padding = 4
; `orientation` Orientation of the bar, one of horizontal and vertical. (only available after release 0.14.2 or in master branch)
; You probably want to set inverse *width* and *height* values for vertical orientation.
; This feature is implemented after the release 0.14.2 and will be available in the next release or you can build it from master branch.
;orientation = horizontal
; `margin` Anchor margin, in pixels. Either as a single value or 4 values (top right bottom left).
; (using 4 values are only available after release 0.14.2 or in master branch)
margin = 50
; `anchor` Anchor point, combination of top, left, right, bottom, center.
anchor = bottom center
; `overflow_mode` Overflow mode, one of wrap, and nowrap.
; *wrap*: wrap value so *max* + 20 will be displayed as 20
; *nowrap* values > *max* will be displayed as just *max*
;overflow_mode = wrap
; `output_mode` Output mode, one of whitelist, all, focused.
; *whitelist*: show wob only on outputs defined in *output.\** sections of config file
; *all*: show wob on all available outputs
; *focused*: show wob on compositor default (focused) output
;output_mode = focused
; `background_color` Background color, in RRGGBB[AA] format.
background_color = 282a36ff
; `bar_color` Bar color, in RRGGBB[AA] format.
bar_color = bd93f9ff
; `border_color` Border color, in RRGGBB[AA] format.
border_color = bd93f9ff
; `overflow_background_color` Overflow background color, in RRGGBB[AA] format.
overflow_background_color = 282a36ff
; `overflow_bar_color` Overflow bar color, in RRGGBB[AA] format.
overflow_bar_color = ff79c6ff
; `overflow_border_color` Overflow border color, in RRGGBB[AA] format.
overflow_border_color = bd93f9ff
[style.muted]
bar_color = 6272a4ff
overflow_bar_color = 6272a4ff