This commit is contained in:
coast 2025-11-07 03:03:16 +03:30
parent 1b7d65b87f
commit 0048b66dc0
389 changed files with 52406 additions and 68 deletions

View file

@ -19,6 +19,7 @@ $border: #504945;
color: $fg;
border-radius: 10px;
padding: 6px;
opacity: 0.7;
}
.button-label, .label {

View file

@ -23,3 +23,36 @@
:stacking "bg"
:geometry (geometry :x "15" :y "235" :width "100" :height "100" :anchor "top right")
(day))
(defwindow daytype
:monitor 'HDMI-A-1'
:stacking "bg"
:geometry (geometry :x "1805" :y "345" :width "100" :height "100" :achor "top right")
(daytype))
(defwindow gif1
:monitor 'HDMI-A-1'
:windowtype "dock"
:stacking "bg"
:namespace "eww"
:geometry (geometry
:x "30px"
:y "30px"
:width "70px"
:height "70px"
:anchor "bottom left")
(gif1))
(defwindow gif2
:monitor 'HDMI-A-1'
:windowtype "dock"
:stacking "bg"
:namespace "eww"
:geometry (geometry
:x "30px"
:y "250px"
:width "70px"
:height "70px"
:anchor "bottom left")
(gif2))

View file

@ -1,3 +1,4 @@
(defpoll DAY :interval "1s" '~/.config/eww/scripts/day_format.sh')
(defpoll MONTH :interval "1s" '~/.config/eww/scripts/month_format.sh')
(defpoll YEAR :interval "1s" '~/.config/eww/scripts/year_format.sh')
(defpoll DAYTYPE :interval "1s" '~/.config/eww/scripts/daytype.sh')

View file

@ -9,3 +9,13 @@
(defwidget year []
(box :height "100" :width "100" :halign "center" :valign "center" :class "container"
(label :class "label" :text YEAR)))
(defwidget daytype []
(box :height "100" :width "100" :halign "center" :valign "center" :class "container"
(label :class "label" :text DAYTYPE)))
(defwidget gif1 []
(box :halign "center" :valign "center" :class "container"
(image :path 'images/gif1.gif')))
(defwidget gif2 []
(box :halign "center" :valign "center" :class "container"
(image :path 'images/gif2.gif')))

BIN
config/eww/images/gif1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

BIN
config/eww/images/gif2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

3
config/eww/scripts/daytype.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
day_type=$(date +"%a")
echo "$day_type"

View file

@ -32,14 +32,14 @@ output "HDMI-A-1" {
}
output "eDP-1" {
off
off
scale 1
transform "normal"
position x=1280 y=0
}
layout {
gaps 16
gaps 8
center-focused-column "never"
preset-column-widths {
@ -67,6 +67,7 @@ layout {
}
shadow {
on
softness 30
spread 5
offset x=0 y=5
@ -85,13 +86,13 @@ spawn-at-startup "waybar"
spawn-at-startup "swww-daemon"
spawn-at-startup "swww img --outputs HDMI-A-1 ~/Wallpapers/wall9.png"
spawn-at-startup "eww daemon"
spawn-at-startup "eww open-many year month day"
spawn-at-startup "eww open-many year month day daytype"
window-rule {
match app-id=r#"^org\.wezfurlong\.alacritty$"#
default-column-width {}
match title="Chromium"
open-fullscreen true
}
window-rule {
match app-id=r#"firefox$"# title="^Picture-in-Picture$"
open-floating true
@ -112,7 +113,7 @@ binds {
Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
Mod+R hotkey-overlay-title="Run an Application: rofi" { spawn-sh "rofi -show drun -config ~/.config/rofi/gruvbox.rasi"; }
Mod+Shift+Return hotkey-overlay-title="Run an application: rofi (run)" { spawn-sh "rofi -show run -config ~/.config/rofi/gruvbox.rasi"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
Super+Alt+L hotkey-overlay-title="Lock the screen" { spawn "swaylock"; }
Super+Alt+S allow-when-locked=true hotkey-overlay-title=null { spawn-sh "pkill orca || exec orca"; }
XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+"; }
@ -173,10 +174,10 @@ binds {
Mod+M { focus-workspace-up; }
Mod+Ctrl+Page_Down { move-column-to-workspace-down; }
Mod+Ctrl+Page_Up { move-column-to-workspace-up; }
Mod+Ctrl+U { move-column-to-workspace-down; }
Mod+Ctrl+I { move-column-to-workspace-up; }
Mod+Ctrl+M { move-column-to-workspace-down; }
Mod+Ctrl+N { move-column-to-workspace-up; }
Mod+Shift+P { spawn-sh "pkill waybar && waybar & disown && eww kill && eww daemon && eww open-many year month day"; }
Mod+Shift+P hotkey-overlay-title="Restart waybar and eww" { spawn-sh "pkill waybar && waybar & disown && eww kill && eww daemon && eww open-many year month day daytype"; }
Mod+Shift+Page_Down { move-workspace-down; }
Mod+Shift+Page_Up { move-workspace-up; }
@ -192,15 +193,15 @@ binds {
Mod+7 { focus-workspace 7; }
Mod+8 { focus-workspace 8; }
Mod+9 { focus-workspace 9; }
Mod+Ctrl+1 { move-column-to-workspace 1; }
Mod+Ctrl+2 { move-column-to-workspace 2; }
Mod+Ctrl+3 { move-column-to-workspace 3; }
Mod+Ctrl+4 { move-column-to-workspace 4; }
Mod+Ctrl+5 { move-column-to-workspace 5; }
Mod+Ctrl+6 { move-column-to-workspace 6; }
Mod+Ctrl+7 { move-column-to-workspace 7; }
Mod+Ctrl+8 { move-column-to-workspace 8; }
Mod+Ctrl+9 { move-column-to-workspace 9; }
Mod+Shift+1 { move-column-to-workspace 1; }
Mod+Shift+2 { move-column-to-workspace 2; }
Mod+Shift+3 { move-column-to-workspace 3; }
Mod+Shift+4 { move-column-to-workspace 4; }
Mod+Shift+5 { move-column-to-workspace 5; }
Mod+Shift+6 { move-column-to-workspace 6; }
Mod+Shift+7 { move-column-to-workspace 7; }
Mod+Shift+8 { move-column-to-workspace 8; }
Mod+Shift+9 { move-column-to-workspace 9; }
Mod+BracketLeft { consume-or-expel-window-left; }
Mod+BracketRight { consume-or-expel-window-right; }
@ -228,7 +229,7 @@ binds {
Mod+Shift+V { switch-focus-between-floating-and-tiling; }
Mod+Shift+F { toggle-column-tabbed-display; }
Mod+F { spawn "caja"; }
Mod+F hotkey-overlay-title="Spawn file manager (nautilus)" { spawn "nautilus"; }
Print { screenshot; }
Ctrl+Print { screenshot-screen; }

41
config/nushell/config.nu Normal file
View file

@ -0,0 +1,41 @@
$env.config.buffer_editor = "vim"
$env.PROMPT_COMMAND_RIGHT = ""
$env.path ++= ["~/.local/bin"]
$env.config.show_banner = false
$env.config.table.mode = 'none'
$env.TERM = "xterm"
$env.USER = "coast"
$env.PROMPT_COMMAND = {
let dir = (pwd | path basename)
$"0 (echo $env.USER) ($dir | sed 's/coast/home/g') "
}
$env.PROMPT_INDICATOR = ""
let carapace_completer = {|spans|
carapace $spans.0 nushell ...$spans | from json
}
$env.config = {
show_banner: false,
completions: {
case_sensitive: false
quick: true
partial: true
algorithm: "fuzzy"
external: {
enable: true
max_results: 100
completer: $carapace_completer
}
}
}
alias sd = sudo
alias nano = vim
alias suod = sudo
alias sduo = sudo
alias hotp = htop
alias c = clear
source ~/.config/nushell/starship.nu

825
config/nushell/history.txt Normal file
View file

@ -0,0 +1,825 @@
sudo nixos-rebuild switch
cp .themes/Catppuccin-B-LB-Dark -r .local/src/local/share/themes/
cd .config/nvim
ls
cd lua/status_line/
ls
cat init.lua
cat init.lua | wl-copy
vim init.lua
cd
cd /etc/nixos/home-configuration/
ls
cd aqpps
cd apps
ls
sudo vim nushell.nix
sudo vim ../../flake.nix
sudo nixos-rebuild switch
sudo vim ../../flake.nix
sudo vim nushell.nix
sudo nixos-rebuild switch
sudo vim ../../flake.nix
sudo nixos-rebuild switch
sudo vim nushell.nix
cat nushell.nix |wl-copy
sudo vim nushell.nix
sudo nixos-rebuild switch
cd .config/nushell
cd ..
cd .config/nushell
cd ..
ls -l
cd nushellls
cd nushell
ls
config nu
ssh user@192.168.1.128
ls
$env.config.buffer_editor = "vim"
config nu
source config.nu
cd
clear
ls
rm -rf Catppuccin-GTK-Theme/
ls
cd .config/nushell
ls
vim config.nu
starship init hjsj
zsh
rm .zshrc
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
starship init nu
0 coast starship init nu<\n># this file is both a valid<\n># - overlay which can be loaded with `overlay use starship.nu`<\n># - module which can be used with `use starship.nu`<\n># - script which can be used with `source starship.nu`<\n>export-env { $env.STARSHIP_SHELL = "nu"; load-env {<\n> STARSHIP_SESSION_KEY: (random chars -l 16)<\n> PROMPT_MULTILINE_INDICATOR: (<\n> ^/etc/profiles/per-user/coast/bin/starship prompt --continuation<\n> )<\n><\n> # Does not play well with default character module.<\n> # TODO: Also Use starship vi mode indicators?<\n> PROMPT_INDICATOR: ""<\n><\n> PROMPT_COMMAND: {||<\n> # jobs are not supported<\n> (<\n> ^/etc/profiles/per-user/coast/bin/starship prompt<\n> --cmd-duration $env.CMD_DURATION_MS<\n> $"--status=($env.LAST_EXIT_CODE)"<\n> --terminal-width (term size).columns<\n> )<\n> }<\n><\n> config: ($env.config? | default {} | merge {<\n> render_right_prompt_on_last_line: true<\n> })<\n><\n> PROMPT_COMMAND_RIGHT: {||<\n> (<\n> ^/etc/profiles/per-user/coast/bin/starship prompt<\n> --right<\n> --cmd-duration $env.CMD_DURATION_MS<\n> $"--status=($env.LAST_EXIT_CODE)"<\n> --terminal-width (term size).columns<\n> )<\n> }<\n>}}
starship init nu<\n># this file is both a valid<\n># - overlay which can be loaded with `overlay use starship.nu`<\n># - module which can be used with `use starship.nu`<\n># - script which can be used with `source starship.nu`<\n>export-env { $env.STARSHIP_SHELL = "nu"; load-env {<\n> STARSHIP_SESSION_KEY: (random chars -l 16)<\n> PROMPT_MULTILINE_INDICATOR: (<\n> ^/etc/profiles/per-user/coast/bin/starship prompt --continuation<\n> )<\n><\n> # Does not play well with default character module.<\n> # TODO: Also Use starship vi mode indicators?<\n> PROMPT_INDICATOR: ""<\n><\n> PROMPT_COMMAND: {||<\n> # jobs are not supported<\n> (<\n> ^/etc/profiles/per-user/coast/bin/starship prompt<\n> --cmd-duration $env.CMD_DURATION_MS<\n> $"--status=($env.LAST_EXIT_CODE)"<\n> --terminal-width (term size).columns<\n> )<\n> }<\n><\n> config: ($env.config? | default {} | merge {<\n> render_right_prompt_on_last_line: true<\n> })<\n><\n> PROMPT_COMMAND_RIGHT: {||<\n> (<\n> ^/etc/profiles/per-user/coast/bin/starship prompt<\n> --right<\n> --cmd-duration $env.CMD_DURATION_MS<\n> $"--status=($env.LAST_EXIT_CODE)"<\n> --terminal-width (term size).columns<\n> )<\n> }<\n>}}
clear
ls
cd .config/niri
vim config.kdl
cd .config/waybar
vim style.css
cd ../rofi
vim gruvbox.rasi
ssh user@192.168.1.128
swww img Wallpapers/wall9.jpg
eww open-many year month day daytype
eww daemon
eww open-many year month day daytype
cd .config/rofi
cat gruvbox.rasi | wl-copyt
cat gruvbox.rasi | wl-copy
vim gruvbox.rasi
cd ../eww/
vim eww.scss
cd ../waybar
vim style.css
sudo vim /etc/nixos/home-configuration/apps/alacritty.nix
sudo nixos-rebuild switch
sudo vim /etc/nixos/home-configuration/apps/alacritty.nix
sudo nixos-rebuild switch
cd .config/niri
vim config.kdl
cd ../nvim
ls
cd lua/plugins/lazy
vim plugins.lua
cd ../
ls
mkdir gruvbox
cd gruvbox
vim init.lua
cd ../
ls
cd ..
vim init.lua
ls
cd ..
vim init.lua
cd lua/status_line/
ls
cat init.lua | wl-copy
vim init.lua
clear
ls
clear
cd
cd .config/nushell
vim config.nu
cd
config nu
ls
cd .config/nushell
ls
user
cd .config/
cd
vim config.nu
cd .config/
cd nushell
cat config.nu
cat config.nu | wl-copy
vim config.nu
config nu
source config.nu
vim config.nu
source config.nu
carapace
carapace _carapace nushell
rm -rf .config/gtk-4.0/
cp -r .local/src/local/share/themes/Gruvbox-B-LB-Dark-Medium/ .themes
cp -r .themes/Gruvbox-B-LB-Dark-Medium/ .config/
cd .config/gtk-4.0/
ls
cd ..
rm -rf gtk-4.0/
cp -r ~/.themes/Gruvbox-B-LB-Dark-Medium/ .
ls
ps
ps | less
less
less --version
man less
vim config.nu
ls
cd ..
cd .config/nushell
lc
lsblk
vim config.nu
cd .config/nushell
vim config.nu
cd
;s
ls
config nu
cd .config/nvim
cd lua/plugins/
mkdir lualine
cd lualine
ls
vim init.lua
cd ../lazy
ls
vim plugins.lua
cd ..
ls
vi
cd ..
vim init.lua
ks
ls
config nu
ps
du
zsh
sudo vim /etc/nixos/configuration/configuration.nix
sudo nixos-rebuild switch
zsh
rm .zsh_history
rm .zcompdump
rm .zcompdump.gloria.108376
ls
ls -a
cd .config/nushell
sd
cd .config/mako
cat config | wl-copy
pkill mako
mako
notify-send hi
pkill mako
notify-send hi
pkill mako
notify-send hi
vim config
cd .config/nushell
vim config.nu
cd .config/niri
vim config.kdl
cd .config/niri
vim config.kdl
cd ../waybar
vim config.jsonc
ls
vim style.css
vim config.jsonc
cd .config/niri
vim config.kdl
cd .config/niri
niri validate
vim config.kdl
cd .config/nushell
ls
sudo cp config.nu /etc/nixos/home-configuration/apps/
sd nixos-rebuild switch
cat /etc/nixos/home-configuration/apps/nushell.nix
cat /etc/nixos/home-configuration/apps/config.nu |wl-copy
sd nixos-rebuild switch
sudo vim /etc/nixos/home-configuration/apps/nushell.nix
cat /etc/nixos/home-configuration/apps/nushell.nix
cat /etc/nixos/home-configuration/apps/config.nu |wl-copy
ls
vim config.nu
sudo vim /etc/nixos/configuration/configuration.nix
sudo vim /etc/nixos/home-configuration/apps/nushell.nix
sudo nixos-rebuild switch
eval
exec
use std "path"<\n><\n>def create-prompt [] {<\n> starship prompt --cmd-duration $env.CMD_DURATION_MS | from json | get prompt<\n>}<\n><\n>$env.PROMPT_COMMAND = { create-prompt }<\n>$env.PROMPT_COMMAND_RIGHT = ""
def create-prompt [] {<\n> starship prompt --cmd-duration $env.CMD_DURATION_MS | from json | get prompt<\n>}<\n><\n>$env.PROMPT_COMMAND = { create-prompt }<\n>$env.PROMPT_COMMAND_RIGHT = ""
starship init nu | save -f ~/.cache/starship-init.nu
,s
ls
starship init nu
exec (starship init nu)
(starship init nu)
starship init nu
starship init nu | wl-cop
starship init nu | wl-copy
cd .config/nushell
vim starship
mv starship starship.nu
vim starship.nu
source starship.nu
clear
ls
clear
vim config.nu
ls
cd .config/niri
vim config.kdl
cd Projects/c
ls
cd coreutils
ls
mkdir echo
cd echo
ls
vim echo.c
clang
gcc echo.c echo
vim echo.c
gcc echo.c echo
vim echo.c
gcc echo.c echo
gcc echo.c -o echo
ls
./echo hi
./echo lsblk
./echo lsblk wpingwoighn
ls
cd ..
ls
mkdir yes
cd yes
vim yes.c
gcc yes.c -o yes
cat ../echo/echo.c
vim yes.c
gcc yes.c -o yes
vim yes.c
gcc yes.c -o yes
./yes
./yes hi
vim yes.c
gcc yes.c -o yes
vim yes.c
gcc yes.c -o yes
vim yes.c
gcc yes.c -o yes
./yes
./yes hi
vim yes.c
gcc yes.c -o yes
./yes hi
./yes
ls
bat
cat yes.c
less yes.c
vim less.c
vim yes.c
ls
gcc yes.c -o yes
./yes
./yes hi
ls
podman ps -a
podman create -it alpine:latest
podman ps -a\
podman ps -a
ls \
podman start -ai determined_chandrasekhar
ls
podman cp yes.c determined_chandrasekhar:/
cd Projects/c/coreutils
ls
cd echo
ls
cat echo.c
echo --version
echo hi
echoi ]
cd ..
ls
cd rm
kls
lks
ls
vim rm.c
ls
podman start -ai determined_chandrasekhar
podman ps -a
podman start -ai determined_chandrasekhar
crun
podman rm -f determined_chandrasekhar
podman ps -a
podman create -it alpine:latest
podman ps -a
lldb
gdb
man gdb
man printf
printf
printf hi
cd Projects/c/coreutils
ls
podman cp * pensive_roentgen:/newutils
podman cp * pensive_roentgen:/newutils/
podman cp yes pensive_roentgen:/newutils/
podman cp rm pensive_roentgen:/newutils/
^rm^echo
podman cp echo pensive_roentgen:/newutils/
ls
podman start -ai pensive_roentgen
ls
cd Projects/c/coreutils/
ls
cd yes
ls
cat yes.c
podman start -ai pensive_roentgen
cd Projects/c/coreutils
ls
git init
git switch -c master
ls
mkdir lsblk
cd lsblk
man dirent
man struct
vim lsblk.c
gcc lsblk.c -o lsblk
vim lsblk.c
gcc lsblk.c -o lsblk
vim lsblk.c
gcc lsblk.c -o lsblk
vim lsblk.c
gcc lsblk.c -o lsblk
./lsblk
lsblk
vim lsblk.c
gcc lsblk.c -o lsblk
ls
./lsblk
vim lsblk.c
gcc lsblk.c -o lsblk
./lsblk
llsblk
lsblk
vim lsblk.c
gcc lsblk.c -o lsblk
./lsblk
vim lsblk.c
gcc lsblk.c -o lsblk
./lsblk
ls
rm lsblk
gcc lsblk.c -o lsblk -static
nix-shell -p stdenv.cc.cc.static<\n>
nix-shell -p glibc gcc
ls
gcc lsblk.c -o lsblk
./lsblk
musl-gcc lsblk.c -o lsblk-static
ls
rm lsblk
./lsblk
gcc lsblk.c -o lsblk
./lsblk
sudo -i
podman start -ai pensive_roentgen
ls
cd Projects/c/coreutils
ls
podman cp lsblk pensive_roentgen:/newutils/
podman start -ai pensive_roentgen
lsblk
man lsblk
coreutils
man coreutils
coreutils ls
coreutils ls --version
cd Projects/c/coreutils
cd yes
l;s
ls
cat yes.c
ls
cd Projects/c/coreutils
ls
ls -a
tree
echo echo/echo
echo echo/echo > .gitignore
cat .git/
echo echo/echo o> .gitignore
cat .gitignore
echo lsblk/lsblk o> .gitignore
echo rm/rm o> .gitignore
echo yes/yes o> .gitignore
cat .gitignore
echo lsblk/lsblk o>> .gitignore
echo echo/echo o>> .gitignore
echo rm/rm o>> .gitignore
cat .gitignore
cd Projects/c/coreutils
ls
tree
vim .gitignore
ssh user@192.168.1.128
ls
cd Projects/c/coreutils
ls
vim README
vim LICENSE
ls
ls -a
clear
ls -al
mkdir src
mv echo src/echo
mv lsblk src/lsblk
mv rm src/rm
mv yes src/yes
vim .gitignore
ls
ls -a
tree
git add -A
git commit
git config --global user.editor "vim"
git commit
git config --get core.editor
git config --global core.editor "vim"
git commit
git remote add coasteen git@git.sr.ht:~coasteen/cutils
git push coasteen master
cd Projects/c/coreutils
ls
cd src/echo
vim echo.c
git add echo.c
git commit
git push coasteen master
ls
cd ../rm
ls
vim rm.c
gcc rm.c -o rm
ls
./rm
git add rm.c
git commit
git push coasteen master
ls
cd ..
ls
cd lsblk
ls
cd Projects/c/coreutils
ls
cd src/yes
ls
./yes hiwegnowgn
./yes hiwegnowgn weopgihweoighn
ls
vim yhes.c
vim yes.c
gcc yes.c -o yes
./yes 9uehgowiuge 023r92ugo2 unn
ls
vim yes.c
git add yes.c
git commit
git push coasteen master
echo $!
sh
cd Projects/c/coreutils/
cd ..
mv coreutils/ cutils
cd cutils
ls
cd src
s
ls
mkdir ls
cd ls
ls
ls ~
clear
ls
vim ls.c
vim ~/.config/nvim/lua/plugins/lazy/plugins.lua
vim ls.c
ls
gcc ls.c ls
gcc ls.c -o ls
./ls
vim ls.c
gcc ls.c -o ls
vim ls.c
gcc ls.c -o ls
vim ls.c
gcc ls.c -o ls
./ls
ls
vim ls.c
gcc ls.c -o ls
vim ls.c
gcc ls.c -o ls
./ls
./ls -a
ls -l
./ls -l
vim ls.c
gcc ls.c -o ls
./ls
./ls -a
./ls ~
./ls ~ -a
./ls
./ls -a
vim ls.c
gcc ls.c -o ls
./ls
./ls -a
./ls -l
sh -c "ls -l"
vim ls.c
gcc ls.c -o ls
./ls
./ls -l
vim ls.c
gcc ls.c -o ls
./ls
./ls -a
./ls -al
./ls -alh
ls
vim ../../.gitignore
ls
cd ..
ls
mkdir rmdir
mkdir mkdir
ls
cd rmdir
vim rmdir/c
ls
man rmdiur
man rmdir
man 3 rmdir
vim rmdir.c
gcc rmdir.c -o rmdir
ls
mkdir ls
./rmdir ls
ls
cat rmdir.c
mkdir ls
mkdir lsblk
ls
./rmdir ls lsblk
ls
vim ../../.gitignore
cd ..
cd mkdir
vim mkdir.c
gcc mkdir.c -o mkdir
./mkdir test
ls
../rmdir/rmdir test/
ls
./mkdir ugw iwbegi jweg
ls
rm -rf jweg/
rm -rf iwbegi/
rm -rf ugw
ls
vim mkdir.c
ls
cd ..
mkdir cp
cd cp
ls
vim cp.c
ls
gcc cp.c -o cp
./cp cp.c test.c
ls
cat test.c
rm test.c
ls
vim ../../.gitignore
ls
cd ..
tree
./ls/ls -l
ls -t
ls -r
command ls
/run/current-system/sw/bin/ls -tr
/run/current-system/sw/bin/ls -t
/run/current-system/sw/bin/ls -r
man ls
git add -A
git commit
git push coasteen master
ls
cd rm
ls
cat rm.c
vim rm.c
ls
gcc rm.c -o rm
ls
mkdir test
cd test
echo teubwie > tow
ls
echo teubwie o> tow
ls
cd ..
s
ls
./rm -rf test
ls
echo hi o> hi
./rm -v hi
ls
lks
ls
git add rm.c
git commit
git push coasteen master
ls
cd Projects/c/cutils
ls
cd src
mkdir sed
cd sec
cd sed
vim sed.c
vim ../../.gitignore
gcc sed.c -o sed
./sed
echo "hello world" | ./sed 's/world/universe/'
vim sed.c
gcc sed.c -o sed
cd ..
mkdir vi
cd vi
ls
vim vi.c
gcc vi.c -o vi
./vi
ls
./vi
ls
ls -a
rm vi
vim vi.c
gcc vi.c -o vi
./vi
ls
vim vi.c
ls
gcc vi.c -o vi
ls
./vi
ls
cd ..
rm -rf vi
mkdir ed
cd ed
ls
ed
vim ed.c
gcc ed.c -o ed
vim ed.c
gcc ed.c -o ed
./ed
touch main.c
ls
rm gi
./ed main.c
ls
cat main.c
ls
rm ed
rm main.c
ls
vim ed.c
gcc ed.c -o ed
./ed
ls
touch main.c
./ed
./ed
./ed main.c
cat main.c
gcc main.c -o made_with_ced
./made_with_ced
./ed main.c
ls
rm ed
rm made_with_ced
rm main.c
vim ../../.gitignore
ls
cd ..
ls
tree
rm sed/sed
rm yes/yes
rm lsblk/lsblk
rm rm/rm
ls
tree
rm mkdir/mkdir
rm rmdir/rmdir
tree
rm echo/echo
rm cp/cp
ls
tree
vim makefile
ls
make
ls
ls -a
tree
vim makefile
cc
make
ls -a
vim makefile
make
ls binls
cd bin
make
vim makefile
make
ls
cd bi
cd bin
s
ls
cd ..
vim makefile
make
ls
rm -rf bin
make
make rebuild
ls
vim makefile
mae
make
ls
rm -rf bin
rm makefile
tree
rm ls/ls
ls
make
git add -A
git commit
git push coasteen master
cd .config/waybar
vim config.jsonc
cd .config/gtk-4.0/
ls
cd ..
rm -rf gtk-4.0/
cp -r ~/.themes/Gruvbox-B-LB-Dark-Medium/gtk-4.0/ .
nix-shell -p gnome-tweaks
sudo nix-collect-garbage
cd .local/src/
git remote show origin
git remote remove origin
git remote add coasteen git@git.sr.ht:~coasteen/dotfiles
git push coasteen master

View file

@ -0,0 +1,35 @@
export-env { $env.STARSHIP_SHELL = "nu"; load-env {
STARSHIP_SESSION_KEY: (random chars -l 16)
PROMPT_MULTILINE_INDICATOR: (
^/etc/profiles/per-user/coast/bin/starship prompt --continuation
)
# Does not play well with default character module.
# TODO: Also Use starship vi mode indicators?
PROMPT_INDICATOR: ""
PROMPT_COMMAND: {||
# jobs are not supported
(
^/etc/profiles/per-user/coast/bin/starship prompt
--cmd-duration $env.CMD_DURATION_MS
$"--status=($env.LAST_EXIT_CODE)"
--terminal-width (term size).columns
)
}
config: ($env.config? | default {} | merge {
render_right_prompt_on_last_line: true
})
PROMPT_COMMAND_RIGHT: {||
(
^/etc/profiles/per-user/coast/bin/starship prompt
--right
--cmd-duration $env.CMD_DURATION_MS
$"--status=($env.LAST_EXIT_CODE)"
--terminal-width (term size).columns
)
}
}}

View file

@ -5,5 +5,6 @@ require("plugins/telescope")
require("plugins/treesitter")
require("config")
require("plugins/render-markdown")
require("plugins/monokai-pro")
require("status_line").setup()
--require("status_line").setup()
require("plugins/lualine")
require("plugins/gruvbox")

View file

@ -14,6 +14,7 @@
"monokai-pro.nvim": { "branch": "master", "commit": "1ac671f6da720cba967d28d25c2f16b8b4e18808" },
"none-ls-extras.nvim": { "branch": "main", "commit": "924fe88a9983c7d90dbb31fc4e3129a583ea0a90" },
"none-ls.nvim": { "branch": "main", "commit": "db2a48b79cfcdab8baa5d3f37f21c78b6705c62e" },
"nvim": { "branch": "main", "commit": "234fc048de931a0e42ebcad675bf6559d75e23df" },
"nvim-autopairs": { "branch": "master", "commit": "4d74e75913832866aa7de35e4202463ddf6efd1b" },
"nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" },
"nvim-lspconfig": { "branch": "master", "commit": "77d3fdfb3554632c7a3b101ded643d422de7626f" },

View file

@ -32,8 +32,6 @@ else
cfg.shell = "/run/current-system/sw/bin/zsh"
end
vim.cmd([[colorscheme monokai-pro]])
vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, {
border = "single",
})

View file

@ -0,0 +1,74 @@
require("catppuccin").setup({
flavour = "auto", -- latte, frappe, macchiato, mocha
background = { -- :h background
light = "latte",
dark = "mocha",
},
transparent_background = false, -- disables setting the background color.
float = {
transparent = false, -- enable transparent floating windows
solid = false, -- use solid styling for floating windows, see |winborder|
},
show_end_of_buffer = false, -- shows the '~' characters after the end of buffers
term_colors = false, -- sets terminal colors (e.g. `g:terminal_color_0`)
dim_inactive = {
enabled = false, -- dims the background color of inactive window
shade = "dark",
percentage = 0.15, -- percentage of the shade to apply to the inactive window
},
no_italic = false, -- Force no italic
no_bold = false, -- Force no bold
no_underline = false, -- Force no underline
styles = { -- Handles the styles of general hi groups (see `:h highlight-args`):
comments = { "italic" }, -- Change the style of comments
conditionals = { "italic" },
loops = {},
functions = {},
keywords = {},
strings = {},
variables = {},
numbers = {},
booleans = {},
properties = {},
types = {},
operators = {},
-- miscs = {}, -- Uncomment to turn off hard-coded styles
},
lsp_styles = { -- Handles the style of specific lsp hl groups (see `:h lsp-highlight`).
virtual_text = {
errors = { "italic" },
hints = { "italic" },
warnings = { "italic" },
information = { "italic" },
ok = { "italic" },
},
underlines = {
errors = { "underline" },
hints = { "underline" },
warnings = { "underline" },
information = { "underline" },
ok = { "underline" },
},
inlay_hints = {
background = true,
},
},
color_overrides = {},
custom_highlights = {},
default_integrations = true,
auto_integrations = false,
integrations = {
cmp = true,
gitsigns = true,
nvimtree = true,
notify = false,
mini = {
enabled = true,
indentscope_color = "",
},
-- For more plugins integrations please scroll down (https://github.com/catppuccin/nvim#integrations)
},
})
-- setup must be called before loading
vim.cmd.colorscheme("catppuccin")

View file

@ -0,0 +1,24 @@
require("gruvbox").setup({
terminal_colors = true, -- add neovim terminal colors
undercurl = true,
underline = true,
bold = true,
italic = {
strings = true,
emphasis = true,
comments = true,
operators = false,
folds = true,
},
strikethrough = true,
invert_selection = false,
invert_signs = false,
invert_tabline = false,
inverse = true, -- invert background for search, diffs, statuslines and errors
contrast = "", -- can be "hard", "soft" or empty string
palette_overrides = {},
overrides = {},
dim_inactive = false,
transparent_mode = false,
})
vim.cmd("colorscheme gruvbox")

View file

@ -1,7 +1,7 @@
return {
{
"andweeb/presence.nvim",
"loctvl842/monokai-pro.nvim",
"ellisonleao/gruvbox.nvim",
"neovim/nvim-lspconfig",
"williamboman/mason.nvim",
{
@ -18,6 +18,10 @@ return {
dependencies = { "nvim-lua/plenary.nvim" },
opts = {},
},
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
},
{
"nvimtools/none-ls.nvim",
dependencies = {

View file

@ -0,0 +1,42 @@
local lualine = require("lualine")
lualine.setup({
options = {
icons_enabled = true,
theme = "auto",
component_separators = { left = "|", right = "|" },
section_separators = { left = "", right = "" },
disabled_filetypes = {
statusline = {},
winbar = {},
},
ignore_focus = {},
always_divide_middle = true,
globalstatus = false,
refresh = {
statusline = 1000,
tabline = 1000,
winbar = 1000,
},
},
sections = {
lualine_a = { "mode" },
lualine_b = { "branch", "diff", "diagnostics" },
lualine_c = { "filename" },
lualine_x = { "encoding", "fileformat", "filetype" },
lualine_y = {},
lualine_z = { "location" },
},
inactive_sections = {
lualine_a = {},
lualine_b = {},
lualine_c = { "filename" },
lualine_x = { "location" },
lualine_y = {},
lualine_z = {},
},
tabline = {},
winbar = {},
inactive_winbar = {},
extensions = {},
})

View file

@ -1,20 +0,0 @@
require("monokai-pro").setup({
transparent_background = true,
devicons = true,
terminal_colors = true,
styles = {
comment = { italic = true },
keyword = { italic = true },
type = { italic = true },
storageclass = { italic = true },
structure = { italic = true },
parameter = { italic = true },
annotation = { italic = true },
tag_attribute = { italic = true },
},
filter = "spectrum",
day_night = { enable = false },
background_clear = { "toggleterm", "telescope", "notify", "nvim-tree" },
})
vim.cmd("colorscheme monokai-pro")

View file

@ -1,25 +1,26 @@
colors = {
foreground = "#f8f8f2",
wine = "#7f2f4d",
red = "#d75a6c",
green = "#8ab661",
yellow = "#e0b763",
orange = "#d87f3e",
magenta = "#682776",
cyan = "#36b5b5",
bg_darken = "#1e1e1e",
local colors = {
foreground = "#ebdbb2",
pink = "#b16286",
red = "#cc241d",
green = "#98971a",
yellow = "#d79921",
orange = "#d65d0e",
magenta = "#b16286",
cyan = "#458588",
bg_darken = "#1d2021",
dark_text = "#1d2021",
}
local M = {}
function M.setup()
vim.cmd("hi StatusBackground guifg=" .. colors.foreground .. " guibg=" .. colors.bg_darken)
vim.cmd("hi Moden guifg=" .. colors.foreground .. " guibg=" .. colors.wine .. " gui=bold")
vim.cmd("hi Modei guifg=" .. colors.foreground .. " guibg=" .. colors.green .. " gui=bold")
vim.cmd("hi Modev guifg=" .. colors.foreground .. " guibg=" .. colors.yellow .. " gui=bold")
vim.cmd("hi Modet guifg=" .. colors.foreground .. " guibg=" .. colors.orange .. " gui=bold")
vim.cmd("hi Modec guifg=" .. colors.foreground .. " guibg=" .. colors.magenta .. " gui=bold")
vim.cmd("hi Moder guifg=" .. colors.foreground .. " guibg=" .. colors.red .. " gui=bold")
vim.cmd("hi Moden guifg=" .. colors.dark_text .. " guibg=" .. colors.pink .. " gui=bold")
vim.cmd("hi Modei guifg=" .. colors.dark_text .. " guibg=" .. colors.green .. " gui=bold")
vim.cmd("hi Modev guifg=" .. colors.dark_text .. " guibg=" .. colors.yellow .. " gui=bold")
vim.cmd("hi Modet guifg=" .. colors.dark_text .. " guibg=" .. colors.orange .. " gui=bold")
vim.cmd("hi Modec guifg=" .. colors.dark_text .. " guibg=" .. colors.magenta .. " gui=bold")
vim.cmd("hi Moder guifg=" .. colors.dark_text .. " guibg=" .. colors.red .. " gui=bold")
vim.cmd("hi Filetype guifg=" .. colors.cyan .. " guibg=" .. colors.bg_darken .. " gui=bold")
vim.cmd("hi Position guifg=" .. colors.yellow .. " guibg=" .. colors.bg_darken .. " gui=bold")
vim.cmd("hi GitBranch guifg=" .. colors.orange .. " guibg=" .. colors.bg_darken .. " gui=bold")

View file

@ -48,7 +48,7 @@
configuration {
font: "JetBrainsMono Nerd Font 13";
show-icons: true;
terminal: "wezterm";
terminal: "alacritty";
}
element-icon {

View file

@ -1,6 +1,6 @@
{
"position": "top",
"output": "HDMI-A-1",
// "output": "HDMI-A-1",
"layer": "top",
"modules-left": [
"custom/distro",
@ -10,10 +10,10 @@
"modules-center": [
],
"modules-right": [
"tray",
"network",
"pulseaudio",
"clock"
// "battery"
],
"pulseaudio": {
"tooltip": false,

View file

@ -94,5 +94,5 @@ window#waybar.empty #window {
font-size: 30;
margin-bottom: 8px;
padding-left: 12px;
padding-right: 12px;
padding-right: 8px;
}

View file

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="35"
height="200"
version="1.1"
id="svg8"
sodipodi:docname="add-workspace-active.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs12">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1168"
x="-0.102608"
y="-0.040503159"
width="1.205216"
height="1.0810063">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="3.2065"
id="feGaussianBlur1170" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1174"
x="-0.147"
y="-0.147"
width="1.294"
height="1.294">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.98"
id="feGaussianBlur1176" />
</filter>
</defs>
<sodipodi:namedview
id="namedview10"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="3.337544"
inkscape:cx="18.876156"
inkscape:cy="88.088726"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg8">
<inkscape:grid
type="xygrid"
id="grid340"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
id="rect612"
width="75"
height="190"
x="5"
y="6"
rx="8"
ry="8"
style="fill:#000000;fill-opacity:1;filter:url(#filter1168);opacity:0.25" />
<rect
id="rect342"
width="75"
height="190"
x="5"
y="5"
rx="8"
ry="8"
style="fill:#006a83;fill-opacity:1" />
<path
d="m 18,95 c -0.554,0 -1,0.446 -1,1 v 4 h -4 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 h 4 v 4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -4 h 4 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 h -4 v -4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z"
color="#000000"
color-rendering="auto"
fill="#ffffff"
image-rendering="auto"
solid-color="#000000"
style="isolation:auto;mix-blend-mode:normal;shape-rendering:auto;fill:#000000;filter:url(#filter1174);opacity:0.15"
id="path1172" />
<path
d="m 18,94 c -0.554,0 -1,0.446 -1,1 v 4 h -4 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 h 4 v 4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -4 h 4 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 h -4 v -4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z"
color="#000000"
color-rendering="auto"
fill="#ffffff"
image-rendering="auto"
solid-color="#000000"
style="isolation:auto;mix-blend-mode:normal;shape-rendering:auto;fill:#eff1f5;fill-opacity:1"
id="path4" />
<path
id="rect607"
style="fill:#ffffff;fill-opacity:1;opacity:0.1"
d="M 13 5 C 8.5680044 5 5 8.5680044 5 13 L 5 14 C 5 9.5680044 8.5680044 6 13 6 L 72 6 C 76.431996 6 80 9.5680044 80 14 L 80 13 C 80 8.5680044 76.431996 5 72 5 L 13 5 z " />
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="35"
height="200"
id="svg2"
version="1.1"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="add-workspace-hover.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-81.038405"
inkscape:cy="108.58132"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1366"
inkscape:window-height="709"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:guide-bbox="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:bbox-nodes="true">
<inkscape:grid
type="xygrid"
id="grid3040"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
<sodipodi:guide
orientation="0,1"
position="20,100"
id="guide3893"
inkscape:locked="false" />
<sodipodi:guide
orientation="1,0"
position="18,190"
id="guide3895"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36218)">
<path
id="rect4694"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<g
transform="translate(0,-0.9999969)"
id="g3917-7"
style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" />
<path
id="rect4804"
transform="translate(0,852.36218)"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="35"
height="200"
id="svg2"
version="1.1"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
sodipodi:docname="add-workspace.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="-28.526103"
inkscape:cy="75.41215"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1366"
inkscape:window-height="709"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:guide-bbox="true"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:bbox-nodes="true"
inkscape:document-rotation="0">
<inkscape:grid
type="xygrid"
id="grid3040"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
<sodipodi:guide
orientation="0,1"
position="20,100"
id="guide3893"
inkscape:locked="false" />
<sodipodi:guide
orientation="1,0"
position="18,190"
id="guide3895"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36218)">
<path
id="rect4694"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<g
transform="translate(0,-0.9999969)"
id="g3917-7"
style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" />
<path
id="rect4804"
transform="translate(0,852.36218)"
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
viewBox="0 0 16 16"
version="1.1"
id="svg4"
sodipodi:docname="calendar-arrow-left.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="704"
id="namedview6"
showgrid="false"
inkscape:zoom="29.5"
inkscape:cx="13.680381"
inkscape:cy="6.1418434"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M10 3v10L5 8z"
fill="#000000"
opacity="0.54"
id="path2"
style="fill:#e6e6e6" />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
viewBox="0 0 16 16"
version="1.1"
id="svg4"
sodipodi:docname="calendar-arrow-right.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
<metadata
id="metadata10">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs8" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="704"
id="namedview6"
showgrid="false"
inkscape:zoom="14.75"
inkscape:cx="8"
inkscape:cy="8"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M6 3v10l5-5z"
fill="#000000"
opacity="0.54"
id="path2"
style="fill:#e6e6e6" />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="24"
version="1.1"
viewBox="0 0 24 24"
id="svg1516"
sodipodi:docname="checkbox-dark.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1520">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1446"
x="-0.05808"
y="-0.05808"
width="1.11616"
height="1.11616">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.484"
id="feGaussianBlur1448" />
</filter>
</defs>
<sodipodi:namedview
id="namedview1518"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="19.666667"
inkscape:cx="15.711864"
inkscape:cy="14.542373"
inkscape:window-width="1835"
inkscape:window-height="977"
inkscape:window-x="102"
inkscape:window-y="102"
inkscape:window-maximized="0"
inkscape:current-layer="svg1516" />
<rect
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter1446)"
id="rect890"
width="20"
height="20"
x="2"
y="3"
rx="4"
ry="4" />
<rect
style="fill:#27a1b9;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
id="rect616"
width="20"
height="20"
x="2"
y="2"
rx="4"
ry="4" />
<path
id="rect340"
d="m 18.36396,7.7576861 c -0.391736,-0.3917365 -1.022477,-0.3917368 -1.414214,0 L 10.585785,14.121648 7.0502516,10.586113 c -0.3917367,-0.391737 -1.0224771,-0.391736 -1.4142135,0 -0.3917365,0.391736 -0.3917368,1.022477 0,1.414214 l 4.2426409,4.242641 c 0.02448,0.02448 0.04973,0.04625 0.07596,0.06767 0.393511,0.321347 0.971002,0.299581 1.338255,-0.06767 l 7.071068,-7.0710684 c 0.391737,-0.3917367 0.391736,-1.0224771 0,-1.4142135 z"
style="fill:#1e1e2e;fill-opacity:1" />
<path
id="rect885"
style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="M 6,2 C 3.7840022,2 2,3.7840022 2,6 V 7 C 2,4.7840022 3.7840022,3 6,3 h 12 c 2.215998,0 4,1.7840022 4,4 V 6 C 22,3.7840022 20.215998,2 18,2 Z" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".12"/>
</svg>

After

Width:  |  Height:  |  Size: 168 B

View file

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="24"
version="1.1"
viewBox="0 0 24 24"
id="svg439"
sodipodi:docname="checkbox.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs443">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1446"
x="-0.05808"
y="-0.05808"
width="1.11616"
height="1.11616">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.484"
id="feGaussianBlur1448" />
</filter>
</defs>
<sodipodi:namedview
id="namedview441"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="19.666667"
inkscape:cx="10.677966"
inkscape:cy="12.762712"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg439">
<inkscape:grid
type="xygrid"
id="grid562"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter1446)"
id="rect890"
width="20"
height="20"
x="2"
y="3"
rx="4"
ry="4" />
<rect
style="opacity:1;fill:#006a83;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
id="rect616"
width="20"
height="20"
x="2"
y="2"
rx="4"
ry="4" />
<path
id="rect340"
d="m 18.36396,7.7576861 c -0.391736,-0.3917365 -1.022477,-0.3917368 -1.414214,0 L 10.585785,14.121648 7.0502516,10.586113 c -0.3917367,-0.391737 -1.0224771,-0.391736 -1.4142135,0 -0.3917365,0.391736 -0.3917368,1.022477 0,1.414214 l 4.2426409,4.242641 c 0.02448,0.02448 0.04973,0.04625 0.07596,0.06767 0.393511,0.321347 0.971002,0.299581 1.338255,-0.06767 l 7.071068,-7.0710684 c 0.391737,-0.3917367 0.391736,-1.0224771 0,-1.4142135 z"
style="fill:#eff1f5;fill-opacity:1" />
<path
id="rect885"
style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="M 6 2 C 3.7840022 2 2 3.7840022 2 6 L 2 7 C 2 4.7840022 3.7840022 3 6 3 L 18 3 C 20.215998 3 22 4.7840022 22 7 L 22 6 C 22 3.7840022 20.215998 2 18 2 L 6 2 z " />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
id="Foreground"
width="26"
height="26"
enable-background="new 0 0 16 16"
version="1.0"
viewBox="0 0 18.909 18.909"
sodipodi:docname="close-active.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="30.192308"
inkscape:cx="13.099363"
inkscape:cy="13.099363"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Foreground" />
<defs
id="defs1">
<filter
id="filter839"
x="-0.047999999"
y="-0.047999999"
width="1.096"
height="1.096"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.32"
id="feGaussianBlur1" />
</filter>
</defs>
<circle
cx="9.4545"
cy="10.182"
r="8"
fill="#000000"
filter="url(#filter839)"
opacity=".1"
stroke-width="0"
id="circle1" />
<circle
cx="9.4545"
cy="9.4545"
r="8"
fill="#d8354a"
stroke-width="0"
id="circle2"
style="fill:#c64343;fill-opacity:1" />
<path
d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z"
fill="#ffffff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.3606"
style="paint-order:markers stroke fill"
id="path2" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
id="Foreground"
width="26"
height="26"
enable-background="new 0 0 16 16"
version="1.0"
viewBox="0 0 18.909 18.909"
sodipodi:docname="close-hover.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="30.192308"
inkscape:cx="13.066242"
inkscape:cy="13.066242"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Foreground" />
<defs
id="defs1">
<filter
id="filter839"
x="-0.047999999"
y="-0.047999999"
width="1.096"
height="1.096"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.32"
id="feGaussianBlur1" />
</filter>
</defs>
<circle
cx="9.4545"
cy="10.182"
r="8"
fill="#000000"
filter="url(#filter839)"
opacity=".1"
stroke-width="0"
id="circle1" />
<circle
cx="9.4545"
cy="9.4545"
r="8"
fill="#ff7a80"
stroke-width="0"
id="circle2"
style="fill:#b2555b;fill-opacity:1;opacity:1" />
<path
d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z"
fill="#ffffff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.3606"
style="paint-order:markers stroke fill"
id="path2" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
id="Foreground"
width="26"
height="26"
enable-background="new 0 0 16 16"
version="1.0"
viewBox="0 0 18.909 18.909"
sodipodi:docname="close.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="30.192308"
inkscape:cx="13.033121"
inkscape:cy="13.033121"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Foreground" />
<defs
id="defs1">
<filter
id="filter879"
x="-0.047999999"
y="-0.047999999"
width="1.096"
height="1.096"
color-interpolation-filters="sRGB">
<feGaussianBlur
stdDeviation="0.32"
id="feGaussianBlur1" />
</filter>
</defs>
<circle
cx="9.4545"
cy="10.182"
r="8"
fill="#000000"
filter="url(#filter879)"
opacity=".1"
stroke-width="0"
id="circle1" />
<circle
cx="9.4545"
cy="9.4545"
r="8"
fill="#f75a61"
stroke-width="0"
id="circle2"
style="fill:#f52a65;fill-opacity:1;opacity:1" />
<path
d="m6.1115 5.7478c-0.092952 1e-7 -0.18588 0.035309-0.2571 0.10653-0.14245 0.14245-0.14245 0.37175 0 0.5142l3.0852 3.0866-3.0852 3.0852c-0.14245 0.14245-0.14245 0.37175 0 0.5142 0.14245 0.14245 0.37317 0.14245 0.51562 0l3.0852-3.0852 3.0852 3.0852c0.14245 0.14245 0.37175 0.14245 0.5142 0 0.14245-0.14245 0.14245-0.37175 0-0.5142l-3.0852-3.0852 3.0852-3.0866c0.14245-0.14245 0.14245-0.37175 0-0.5142-0.14245-0.14245-0.37175-0.14245-0.5142 0l-3.0852 3.0852-3.0852-3.0852c-0.071224-0.071224-0.16557-0.10653-0.25852-0.10653z"
fill="#ffffff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.3606"
style="paint-order:markers stroke fill"
id="path2" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="104"
height="104"
version="1.1"
id="svg1"
sodipodi:docname="corner-ripple.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="7.5769231"
inkscape:cx="52.197969"
inkscape:cy="52.13198"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<g
transform="translate(0 -948.36)"
id="g1"
style="fill:#27a1b9;fill-opacity:1">
<circle
id="corner-ripple"
cx="52"
cy="1000.4"
r="48"
fill="#009688"
opacity=".25"
style="fill:#27a1b9;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="24"
version="1.1"
viewBox="0 0 24 24"
id="svg1780"
sodipodi:docname="radiobutton-dark.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1784">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1250"
x="-0.05808"
y="-0.05808"
width="1.11616"
height="1.11616">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.484"
id="feGaussianBlur1252" />
</filter>
</defs>
<sodipodi:namedview
id="namedview1782"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="19.666667"
inkscape:cx="11.59322"
inkscape:cy="12.355932"
inkscape:window-width="1835"
inkscape:window-height="977"
inkscape:window-x="102"
inkscape:window-y="102"
inkscape:window-maximized="0"
inkscape:current-layer="svg1780" />
<circle
id="circle694"
cx="12"
cy="13"
r="10"
style="opacity:0.25;fill:#000000;fill-opacity:1;filter:url(#filter1250)" />
<circle
id="path291"
cx="12"
cy="12"
r="10"
style="fill:#27a1b9;fill-opacity:1" />
<circle
id="path675"
cx="12"
cy="12"
r="3"
style="fill:#1e1e2e;stroke-width:1.2;fill-opacity:1" />
<path
id="circle689"
style="opacity:0.1;fill:#ffffff;fill-opacity:1"
d="M 12,2 A 10,10 0 0 0 2,12 10,10 0 0 0 2.0351562,12.5 10,10 0 0 1 12,3 10,10 0 0 1 21.976562,12.341797 10,10 0 0 0 22,12 10,10 0 0 0 12,2 Z" />
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".12"/>
</svg>

After

Width:  |  Height:  |  Size: 168 B

View file

@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="24"
version="1.1"
viewBox="0 0 24 24"
id="svg4"
sodipodi:docname="radiobutton.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1250"
x="-0.05808"
y="-0.05808"
width="1.11616"
height="1.11616">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.484"
id="feGaussianBlur1252" />
</filter>
</defs>
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="19.666667"
inkscape:cx="11.466102"
inkscape:cy="12.508474"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4">
<inkscape:grid
type="xygrid"
id="grid237"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<circle
id="circle694"
cx="12"
cy="13"
r="10"
style="fill:#000000;fill-opacity:1;filter:url(#filter1250);opacity:0.25" />
<circle
id="path291"
cx="12"
cy="12"
r="10"
style="fill:#006a83;fill-opacity:1" />
<circle
id="path675"
cx="12"
cy="12"
r="3"
style="fill:#ffffff;stroke-width:1.2" />
<path
id="circle689"
style="fill:#ffffff;fill-opacity:1;opacity:0.1"
d="M 12 2 A 10 10 0 0 0 2 12 A 10 10 0 0 0 2.0351562 12.5 A 10 10 0 0 1 12 3 A 10 10 0 0 1 21.976562 12.341797 A 10 10 0 0 0 22 12 A 10 10 0 0 0 12 2 z " />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="48"
height="24"
version="1.1"
id="svg3299"
sodipodi:docname="toggle-off.svg"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs3303" />
<sodipodi:namedview
id="namedview3301"
pagecolor="#474747"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="5.9"
inkscape:cx="5.4237288"
inkscape:cy="12.542373"
inkscape:window-width="1661"
inkscape:window-height="740"
inkscape:window-x="129"
inkscape:window-y="1210"
inkscape:window-maximized="0"
inkscape:current-layer="svg3299">
<inkscape:grid
type="xygrid"
id="grid3422"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
transform="scale(-1,1)"
x="-48"
y="-0.019988"
width="48"
height="24"
rx="12"
ry="12"
fill="#ffffff"
opacity="0.45"
stroke-width="0"
style="paint-order:stroke fill markers"
id="rect3295" />
<circle
cx="12"
cy="12"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#1a1b26;fill-opacity:1"
id="circle3297" />
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="48"
height="24"
version="1.1"
id="svg939"
sodipodi:docname="toggle-on-dark.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs943">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter863"
x="-0.14699999"
y="-0.14699999"
width="1.294"
height="1.294">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.1025"
id="feGaussianBlur865" />
</filter>
</defs>
<sodipodi:namedview
id="namedview941"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="16.68772"
inkscape:cx="26.906012"
inkscape:cy="13.243271"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg939">
<inkscape:grid
type="xygrid"
id="grid1663"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
transform="scale(-1,1)"
x="-48"
y="-0.019988"
width="48"
height="24"
rx="12"
ry="12"
fill="#009688"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#27a1b9;fill-opacity:1"
id="rect2" />
<circle
cx="36"
cy="13"
r="9"
fill="#ffffff"
stroke-width="0"
style="opacity:0.35;fill:#000000;paint-order:stroke fill markers;filter:url(#filter863)"
id="circle307" />
<circle
cx="36"
cy="12"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#1e1e2e;fill-opacity:1"
id="circle4" />
<path
id="rect876"
style="opacity:0.1;fill:#ffffff;paint-order:stroke fill markers"
d="m 12,-0.01953125 c -6.6479934,0 -12,5.35200665 -12,12.00000025 0,0.171056 0.00665429,0.340494 0.01367188,0.509765 C 0.27938822,6.080891 5.523063,1 12,1 H 36 C 42.476937,1 47.720612,6.080891 47.986328,12.490234 47.993346,12.320963 48,12.151525 48,11.980469 48,5.3324754 42.647993,-0.01953125 36,-0.01953125 Z" />
<path
id="circle1665"
style="paint-order:stroke fill markers;fill:#ffffff;fill-opacity:1;opacity:0.1"
d="M 36 3 A 9 9 0 0 0 27 12 A 9 9 0 0 0 27.035156 12.5 A 9 9 0 0 1 36 4 A 9 9 0 0 1 44.974609 12.359375 A 9 9 0 0 0 45 12 A 9 9 0 0 0 36 3 z " />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="48"
height="24"
version="1.1"
id="svg6"
sodipodi:docname="toggle-on.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs10">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter863"
x="-0.14699999"
y="-0.14699999"
width="1.294"
height="1.294">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.1025"
id="feGaussianBlur865" />
</filter>
</defs>
<sodipodi:namedview
id="namedview8"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="11.8"
inkscape:cx="22.711864"
inkscape:cy="17.372881"
inkscape:window-width="1835"
inkscape:window-height="977"
inkscape:window-x="102"
inkscape:window-y="102"
inkscape:window-maximized="0"
inkscape:current-layer="svg6">
<inkscape:grid
type="xygrid"
id="grid293"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
transform="scale(-1,1)"
x="-48"
y="-0.019988"
width="48"
height="24"
rx="12"
ry="12"
fill="#009688"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#006a83;fill-opacity:1"
id="rect2" />
<circle
cx="36"
cy="13"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter863);opacity:0.35"
id="circle307" />
<circle
cx="36"
cy="12"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#eff1f5;fill-opacity:1"
id="circle4" />
<path
id="rect876"
style="paint-order:stroke fill markers;fill:#ffffff;opacity:0.1"
d="M -12 -0.01953125 C -5.3520066 -0.01953125 0 5.3324754 0 11.980469 C 0 12.151525 -0.0066542885 12.320963 -0.013671875 12.490234 C -0.27938822 6.080891 -5.523063 1 -12 1 L -36 1 C -42.476937 1 -47.720612 6.080891 -47.986328 12.490234 C -47.993346 12.320963 -48 12.151525 -48 11.980469 C -48 5.3324754 -42.647993 -0.01953125 -36 -0.01953125 L -12 -0.01953125 z "
transform="scale(-1,1)" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,6 @@
<svg width="400" height="120" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(0 -932.36)">
<rect x="10" y="942.36" width="380" height="160" rx="18" ry="18" fill="#4d4d4d" stroke-width="0"/>
<path class="ColorScheme-Text" d="m200 964.36c-4.4183 0-8 3.5817-8 8h-16v4h48v-4h-16c0-4.4183-3.5817-8-8-8zm0 4c2.2091 1e-5 4 1.7909 4 4h-8c1e-5 -2.2091 1.7909-4 4-4zm-20 12v32c0 4.4321 3.5679 8.0001 8 8.0001h24c4.4321 0 8-3.568 8-8.0001v-32h-38zm4 4h32v28c0 2.2161-1.7839 4.0001-4 4.0001h-24c-2.2161 0-4-1.784-4-4.0001z" fill="#ececec"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 573 B

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7">
<path d="m10 3v10l-5-5z"/>
</svg>

After

Width:  |  Height:  |  Size: 149 B

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7">
<path d="m6 3v10l5-5z"/>
</svg>

After

Width:  |  Height:  |  Size: 147 B

View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="48"
height="48"
version="1.1"
id="svg6"
sodipodi:docname="calendar-today.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs10" />
<sodipodi:namedview
id="namedview8"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="6.9532167"
inkscape:cx="-13.087468"
inkscape:cy="15.676198"
inkscape:window-width="1920"
inkscape:window-height="1012"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="svg6">
<inkscape:grid
type="xygrid"
id="grid293" />
</sodipodi:namedview>
<g
transform="matrix(2,0,0,2,-939.14001,-1079.92)"
id="g4"
style="fill:#ffffff">
<circle
cx="481.57001"
cy="559.46002"
r="1.5"
color="#000000"
color-rendering="auto"
fill-opacity="0.2"
image-rendering="auto"
shape-rendering="auto"
solid-color="#000000"
style="isolation:auto;mix-blend-mode:normal;paint-order:normal;fill:#ffffff"
id="circle2" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="24"
version="1.1"
viewBox="0 0 24 24"
id="svg1516"
sodipodi:docname="checkbox-dark.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1520">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1446"
x="-0.05808"
y="-0.05808"
width="1.11616"
height="1.11616">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.484"
id="feGaussianBlur1448" />
</filter>
</defs>
<sodipodi:namedview
id="namedview1518"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="13.906433"
inkscape:cx="9.4560553"
inkscape:cy="15.53238"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1516" />
<rect
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter1446)"
id="rect890"
width="20"
height="20"
x="2"
y="3"
rx="4"
ry="4" />
<rect
style="fill:#27a1b9;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
id="rect616"
width="20"
height="20"
x="2"
y="2"
rx="4"
ry="4" />
<path
id="rect340"
d="m 18.36396,7.7576861 c -0.391736,-0.3917365 -1.022477,-0.3917368 -1.414214,0 L 10.585785,14.121648 7.0502516,10.586113 c -0.3917367,-0.391737 -1.0224771,-0.391736 -1.4142135,0 -0.3917365,0.391736 -0.3917368,1.022477 0,1.414214 l 4.2426409,4.242641 c 0.02448,0.02448 0.04973,0.04625 0.07596,0.06767 0.393511,0.321347 0.971002,0.299581 1.338255,-0.06767 l 7.071068,-7.0710684 c 0.391737,-0.3917367 0.391736,-1.0224771 0,-1.4142135 z"
style="fill:#1a1b26;fill-opacity:1" />
<path
id="rect885"
style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="M 6,2 C 3.7840022,2 2,3.7840022 2,6 V 7 C 2,4.7840022 3.7840022,3 6,3 h 12 c 2.215998,0 4,1.7840022 4,4 V 6 C 22,3.7840022 20.215998,2 18,2 Z" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".25"/>
</svg>

After

Width:  |  Height:  |  Size: 168 B

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".2"/>
</svg>

After

Width:  |  Height:  |  Size: 167 B

View file

@ -0,0 +1,3 @@
<svg width="24" height="24" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" fill="#ffffff" opacity=".12"/>
</svg>

After

Width:  |  Height:  |  Size: 168 B

View file

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="24"
height="24"
version="1.1"
viewBox="0 0 24 24"
id="svg439"
sodipodi:docname="checkbox.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs443">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter1446"
x="-0.05808"
y="-0.05808"
width="1.11616"
height="1.11616">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.484"
id="feGaussianBlur1448" />
</filter>
</defs>
<sodipodi:namedview
id="namedview441"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="19.666667"
inkscape:cx="7.7542372"
inkscape:cy="14.38983"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg439">
<inkscape:grid
type="xygrid"
id="grid562"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
style="opacity:0.25;fill:#000000;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter1446)"
id="rect890"
width="20"
height="20"
x="2"
y="3"
rx="4"
ry="4" />
<rect
style="opacity:1;fill:#006a83;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
id="rect616"
width="20"
height="20"
x="2"
y="2"
rx="4"
ry="4" />
<path
id="rect340"
d="m 18.36396,7.7576861 c -0.391736,-0.3917365 -1.022477,-0.3917368 -1.414214,0 L 10.585785,14.121648 7.0502516,10.586113 c -0.3917367,-0.391737 -1.0224771,-0.391736 -1.4142135,0 -0.3917365,0.391736 -0.3917368,1.022477 0,1.414214 l 4.2426409,4.242641 c 0.02448,0.02448 0.04973,0.04625 0.07596,0.06767 0.393511,0.321347 0.971002,0.299581 1.338255,-0.06767 l 7.071068,-7.0710684 c 0.391737,-0.3917367 0.391736,-1.0224771 0,-1.4142135 z"
style="fill:#e9e9ed;fill-opacity:1" />
<path
id="rect885"
style="opacity:0.1;fill:#ffffff;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="M 6 2 C 3.7840022 2 2 3.7840022 2 6 L 2 7 C 2 4.7840022 3.7840022 3 6 3 L 18 3 C 20.215998 3 22 4.7840022 22 7 L 22 6 C 22 3.7840022 20.215998 2 18 2 L 6 2 z " />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF">
<circle cx="12" cy="12" r="12" opacity="0.3"/>
<circle cx="12" cy="12" r="4"/>
</svg>

After

Width:  |  Height:  |  Size: 189 B

View file

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
viewBox="0 0 48 48"
id="svg2"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="no-events.svg">
<metadata
id="metadata12">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<defs
id="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1413"
inkscape:window-height="955"
id="namedview8"
showgrid="true"
inkscape:zoom="4.9166667"
inkscape:cx="-16.677966"
inkscape:cy="15.864407"
inkscape:window-x="46"
inkscape:window-y="71"
inkscape:window-maximized="0"
inkscape:current-layer="svg2">
<inkscape:grid
type="xygrid"
id="grid4134" />
</sodipodi:namedview>
<path
d="M0 0h48v48H0z"
fill="none"
id="path4" />
<path
d="m 38,6 -2,0 0,-4 -4,0 0,4 -16,0 0,-4 -4,0 0,4 -2,0 C 7.79,6 6.02,7.79 6.02,10 L 6,38 c 0,2.21 1.79,4 4,4 l 28,0 c 2.21,0 4,-1.79 4,-4 L 42,10 C 42,7.79 40.21,6 38,6 Z m 0,32 -28,0 0,-22 28,0 z"
id="path6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccccccccsccsssssccccc"
style="fill:#f5f5f5;fill-opacity:1;opacity:0.54" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="#FFFFFF" opacity="0.5">
<path d="M24 44c2.21 0 4-1.79 4-4h-8c0 2.21 1.79 4 4 4zm12-12V22c0-6.15-3.27-11.28-9-12.64V8c0-1.66-1.34-3-3-3s-3 1.34-3 3v1.36c-5.73 1.36-9 6.49-9 12.64v10l-4 4v2h32v-2l-4-4zm-4 2H16V22c0-4.97 3.03-9 8-9s8 4.03 8 9v12z"/>
</svg>

After

Width:  |  Height:  |  Size: 345 B

View file

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1600"
height="900"
viewBox="0 0 1600 900"
version="1.1"
id="svg13"
sodipodi:docname="noise-texture.svg"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
<metadata
id="metadata17">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="698"
id="namedview15"
showgrid="false"
inkscape:zoom="0.26222222"
inkscape:cx="647.80786"
inkscape:cy="422.79535"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg13" />
<defs
id="defs9">
<radialGradient
id="a"
gradientTransform="matrix(1 1 -1 1 0.5 -0.5)">
<stop
stop-color="#455A64"
stop-opacity="0"
offset="0.25"
id="stop2"
style="stop-color:#444444;stop-opacity:0" />
<stop
stop-color="#455A64"
stop-opacity="0.5"
offset="0.75"
id="stop4"
style="stop-color:#444444;stop-opacity:0.50196081" />
<stop
stop-color="#455A64"
stop-opacity="1"
offset="1"
id="stop6"
style="stop-color:#444444;stop-opacity:1" />
</radialGradient>
</defs>
<rect
width="1600"
height="900"
fill="url(#a)"
id="rect11" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,72 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="32" viewBox="0 0 512 32">
<defs>
<g id="g" fill="#FFFFFF" opacity="0.7">
<circle cx="8" cy="8" r="8" fill="none"/>
<path d="m8 1a7 7 0 0 0 -7 7 7 7 0 0 0 7 7 7 7 0 0 0 7 -7h-3a4 4 0 0 1 -4 4 4 4 0 0 1 -4 -4 4 4 0 0 1 4 -4v-3z"/>
</g>
</defs>
<use xlink:href="#g" transform="translate(0) rotate(0 8 8)"/>
<use xlink:href="#g" transform="translate(16) rotate(5.625 8 8)"/>
<use xlink:href="#g" transform="translate(32) rotate(11.25 8 8)"/>
<use xlink:href="#g" transform="translate(48) rotate(16.875 8 8)"/>
<use xlink:href="#g" transform="translate(64) rotate(22.5 8 8)"/>
<use xlink:href="#g" transform="translate(80) rotate(28.125 8 8)"/>
<use xlink:href="#g" transform="translate(96) rotate(33.75 8 8)"/>
<use xlink:href="#g" transform="translate(112) rotate(39.375 8 8)"/>
<use xlink:href="#g" transform="translate(128) rotate(45 8 8)"/>
<use xlink:href="#g" transform="translate(144) rotate(50.625 8 8)"/>
<use xlink:href="#g" transform="translate(160) rotate(56.25 8 8)"/>
<use xlink:href="#g" transform="translate(176) rotate(61.875 8 8)"/>
<use xlink:href="#g" transform="translate(192) rotate(67.5 8 8)"/>
<use xlink:href="#g" transform="translate(208) rotate(73.125 8 8)"/>
<use xlink:href="#g" transform="translate(224) rotate(78.75 8 8)"/>
<use xlink:href="#g" transform="translate(240) rotate(84.375 8 8)"/>
<use xlink:href="#g" transform="translate(256) rotate(90 8 8)"/>
<use xlink:href="#g" transform="translate(272) rotate(95.625 8 8)"/>
<use xlink:href="#g" transform="translate(288) rotate(101.25 8 8)"/>
<use xlink:href="#g" transform="translate(304) rotate(106.875 8 8)"/>
<use xlink:href="#g" transform="translate(320) rotate(112.5 8 8)"/>
<use xlink:href="#g" transform="translate(336) rotate(118.125 8 8)"/>
<use xlink:href="#g" transform="translate(352) rotate(123.75 8 8)"/>
<use xlink:href="#g" transform="translate(368) rotate(129.375 8 8)"/>
<use xlink:href="#g" transform="translate(384) rotate(135 8 8)"/>
<use xlink:href="#g" transform="translate(400) rotate(140.625 8 8)"/>
<use xlink:href="#g" transform="translate(416) rotate(146.25 8 8)"/>
<use xlink:href="#g" transform="translate(432) rotate(151.875 8 8)"/>
<use xlink:href="#g" transform="translate(448) rotate(157.5 8 8)"/>
<use xlink:href="#g" transform="translate(464) rotate(163.125 8 8)"/>
<use xlink:href="#g" transform="translate(480) rotate(168.75 8 8)"/>
<use xlink:href="#g" transform="translate(496) rotate(174.375 8 8)"/>
<use xlink:href="#g" transform="translate(0 16) rotate(180 8 8)"/>
<use xlink:href="#g" transform="translate(16 16) rotate(185.625 8 8)"/>
<use xlink:href="#g" transform="translate(32 16) rotate(191.25 8 8)"/>
<use xlink:href="#g" transform="translate(48 16) rotate(196.875 8 8)"/>
<use xlink:href="#g" transform="translate(64 16) rotate(202.5 8 8)"/>
<use xlink:href="#g" transform="translate(80 16) rotate(208.125 8 8)"/>
<use xlink:href="#g" transform="translate(96 16) rotate(213.75 8 8)"/>
<use xlink:href="#g" transform="translate(112 16) rotate(219.375 8 8)"/>
<use xlink:href="#g" transform="translate(128 16) rotate(225 8 8)"/>
<use xlink:href="#g" transform="translate(144 16) rotate(230.625 8 8)"/>
<use xlink:href="#g" transform="translate(160 16) rotate(236.25 8 8)"/>
<use xlink:href="#g" transform="translate(176 16) rotate(241.875 8 8)"/>
<use xlink:href="#g" transform="translate(192 16) rotate(247.5 8 8)"/>
<use xlink:href="#g" transform="translate(208 16) rotate(253.125 8 8)"/>
<use xlink:href="#g" transform="translate(224 16) rotate(258.75 8 8)"/>
<use xlink:href="#g" transform="translate(240 16) rotate(264.375 8 8)"/>
<use xlink:href="#g" transform="translate(256 16) rotate(270 8 8)"/>
<use xlink:href="#g" transform="translate(272 16) rotate(275.625 8 8)"/>
<use xlink:href="#g" transform="translate(288 16) rotate(281.25 8 8)"/>
<use xlink:href="#g" transform="translate(304 16) rotate(286.875 8 8)"/>
<use xlink:href="#g" transform="translate(320 16) rotate(292.5 8 8)"/>
<use xlink:href="#g" transform="translate(336 16) rotate(298.125 8 8)"/>
<use xlink:href="#g" transform="translate(352 16) rotate(303.75 8 8)"/>
<use xlink:href="#g" transform="translate(368 16) rotate(309.375 8 8)"/>
<use xlink:href="#g" transform="translate(384 16) rotate(315 8 8)"/>
<use xlink:href="#g" transform="translate(400 16) rotate(320.625 8 8)"/>
<use xlink:href="#g" transform="translate(416 16) rotate(326.25 8 8)"/>
<use xlink:href="#g" transform="translate(432 16) rotate(331.875 8 8)"/>
<use xlink:href="#g" transform="translate(448 16) rotate(337.5 8 8)"/>
<use xlink:href="#g" transform="translate(464 16) rotate(343.125 8 8)"/>
<use xlink:href="#g" transform="translate(480 16) rotate(348.75 8 8)"/>
<use xlink:href="#g" transform="translate(496 16) rotate(354.375 8 8)"/>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="48"
height="24"
version="1.1"
id="svg3299"
sodipodi:docname="toggle-off.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs3303" />
<sodipodi:namedview
id="namedview3301"
pagecolor="#474747"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="5.9"
inkscape:cx="5.4237288"
inkscape:cy="12.542373"
inkscape:window-width="1368"
inkscape:window-height="700"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg3299">
<inkscape:grid
type="xygrid"
id="grid3422" />
</sodipodi:namedview>
<rect
transform="scale(-1,1)"
x="-48"
y="-0.019988"
width="48"
height="24"
rx="12"
ry="12"
fill="#ffffff"
opacity="0.45"
stroke-width="0"
style="paint-order:stroke fill markers"
id="rect3295" />
<circle
cx="12"
cy="12"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#242424;fill-opacity:1"
id="circle3297" />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="48"
height="24"
version="1.1"
id="svg939"
sodipodi:docname="toggle-on-dark.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs943">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter863"
x="-0.14699999"
y="-0.14699999"
width="1.294"
height="1.294">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.1025"
id="feGaussianBlur865" />
</filter>
</defs>
<sodipodi:namedview
id="namedview941"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="11.8"
inkscape:cx="18.09322"
inkscape:cy="12.288136"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg939">
<inkscape:grid
type="xygrid"
id="grid1663"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
transform="scale(-1,1)"
x="-48"
y="-0.019988"
width="48"
height="24"
rx="12"
ry="12"
fill="#009688"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#27a1b9;fill-opacity:1"
id="rect2" />
<circle
cx="36"
cy="13"
r="9"
fill="#ffffff"
stroke-width="0"
style="opacity:0.35;fill:#000000;paint-order:stroke fill markers;filter:url(#filter863)"
id="circle307" />
<circle
cx="36"
cy="12"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#1a1b26;fill-opacity:1"
id="circle4" />
<path
id="rect876"
style="opacity:0.1;fill:#ffffff;paint-order:stroke fill markers"
d="m 12,-0.01953125 c -6.6479934,0 -12,5.35200665 -12,12.00000025 0,0.171056 0.00665429,0.340494 0.01367188,0.509765 C 0.27938822,6.080891 5.523063,1 12,1 H 36 C 42.476937,1 47.720612,6.080891 47.986328,12.490234 47.993346,12.320963 48,12.151525 48,11.980469 48,5.3324754 42.647993,-0.01953125 36,-0.01953125 Z" />
<path
id="circle1665"
style="paint-order:stroke fill markers;fill:#ffffff;fill-opacity:1;opacity:0.1"
d="M 36 3 A 9 9 0 0 0 27 12 A 9 9 0 0 0 27.035156 12.5 A 9 9 0 0 1 36 4 A 9 9 0 0 1 44.974609 12.359375 A 9 9 0 0 0 45 12 A 9 9 0 0 0 36 3 z " />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="48"
height="24"
version="1.1"
id="svg6"
sodipodi:docname="toggle-on.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs10">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter863"
x="-0.14699999"
y="-0.14699999"
width="1.294"
height="1.294">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.1025"
id="feGaussianBlur865" />
</filter>
</defs>
<sodipodi:namedview
id="namedview8"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="true"
inkscape:zoom="11.8"
inkscape:cx="16.991525"
inkscape:cy="16.186441"
inkscape:window-width="1867"
inkscape:window-height="1009"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg6">
<inkscape:grid
type="xygrid"
id="grid293"
originx="0"
originy="0"
spacingy="1"
spacingx="1"
units="px"
visible="true" />
</sodipodi:namedview>
<rect
transform="scale(-1,1)"
x="-48"
y="-0.019988"
width="48"
height="24"
rx="12"
ry="12"
fill="#009688"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#006a83;fill-opacity:1"
id="rect2" />
<circle
cx="36"
cy="13"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter863);opacity:0.35"
id="circle307" />
<circle
cx="36"
cy="12"
r="9"
fill="#ffffff"
stroke-width="0"
style="paint-order:stroke fill markers;fill:#e9e9ed;fill-opacity:1"
id="circle4" />
<path
id="rect876"
style="paint-order:stroke fill markers;fill:#ffffff;opacity:0.1"
d="M -12 -0.01953125 C -5.3520066 -0.01953125 0 5.3324754 0 11.980469 C 0 12.151525 -0.0066542885 12.320963 -0.013671875 12.490234 C -0.27938822 6.080891 -5.523063 1 -12 1 L -36 1 C -42.476937 1 -47.720612 6.080891 -47.986328 12.490234 C -47.993346 12.320963 -48 12.151525 -48 11.980469 C -48 5.3324754 -42.647993 -0.01953125 -36 -0.01953125 L -12 -0.01953125 z "
transform="scale(-1,1)" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1 @@
assets/no-events.svg

View file

@ -0,0 +1 @@
assets/no-notifications.svg

View file

@ -0,0 +1,31 @@
.Leader {
stroke-width: 0.5 !important;
stroke: #535353;
fill: none !important;
}
.Button {
stroke-width: 0.25;
stroke: #ededed;
fill: #ededed;
}
.Ring {
stroke-width: 0.5 !important;
stroke: #535353 !important;
fill: none !important;
}
.Label {
stroke: none !important;
stroke-width: 0.1 !important;
font-size: 0.1 !important;
fill: transparent !important;
}
.TouchStrip,
.TouchRing {
stroke-width: 0.1 !important;
stroke: #ededed !important;
fill: #535353 !important;
}

View file

@ -0,0 +1 @@
assets/process-working.svg

View file

@ -0,0 +1,92 @@
# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et:
#
# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g.
# custom widgets, programs giving us a chance to alter their UI to fit more with
# the theme or stuff that is supposed to look different, like panels.
# TODO: This could really look nicer
style "gimp_spin_scale" {
# Spin background
bg[NORMAL] = @base_color
engine "pixmap" {
image {
function = BOX
state = NORMAL
detail = "spinbutton_up"
overlay_file = "assets/pan-up-alt.png"
overlay_stretch = FALSE
}
image {
function = BOX
state = PRELIGHT
detail = "spinbutton_up"
overlay_file = "assets/pan-up.png"
overlay_stretch = FALSE
}
image {
function = BOX
state = ACTIVE
detail = "spinbutton_up"
overlay_file = "assets/pan-up.png"
overlay_stretch = FALSE
}
image {
function = BOX
state = INSENSITIVE
detail = "spinbutton_up"
overlay_file = "assets/pan-up-alt-disabled.png"
overlay_stretch = FALSE
}
image {
function = BOX
state = NORMAL
detail = "spinbutton_down"
overlay_file = "assets/pan-down-alt.png"
overlay_stretch = FALSE
}
image {
function = BOX
state = PRELIGHT
detail = "spinbutton_down"
overlay_file = "assets/pan-down.png"
overlay_stretch = FALSE
}
image {
function = BOX
state = ACTIVE
detail = "spinbutton_down"
overlay_file = "assets/pan-down.png"
overlay_stretch = FALSE
}
image {
function = BOX
state = INSENSITIVE
detail = "spinbutton_down"
overlay_file = "assets/pan-down-alt-disabled.png"
overlay_stretch = FALSE
}
}
}
style "chrome_gtk_frame" {
ChromeGtkFrame::frame-color = @titlebar_bg_color
ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
ChromeGtkFrame::frame-gradient-size = 0
}
# Disable spin button assets for GimpSpinScale
class "GimpSpinScale" style "gimp_spin_scale"
# Chromium lets us define some colours and settings for better integration
class "ChromeGtkFrame" style "chrome_gtk_frame"

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Some files were not shown because too many files have changed in this diff Show more