mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -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-width 2
|
||||||
riverctl border-color-focused 0xeceff4
|
riverctl border-color-focused 0xeceff4
|
||||||
riverctl border-color-unfocused 0x81a1c1
|
riverctl border-color-unfocused 0x81a1c1
|
||||||
|
riverctl border-color-urgent 0xbf616a
|
||||||
|
|
||||||
# Background (if no wallpaper is presented)
|
# Background (if no wallpaper is presented)
|
||||||
riverctl background-color 0x2e3440
|
riverctl background-color 0x2e3440
|
||||||
@ -229,13 +230,13 @@ riverctl set-cursor-warp on-output-change
|
|||||||
riverctl attach-mode bottom
|
riverctl attach-mode bottom
|
||||||
|
|
||||||
# Set app-ids of views which should float
|
# Set app-ids of views which should float
|
||||||
riverctl float-filter-add "float"
|
riverctl float-filter-add app-id 'float'
|
||||||
riverctl float-filter-add "popup"
|
riverctl float-filter-add app-id 'popup'
|
||||||
riverctl float-filter-add "swappy"
|
riverctl float-filter-add app-id 'swappy'
|
||||||
riverctl float-filter-add "info.febvre.Komikku"
|
riverctl float-filter-add app-id 'info.febvre.Komikku'
|
||||||
|
|
||||||
# Set app-ids of views which should use client side decorations
|
# 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
|
# Default layout
|
||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
|
@ -167,6 +167,11 @@
|
|||||||
background: @workspacesfocused;
|
background: @workspacesfocused;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tags button.urgent {
|
||||||
|
color: @dark;
|
||||||
|
background: @workspacesurgent;
|
||||||
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
color: @light;
|
color: @light;
|
||||||
background: @mode;
|
background: @mode;
|
||||||
|
Loading…
Reference in New Issue
Block a user