mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
add svgs
This commit is contained in:
23
README.md
23
README.md
@@ -1,12 +1,21 @@
|
||||
> coming soon: remake with modular themes [:0](https://github.com/hyprland-community/theme-repo) and maybe [ags](https://github.com/Aylur/ags) too
|
||||
<div align=center>
|
||||
<img src="./assets/title.svg">
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<details open>
|
||||
<summary align="center"><img align="center" src="./assets/themes.svg"></summary>
|
||||
<a href="https://github.com/flick0/dotfiles/tree/hyprland-yorha" align="center">
|
||||
<img src="https://raw.githubusercontent.com/flick0/dotfiles/hyprland-yorha/assets/title.svg" height="30px"><br>
|
||||
<img src="https://github.com/flick0/dotfiles/assets/77581181/4b94622c-69f4-4f2d-82c4-7032d6e66ca4">
|
||||
</a>
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
<hr>
|
||||
# other branches
|
||||
|
||||
[YoRHa](https://github.com/flick0/dotfiles/tree/hyprland-yorha)(WIP)
|
||||
|
||||
[](https://github.com/flick0/dotfiles/tree/hyprland-yorha)
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
[aurora](https://github.com/flick0/dotfiles/tree/aurora)
|
||||
|
||||
29
assets/themes.svg
Normal file
29
assets/themes.svg
Normal file
@@ -0,0 +1,29 @@
|
||||
<svg fill="none" viewBox="0 0 400 100" width="400" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<foreignObject width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" id="title" style="display: flex; justify-content: center; align-items: center;">
|
||||
<style>
|
||||
h1 {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
background: linear-gradient(45deg, #ffaaa2 0%, #c2ffb3 50%, #9daaff 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-size: 200% 200%;
|
||||
animation: gradient 15s ease infinite;
|
||||
}
|
||||
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<h1> Themes </h1>
|
||||
</div>
|
||||
</foreignObject>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
30
assets/title.svg
Normal file
30
assets/title.svg
Normal file
@@ -0,0 +1,30 @@
|
||||
<svg fill="none" viewBox="0 0 400 100" width="400" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<foreignObject width="100%" height="100%">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<style>
|
||||
#title h1 {
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
|
||||
background: linear-gradient(45deg, rgba(249,226,175,1) 0%, rgba(245,194,231,1) 20%, rgba(180,190,254,1) 100%); ;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-size: 200% 200%;
|
||||
animation: gradient 15s ease infinite;
|
||||
}
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
50% {
|
||||
background-position: 100% 50%;
|
||||
}
|
||||
100% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div id="title" align="center">
|
||||
<h1> Fancy Dotfiles </h1>
|
||||
</div>
|
||||
</div>
|
||||
</foreignObject>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -12,7 +12,7 @@ exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRE
|
||||
$THEME=$HERE/themes/nier
|
||||
######################################################################################################
|
||||
|
||||
source=$THEME/theme.conf # dont change this line, instead use the $THEME variable above
|
||||
# source=$THEME/theme.conf # dont change this line, instead use the $THEME variable above
|
||||
|
||||
source=./land/general.conf
|
||||
source=./land/binds.conf
|
||||
|
||||
Reference in New Issue
Block a user