mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
river: update config
This commit is contained in:
parent
fa5374bafe
commit
f6b969a931
@ -36,6 +36,7 @@ riverctl xcursor-theme Breeze_Snow 24
|
||||
riverctl border-width 2
|
||||
riverctl border-color-focused 0xeceff4
|
||||
riverctl border-color-unfocused 0x81a1c1
|
||||
riverctl border-color-urgent 0xbf616a
|
||||
|
||||
# Background (if no wallpaper is presented)
|
||||
riverctl background-color 0x2e3440
|
||||
@ -229,13 +230,13 @@ riverctl set-cursor-warp on-output-change
|
||||
riverctl attach-mode bottom
|
||||
|
||||
# Set app-ids of views which should float
|
||||
riverctl float-filter-add "float"
|
||||
riverctl float-filter-add "popup"
|
||||
riverctl float-filter-add "swappy"
|
||||
riverctl float-filter-add "info.febvre.Komikku"
|
||||
riverctl float-filter-add app-id 'float'
|
||||
riverctl float-filter-add app-id 'popup'
|
||||
riverctl float-filter-add app-id 'swappy'
|
||||
riverctl float-filter-add app-id 'info.febvre.Komikku'
|
||||
|
||||
# Set app-ids of views which should use client side decorations
|
||||
riverctl csd-filter-add "swappy"
|
||||
riverctl csd-filter-add app-id 'swappy'
|
||||
|
||||
# Default layout
|
||||
riverctl default-layout rivertile
|
||||
|
@ -167,6 +167,11 @@
|
||||
background: @workspacesfocused;
|
||||
}
|
||||
|
||||
#tags button.urgent {
|
||||
color: @dark;
|
||||
background: @workspacesurgent;
|
||||
}
|
||||
|
||||
#mode {
|
||||
color: @light;
|
||||
background: @mode;
|
||||
|
Loading…
Reference in New Issue
Block a user