diff --git a/home/.config/river/init b/home/.config/river/init index 7518c84..300a027 100755 --- a/home/.config/river/init +++ b/home/.config/river/init @@ -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 diff --git a/home/.config/waybar/style.css b/home/.config/waybar/style.css index 51a1eb3..5eb5a0f 100644 --- a/home/.config/waybar/style.css +++ b/home/.config/waybar/style.css @@ -167,6 +167,11 @@ background: @workspacesfocused; } +#tags button.urgent { + color: @dark; + background: @workspacesurgent; +} + #mode { color: @light; background: @mode;