modified: apps-list.md
modified: config/hyprwave/config.conf modified: config/hyprwave/style.css modified: config/niri/config.kdl new file: config/swaync/config.json new file: config/swaync/style.css new file: config/swayosd/style.css new file: local/share/hyprwave/style.css new file: local/share/hyprwave/themes/zzz.css
This commit is contained in:
parent
4779ba49c0
commit
46faf5b8de
9 changed files with 2711 additions and 329 deletions
|
|
@ -5,15 +5,17 @@
|
|||
# Options: right, left, top, bottom
|
||||
edge = top
|
||||
|
||||
|
||||
# Margin from the screen edge (in pixels)
|
||||
margin = 10
|
||||
margin = 20
|
||||
|
||||
# Layer to render on
|
||||
# Options: background, bottom, top, overlay
|
||||
layer = top
|
||||
layer = overlay
|
||||
|
||||
idle_timeout= 1
|
||||
# Exclusive zone: 0 = respect other surfaces, -1 = overlap everything
|
||||
exclusive_zone = 0
|
||||
exclusive_zone = -1
|
||||
|
||||
[Notifications]
|
||||
enabled = true
|
||||
|
|
@ -21,15 +23,15 @@ now_playing = true
|
|||
|
||||
[Visualizer]
|
||||
# Enable/disable visualizer (horizontal layout only)
|
||||
enabled = true
|
||||
enabled = false
|
||||
|
||||
# Idle timeout in seconds before visualizer appears
|
||||
# Set to 0 to disable auto-activation
|
||||
idle_timeout = 5
|
||||
idle_timeout = 1
|
||||
|
||||
[VerticalDisplay]
|
||||
enabled=true
|
||||
idle_timeout=5
|
||||
idle_timeout=1
|
||||
|
||||
[MusicPlayer]
|
||||
preference = spotify,vlc
|
||||
preference = mpd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue