river: update config

This commit is contained in:
Hoang Nguyen 2021-09-09 21:57:40 +07:00
parent fa5374bafe
commit f6b969a931
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -167,6 +167,11 @@
background: @workspacesfocused;
}
#tags button.urgent {
color: @dark;
background: @workspacesurgent;
}
#mode {
color: @light;
background: @mode;