diff options
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/ws-icons')
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg | 3 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg b/dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg new file mode 100644 index 0000000..e03c509 --- /dev/null +++ b/dotfiles/hyprland/.config/waybar/ws-icons/ws-active.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="-3 -3 70 70" version="1.1"> + <circle cx="32" cy="32" r="35" fill="#d7af5f" stroke="none"/> +</svg> diff --git a/dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg b/dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg new file mode 100644 index 0000000..11da8ff --- /dev/null +++ b/dotfiles/hyprland/.config/waybar/ws-icons/ws-inactive.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="-3 -3 70 70" version="1.1"> + <circle cx="32" cy="32" r="35" fill="#151311" stroke="none"/> +</svg> |
