diff options
author | Sntx_ <[email protected]> | 2023-07-07 11:10:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-07 05:10:42 -0400 |
commit | c89e4c9bf24635333dcc5572050da63feb98ff36 (patch) | |
tree | d26c8649162c721238884607be63f328e45ba0e7 | |
parent | 7fe10260d97e6db25a7537e16605e04dddb6d40e (diff) |
README: Inline the repology badge and swayfx mascot (#193)
* README: Inline the repology badge and swayfx mascot
* README: Removed unused style from html tag
-rw-r--r-- | README.md | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -19,15 +19,10 @@ Sway is an incredible window manager, and certainly one of the most well establi + **Scratchpad treated as minimize**: Allows docks, or panels with a taskbar, to correctly interpret minimize / unminimize requests ([thanks to LCBCrion](https://github.com/swaywm/sway/issues/6457)) + **nixify the repo**: Allows nixos users to easily contribute to and test this project - -<div style="display:flex;align-items:center;"> - <div> - <img src="https://repology.org/badge/vertical-allrepos/swayfx.svg"/> - </div> - <div style="flex:1;"> - <img src="assets/swayfx_mascot.png"/> - </div> -</div> +<span> + <img src="https://repology.org/badge/vertical-allrepos/swayfx.svg" height="282"/> + <img src="assets/swayfx_mascot.png" width="500"/> +</span> [SwayFX is also available on the Fedora copr](https://copr.fedorainfracloud.org/coprs/swayfx/swayfx/) |