diff --git a/OLD CONFIGS/nix_new/files/conf/apps/#packages.conf# b/OLD CONFIGS/nix_new/files/conf/apps/#packages.conf# deleted file mode 100644 index 9d451f8..0000000 --- a/OLD CONFIGS/nix_new/files/conf/apps/#packages.conf# +++ /dev/null @@ -1,72 +0,0 @@ -# IMPORTANT: -# Only packages/attributes that exist in Nixpkgs can be installed. -# Check names on https://search.nixos.org/packages -# A wrong package name (or attribute path) will cause the Nix build to fail. - - -# system -waybar -wofi -dunst -xdg-utils -desktop-file-utils -playerctl -pamixer -brightnessctl -rofi -home-manager - -# browsers -brave -vivaldi -chromium - -# hyprland -hyprpaper - -# utils -wget -flatpak -nextcloud-client -kdePackages.okular -kdePackages.gwenview -kdePackages.kdeconnect-kde -_1password-gui - -docker -tree -ripgrep -gparted -file -htop -wev -solaar - -# terminal -kitty -starship -kdePackages.konsole -kdePackages.yakuake - -# office -obsidian -onlyoffice-desktopeditors - -# development -git -vscode-with-extensions -kdePackages.kate -jetbrains.pycharm -python3 - -# communication -nextcloud-talk-desktop -signal-desktop - -# multimedia -spotify -vlc - -# graphic -gimp2 - diff --git a/OLD CONFIGS/nix_new/files/conf/apps/flatpak.conf b/OLD CONFIGS/nix_new/files/conf/apps/flatpak.conf deleted file mode 100644 index 0bb3cad..0000000 --- a/OLD CONFIGS/nix_new/files/conf/apps/flatpak.conf +++ /dev/null @@ -1,4 +0,0 @@ -app.zen_browser.zen -com.github.tchx84.Flatseal -eu.betterbird.Betterbird -com.todoist.Todoist diff --git a/OLD CONFIGS/nix_new/files/conf/apps/packages.conf b/OLD CONFIGS/nix_new/files/conf/apps/packages.conf deleted file mode 100644 index 3660ed9..0000000 --- a/OLD CONFIGS/nix_new/files/conf/apps/packages.conf +++ /dev/null @@ -1,71 +0,0 @@ -# IMPORTANT: -# Only packages/attributes that exist in Nixpkgs can be installed. -# Check names on https://search.nixos.org/packages -# A wrong package name (or attribute path) will cause the Nix build to fail. - - -# system -waybar -wofi -dunst -xdg-utils -desktop-file-utils -playerctl -pamixer -brightnessctl -rofi -home-manager - -# browsers -brave -vivaldi -chromium - -# hyprland -hyprpaper - -# utils -wget -flatpak -nextcloud-client -kdePackages.okular -kdePackages.gwenview -kdePackages.kdeconnect-kde -_1password-gui -docker -tree -ripgrep -gparted -file -htop -wev -solaar - -# terminal -kitty -starship -kdePackages.konsole -kdePackages.yakuake - -# office -obsidian -onlyoffice-desktopeditors - -# development -git -vscode-with-extensions -kdePackages.kate -jetbrains.pycharm -python3 - -# communication -nextcloud-talk-desktop -signal-desktop - -# multimedia -spotify -vlc - -# graphic -gimp2 - diff --git a/OLD CONFIGS/nix_new/files/conf/greeter/greeter.conf b/OLD CONFIGS/nix_new/files/conf/greeter/greeter.conf deleted file mode 100644 index 3e35cd3..0000000 --- a/OLD CONFIGS/nix_new/files/conf/greeter/greeter.conf +++ /dev/null @@ -1,11 +0,0 @@ - # Minimal Hyprland config for greetd - -monitor = , preferred, auto, 1 - -misc { - disable_hyprland_logo = true - disable_splash_rendering = true -} - -# Start qtgreet and point it at the correct session paths for NixOS -exec-once = sh -lc 'source /etc/greetd/qtgreet-session-paths; exec qtgreet -w "$WAYLAND_SESSIONS" -x "$X11_SESSIONS"' diff --git a/OLD CONFIGS/nix_new/files/conf/hypr/bindings.conf b/OLD CONFIGS/nix_new/files/conf/hypr/bindings.conf deleted file mode 100644 index 1f77323..0000000 --- a/OLD CONFIGS/nix_new/files/conf/hypr/bindings.conf +++ /dev/null @@ -1,130 +0,0 @@ -############### -############### - -$mainMod = SUPER - -# use walker to show exec menu - "$mainMod, Space, exec, walker" - "$mainMod, P, pseudo" - "$mainMod, J, togglesplit" - -# grimblast - "$mainMod_SHIFT, p, exec, grimblast -n -f copysave active" - "$mainMod_SHIFT, a, exec, grimblast -n -f copysave area" - "$mainMod_ALT, p, exec, grimblast -n -f copysave output" - "$mainMod_CTRL, p, exec, grimblast -n -f copysave screen" - -# Terminal / launcher / kill / reload -$mainMod, RETURN, exec, kitty -$mainMod, D, exec, wofi --show drun -$mainMod, Q, killactive, -$mainMod_SHIFT, Q, exit, -$mainMod_SHIFT, R, exec, hyprctl reload -"$mainMod_SHIFT, S, exec, wlogout" - -# Default browser -$mainMod, W, exec, xdg-open https://about:blank - -# Focus movement -$mainMod, H, movefocus, l -$mainMod, L, movefocus, r -$mainMod, K, movefocus, u -$mainMod, J, movefocus, d -$mainMod, left, movefocus, l -$mainMod, right, movefocus, r -$mainMod, up, movefocus, u -$mainMod, down, movefocus, d -# Keybindings # - -# Move windows -$mainMod_SHIFT, H, movewindow, l -$mainMod_SHIFT, L, movewindow, r -$mainMod_SHIFT, K, movewindow, u -$mainMod_SHIFT, J, movewindow, d -$mainMod_SHIFT, left, movewindow, l -$mainMod_SHIFT, right, movewindow, r -$mainMod_SHIFT, up, movewindow, u -$mainMod_SHIFT, down, movewindow, d - -# Resize windows -$mainMod CTRL, H, resizeactive, -30 0 -$mainMod CTRL, L, resizeactive, 30 0 -$mainMod CTRL, K, resizeactive, 0 -30 -$mainMod CTRL, J, resizeactive, 0 30 - -# Floating / fullscreen -$mainMod, V, togglefloating, -$mainMod, F, fullscreen, 0 -$mainMod_SHIFT, F, fullscreen, 1 - -# Workspaces -$mainMod, 1, workspace, 1 -$mainMod, 2, workspace, 2 -$mainMod, 3, workspace, 3 -$mainMod, 4, workspace, 4 -$mainMod, 5, workspace, 5 -$mainMod, 6, workspace, 6 -$mainMod, 7, workspace, 7 -$mainMod, 8, workspace, 8 -$mainMod, 9, workspace, 9 -$mainMod, 0, workspace, 10 - -$mainMod_SHIFT, 1, movetoworkspace, 1 -$mainMod_SHIFT, 2, movetoworkspace, 2 -$mainMod_SHIFT, 3, movetoworkspace, 3 -$mainMod_SHIFT, 4, movetoworkspace, 4 -$mainMod_SHIFT, 5, movetoworkspace, 5 -$mainMod_SHIFT, 6, movetoworkspace, 6 -$mainMod_SHIFT, 7, movetoworkspace, 7 -$mainMod_SHIFT, 8, movetoworkspace, 8 -$mainMod_SHIFT, 9, movetoworkspace, 9 -$mainMod_SHIFT, 0, movetoworkspace, 10 - -# Cycle workspaces -$mainMod, mouse_down, workspace, e+1 -$mainMod, mouse_up, workspace, e-1 - -# Mouse drag -bindm = $mainMod, mouse:272, movewindow -bindm = $mainMod, mouse:273, resizewindow - -######################### -# Audio (pamixer) -######################### -, XF86AudioRaiseVolume, exec, pamixer -i 5 -, XF86AudioLowerVolume, exec, pamixer -d 5 -, XF86AudioMute, exec, pamixer -t -, XF86AudioMicMute, exec, pamixer --default-source -t - -######################### -# Media (playerctl) -######################### -, XF86AudioPlay, exec, playerctl play-pause -, XF86AudioPause, exec, playerctl pause -, XF86AudioNext, exec, playerctl next -, XF86AudioPrev, exec, playerctl previous -, XF86AudioStop, exec, playerctl stop - -######################### -# Brightness (brightnessctl) -######################### -, XF86MonBrightnessUp, exec, brightnessctl set +10% -, XF86MonBrightnessDown, exec, brightnessctl set 10%- -, XF86KbdBrightnessUp, exec, brightnessctl -d '*kbd_backlight*' set +10% -, XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%- - -######################### -# Power / session -######################### -, XF86Sleep, exec, systemctl suspend -, XF86PowerOff, exec, systemctl poweroff -, XF86WakeUp, exec, systemctl suspend - - -######################### -# Start apps -######################### -$mainMod, E, exec, dolphin -CTRLALT, B, exec, flatpak run eu.betterbird.Betterbird -CTRLALT, S, exec, spotify -CTRLALT, z, exec, flatpak run app.zen_browser.zen diff --git a/OLD CONFIGS/nix_new/files/conf/hypr/hyprland.conf b/OLD CONFIGS/nix_new/files/conf/hypr/hyprland.conf deleted file mode 100644 index a663e74..0000000 --- a/OLD CONFIGS/nix_new/files/conf/hypr/hyprland.conf +++ /dev/null @@ -1,58 +0,0 @@ - -# --- Variables --- -$mod = SUPER -$term = kitty -$menu = hyprshell run - - -# --- Environment --- -env = XDG_CURRENT_DESKTOP,Hyprland -env = XDG_SESSION_TYPE,wayland -env = XDG_SESSION_DESKTOP,Hyprland -env = MOZ_ENABLE_WAYLAND,1 - -# --- Monitor (safe default) --- -monitor = , preferred, auto, 1 - -# --- Input --- -input { - kb_layout = us - follow_mouse = 1 - touchpad { - natural_scroll = true - } -} - -# --- General --- -general { - gaps_in = 5 - gaps_out = 10 - border_size = 2 - layout = dwindle -} - -animations { - enabled = true -} - -decoration { - blur { - enabled = true - size = 8 - passes = 2 - new_optimizations = true - } -} - -misc { - disable_hyprland_logo = false - disable_splash_rendering = false -} - -# --- Keybindings live here --- -source = /etc/xdg/hypr/bindings.conf - - -# --- Autostart --- -exec-once = waybar -#exec-once = sleep 2 & /run/current-system/sw/bin/hyprshell run diff --git a/OLD CONFIGS/nix_new/files/conf/hypr/hyprland_no_blur.conf b/OLD CONFIGS/nix_new/files/conf/hypr/hyprland_no_blur.conf deleted file mode 100644 index 1c0f794..0000000 --- a/OLD CONFIGS/nix_new/files/conf/hypr/hyprland_no_blur.conf +++ /dev/null @@ -1,61 +0,0 @@ -# ========================= -# Hyprland config (generated by Nix) -# ========================= - -# --- Variables --- -$mod = SUPER -$term = kitty -$menu = hyprshell run - - -# --- Environment --- -env = XDG_CURRENT_DESKTOP,Hyprland -env = XDG_SESSION_TYPE,wayland -env = XDG_SESSION_DESKTOP,Hyprland -env = MOZ_ENABLE_WAYLAND,1 - -# --- Monitor (safe default) --- -monitor = , preferred, auto, 1 - -# --- Input --- -input { - kb_layout = us - follow_mouse = 1 - touchpad { - natural_scroll = true - } -} - -# --- General --- -general { - gaps_in = 5 - gaps_out = 10 - border_size = 2 - layout = dwindle -} - -animations { - enabled = true -} - -decoration { - blur { - enabled = false - size = 8 - passes = 2 - new_optimizations = true - } -} - -misc { - disable_hyprland_logo = false - disable_splash_rendering = false -} - -# --- Keybindings live here --- -source = /etc/xdg/hypr/bindings.conf - - -# --- Autostart --- -exec-once = waybar -#exec-once = sleep 2 & /run/current-system/sw/bin/hyprshell run diff --git a/OLD CONFIGS/nix_new/files/conf/hypr/hyprshell.conf b/OLD CONFIGS/nix_new/files/conf/hypr/hyprshell.conf deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/nix_new/files/conf/ssh/ssh-client.conf b/OLD CONFIGS/nix_new/files/conf/ssh/ssh-client.conf deleted file mode 100644 index 145ff87..0000000 --- a/OLD CONFIGS/nix_new/files/conf/ssh/ssh-client.conf +++ /dev/null @@ -1,4 +0,0 @@ -Host * - AddKeysToAgent yes - ServerAliveInterval 30 - ServerAliveCountMax 3 diff --git a/OLD CONFIGS/nix_new/files/conf/terminal/aliases.conf b/OLD CONFIGS/nix_new/files/conf/terminal/aliases.conf deleted file mode 100644 index fe81785..0000000 --- a/OLD CONFIGS/nix_new/files/conf/terminal/aliases.conf +++ /dev/null @@ -1,17 +0,0 @@ -alias ll='ls -lah' -alias gs='git status' -alias ga='git add' -alias gc='git commit' -alias reb-switch='cd ~/nixos && sudo nixos-rebuild switch --flake ~/nixos#traveldroid' -alias reb-test='cd ~/nixos && sudo nixos-rebuild test --flake ~/nixos#traveldroid' -alias reb-vm='cd ~/nixos && sudo nixos-rebuild build-vm --flake ~/nixos#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"' -alias rb='systemctl reboot' -alias po='systemctl poweroff' -alias fpl='flatpak search' -alias fpi='flatpak install' -alias fpr='flatpak run' -alias nxc='ssh henrov@nextcloud.data-pro.nu' -alias nps='xdg-open https://search.nixos.org' -alias vs='code' -alias saveme='sudo nix-env -p /nix/var/nix/profiles/system --set /nix/var/nix/profiles/system-123-link && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration boot' - diff --git a/OLD CONFIGS/nix_new/files/conf/terminal/kitty.conf b/OLD CONFIGS/nix_new/files/conf/terminal/kitty.conf deleted file mode 100644 index c0f325b..0000000 --- a/OLD CONFIGS/nix_new/files/conf/terminal/kitty.conf +++ /dev/null @@ -1,12 +0,0 @@ -# ~/nixos/files/conf/terminal/kitty.conf -# Kitty config (https://sw.kovidgoyal.net/kitty/conf/) -# -# Edit freely; NixOS will inject this file verbatim via programs.kitty.extraConfig. - -# Example baseline settings: -background_opacity 0.60 -dynamic_background_opacity yes - -# Suggested: allow ctrl+shift+v paste (many distros default this already) -map ctrl+shift+v paste_from_clipboard -map ctrl+shift+c copy_to_clipboard diff --git a/OLD CONFIGS/nix_new/files/conf/terminal/starship.toml b/OLD CONFIGS/nix_new/files/conf/terminal/starship.toml deleted file mode 100644 index ba9bd82..0000000 --- a/OLD CONFIGS/nix_new/files/conf/terminal/starship.toml +++ /dev/null @@ -1,279 +0,0 @@ -"$schema" = 'https://starship.rs/config-schema.json' - -format = """ -[](red)\ -$os\ -$username\ -[](bg:peach fg:red)\ -$directory\ -[](bg:yellow fg:peach)\ -$git_branch\ -$git_status\ -[](fg:yellow bg:green)\ -$c\ -$rust\ -$golang\ -$nodejs\ -$php\ -$java\ -$kotlin\ -$haskell\ -$python\ -[](fg:green bg:sapphire)\ -$conda\ -[](fg:sapphire bg:lavender)\ -$time\ -[ ](fg:lavender)\ -$cmd_duration\ -$line_break\ -$character""" - -palette = 'catppuccin_mocha' - -[os] -disabled = false -style = "bg:red fg:crust" - -[os.symbols] -Windows = "" -Ubuntu = "󰕈" -SUSE = "" -Raspbian = "󰐿" -Mint = "󰣭" -Macos = "󰀵" -Manjaro = "" -Linux = "󰌽" -Gentoo = "󰣨" -Fedora = "󰣛" -Alpine = "" -Amazon = "" -Android = "" -AOSC = "" -Arch = "󰣇" -Artix = "󰣇" -CentOS = "" -Debian = "󰣚" -Redhat = "󱄛" -RedHatEnterprise = "󱄛" - -[username] -show_always = true -style_user = "bg:red fg:crust" -style_root = "bg:red fg:crust" -format = '[ $user]($style)' - -[directory] -style = "bg:peach fg:crust" -format = "[ $path ]($style)" -truncation_length = 3 -truncation_symbol = "…/" - -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = "󰝚 " -"Pictures" = " " -"Developer" = "󰲋 " - -[git_branch] -symbol = "" -style = "bg:yellow" -format = '[[ $symbol $branch ](fg:crust bg:yellow)]($style)' - -[git_status] -style = "bg:yellow" -format = '[[($all_status$ahead_behind )](fg:crust bg:yellow)]($style)' - -[nodejs] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[c] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[rust] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[golang] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[php] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[java] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[kotlin] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[haskell] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[python] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version)(\(#$virtualenv\)) ](fg:crust bg:green)]($style)' - -[docker_context] -symbol = "" -style = "bg:sapphire" -format = '[[ $symbol( $context) ](fg:crust bg:sapphire)]($style)' - -[conda] -symbol = "  " -style = "fg:crust bg:sapphire" -format = '[$symbol$environment ]($style)' -ignore_base = false - -[time] -disabled = false -time_format = "%R" -style = "bg:lavender" -format = '[[  $time ](fg:crust bg:lavender)]($style)' - -[line_break] -disabled = false - -[character] -disabled = false -success_symbol = '[❯](bold fg:green)' -error_symbol = '[❯](bold fg:red)' -vimcmd_symbol = '[❮](bold fg:green)' -vimcmd_replace_one_symbol = '[❮](bold fg:lavender)' -vimcmd_replace_symbol = '[❮](bold fg:lavender)' -vimcmd_visual_symbol = '[❮](bold fg:yellow)' - -[cmd_duration] -show_milliseconds = true -format = " in $duration " -style = "bg:lavender" -disabled = false -show_notifications = true -min_time_to_notify = 45000 - -[palettes.catppuccin_mocha] -rosewater = "#f5e0dc" -flamingo = "#f2cdcd" -pink = "#f5c2e7" -mauve = "#cba6f7" -red = "#f38ba8" -maroon = "#eba0ac" -peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" -sky = "#89dceb" -sapphire = "#74c7ec" -blue = "#89b4fa" -lavender = "#b4befe" -text = "#cdd6f4" -subtext1 = "#bac2de" -subtext0 = "#a6adc8" -overlay2 = "#9399b2" -overlay1 = "#7f849c" -overlay0 = "#6c7086" -surface2 = "#585b70" -surface1 = "#45475a" -surface0 = "#313244" -base = "#1e1e2e" -mantle = "#181825" -crust = "#11111b" - -[palettes.catppuccin_frappe] -rosewater = "#f2d5cf" -flamingo = "#eebebe" -pink = "#f4b8e4" -mauve = "#ca9ee6" -red = "#e78284" -maroon = "#ea999c" -peach = "#ef9f76" -yellow = "#e5c890" -green = "#a6d189" -teal = "#81c8be" -sky = "#99d1db" -sapphire = "#85c1dc" -blue = "#8caaee" -lavender = "#babbf1" -text = "#c6d0f5" -subtext1 = "#b5bfe2" -subtext0 = "#a5adce" -overlay2 = "#949cbb" -overlay1 = "#838ba7" -overlay0 = "#737994" -surface2 = "#626880" -surface1 = "#51576d" -surface0 = "#414559" -base = "#303446" -mantle = "#292c3c" -crust = "#232634" - -[palettes.catppuccin_latte] -rosewater = "#dc8a78" -flamingo = "#dd7878" -pink = "#ea76cb" -mauve = "#8839ef" -red = "#d20f39" -maroon = "#e64553" -peach = "#fe640b" -yellow = "#df8e1d" -green = "#40a02b" -teal = "#179299" -sky = "#04a5e5" -sapphire = "#209fb5" -blue = "#1e66f5" -lavender = "#7287fd" -text = "#4c4f69" -subtext1 = "#5c5f77" -subtext0 = "#6c6f85" -overlay2 = "#7c7f93" -overlay1 = "#8c8fa1" -overlay0 = "#9ca0b0" -surface2 = "#acb0be" -surface1 = "#bcc0cc" -surface0 = "#ccd0da" -base = "#eff1f5" -mantle = "#e6e9ef" -crust = "#dce0e8" - -[palettes.catppuccin_macchiato] -rosewater = "#f4dbd6" -flamingo = "#f0c6c6" -pink = "#f5bde6" -mauve = "#c6a0f6" -red = "#ed8796" -maroon = "#ee99a0" -peach = "#f5a97f" -yellow = "#eed49f" -green = "#a6da95" -teal = "#8bd5ca" -sky = "#91d7e3" -sapphire = "#7dc4e4" -blue = "#8aadf4" -lavender = "#b7bdf8" -text = "#cad3f5" -subtext1 = "#b8c0e0" -subtext0 = "#a5adcb" -overlay2 = "#939ab7" -overlay1 = "#8087a2" -overlay0 = "#6e738d" -surface2 = "#5b6078" -surface1 = "#494d64" -surface0 = "#363a4f" -base = "#24273a" -mantle = "#1e2030" -crust = "#181926" diff --git a/OLD CONFIGS/nix_new/files/conf/terminal/zsh.conf b/OLD CONFIGS/nix_new/files/conf/terminal/zsh.conf deleted file mode 100644 index 8a6da27..0000000 --- a/OLD CONFIGS/nix_new/files/conf/terminal/zsh.conf +++ /dev/null @@ -1,14 +0,0 @@ -# ~/nixos/files/conf/terminal/zsh.conf -# Additional zsh configuration sourced for every interactive zsh shell. -# Keep this file POSIX-ish; it is sourced by zsh. - -# Example: history settings -HISTFILE="$HOME/.zsh_history" -HISTSIZE=10000 -SAVEHIST=10000 - -setopt HIST_IGNORE_ALL_DUPS -setopt SHARE_HISTORY - -# Example: enable starship if you ever disable the zsh integration module -# eval "$(starship init zsh)" diff --git a/OLD CONFIGS/nix_new/files/conf/wallpaper/wallpaper.conf b/OLD CONFIGS/nix_new/files/conf/wallpaper/wallpaper.conf deleted file mode 100644 index 2a7730a..0000000 --- a/OLD CONFIGS/nix_new/files/conf/wallpaper/wallpaper.conf +++ /dev/null @@ -1,8 +0,0 @@ -# transition type: fade, wipe, simple, any, etc. -TRANSITION_TYPE=fade -# duration in seconds (can be decimal) -TRANSITION_DURATION=2 -# frames per second -TRANSITION_FPS=60 -# override source dir if you ever move it -# SRC_DIR=~/nixos/files/wallpapers/picture diff --git a/OLD CONFIGS/nix_new/files/conf/waybar/config.jsonc b/OLD CONFIGS/nix_new/files/conf/waybar/config.jsonc deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/nix_new/files/conf/waybar/style.css b/OLD CONFIGS/nix_new/files/conf/waybar/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/nix_new/files/conf/xdg/mimeapps.list b/OLD CONFIGS/nix_new/files/conf/xdg/mimeapps.list deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-kseniachernaya-5691695.jpg b/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-kseniachernaya-5691695.jpg deleted file mode 100644 index 5f52686..0000000 Binary files a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-kseniachernaya-5691695.jpg and /dev/null differ diff --git a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-lalesh-147635.jpg b/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-lalesh-147635.jpg deleted file mode 100644 index 1acd099..0000000 Binary files a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-lalesh-147635.jpg and /dev/null differ diff --git a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-lucaspezeta-2212858.jpg b/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-lucaspezeta-2212858.jpg deleted file mode 100644 index e3008f0..0000000 Binary files a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-lucaspezeta-2212858.jpg and /dev/null differ diff --git a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-themob000-28428584.jpg b/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-themob000-28428584.jpg deleted file mode 100644 index c304de4..0000000 Binary files a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-themob000-28428584.jpg and /dev/null differ diff --git a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-themob000-28428592.jpg b/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-themob000-28428592.jpg deleted file mode 100644 index ecf0dce..0000000 Binary files a/OLD CONFIGS/nix_new/files/wallpaper/picture/pexels-themob000-28428592.jpg and /dev/null differ diff --git a/OLD CONFIGS/nix_new/files/wallpaper/videos/dark_water_large.mp4 b/OLD CONFIGS/nix_new/files/wallpaper/videos/dark_water_large.mp4 deleted file mode 100644 index cf66295..0000000 Binary files a/OLD CONFIGS/nix_new/files/wallpaper/videos/dark_water_large.mp4 and /dev/null differ diff --git a/OLD CONFIGS/nix_new/files/wallpaper/videos/white_blobs_small.mp4 b/OLD CONFIGS/nix_new/files/wallpaper/videos/white_blobs_small.mp4 deleted file mode 100644 index 0a4faaf..0000000 Binary files a/OLD CONFIGS/nix_new/files/wallpaper/videos/white_blobs_small.mp4 and /dev/null differ diff --git a/OLD CONFIGS/nix_new/flake.lock b/OLD CONFIGS/nix_new/flake.lock deleted file mode 100644 index bd4b7a8..0000000 --- a/OLD CONFIGS/nix_new/flake.lock +++ /dev/null @@ -1,48 +0,0 @@ -{ - "nodes": { - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1770915843, - "narHash": "sha256-ZwU5wXKNqpOQvjNz6aBp1j5peiBZow1++6pLnk5VAhs=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "6a1f7101d2c3ee87d485a87880d73b4665c6a4bd", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1770562336, - "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d6c71932130818840fc8fe9509cf50be8c64634f", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/OLD CONFIGS/nix_new/flake.nix b/OLD CONFIGS/nix_new/flake.nix deleted file mode 100644 index 7d1e07f..0000000 --- a/OLD CONFIGS/nix_new/flake.nix +++ /dev/null @@ -1,65 +0,0 @@ -{ - description = "NixOS baseline everywhere + per-host exceptions + HM deviations"; - - inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - outputs = { self, nixpkgs, home-manager, ... }: - let - lib = nixpkgs.lib; - - # Helper: make a NixOS system for a host - mkHost = - { hostname - , system ? "x86_64-linux" - , username ? "henrov" - }: - lib.nixosSystem { - inherit system; - - modules = [ - # --- Host entrypoint --- - ./hosts/${hostname}/configuration.nix - - # --- Shared baseline for ALL machines --- - ./modules/nixos/base.nix - - # --- Home Manager as a NixOS module --- - home-manager.nixosModules.home-manager - - # --- HM integration settings --- - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - - # Your user HM entrypoint - home-manager.users.${username} = import ./home/${username}/home.nix; - } - ]; - - specialArgs = { - inherit self hostname username; - }; - }; - - in - { - nixosConfigurations = { - traveldroid = mkHost { - hostname = "traveldroid"; - system = "x86_64-linux"; - username = "henrov"; - }; - - # Add more hosts like this: - # workstation = mkHost { hostname = "workstation"; system = "x86_64-linux"; username = "henrov"; }; - # laptop = mkHost { hostname = "laptop"; system = "x86_64-linux"; username = "henrov"; }; - }; - }; -} diff --git a/OLD CONFIGS/nix_new/home/henrov/home.nix b/OLD CONFIGS/nix_new/home/henrov/home.nix deleted file mode 100644 index d79d4a6..0000000 --- a/OLD CONFIGS/nix_new/home/henrov/home.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - imports = [ - ../../modules/home-manager/base.nix - ]; - - home.username = "henrov"; - home.homeDirectory = "/home/henrov"; - - # Required by Home Manager. Pick the version you first started using HM with. - # If unsure: use the current stable release version you're targeting. - home.stateVersion = "25.11"; - - # Let Home Manager manage itself. - programs.home-manager.enable = true; -} diff --git a/OLD CONFIGS/nix_new/hosts/traveldroid/configuration.nix b/OLD CONFIGS/nix_new/hosts/traveldroid/configuration.nix deleted file mode 100644 index 96dfdf3..0000000 --- a/OLD CONFIGS/nix_new/hosts/traveldroid/configuration.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - imports = [ - ../../modules/nixos/base.nix - ./hardware-configuration.nix - ./graphics-effects.nix - ./hardware.nix - ./disk.nix - ]; - - # Bootloader - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - system.stateVersion = "25.11"; - - # Basic system identity / networking - networking.hostName = "traveldroid"; - - # Keyboard (Xwayland / X11 apps) - services.xserver.xkb = { - layout = "us"; - variant = ""; - }; - - networking.networkmanager.enable = false; - systemd.services."NetworkManager-wait-online".enable = false; - - - # Enable flakes - nix.settings.experimental-features = [ "nix-command" "flakes" ]; -} diff --git a/OLD CONFIGS/nix_new/hosts/traveldroid/disk.nix b/OLD CONFIGS/nix_new/hosts/traveldroid/disk.nix deleted file mode 100644 index c915eb0..0000000 --- a/OLD CONFIGS/nix_new/hosts/traveldroid/disk.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { } diff --git a/OLD CONFIGS/nix_new/hosts/traveldroid/graphics-effects.nix b/OLD CONFIGS/nix_new/hosts/traveldroid/graphics-effects.nix deleted file mode 100644 index cc5d7bb..0000000 --- a/OLD CONFIGS/nix_new/hosts/traveldroid/graphics-effects.nix +++ /dev/null @@ -1,87 +0,0 @@ -{ config, lib, pkgs, ... }: - -# ====================== WALLPAPER========================= - -let - # Source of wallpapers in your repo (as you specified) - srcDir = "~/nixos/files/wallpapers/picture"; - # Note: this is interpreted as a shell-style KEY=VALUE file. - confFile = "~/nixos/files/conf/wallpaper/wallpaper.conf"; - setWallpaperScript = pkgs.writeShellScript "set-hourly-wallpaper" '' - set -euo pipefail - - # --- Defaults (can be overridden by wallpaper.conf) --- - TRANSITION_TYPE="fade" # e.g. fade, wipe, simple, any - TRANSITION_DURATION="2" # seconds (can be decimals) - TRANSITION_FPS="60" # frames per second - SRC_DIR="${srcDir}" - - # Load overrides (shell KEY=VALUE) - if [ -f "${confFile}" ]; then - # shellcheck disable=SC1090 - . "${confFile}" - fi - - DEST_DIR="$HOME/Pictures/Wallpapers" - mkdir -p "$DEST_DIR" - - # Copy source wallpapers into user's Pictures/Wallpapers - # -r recursive, -u update if newer - # If the folder is empty or missing, don't crash the session. - if [ -d "$SRC_DIR" ]; then - cp -ru "$SRC_DIR"/. "$DEST_DIR"/ 2>/dev/null || true - fi - - # Pick a random image from DEST_DIR - img="$( - find "$DEST_DIR" -type f \ - \( -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.png' -o -iname '*.webp' \) \ - | shuf -n 1 - )" - - [ -n "''${img:-}" ] || exit 0 - - # Ensure swww daemon is running (per-user) - if ! ${pkgs.swww}/bin/swww query >/dev/null 2>&1; then - ${pkgs.swww}/bin/swww-daemon >/dev/null 2>&1 & - sleep 0.4 - fi - - # Smooth transition wallpaper set - exec ${pkgs.swww}/bin/swww img "$img" \ - --transition-type "''${TRANSITION_TYPE}" \ - --transition-duration "''${TRANSITION_DURATION}" \ - --transition-fps "''${TRANSITION_FPS}" - ''; -in -{ - # Packages needed by the script + swww - environment.systemPackages = with pkgs; [ - swww - bash - coreutils - findutils - util-linux - ]; - - # Run for ANY logged-in user via systemd user units - # (each user session has its own systemd --user instance) - systemd.user.services.wallpaper-rotate = { - description = "Copy wallpapers to ~/Pictures/Wallpapers and set a random wallpaper with transition"; - serviceConfig = { - Type = "oneshot"; - ExecStart = "${setWallpaperScript}"; - }; - }; - - systemd.user.timers.wallpaper-rotate = { - description = "Hourly wallpaper rotation timer"; - wantedBy = [ "timers.target" ]; - timerConfig = { - OnBootSec = "2min"; - OnUnitActiveSec = "1h"; - RandomizedDelaySec = "5min"; - Unit = "wallpaper-rotate.service"; - }; - }; -} diff --git a/OLD CONFIGS/nix_new/hosts/traveldroid/hardware-configuration.nix b/OLD CONFIGS/nix_new/hosts/traveldroid/hardware-configuration.nix deleted file mode 100644 index 35c084d..0000000 --- a/OLD CONFIGS/nix_new/hosts/traveldroid/hardware-configuration.nix +++ /dev/null @@ -1,40 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - -{ - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/f08fc2a7-0b2b-4cbb-a65a-8b6e7ee4cec9"; - fsType = "btrfs"; - options = [ "subvol=@" ]; - }; - - fileSystems."/home" = - { device = "/dev/disk/by-uuid/f08fc2a7-0b2b-4cbb-a65a-8b6e7ee4cec9"; - fsType = "btrfs"; - options = [ "subvol=@home" ]; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/25C1-E4F2"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/f771a317-26a2-4524-a458-42ba22b29e67"; } - ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/OLD CONFIGS/nix_new/hosts/traveldroid/hardware.nix b/OLD CONFIGS/nix_new/hosts/traveldroid/hardware.nix deleted file mode 100644 index c915eb0..0000000 --- a/OLD CONFIGS/nix_new/hosts/traveldroid/hardware.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { } diff --git a/OLD CONFIGS/nix_new/hosts/traveldroid/wallpaper-rotator.nix b/OLD CONFIGS/nix_new/hosts/traveldroid/wallpaper-rotator.nix deleted file mode 100644 index f3b55ed..0000000 --- a/OLD CONFIGS/nix_new/hosts/traveldroid/wallpaper-rotator.nix +++ /dev/null @@ -1,226 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - cfg = config.dataPro.wallpaper; # custom namespace - - # Where we keep a runtime-editable config for the user. - runtimeConfDir = "${config.xdg.configHome}/wallpaper"; - runtimeConfPath = "${runtimeConfDir}/wallpaper.conf"; - - rotateScript = pkgs.writeShellScript "wallpaper-rotate" '' - set -euo pipefail - - export PATH=${lib.makeBinPath [ - pkgs.coreutils - pkgs.findutils - pkgs.gnugrep - pkgs.gawk - pkgs.util-linux - pkgs.swww - ]} - - # Defaults (can be overridden by wallpaper.conf) - SOURCE_DIR="${cfg.sourceDir}" - TARGET_DIR="${cfg.targetDir}" - ROTATION_DIR="${cfg.rotationDir}" - TRANSITION_TYPE="fade" - TRANSITION_DURATION="2.5" - TRANSITION_FPS="60" - PICK_MODE="random" # random | sequential - LAST_FILE="${config.xdg.stateHome}/wallpaper/last.txt" - - # Load user config if present (KEY=VALUE lines; '#' comments allowed) - if [ -f "${runtimeConfPath}" ]; then - # shellcheck disable=SC1090 - . "${runtimeConfPath}" - fi - - mkdir -p "$TARGET_DIR" "${config.xdg.stateHome}/wallpaper" - - # Ensure swww-daemon is running - if ! pgrep -x swww-daemon >/dev/null 2>&1; then - swww-daemon >/dev/null 2>&1 & - sleep 0.3 - fi - - # Pick image - if [ ! -d "$ROTATION_DIR" ]; then - echo "Rotation directory does not exist: $ROTATION_DIR" >&2 - exit 0 - fi - - # Build list once per run - mapfile -d '' -t imgs < <( - find "$ROTATION_DIR" -type f \ - \( -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.png' -o -iname '*.webp' \) \ - -print0 - ) - - if [ "${#imgs[@]}" -eq 0 ]; then - echo "No images found in: $ROTATION_DIR" >&2 - exit 0 - fi - - img="" - if [ "$PICK_MODE" = "sequential" ]; then - last="" - if [ -f "$LAST_FILE" ]; then - last="$(cat "$LAST_FILE" || true)" - fi - - # Sort for stable order - IFS=$'\n' sorted=($(printf '%s\n' "${imgs[@]}" | sort)) - unset IFS - - # Find next after last - next="" - found_last=0 - for f in "${sorted[@]}"; do - if [ "$found_last" -eq 1 ]; then - next="$f" - break - fi - if [ "$f" = "$last" ]; then - found_last=1 - fi - done - if [ -z "$next" ]; then - next="${sorted[0]}" - fi - img="$next" - printf '%s' "$img" > "$LAST_FILE" - else - # random - img="$(printf '%s\0' "${imgs[@]}" | shuf -z -n 1 | tr -d '\0')" - fi - - # Smooth transition wallpaper set - swww img "$img" \ - --transition-type "$TRANSITION_TYPE" \ - --transition-duration "$TRANSITION_DURATION" \ - --transition-fps "$TRANSITION_FPS" - ''; -in -{ - options.dataPro.wallpaper = { - enable = lib.mkEnableOption "Hourly wallpaper rotation with swww (Hyprland/Wayland)"; - - # You asked to make this easy to change: - sourceDir = lib.mkOption { - type = lib.types.str; - default = "${config.home.homeDirectory}/nixos/files/wallpaper/picture"; - description = "Folder containing wallpapers to rotate (source of truth)."; - }; - - targetDir = lib.mkOption { - type = lib.types.str; - default = "${config.home.homeDirectory}/wallpaper"; - description = "Folder in the user's home where wallpapers are copied to."; - }; - - rotationDir = lib.mkOption { - type = lib.types.str; - default = "${config.home.homeDirectory}/wallpaper/picture"; - description = "Folder used by the rotator to pick wallpapers from (usually inside targetDir)."; - }; - }; - - config = lib.mkIf cfg.enable { - home.packages = [ - pkgs.swww - pkgs.coreutils - pkgs.findutils - pkgs.gnugrep - pkgs.gawk - pkgs.util-linux - ]; - - # Copy wallpapers from sourceDir into rotationDir (real copy) at activation. - home.activation.wallpaperCopy = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - set -euo pipefail - mkdir -p "${cfg.targetDir}" "${cfg.rotationDir}" - - if [ -d "${cfg.sourceDir}" ]; then - # Copy source into rotationDir (contents only). - cp -a "${cfg.sourceDir}/." "${cfg.rotationDir}/" - fi - ''; - - # Install a runtime-editable config into ~/.config/wallpaper/wallpaper.conf - # First-time copy from repo if present; then never overwrite if user edited it. - home.activation.wallpaperConf = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - set -euo pipefail - mkdir -p "${runtimeConfDir}" - - if [ ! -f "${runtimeConfPath}" ]; then - if [ -f "${config.home.homeDirectory}/nixos/files/conf/wallpaper/wallpaper.conf" ]; then - cp -a "${config.home.homeDirectory}/nixos/files/conf/wallpaper/wallpaper.conf" "${runtimeConfPath}" - else - cat > "${runtimeConfPath}" <<'EOF' -# wallpaper.conf — runtime settings for the wallpaper rotator (swww) -# Lines are KEY=VALUE. '#' starts a comment. - -# Folder to copy wallpapers from (source of truth) -#SOURCE_DIR="$HOME/nixos/files/wallpaper/picture" - -# Where wallpapers are copied to (a folder in your home) -#TARGET_DIR="$HOME/wallpaper" - -# Folder used for rotation (where images are selected from) -#ROTATION_DIR="$HOME/wallpaper/picture" - -# random | sequential -#PICK_MODE="random" - -# swww transition settings -#TRANSITION_TYPE="fade" -#TRANSITION_DURATION="2.5" -#TRANSITION_FPS="60" -EOF - fi - fi - ''; - - # Start swww daemon on graphical session start - systemd.user.services.swww-daemon = { - Unit = { - Description = "swww wallpaper daemon"; - After = [ "graphical-session.target" ]; - PartOf = [ "graphical-session.target" ]; - }; - Service = { - ExecStart = "${pkgs.swww}/bin/swww-daemon"; - Restart = "on-failure"; - }; - Install = { - WantedBy = [ "graphical-session.target" ]; - }; - }; - - # Rotate wallpaper hourly - systemd.user.services.wallpaper-rotate = { - Unit = { - Description = "Rotate wallpaper (hourly)"; - After = [ "swww-daemon.service" ]; - }; - Service = { - Type = "oneshot"; - ExecStart = "${rotateScript}"; - }; - }; - - systemd.user.timers.wallpaper-rotate = { - Unit = { - Description = "Hourly wallpaper rotation timer"; - }; - Timer = { - OnBootSec = "2m"; - OnUnitActiveSec = "1h"; - Unit = "wallpaper-rotate.service"; - }; - Install = { - WantedBy = [ "timers.target" ]; - }; - }; - }; -} diff --git a/OLD CONFIGS/nix_new/modules/home-manager/apps/default-apps.nix b/OLD CONFIGS/nix_new/modules/home-manager/apps/default-apps.nix deleted file mode 100644 index 4be3b10..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/apps/default-apps.nix +++ /dev/null @@ -1,67 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "hm-default-apps"; -in -{ - # Ensure update-mime-database is available - home.packages = with pkgs; [ - shared-mime-info - ]; - - # Teach the MIME DB that *.nix files are text/x-nix - xdg.dataFile."mime/packages/custom-text-types.xml".text = '' - - - - - Nix expression - - - - - - Configuration file - - - - - -''; - - # Rebuild user MIME database after HM writes xdg.dataFile files - home.activation.updateMimeDatabase = - lib.hm.dag.entryAfter [ "writeBoundary" ] '' - ${pkgs.shared-mime-info}/bin/update-mime-database ${config.xdg.dataHome}/mime - ''; - - xdg.mimeApps.enable = true; - - xdg.mimeApps.defaultApplications = { - # Nix files - "text/x-nix" = [ "org.kde.kate.desktop" ]; - "text/plain" = [ "org.kde.kate.desktop" ]; - "text/x-ini" = [ "org.kde.kate.desktop" ]; - "application/x-desktop" = [ "org.kde.kate.desktop" ]; - - # Zen Browser (Flatpak) - "x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ]; - "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ]; - "text/html" = [ "app.zen_browser.zen.desktop" ]; - - # Email - "x-scheme-handler/mailto" = [ "eu.betterbird.Betterbird.desktop" ]; - "message/rfc822" = [ "eu.betterbird.Betterbird.desktop" ]; - - # Calendar (common handlers) - "text/calendar" = [ "eu.betterbird.Betterbird.desktop" ]; - "application/ics" = [ "eu.betterbird.Betterbird.desktop" ]; - "application/calendar" = [ "eu.betterbird.Betterbird.desktop" ]; - "x-scheme-handler/webcal" = [ "eu.betterbird.Betterbird.desktop" ]; - "x-scheme-handler/webcals" = [ "eu.betterbird.Betterbird.desktop" ]; - - # File manager - "inode/directory" = [ "org.kde.dolphin.desktop" ]; - }; - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/home-manager/base.nix b/OLD CONFIGS/nix_new/modules/home-manager/base.nix deleted file mode 100644 index 1fcde81..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/base.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - imports = [ - # Shell (deviations) - ./shell/zsh.nix - ./shell/starship.nix - - # Dev (deviations) - ./dev/git.nix - ./dev/ssh-client.nix - ./dev/direnv.nix - - # Desktop overrides (deviations) - ./desktop/hyprland-overrides.nix - ./desktop/waybar-overrides.nix - ./desktop/hyprshell.nix - - # apps - ./apps/default-apps.nix - ]; - - # Home Manager should manage XDG base dirs consistently - xdg.enable = true; - -} diff --git a/OLD CONFIGS/nix_new/modules/home-manager/desktop/hyprland-overrides.nix b/OLD CONFIGS/nix_new/modules/home-manager/desktop/hyprland-overrides.nix deleted file mode 100644 index c915eb0..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/desktop/hyprland-overrides.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { } diff --git a/OLD CONFIGS/nix_new/modules/home-manager/desktop/hyprshell.nix b/OLD CONFIGS/nix_new/modules/home-manager/desktop/hyprshell.nix deleted file mode 100644 index df84b14..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/desktop/hyprshell.nix +++ /dev/null @@ -1,39 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "hm-hyprshell"; - - # Absolute path in your home repo (string is fine here, but we must convert properly) - repoDir = "${config.home.homeDirectory}/nixos/files/conf/hyprshell"; -in -{ - xdg.enable = true; - - # Symlink the whole directory into ~/.config/hyprshell - xdg.configFile."hyprshell" = { - source = config.lib.file.mkOutOfStoreSymlink repoDir; - recursive = true; - }; - - home.packages = [ pkgs.hyprshell ]; - - systemd.user.services.hyprshell = { - Unit = { - Description = "Hyprshell"; - PartOf = [ "graphical-session.target" ]; - After = [ "graphical-session.target" ]; - }; - - Service = { - ExecStart = "${pkgs.hyprshell}/bin/hyprshell run"; - Restart = "on-failure"; - RestartSec = 1; - }; - - Install = { - WantedBy = [ "graphical-session.target" ]; - }; - }; - - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/home-manager/desktop/waybar-overrides.nix b/OLD CONFIGS/nix_new/modules/home-manager/desktop/waybar-overrides.nix deleted file mode 100644 index c915eb0..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/desktop/waybar-overrides.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { } diff --git a/OLD CONFIGS/nix_new/modules/home-manager/dev/direnv.nix b/OLD CONFIGS/nix_new/modules/home-manager/dev/direnv.nix deleted file mode 100644 index c915eb0..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/dev/direnv.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { } diff --git a/OLD CONFIGS/nix_new/modules/home-manager/dev/git.nix b/OLD CONFIGS/nix_new/modules/home-manager/dev/git.nix deleted file mode 100644 index c915eb0..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/dev/git.nix +++ /dev/null @@ -1 +0,0 @@ -{ ... }: { } diff --git a/OLD CONFIGS/nix_new/modules/home-manager/dev/ssh-client.nix b/OLD CONFIGS/nix_new/modules/home-manager/dev/ssh-client.nix deleted file mode 100644 index 5869e7b..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/dev/ssh-client.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - confDir = "${config.home.homeDirectory}/nixos/files/conf/ssh"; - sshClientConf = "${confDir}/ssh-client.conf"; -in -{ - programs.ssh = { - enable = true; - enableDefaultConfig = false; - - matchBlocks."*" = { - addKeysToAgent = "yes"; - serverAliveInterval = 30; - serverAliveCountMax = 3; - }; - - # Load your extra SSH config from a file in ~/nixos/files/conf/ssh/ - extraConfig = '' - Include ${config.home.homeDirectory}/nixos/files/conf/ssh/ssh-client.conf - ''; - }; - - # Home Manager's ssh-agent (NOT programs.ssh.startAgent; that's NixOS) - services.ssh-agent = { - enable = true; - - # Optional: if you use zsh, this helps export SSH_AUTH_SOCK in your shell - enableZshIntegration = true; - }; -} diff --git a/OLD CONFIGS/nix_new/modules/home-manager/shell/starship.nix b/OLD CONFIGS/nix_new/modules/home-manager/shell/starship.nix deleted file mode 100644 index 2cbfdcb..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/shell/starship.nix +++ /dev/null @@ -1,22 +0,0 @@ -# /home/henrov/nixos/modules/home-manager/shell/starship.nix -# -# Home Manager Starship prompt configuration. -# Configuration is sourced from: ~/nixos/files/conf/terminal/starship.toml - -{ config, lib, pkgs, ... }: - -let - # From: nixos/modules/home-manager/shell -> nixos/files/conf/terminal - confDir = ../../../files/conf/terminal; -in -{ - programs.starship = { - enable = true; - - # Let Starship hook into shells managed by Home Manager. - enableZshIntegration = true; - enableBashIntegration = true; - - settings = builtins.fromTOML (builtins.readFile (confDir + "/starship.toml")); - }; -} diff --git a/OLD CONFIGS/nix_new/modules/home-manager/shell/zsh.nix b/OLD CONFIGS/nix_new/modules/home-manager/shell/zsh.nix deleted file mode 100644 index ef2b5d1..0000000 --- a/OLD CONFIGS/nix_new/modules/home-manager/shell/zsh.nix +++ /dev/null @@ -1,41 +0,0 @@ -# /home/henrov/nixos/modules/home-manager/shell/zsh.nix -# -# Home Manager Zsh + Kitty baseline. -# Configuration is sourced from: -# ~/nixos/files/conf/terminal/aliases.conf -# ~/nixos/files/conf/terminal/zsh.conf -# ~/nixos/files/conf/terminal/kitty.conf - -{ config, lib, pkgs, ... }: - -let - # From: nixos/modules/home-manager/shell -> nixos/files/conf/terminal - confDir = ../../../files/conf/terminal; -in -{ - home.packages = with pkgs; [ - kitty - ]; - - programs.zsh = { - enable = true; - enableCompletion = true; - dotDir = config.home.homeDirectory; - - # Load shared, editable snippets. - initContent = '' - # Shared aliases - if [ -f "${confDir}/aliases.conf" ]; then - source "${confDir}/aliases.conf" - fi - - # Shared zsh config snippets - if [ -f "${confDir}/zsh.conf" ]; then - source "${confDir}/zsh.conf" - fi - ''; - }; - - programs.kitty.enable = true; - xdg.configFile."kitty/kitty.conf".source = confDir + "/kitty.conf"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/apps/flatpak.nix b/OLD CONFIGS/nix_new/modules/nixos/apps/flatpak.nix deleted file mode 100644 index 233c7dc..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/apps/flatpak.nix +++ /dev/null @@ -1,81 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - # Adjust this path if your module lives elsewhere in the repo - flatpakConfPath = ../../../files/conf/apps/flatpak.conf; - - # Parse flatpak.conf: ignore empty lines and comments - flatpakApps = - let - lines = lib.splitString "\n" (builtins.readFile flatpakConfPath); - cleaned = map (l: lib.strings.trim l) lines; - in - builtins.filter (l: l != "" && !(lib.hasPrefix "#" l)) cleaned; - - # Shell script that: - # - adds Flathub if missing - # - installs missing apps - # - (optional) removes apps not in the list - syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" '' - set -euo pipefail - - # Ensure Flathub remote exists (system-wide) - if ! flatpak remotes --system --columns=name | grep -qx flathub; then - flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - fi - - desired_apps=( - ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)} - ) - - # Install desired apps if missing - for app in "''${desired_apps[@]}"; do - if ! flatpak info --system "$app" >/dev/null 2>&1; then - flatpak install --system -y --noninteractive flathub "$app" - fi - done - - # OPTIONAL: remove system apps not listed (uncomment to enforce strictly) - # installed="$(flatpak list --system --app --columns=application | sed '/^$/d')" - # for app in $installed; do - # keep=0 - # for want in "''${desired_apps[@]}"; do - # if [ "$app" = "$want" ]; then keep=1; break; fi - # done - # if [ "$keep" -eq 0 ]; then - # flatpak uninstall --system -y --noninteractive "$app" || true - # fi - # done - ''; -in -{ - # Native NixOS Flatpak support - services.flatpak.enable = true; # enables Flatpak on NixOS :contentReference[oaicite:1]{index=1} - - # Strongly recommended for Flatpak desktop integration - # (Adjust portals to your DE/WM if you want, this is a safe default.) - xdg.portal = { - enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - }; - - # Ensure the config file is present on the system (optional but convenient) - environment.etc."flatpak/flatpak.conf".source = flatpakConfPath; - - # Run sync after boot and after rebuilds, once networking is up - systemd.services.flatpak-sync = { - description = "Install Flatpak apps listed in flatpak.conf"; - wantedBy = [ "multi-user.target" ]; - wants = [ "network-online.target" ]; - after = [ "network-online.target" ]; - - serviceConfig = { - Type = "oneshot"; - ExecStart = syncFlatpaks; - }; - - # Re-run when the config changes (best-effort) - restartTriggers = [ flatpakConfPath ]; - path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ]; - }; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/apps/packages.nix b/OLD CONFIGS/nix_new/modules/nixos/apps/packages.nix deleted file mode 100644 index 7fce712..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/apps/packages.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ lib, pkgs, ... }: - -let - # Adjust this path if you place apps.nix elsewhere in the repo. - # Best practice: keep it relative to the flake repo so flakes can read it. - packagesConfPath = ../../../files/conf/apps/packages.conf; - - raw = builtins.readFile packagesConfPath; - - # Split into lines, trim whitespace, drop empty lines and comment lines. - lines = - let - all = lib.splitString "\n" raw; - trimmed = map lib.strings.trim all; - in - builtins.filter (l: l != "" && !(lib.hasPrefix "#" l)) trimmed; - - # Resolve a name like: - # "wget" -> pkgs.wget - # "kdePackages.okular" -> pkgs.kdePackages.okular - # "_1password-gui" -> pkgs."_1password-gui" - resolvePkg = name: - let - parts = lib.splitString "." name; - found = lib.attrByPath parts null pkgs; - in - if found == null then - throw '' - apps.nix: Package "${name}" from ${toString packagesConfPath} not found in pkgs. - Only packages available on https://search.nixos.org/packages can be installed. - Fix the name (or attribute path) and rebuild. - '' - else - found; - - packages = map resolvePkg lines; - -in -{ - environment.systemPackages = packages; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/base.nix b/OLD CONFIGS/nix_new/modules/nixos/base.nix deleted file mode 100644 index 5340f37..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/base.nix +++ /dev/null @@ -1,56 +0,0 @@ -# ~/nixos/modules/nixos/base.nix -# -# Shared baseline for ALL hosts. -# Keep this predictable: explicit imports (no auto-import). -# Host-specific exceptions belong in hosts//*.nix -# -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-base"; -in -{ - imports = [ - # Core system baseline - ./core/nix.nix - ./core/locale.nix - ./core/users.nix - ./core/security.nix - ./core/fonts.nix - - # Networking baseline - ./networking/networkmanager.nix - ./networking/firewall.nix - - # Desktop baseline (Wayland/Hyprland) - ./desktop/audio.nix - ./desktop/portals.nix - ./desktop/wm-hyprland.nix - ./desktop/greeter.nix - - # Apps baseline - ./apps/flatpak.nix - ./apps/packages.nix - - # Services baseline - ./services/sshd.nix - ./services/printing.nix - #./services/syncthing.nix - ]; - - desktop.greeter.enable = true; - #make sure existing files can be overwritten - home-manager.backupFileExtension = "hm-bak"; - - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} - - - - - - - - - - diff --git a/OLD CONFIGS/nix_new/modules/nixos/core/fonts.nix b/OLD CONFIGS/nix_new/modules/nixos/core/fonts.nix deleted file mode 100644 index f558a25..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/core/fonts.nix +++ /dev/null @@ -1,33 +0,0 @@ -# Baseline fonts for the system (NixOS 25.05+ / 26.05 compatible) -# -# Note: -# - `noto-fonts-cjk` was deprecated/split into: -# - noto-fonts-cjk-sans -# - noto-fonts-cjk-serif - -{ config, lib, pkgs, ... }: - -let - moduleName = "nixos-fonts"; - - has = name: builtins.hasAttr name pkgs; -in -{ - fonts = { - # Keep your existing setup idea: install baseline font packages system-wide - packages = - (with pkgs; [ - noto-fonts - noto-fonts-color-emoji - ]) - # CJK split (new) - ++ lib.optionals (has "noto-fonts-cjk-sans") [ pkgs.noto-fonts-cjk-sans ] - ++ lib.optionals (has "noto-fonts-cjk-serif") [ pkgs.noto-fonts-cjk-serif ]; - - # Optional: common baseline toggle (leave as-is if you already set it elsewhere) - # enableDefaultPackages = lib.mkDefault true; - }; - - # Breadcrumb for debugging - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/core/locale.nix b/OLD CONFIGS/nix_new/modules/nixos/core/locale.nix deleted file mode 100644 index bff3f84..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/core/locale.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-locale"; -in -{ - time.timeZone = "Europe/Amsterdam"; - i18n.defaultLocale = "en_US.UTF-8"; - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/core/nix.nix b/OLD CONFIGS/nix_new/modules/nixos/core/nix.nix deleted file mode 100644 index 14eedc2..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/core/nix.nix +++ /dev/null @@ -1,54 +0,0 @@ -# ~/nixos/modules/nixos/core/nix.nix -# -# Purpose: -# - Shared baseline Nix configuration for ALL hosts -# - Flakes enabled -# - Reasonable garbage collection defaults -# - Allow unfree packages (needed for Brave/Vivaldi/Opera etc.) - -{ config, lib, pkgs, ... }: - -let - moduleName = "nixos-core-nix"; -in -{ - # Required for Brave/Vivaldi/Opera and other proprietary software. - nixpkgs.config.allowUnfree = true; - - nix = { - # Enable flakes + nix-command everywhere (baseline) - settings.experimental-features = [ "nix-command" "flakes" ]; - - # Why: - # - Keeps the store from growing forever - # - Still allows rollbacks for a while - settings.auto-optimise-store = true; - - # Reasonable default: allow Nix to use all CPU cores - settings.max-jobs = lib.mkDefault "auto"; - }; - - # Automatic cleanup of old generations and store garbage - # - # Why: - # - On multi-machine setups, store growth is one of the main annoyances. - # - This is safe and keeps machines tidy. - nix.gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 14d"; - }; - - # Keep a limited number of boot entries / system generations - # - # Why: - # - Still safe for rollbacks - # - Prevents /boot from filling up on some setups - boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10; - - nix.settings.download-buffer-size = 67108864; - - - # Optional: breadcrumb for debugging module load order - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/core/security.nix b/OLD CONFIGS/nix_new/modules/nixos/core/security.nix deleted file mode 100644 index d46a6c3..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/core/security.nix +++ /dev/null @@ -1,39 +0,0 @@ -# ~/nixos/modules/nixos/core/security.nix -# -# Purpose: -# - Security primitives that are shared across all hosts: -# - polkit (desktop authorization framework) -# - sudo baseline (privilege escalation) -# -# Keep this file conservative: it should not introduce host-specific behavior. - -{ config, lib, pkgs, ... }: - -{ - # Polkit is commonly needed on desktop systems (including Wayland compositors) - # for privileged actions (network, power, mounting, etc.). - security.polkit.enable = true; - - # Sudo baseline. - security.sudo = { - enable = true; - - # Hardening: only wheel members can *execute* sudo at all. - # This reduces exposure if a non-wheel user exists. - execWheelOnly = true; - - # Keep password requirement (safer baseline). - # If you want passwordless sudo for wheel, override elsewhere. - wheelNeedsPassword = true; - - # Optional: sane defaults; adjust as you like. - extraConfig = '' - Defaults timestamp_timeout=5 - Defaults pwfeedback - ''; - }; - - # If you want to fully manage users declaratively (stronger security posture), - # you can enable this — but it can surprise you if you expect to use `passwd`. - # users.mutableUsers = false; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/core/users.nix b/OLD CONFIGS/nix_new/modules/nixos/core/users.nix deleted file mode 100644 index 916595f..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/core/users.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - username = "henrov"; - initialpwd= "Welkom01!"; - moduleName = "nixos-users"; -in -{ - users.users.${username} = { - #initialPassword = initialpwd; - isNormalUser = true; - - # Add your user to groups needed for admin + network + typical desktop input/video access - extraGroups = [ - "wheel" - "networkmanager" - "video" - "input" - "audio" - ]; - - # If you want zsh explicitly per-user (instead of defaultUserShell): - # shell = pkgs.zsh; - }; - - # If you want a simple "proof this module was applied" marker at the *system* level: - # (This creates /etc/nixos-users.loaded) - environment.etc."nixos-users.loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/desktop/audio.nix b/OLD CONFIGS/nix_new/modules/nixos/desktop/audio.nix deleted file mode 100644 index 84cf3a6..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/desktop/audio.nix +++ /dev/null @@ -1,60 +0,0 @@ -# ~/nixos/modules/nixos/desktop/audio.nix -# -# Baseline audio stack: -# - PipeWire as the audio server -# - PulseAudio compatibility via pipewire-pulse -# - ALSA compatibility (+ 32-bit ALSA for games/legacy) -# - WirePlumber session manager -# - RTKit for better realtime scheduling (often reduces crackling under load) -# -# IMPORTANT (NixOS option churn): -# - On some nixpkgs revisions the old `hardware.pulseaudio` option was renamed to -# `services.pulseaudio`. We set the *services* one explicitly. -# - Avoid `lib.mkForce` on pulseaudio enable/disable here because certain revisions -# have had type/override weirdness; use plain booleans instead. - -{ config, lib, pkgs, ... }: - -let - moduleName = "nixos-audio"; -in -{ - # ---- Disable the standalone PulseAudio daemon ---- - # - # We want PipeWire to provide PulseAudio compatibility (pipewire-pulse), - # not a separate pulseaudio service. - services.pulseaudio.enable = false; - - # ---- PipeWire ---- - services.pipewire = { - enable = true; - - # PulseAudio compatibility server (pipewire-pulse) - pulse.enable = true; - - # ALSA compatibility (+ 32-bit for Steam/older apps) - alsa = { - enable = true; - support32Bit = true; - }; - - # Recommended policy/session manager - wireplumber.enable = true; - - # Optional JACK compatibility (leave off unless you need it) - jack.enable = false; - }; - - # Realtime scheduling broker commonly used by PipeWire - security.rtkit.enable = true; - - # Useful tooling - environment.systemPackages = with pkgs; [ - pavucontrol - helvum - alsa-utils - ]; - - # Breadcrumb for debugging module load order - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/desktop/greeter.nix b/OLD CONFIGS/nix_new/modules/nixos/desktop/greeter.nix deleted file mode 100644 index 91ebc2a..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/desktop/greeter.nix +++ /dev/null @@ -1,91 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - cfg = config.desktop.greeter; -in -{ - options.desktop.greeter = { - enable = lib.mkEnableOption "greetd + tuigreet greeter (starts Hyprland)"; - - greeterConfSource = lib.mkOption { - type = lib.types.path; - default = ../../../files/conf/greeter/greeter.conf; - description = "Path to greeter.conf in your repo; will be installed to /etc/xdg/greeter/greeter.conf"; - }; - - vt = lib.mkOption { - type = lib.types.int; - default = 1; - description = "Virtual terminal (VT) greetd runs on (typically 1)."; - }; - - extraArgs = lib.mkOption { - type = lib.types.listOf lib.types.str; - default = [ "--time" "--remember" "--remember-session" "--asterisks" ]; - description = "Extra command-line arguments passed to tuigreet."; - }; - - useDbusRunSession = lib.mkOption { - type = lib.types.bool; - default = true; - description = "Wrap Hyprland with dbus-run-session (often helps session env)."; - }; - - installGreeterPackages = lib.mkOption { - type = lib.types.bool; - default = true; - description = "Add tuigreet (and optional qtgreet) to systemPackages."; - }; - - enableTty1Fix = lib.mkOption { - type = lib.types.bool; - default = true; - description = "Ensure greetd owns tty1 (avoids boot console overriding greetd)."; - }; - }; - - config = lib.mkIf cfg.enable { - # greetd + tuigreet configuration - services.greetd = { - enable = true; - settings = { - terminal.vt = cfg.vt; - - default_session = { - # greetd service runs the greeter as this user - user = "greetd"; - - # Build: tuigreet ... --cmd - command = - let - hyprCmd = - if cfg.useDbusRunSession - then "${pkgs.dbus}/bin/dbus-run-session ${pkgs.hyprland}/bin/Hyprland" - else "${pkgs.hyprland}/bin/Hyprland"; - - tuigreetArgs = lib.concatStringsSep " " cfg.extraArgs; - in - "${pkgs.tuigreet}/bin/tuigreet ${tuigreetArgs} --cmd ${hyprCmd}"; - }; - }; - }; - - # Install your custom greeter config into /etc/xdg/greeter/greeter.conf - environment.etc."xdg/greeter/greeter.conf".source = cfg.greeterConfSource; - - # Supporting bits (Wayland sessions almost always want these) - services.dbus.enable = lib.mkDefault true; - security.polkit.enable = lib.mkDefault true; - - # Optional: keep greeter tools available system-wide - environment.systemPackages = lib.mkIf cfg.installGreeterPackages (with pkgs; [ - tuigreet - qtgreet - ]); - - # Fix "Graphical System started" but no greeter: ensure tty1 isn’t stolen by console/getty - boot.kernelParams = lib.mkIf cfg.enableTty1Fix [ "console=tty1" ]; - systemd.services."getty@tty1".enable = lib.mkIf cfg.enableTty1Fix false; - systemd.services."autovt@tty1".enable = lib.mkIf cfg.enableTty1Fix false; - }; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/desktop/portals.nix b/OLD CONFIGS/nix_new/modules/nixos/desktop/portals.nix deleted file mode 100644 index 191cc73..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/desktop/portals.nix +++ /dev/null @@ -1,67 +0,0 @@ -# Atomic responsibility: -# - System-wide XDG basics -# - System-wide xdg-desktop-portal + chosen backends -# - A sane portals.conf selection (prevents “wrong backend” surprises) -# -# Notes: -# - Keep ALL portal-related config here (do not also configure xdg.portal in wm-hyprland.nix). -# - xdg.portal.config.common sets defaults via portals.conf(5) and is supported by NixOS. :contentReference[oaicite:0]{index=0} -# - If you enable xdg.portal.wlr.enable elsewhere, it auto-adds xdg-desktop-portal-wlr to extraPortals. :contentReference[oaicite:1]{index=1} -# (We do NOT do that here because Hyprland typically uses xdg-desktop-portal-hyprland instead.) -# - xdg-desktop-portal-gtk is commonly needed for OpenURI/FileChooser support. :contentReference[oaicite:2]{index=2} - -{ config, lib, pkgs, ... }: -{ - ########################################################################## - # XDG basics (system) - ########################################################################## - xdg = { - menus.enable = true; - mime.enable = true; - }; - - ########################################################################## - # Portals (system) - ########################################################################## - xdg.portal = { - enable = true; - - # Prefer Hyprland portal for compositor-integrated features (screensharing, etc), - # and GTK for things like OpenURI/FileChooser compatibility. - extraPortals = with pkgs; [ - xdg-desktop-portal-hyprland - xdg-desktop-portal-gtk - ]; - - # Explicit portal routing via portals.conf (prevents “random backend chosen” issues). - # This writes /etc/xdg/xdg-desktop-portal/portals.conf. :contentReference[oaicite:3]{index=3} - config.common = { - # Default backend order for interfaces where multiple backends exist. - default = [ "hyprland" "gtk" ]; - - # (Optional, but often helpful) Ensure GTK handles common UX portals reliably. - "org.freedesktop.impl.portal.FileChooser" = [ "gtk" ]; - "org.freedesktop.impl.portal.OpenURI" = [ "gtk" ]; - }; - }; - - ########################################################################## - # Environment defaults (system) - ########################################################################## - environment.sessionVariables = { - # Encourage GTK apps to use portals for file picker / open-uri on Wayland. - GTK_USE_PORTAL = "1"; - - # Desktop identity hints used by some apps / portal logic. - # (Set once here; don’t duplicate in HM and NixOS.) - XDG_CURRENT_DESKTOP = "Hyprland"; - XDG_SESSION_DESKTOP = "Hyprland"; - }; - - ########################################################################## - # Optional: small, non-invasive tooling for troubleshooting - ########################################################################## - environment.systemPackages = with pkgs; lib.mkAfter [ - xdg-utils - ]; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/desktop/wm-hyprland.nix b/OLD CONFIGS/nix_new/modules/nixos/desktop/wm-hyprland.nix deleted file mode 100644 index 23f9b72..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/desktop/wm-hyprland.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - repoHyprDir = ../../../files/conf/hypr; -in -{ - programs.hyprland.enable = true; - - services.dbus.enable = lib.mkDefault true; - security.polkit.enable = lib.mkDefault true; - - # Publish to XDG config dir so Hyprland finds it - environment.etc."xdg/hypr".source = repoHyprDir; - - # Optional breadcrumb - environment.etc."nixlog/loaded.nixos-desktop-wm-hyprland".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/networking/firewall.nix b/OLD CONFIGS/nix_new/modules/nixos/networking/firewall.nix deleted file mode 100644 index 5edc2b9..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/networking/firewall.nix +++ /dev/null @@ -1,57 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "nixos-firewall"; - - # Why: - # - You had LAN-specific allow rules. Keeping the CIDR as a single variable - # makes it easy to override per-host or per-network later. - # - # If your LAN changes, override this value in hosts//networking.nix. - homeLanCidr = "192.168.2.0/24"; -in -{ - # Why: - # - Use nftables backend (modern default direction). - # - Matches your existing config and plays nicely with custom rules. - networking.nftables.enable = true; - - networking.firewall = { - enable = true; - - # Why: - # - Strong baseline: nothing inbound is open unless explicitly allowed. - # - You then selectively allow what you need (SSH ports live in sshd.nix). - allowedTCPPorts = [ ]; - allowedUDPPorts = [ ]; - - # Why: - # - These are “quality of life” LAN services you had already: - # - KDE Connect: TCP/UDP 1714-1764 - # - mDNS: UDP 5353 (printer discovery / Avahi-style discovery) - # - # Notes: - # - These rules ONLY allow traffic originating from homeLanCidr. - # - On other networks they effectively do nothing. - # - If you don’t use KDE Connect or mDNS, delete these blocks. - extraInputRules = '' - # KDE Connect (TCP/UDP 1714-1764) from home LAN - ip saddr ${homeLanCidr} tcp dport 1714-1764 accept - ip saddr ${homeLanCidr} udp dport 1714-1764 accept - - # mDNS / discovery (UDP 5353) from home LAN - ip saddr ${homeLanCidr} udp dport 5353 accept - ''; - - # Optional baseline knobs (kept conservative): - # - # Why: - # - Logging refused packets can be noisy on laptops that roam networks. - # - Leave disabled by default; enable temporarily for debugging. - logRefusedConnections = lib.mkDefault false; - }; - - # Optional: leave a breadcrumb in /etc for debugging module load order - # (handy while refactoring; remove once stable). - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/networking/networkmanager.nix b/OLD CONFIGS/nix_new/modules/nixos/networking/networkmanager.nix deleted file mode 100644 index fdf38b4..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/networking/networkmanager.nix +++ /dev/null @@ -1,34 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - # Keep NetworkManager off (avoids nm-applet + keyring + agent ecosystem) - networking.networkmanager.enable = false; - - # iwd provides Wi-Fi auth/roaming; configurable via networking.wireless.iwd.settings - networking.wireless.iwd = { - enable = true; - - # Optional but useful defaults - settings = { - Settings = { - AutoConnect = true; - }; - Network = { - EnableIPv6 = true; - }; - }; - }; - - # GUI (with tray indicator via `iwgtk -i`) - environment.systemPackages = with pkgs; [ - iwd - iwgtk - ]; - - # Allow non-root Wi-Fi control (common pattern for iwd tooling) - users.users.henrov.extraGroups = [ "netdev" ]; - - # Ensure you still get IP addresses (default on NixOS is usually OK, - # but this makes it explicit) - networking.useDHCP = lib.mkDefault true; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/services/printing.nix b/OLD CONFIGS/nix_new/modules/nixos/services/printing.nix deleted file mode 100644 index 1313ba8..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/services/printing.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "nixos-printers"; -in -{ - # ---- Printing (CUPS) ---- - services.printing = { - enable = true; - # Good general compatibility. Many modern printers work driverless (IPP Everywhere), - # but these help with older models and various formats. - drivers = with pkgs; [ - cups-filters - gutenprint - ]; - }; - - # ---- Network printer discovery (mDNS / DNS-SD) ---- - services.avahi = { - enable = true; - # Resolve .local names + discover services on IPv4 - nssmdns4 = true; - # You're controlling firewall rules in firewall.nix - openFirewall = false; - }; - - # ---- Optional GUI tool to add/manage printers ---- - environment.systemPackages = with pkgs; [ - system-config-printer - ]; - - # allow admin actions in printer GUI (usually already present on desktop systems) - security.polkit.enable = true; - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_new/modules/nixos/services/sshd.nix b/OLD CONFIGS/nix_new/modules/nixos/services/sshd.nix deleted file mode 100644 index f79cf79..0000000 --- a/OLD CONFIGS/nix_new/modules/nixos/services/sshd.nix +++ /dev/null @@ -1,18 +0,0 @@ -# SSH client only (no server). -# - Installs OpenSSH client tools (ssh, scp, sftp, ssh-keygen, etc.) -# - Enables ssh-agent for user sessions - -{ config, lib, pkgs, ... }: - -{ - # Install the OpenSSH client tools - environment.systemPackages = with pkgs; [ - #openssh - ]; - - # Start ssh-agent automatically for users (handy baseline) - programs.ssh.startAgent = true; - - # Explicitly ensure the SSH server is NOT enabled - services.openssh.enable = false; -} diff --git a/OLD CONFIGS/nix_old/flake.lock b/OLD CONFIGS/nix_old/flake.lock deleted file mode 100644 index 724ca6b..0000000 --- a/OLD CONFIGS/nix_old/flake.lock +++ /dev/null @@ -1,551 +0,0 @@ -{ - "nodes": { - "aquamarine": { - "inputs": { - "hyprutils": [ - "hyprland", - "hyprutils" - ], - "hyprwayland-scanner": [ - "hyprland", - "hyprwayland-scanner" - ], - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1770411700, - "narHash": "sha256-VpeOlyospHF+vxE+xEGEy0utMN0d/FUDvD2dOg9ZiIo=", - "owner": "hyprwm", - "repo": "aquamarine", - "rev": "b91f570bb7885df9e4a512d6e95a13960a5bdca0", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "aquamarine", - "type": "github" - } - }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1767039857, - "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=", - "owner": "NixOS", - "repo": "flake-compat", - "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "flake-compat", - "type": "github" - } - }, - "gitignore": { - "inputs": { - "nixpkgs": [ - "hyprland", - "pre-commit-hooks", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1709087332, - "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "gitignore.nix", - "type": "github" - } - }, - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1770915843, - "narHash": "sha256-ZwU5wXKNqpOQvjNz6aBp1j5peiBZow1++6pLnk5VAhs=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "6a1f7101d2c3ee87d485a87880d73b4665c6a4bd", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "hyprcursor": { - "inputs": { - "hyprlang": [ - "hyprland", - "hyprlang" - ], - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1753964049, - "narHash": "sha256-lIqabfBY7z/OANxHoPeIrDJrFyYy9jAM4GQLzZ2feCM=", - "owner": "hyprwm", - "repo": "hyprcursor", - "rev": "44e91d467bdad8dcf8bbd2ac7cf49972540980a5", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprcursor", - "type": "github" - } - }, - "hyprgraphics": { - "inputs": { - "hyprutils": [ - "hyprland", - "hyprutils" - ], - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1770511807, - "narHash": "sha256-suKmSbSk34uPOJDTg/GbPrKEJutzK08vj0VoTvAFBCA=", - "owner": "hyprwm", - "repo": "hyprgraphics", - "rev": "7c75487edd43a71b61adb01cae8326d277aab683", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprgraphics", - "type": "github" - } - }, - "hyprland": { - "inputs": { - "aquamarine": "aquamarine", - "hyprcursor": "hyprcursor", - "hyprgraphics": "hyprgraphics", - "hyprland-guiutils": "hyprland-guiutils", - "hyprland-protocols": "hyprland-protocols", - "hyprlang": "hyprlang", - "hyprutils": "hyprutils", - "hyprwayland-scanner": "hyprwayland-scanner", - "hyprwire": "hyprwire", - "nixpkgs": [ - "nixpkgs" - ], - "pre-commit-hooks": "pre-commit-hooks", - "systems": "systems", - "xdph": "xdph" - }, - "locked": { - "lastModified": 1770847962, - "narHash": "sha256-nNE++7RzSdpKwE2sUV3P9q7/8qQQLZBzOjncyeTv55A=", - "owner": "hyprwm", - "repo": "HyprLand", - "rev": "81a029e5049853481c36379caeb1fa1beeb097ee", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "HyprLand", - "type": "github" - } - }, - "hyprland-guiutils": { - "inputs": { - "aquamarine": [ - "hyprland", - "aquamarine" - ], - "hyprgraphics": [ - "hyprland", - "hyprgraphics" - ], - "hyprlang": [ - "hyprland", - "hyprlang" - ], - "hyprtoolkit": "hyprtoolkit", - "hyprutils": [ - "hyprland", - "hyprutils" - ], - "hyprwayland-scanner": [ - "hyprland", - "hyprwayland-scanner" - ], - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1767023960, - "narHash": "sha256-R2HgtVS1G3KSIKAQ77aOZ+Q0HituOmPgXW9nBNkpp3Q=", - "owner": "hyprwm", - "repo": "hyprland-guiutils", - "rev": "c2e906261142f5dd1ee0bfc44abba23e2754c660", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprland-guiutils", - "type": "github" - } - }, - "hyprland-plugins": { - "inputs": { - "hyprland": [ - "hyprland" - ], - "nixpkgs": [ - "hyprland-plugins", - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland-plugins", - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1770899531, - "narHash": "sha256-UBrWjh0DR8db60aLNkTnZTJ9F4kWK0Y7rUDNJC88W7A=", - "owner": "hyprwm", - "repo": "hyprland-plugins", - "rev": "e03c34ccd51280a44ea6d1f5c040cd81ecca25ed", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprland-plugins", - "type": "github" - } - }, - "hyprland-protocols": { - "inputs": { - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1765214753, - "narHash": "sha256-P9zdGXOzToJJgu5sVjv7oeOGPIIwrd9hAUAP3PsmBBs=", - "owner": "hyprwm", - "repo": "hyprland-protocols", - "rev": "3f3860b869014c00e8b9e0528c7b4ddc335c21ab", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprland-protocols", - "type": "github" - } - }, - "hyprlang": { - "inputs": { - "hyprutils": [ - "hyprland", - "hyprutils" - ], - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1767983607, - "narHash": "sha256-8C2co8NYfR4oMOUEsPROOJ9JHrv9/ktbJJ6X1WsTbXc=", - "owner": "hyprwm", - "repo": "hyprlang", - "rev": "d4037379e6057246b408bbcf796cf3e9838af5b2", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprlang", - "type": "github" - } - }, - "hyprtoolkit": { - "inputs": { - "aquamarine": [ - "hyprland", - "hyprland-guiutils", - "aquamarine" - ], - "hyprgraphics": [ - "hyprland", - "hyprland-guiutils", - "hyprgraphics" - ], - "hyprlang": [ - "hyprland", - "hyprland-guiutils", - "hyprlang" - ], - "hyprutils": [ - "hyprland", - "hyprland-guiutils", - "hyprutils" - ], - "hyprwayland-scanner": [ - "hyprland", - "hyprland-guiutils", - "hyprwayland-scanner" - ], - "nixpkgs": [ - "hyprland", - "hyprland-guiutils", - "nixpkgs" - ], - "systems": [ - "hyprland", - "hyprland-guiutils", - "systems" - ] - }, - "locked": { - "lastModified": 1764592794, - "narHash": "sha256-7CcO+wbTJ1L1NBQHierHzheQGPWwkIQug/w+fhTAVuU=", - "owner": "hyprwm", - "repo": "hyprtoolkit", - "rev": "5cfe0743f0e608e1462972303778d8a0859ee63e", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprtoolkit", - "type": "github" - } - }, - "hyprutils": { - "inputs": { - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1770139857, - "narHash": "sha256-bCqxcXjavgz5KBJ/1CBLqnagMMf9JvU1m9HmYVASKoc=", - "owner": "hyprwm", - "repo": "hyprutils", - "rev": "9038eec033843c289b06b83557a381a2648d8fa5", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprutils", - "type": "github" - } - }, - "hyprwayland-scanner": { - "inputs": { - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1770501770, - "narHash": "sha256-NWRM6+YxTRv+bT9yvlhhJ2iLae1B1pNH3mAL5wi2rlQ=", - "owner": "hyprwm", - "repo": "hyprwayland-scanner", - "rev": "0bd8b6cde9ec27d48aad9e5b4deefb3746909d40", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprwayland-scanner", - "type": "github" - } - }, - "hyprwire": { - "inputs": { - "hyprutils": [ - "hyprland", - "hyprutils" - ], - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1770203293, - "narHash": "sha256-PR/KER+yiHabFC/h1Wjb+9fR2Uy0lWM3Qld7jPVaWkk=", - "owner": "hyprwm", - "repo": "hyprwire", - "rev": "37bc90eed02b0c8b5a77a0b00867baf3005cfb98", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "hyprwire", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1770562336, - "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d6c71932130818840fc8fe9509cf50be8c64634f", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "pre-commit-hooks": { - "inputs": { - "flake-compat": "flake-compat", - "gitignore": "gitignore", - "nixpkgs": [ - "hyprland", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1769939035, - "narHash": "sha256-Fok2AmefgVA0+eprw2NDwqKkPGEI5wvR+twiZagBvrg=", - "owner": "cachix", - "repo": "git-hooks.nix", - "rev": "a8ca480175326551d6c4121498316261cbb5b260", - "type": "github" - }, - "original": { - "owner": "cachix", - "repo": "git-hooks.nix", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "hyprland": "hyprland", - "hyprland-plugins": "hyprland-plugins", - "nixpkgs": "nixpkgs" - } - }, - "systems": { - "locked": { - "lastModified": 1689347949, - "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", - "owner": "nix-systems", - "repo": "default-linux", - "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default-linux", - "type": "github" - } - }, - "xdph": { - "inputs": { - "hyprland-protocols": [ - "hyprland", - "hyprland-protocols" - ], - "hyprlang": [ - "hyprland", - "hyprlang" - ], - "hyprutils": [ - "hyprland", - "hyprutils" - ], - "hyprwayland-scanner": [ - "hyprland", - "hyprwayland-scanner" - ], - "nixpkgs": [ - "hyprland", - "nixpkgs" - ], - "systems": [ - "hyprland", - "systems" - ] - }, - "locked": { - "lastModified": 1761431178, - "narHash": "sha256-xzjC1CV3+wpUQKNF+GnadnkeGUCJX+vgaWIZsnz9tzI=", - "owner": "hyprwm", - "repo": "xdg-desktop-portal-hyprland", - "rev": "4b8801228ff958d028f588f0c2b911dbf32297f9", - "type": "github" - }, - "original": { - "owner": "hyprwm", - "repo": "xdg-desktop-portal-hyprland", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/OLD CONFIGS/nix_old/flake.nix b/OLD CONFIGS/nix_old/flake.nix deleted file mode 100644 index 3ffeebb..0000000 --- a/OLD CONFIGS/nix_old/flake.nix +++ /dev/null @@ -1,59 +0,0 @@ -{ - description = "NixOS + Home Manager configuration"; - - inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - - hyprland = { - url = "github:hyprwm/HyprLand"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; - inputs.hyprland.follows = "hyprland"; - }; - - home-manager = { - # consider pinning explicitly, e.g.: - # url = "github:nix-community/home-manager/release-25.05"; - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - outputs = inputs @ { self, nixpkgs, home-manager, ... }: - let - system = "x86_64-linux"; - lib = nixpkgs.lib; - - mkHost = host: lib.nixosSystem { - inherit system; - specialArgs = { inherit inputs; }; - - modules = [ - ./hosts/${host}/hardware-configuration.nix - ./hosts/${host}/configuration.nix - - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.backupFileExtension = "bak"; - home-manager.extraSpecialArgs = { inherit inputs; }; - - # If you prefer to wire HM user(s) here globally, uncomment: - home-manager.users.henrov = import ./home/henrov/home.nix; - } - ]; - }; - in - { - nixosConfigurations = { - traveldroid = mkHost "traveldroid"; - }; - - packages.${system}.default = - self.nixosConfigurations.traveldroid.config.system.build.toplevel; - }; -} diff --git a/OLD CONFIGS/nix_old/home/henrov/home.nix b/OLD CONFIGS/nix_old/home/henrov/home.nix deleted file mode 100644 index 91ce91b..0000000 --- a/OLD CONFIGS/nix_old/home/henrov/home.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = [ - ../../modules/home-manager/base.nix - ]; - - home.username = "henrov"; - home.homeDirectory = "/home/henrov"; - home.stateVersion = "25.05"; -} diff --git a/OLD CONFIGS/nix_old/hosts/traveldroid/configuration.nix b/OLD CONFIGS/nix_old/hosts/traveldroid/configuration.nix deleted file mode 100644 index ed90191..0000000 --- a/OLD CONFIGS/nix_old/hosts/traveldroid/configuration.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ config, pkgs, lib, ... }: - - -{ - imports = [ - ../../modules/nixos/base.nix - ./hardware-configuration.nix - ]; - - # Bootloader - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - system.stateVersion = "25.11"; - - # Basic system identity / networking - networking.hostName = "traveldroid"; - networking.networkmanager.enable = true; - - # Keyboard (Xwayland / X11 apps) - services.xserver.xkb = { - layout = "us"; - variant = ""; - }; - - # Enable flakes - nix.settings.experimental-features = [ "nix-command" "flakes" ]; -} diff --git a/OLD CONFIGS/nix_old/hosts/traveldroid/hardware-configuration.nix b/OLD CONFIGS/nix_old/hosts/traveldroid/hardware-configuration.nix deleted file mode 100644 index 35c084d..0000000 --- a/OLD CONFIGS/nix_old/hosts/traveldroid/hardware-configuration.nix +++ /dev/null @@ -1,40 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - -{ - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/f08fc2a7-0b2b-4cbb-a65a-8b6e7ee4cec9"; - fsType = "btrfs"; - options = [ "subvol=@" ]; - }; - - fileSystems."/home" = - { device = "/dev/disk/by-uuid/f08fc2a7-0b2b-4cbb-a65a-8b6e7ee4cec9"; - fsType = "btrfs"; - options = [ "subvol=@home" ]; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/25C1-E4F2"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/f771a317-26a2-4524-a458-42ba22b29e67"; } - ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/backgrounds.nix b/OLD CONFIGS/nix_old/modules/home-manager/backgrounds.nix deleted file mode 100644 index 72c5fda..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/backgrounds.nix +++ /dev/null @@ -1,97 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "hm-backgrounds"; - src = ../home-manager/conf/backgrounds; - video = "${config.home.homeDirectory}/backgrounds/videos/191684-891315375.mp4"; - startWallpaper = pkgs.writeShellScript "start-video-wallpaper" '' - set -euo pipefail - - VIDEO="${video}" - MPVPAPER="${pkgs.mpvpaper}/bin/mpvpaper" - HYPRCTL="${pkgs.hyprland}/bin/hyprctl" - PKILL="${pkgs.procps}/bin/pkill" - AWK="${pkgs.gawk}/bin/awk" - - # Avoid stacking multiple instances on rebuild / relogin - $PKILL -x mpvpaper || true - - # Wait until Hyprland is ready - for i in $(seq 1 30); do - if $HYPRCTL monitors >/dev/null 2>&1; then - break - fi - sleep 1 - done - - # If the file doesn't exist, don't crash-loop forever - if [ ! -f "$VIDEO" ]; then - echo "Wallpaper video not found: $VIDEO" - exit 0 - fi - - # Detect monitors - MONITORS="$($HYPRCTL monitors | $AWK '/^Monitor/ {print $2}')" - if [ -z "$MONITORS" ]; then - echo "No monitors detected by hyprctl." - exit 0 - fi - - # Start mpvpaper per monitor - for m in $MONITORS; do - $MPVPAPER -o "--loop --no-audio --panscan=1.0 --video-aspect-override=yes" "$m" "$VIDEO" & - done - - wait - ''; -in -{ - # 0) Make HM reliably manage/restart user services on switch - # (prevents having to run systemctl --user daemon-reload manually) - systemd.user.startServices = "sd-switch"; - - # 1) Put the whole repo folder into ~/backgrounds - home.file."backgrounds".source = src; - - # 2) Ensure dependencies exist - home.packages = with pkgs; [ - mpv - mpvpaper - procps - gawk - ]; - - # 3) Run video wallpaper on ALL monitors - # - # IMPORTANT: - # - Do NOT tie to graphical-session.target / hyprland-session.target, because in your setup - # those targets were inactive/missing. - # - Instead, start on user login via default.target, and the script itself waits for Hyprland. - systemd.user.services.video-wallpaper = { - Unit = { - Description = "Video wallpaper (mpvpaper) on all Hyprland monitors"; - }; - - Service = { - Type = "simple"; - Restart = "on-failure"; - RestartSec = 2; - - ExecStart = startWallpaper; - }; - - Install = { - WantedBy = [ "default.target" ]; - }; - }; - - # 4) Restart on switch so new /nix/store script paths are picked up - # (kept, but now it won’t break boot/login if the user bus isn’t ready) - home.activation.restartVideoWallpaper = - lib.hm.dag.entryAfter [ "writeBoundary" ] '' - ${pkgs.systemd}/bin/systemctl --user daemon-reload || true - ${pkgs.systemd}/bin/systemctl --user reset-failed video-wallpaper || true - ${pkgs.systemd}/bin/systemctl --user restart video-wallpaper || true - ''; - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/base.nix b/OLD CONFIGS/nix_old/modules/home-manager/base.nix deleted file mode 100644 index 77b9ac1..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/base.nix +++ /dev/null @@ -1,39 +0,0 @@ -{ pkgs, ... }: - -let - moduleName = "hm-base"; -in -{ - imports = [ - ./packages.nix - ./flatpak.nix - ./greeter.nix - ./terminal.nix - ./default-apps.nix - ./backgrounds.nix - ./hyprland.nix - ./hyprshell.nix - ./waybar.nix - ]; - - programs.vscode = { -# enable = true; - - profiles.default.extensions = with pkgs.vscode-extensions; [ - ms-vscode.cpptools - ms-vscode.cmake-tools - bbenoist.nix - ]; - }; - - programs.home-manager.enable = true; - wayland.windowManager.hyprland.systemd.enable = true; - systemd.user.startServices = "sd-switch"; - - home.activation.cleanNixlog = pkgs.lib.hm.dag.entryBefore [ "writeBoundary" ] '' - rm -rf "$HOME/.nixlog" - mkdir -p "$HOME/.nixlog" - ''; - - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/bindings.nix b/OLD CONFIGS/nix_old/modules/home-manager/bindings.nix deleted file mode 100644 index 8e612e5..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/bindings.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ pkgs, ... }: - -let - moduleName = "hm-bindings"; -in -{ - xdg.enable = true; - - # Home Manager version of "put a config file in the right XDG place". - # This becomes: ~/.config/hypr/bindings.conf - xdg.configFile."hypr/bindings.conf".source = ./conf/bindings.conf; - - # Optional: your "loaded" marker - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; - - # NOTE: - # keyd is a system daemon; configure it in NixOS (configuration.nix), - # not in Home Manager. -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/aliases.conf b/OLD CONFIGS/nix_old/modules/home-manager/conf/aliases.conf deleted file mode 100644 index cec7240..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/aliases.conf +++ /dev/null @@ -1,13 +0,0 @@ -alias ll='ls -lah' -alias gs='git status' -alias ga='git add' -alias gc='git commit' -alias rebuild='sudo nixos-rebuild switch --flake ~/nixos#traveldroid' -alias rb='systemctl reboot' -alias fpl='flatpak search' -alias fpi='flatpak install' -alias fpr='flatpak run' -alias nxc='ssh henrov@nextcloud.data-pro.nu' -alias nps='xdg-open https://search.nixos.org' -alias vs= 'code' - diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/backgrounds/videos/191684-891315375.mp4 b/OLD CONFIGS/nix_old/modules/home-manager/conf/backgrounds/videos/191684-891315375.mp4 deleted file mode 100644 index 0a4faaf..0000000 Binary files a/OLD CONFIGS/nix_old/modules/home-manager/conf/backgrounds/videos/191684-891315375.mp4 and /dev/null differ diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/bindings.conf b/OLD CONFIGS/nix_old/modules/home-manager/conf/bindings.conf deleted file mode 100644 index 337cd0e..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/bindings.conf +++ /dev/null @@ -1,122 +0,0 @@ -############### -# Keybindings # -############### - -$mod = SUPER - -# Terminal / launcher / kill / reload -bind = $mod, RETURN, exec, kitty -bind = $mod, D, exec, wofi --show drun -bind = $mod, Q, killactive, -bind = $mod SHIFT, Q, exit, -bind = $mod SHIFT, R, exec, hyprctl reload - -# Default browser -bind = $mod, W, exec, xdg-open https://about:blank -# Focus movement -bind = $mod, H, movefocus, l -bind = $mod, L, movefocus, r -bind = $mod, K, movefocus, u -bind = $mod, J, movefocus, d -bind = $mod, left, movefocus, l -bind = $mod, right, movefocus, r -bind = $mod, up, movefocus, u -bind = $mod, down, movefocus, d - -# Move windows -bind = $mod SHIFT, H, movewindow, l -bind = $mod SHIFT, L, movewindow, r -bind = $mod SHIFT, K, movewindow, u -bind = $mod SHIFT, J, movewindow, d -bind = $mod SHIFT, left, movewindow, l -bind = $mod SHIFT, right, movewindow, r -bind = $mod SHIFT, up, movewindow, u -bind = $mod SHIFT, down, movewindow, d - -# Resize windows -bind = $mod CTRL, H, resizeactive, -30 0 -bind = $mod CTRL, L, resizeactive, 30 0 -bind = $mod CTRL, K, resizeactive, 0 -30 -bind = $mod CTRL, J, resizeactive, 0 30 - -# Floating / fullscreen -bind = $mod, V, togglefloating, -bind = $mod, F, fullscreen, 0 -bind = $mod SHIFT, F, fullscreen, 1 - -# Workspaces -bind = $mod, 1, workspace, 1 -bind = $mod, 2, workspace, 2 -bind = $mod, 3, workspace, 3 -bind = $mod, 4, workspace, 4 -bind = $mod, 5, workspace, 5 -bind = $mod, 6, workspace, 6 -bind = $mod, 7, workspace, 7 -bind = $mod, 8, workspace, 8 -bind = $mod, 9, workspace, 9 -bind = $mod, 0, workspace, 10 - -bind = $mod SHIFT, 1, movetoworkspace, 1 -bind = $mod SHIFT, 2, movetoworkspace, 2 -bind = $mod SHIFT, 3, movetoworkspace, 3 -bind = $mod SHIFT, 4, movetoworkspace, 4 -bind = $mod SHIFT, 5, movetoworkspace, 5 -bind = $mod SHIFT, 6, movetoworkspace, 6 -bind = $mod SHIFT, 7, movetoworkspace, 7 -bind = $mod SHIFT, 8, movetoworkspace, 8 -bind = $mod SHIFT, 9, movetoworkspace, 9 -bind = $mod SHIFT, 0, movetoworkspace, 10 - -# Cycle workspaces -bind = $mod, mouse_down, workspace, e+1 -bind = $mod, mouse_up, workspace, e-1 - -# Mouse drag -bindm = $mod, mouse:272, movewindow -bindm = $mod, mouse:273, resizewindow - -######################### -# Screenshots -######################### -bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -bind = , XF86Screenshot, exec, grim - | wl-copy - -######################### -# Audio (pamixer) -######################### -bind = , XF86AudioRaiseVolume, exec, pamixer -i 5 -bind = , XF86AudioLowerVolume, exec, pamixer -d 5 -bind = , XF86AudioMute, exec, pamixer -t -bind = , XF86AudioMicMute, exec, pamixer --default-source -t - -######################### -# Media (playerctl) -######################### -bind = , XF86AudioPlay, exec, playerctl play-pause -bind = , XF86AudioPause, exec, playerctl pause -bind = , XF86AudioNext, exec, playerctl next -bind = , XF86AudioPrev, exec, playerctl previous -bind = , XF86AudioStop, exec, playerctl stop - -######################### -# Brightness (brightnessctl) -######################### -bind = , XF86MonBrightnessUp, exec, brightnessctl set +10% -bind = , XF86MonBrightnessDown, exec, brightnessctl set 10%- -bind = , XF86KbdBrightnessUp, exec, brightnessctl -d '*kbd_backlight*' set +10% -bind = , XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%- - -######################### -# Power / session -######################### -bind = , XF86Sleep, exec, systemctl suspend -bind = , XF86PowerOff, exec, systemctl poweroff -bind = , XF86WakeUp, exec, systemctl suspend - -######################### -# Start apps -######################### -bind = $mod, E, exec, dolphin -bind = CTRLALT, B, exec, flatpak run eu.betterbird.Betterbird -bind = CTRLALT, S, exec, spotify -bind = CTRLALT, z, exec, flatpak run app.zen_browser.zen diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/greeter.conf b/OLD CONFIGS/nix_old/modules/home-manager/conf/greeter.conf deleted file mode 100644 index 3e35cd3..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/greeter.conf +++ /dev/null @@ -1,11 +0,0 @@ - # Minimal Hyprland config for greetd - -monitor = , preferred, auto, 1 - -misc { - disable_hyprland_logo = true - disable_splash_rendering = true -} - -# Start qtgreet and point it at the correct session paths for NixOS -exec-once = sh -lc 'source /etc/greetd/qtgreet-session-paths; exec qtgreet -w "$WAYLAND_SESSIONS" -x "$X11_SESSIONS"' diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprland.conf b/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprland.conf deleted file mode 100644 index c09f6a3..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprland.conf +++ /dev/null @@ -1,61 +0,0 @@ -# ========================= -# Hyprland config (generated by Nix) -# ========================= - -# --- Variables --- -$mod = SUPER -$term = kitty -$menu = hyprshell run - - -# --- Environment --- -env = XDG_CURRENT_DESKTOP,Hyprland -env = XDG_SESSION_TYPE,wayland -env = XDG_SESSION_DESKTOP,Hyprland -env = MOZ_ENABLE_WAYLAND,1 - -# --- Monitor (safe default) --- -monitor = , preferred, auto, 1 - -# --- Input --- -input { - kb_layout = us - follow_mouse = 1 - touchpad { - natural_scroll = true - } -} - -# --- General --- -general { - gaps_in = 5 - gaps_out = 10 - border_size = 2 - layout = dwindle -} - -animations { - enabled = true -} - -decoration { - blur { - enabled = true - size = 8 - passes = 2 - new_optimizations = true - } -} - -misc { - disable_hyprland_logo = false - disable_splash_rendering = false -} - -# --- Keybindings live here --- -source = /etc/xdg/hypr/bindings.conf - - -# --- Autostart --- -exec-once = waybar -#exec-once = sleep 2 & /run/current-system/sw/bin/hyprshell run diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprshell/config.ron b/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprshell/config.ron deleted file mode 100644 index 9928604..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprshell/config.ron +++ /dev/null @@ -1,71 +0,0 @@ -// Edit with `hyprshell config edit` <-- GUI app, resize! -( - version: 3, - windows: ( - scale: 8.5, - items_per_row: 5 , - overview: ( - launcher: ( - default_terminal: None, - launch_modifier: "ctrl", - width: 800, - max_items: 5, - show_when_empty: true, - plugins: ( - applications: ( - run_cache_weeks: 8, - show_execs: true, - show_actions_submenu: true, - ), - terminal: None, - shell: None, - websearch: None, - calc: (), - path: (), - actions: ( - actions: [ - lock_screen, - hibernate, - logout, - reboot, - shutdown, - suspend, - custom( - names: [ - "Kill", - "Stop", - ], - details: "Kill or stop a process by name", - command: "pkill \"{}\" && notify-send hyprshell \"stopped {}\"", - icon: "remove", - ), - custom( - names: [ - "Reload Hyprshell", - ], - details: "Reload Hyprshell", - command: "sleep 1; hyprshell socat \'\"Restart\"\'", - icon: "system-restart", - ), - ], - ), - ), - ), - key: "Super_L", - modifier: "super", - filter_by: [], - hide_filtered: false, - exclude_special_workspaces: "", - ), - switch: ( - modifier: "alt", - key: "Tab", - filter_by: [ - current_monitor, - ], - switch_workspaces: false, - exclude_special_workspaces: "", - ), - switch_2: None, - ), -) diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprshell/styles.css b/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprshell/styles.css deleted file mode 100644 index ac37156..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/hyprshell/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -window { - background: rgba(20, 20, 20, 0.92); - border-radius: 18px; -} - -* { - background-color: unset; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/packages.conf b/OLD CONFIGS/nix_old/modules/home-manager/conf/packages.conf deleted file mode 100644 index 3580a00..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/packages.conf +++ /dev/null @@ -1,80 +0,0 @@ -{ pkgs }: - -{ - # Packages to be installed in the *user* profile via Home Manager - packages = with pkgs; [ - # system - waybar - wofi - dunst - xdg-utils - desktop-file-utils - playerctl - pamixer - brightnessctl - rofi - home-manager - - # hyprland - hyprpaper - - # utils - wget - flatpak - nextcloud-client - kdePackages.okular - kdePackages.gwenview - kdePackages.kdeconnect-kde - _1password-gui - docker - tree - ripgrep - gparted - file - htop - wev - solaar - - # terminal - kitty - starship - kdePackages.konsole - kdePackages.yakuake - - # office - obsidian - onlyoffice-desktopeditors - - # development - git - vscode-with-extensions - kdePackages.kate - jetbrains.pycharm - python3 - - # communication - nextcloud-talk-desktop - signal-desktop - - # multimedia - spotify - vlc - - # graphic - gimp2 - ]; - - # Keeping these here as "data" (optional to use later) - flatpakRemote = { - name = "flathub"; - url = "https://dl.flathub.org/repo/flathub.flatpakrepo"; - }; - - flatpakApps = [ - "app.zen_browser.zen" - "org.mozilla.firefox" - "com.github.tchx84.Flatseal" - "eu.betterbird.Betterbird" - "com.todoist.Todoist" - ]; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/starship.toml b/OLD CONFIGS/nix_old/modules/home-manager/conf/starship.toml deleted file mode 100644 index ba9bd82..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/starship.toml +++ /dev/null @@ -1,279 +0,0 @@ -"$schema" = 'https://starship.rs/config-schema.json' - -format = """ -[](red)\ -$os\ -$username\ -[](bg:peach fg:red)\ -$directory\ -[](bg:yellow fg:peach)\ -$git_branch\ -$git_status\ -[](fg:yellow bg:green)\ -$c\ -$rust\ -$golang\ -$nodejs\ -$php\ -$java\ -$kotlin\ -$haskell\ -$python\ -[](fg:green bg:sapphire)\ -$conda\ -[](fg:sapphire bg:lavender)\ -$time\ -[ ](fg:lavender)\ -$cmd_duration\ -$line_break\ -$character""" - -palette = 'catppuccin_mocha' - -[os] -disabled = false -style = "bg:red fg:crust" - -[os.symbols] -Windows = "" -Ubuntu = "󰕈" -SUSE = "" -Raspbian = "󰐿" -Mint = "󰣭" -Macos = "󰀵" -Manjaro = "" -Linux = "󰌽" -Gentoo = "󰣨" -Fedora = "󰣛" -Alpine = "" -Amazon = "" -Android = "" -AOSC = "" -Arch = "󰣇" -Artix = "󰣇" -CentOS = "" -Debian = "󰣚" -Redhat = "󱄛" -RedHatEnterprise = "󱄛" - -[username] -show_always = true -style_user = "bg:red fg:crust" -style_root = "bg:red fg:crust" -format = '[ $user]($style)' - -[directory] -style = "bg:peach fg:crust" -format = "[ $path ]($style)" -truncation_length = 3 -truncation_symbol = "…/" - -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = "󰝚 " -"Pictures" = " " -"Developer" = "󰲋 " - -[git_branch] -symbol = "" -style = "bg:yellow" -format = '[[ $symbol $branch ](fg:crust bg:yellow)]($style)' - -[git_status] -style = "bg:yellow" -format = '[[($all_status$ahead_behind )](fg:crust bg:yellow)]($style)' - -[nodejs] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[c] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[rust] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[golang] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[php] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[java] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[kotlin] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[haskell] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[python] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version)(\(#$virtualenv\)) ](fg:crust bg:green)]($style)' - -[docker_context] -symbol = "" -style = "bg:sapphire" -format = '[[ $symbol( $context) ](fg:crust bg:sapphire)]($style)' - -[conda] -symbol = "  " -style = "fg:crust bg:sapphire" -format = '[$symbol$environment ]($style)' -ignore_base = false - -[time] -disabled = false -time_format = "%R" -style = "bg:lavender" -format = '[[  $time ](fg:crust bg:lavender)]($style)' - -[line_break] -disabled = false - -[character] -disabled = false -success_symbol = '[❯](bold fg:green)' -error_symbol = '[❯](bold fg:red)' -vimcmd_symbol = '[❮](bold fg:green)' -vimcmd_replace_one_symbol = '[❮](bold fg:lavender)' -vimcmd_replace_symbol = '[❮](bold fg:lavender)' -vimcmd_visual_symbol = '[❮](bold fg:yellow)' - -[cmd_duration] -show_milliseconds = true -format = " in $duration " -style = "bg:lavender" -disabled = false -show_notifications = true -min_time_to_notify = 45000 - -[palettes.catppuccin_mocha] -rosewater = "#f5e0dc" -flamingo = "#f2cdcd" -pink = "#f5c2e7" -mauve = "#cba6f7" -red = "#f38ba8" -maroon = "#eba0ac" -peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" -sky = "#89dceb" -sapphire = "#74c7ec" -blue = "#89b4fa" -lavender = "#b4befe" -text = "#cdd6f4" -subtext1 = "#bac2de" -subtext0 = "#a6adc8" -overlay2 = "#9399b2" -overlay1 = "#7f849c" -overlay0 = "#6c7086" -surface2 = "#585b70" -surface1 = "#45475a" -surface0 = "#313244" -base = "#1e1e2e" -mantle = "#181825" -crust = "#11111b" - -[palettes.catppuccin_frappe] -rosewater = "#f2d5cf" -flamingo = "#eebebe" -pink = "#f4b8e4" -mauve = "#ca9ee6" -red = "#e78284" -maroon = "#ea999c" -peach = "#ef9f76" -yellow = "#e5c890" -green = "#a6d189" -teal = "#81c8be" -sky = "#99d1db" -sapphire = "#85c1dc" -blue = "#8caaee" -lavender = "#babbf1" -text = "#c6d0f5" -subtext1 = "#b5bfe2" -subtext0 = "#a5adce" -overlay2 = "#949cbb" -overlay1 = "#838ba7" -overlay0 = "#737994" -surface2 = "#626880" -surface1 = "#51576d" -surface0 = "#414559" -base = "#303446" -mantle = "#292c3c" -crust = "#232634" - -[palettes.catppuccin_latte] -rosewater = "#dc8a78" -flamingo = "#dd7878" -pink = "#ea76cb" -mauve = "#8839ef" -red = "#d20f39" -maroon = "#e64553" -peach = "#fe640b" -yellow = "#df8e1d" -green = "#40a02b" -teal = "#179299" -sky = "#04a5e5" -sapphire = "#209fb5" -blue = "#1e66f5" -lavender = "#7287fd" -text = "#4c4f69" -subtext1 = "#5c5f77" -subtext0 = "#6c6f85" -overlay2 = "#7c7f93" -overlay1 = "#8c8fa1" -overlay0 = "#9ca0b0" -surface2 = "#acb0be" -surface1 = "#bcc0cc" -surface0 = "#ccd0da" -base = "#eff1f5" -mantle = "#e6e9ef" -crust = "#dce0e8" - -[palettes.catppuccin_macchiato] -rosewater = "#f4dbd6" -flamingo = "#f0c6c6" -pink = "#f5bde6" -mauve = "#c6a0f6" -red = "#ed8796" -maroon = "#ee99a0" -peach = "#f5a97f" -yellow = "#eed49f" -green = "#a6da95" -teal = "#8bd5ca" -sky = "#91d7e3" -sapphire = "#7dc4e4" -blue = "#8aadf4" -lavender = "#b7bdf8" -text = "#cad3f5" -subtext1 = "#b8c0e0" -subtext0 = "#a5adcb" -overlay2 = "#939ab7" -overlay1 = "#8087a2" -overlay0 = "#6e738d" -surface2 = "#5b6078" -surface1 = "#494d64" -surface0 = "#363a4f" -base = "#24273a" -mantle = "#1e2030" -crust = "#181926" diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/waybar/style.css b/OLD CONFIGS/nix_old/modules/home-manager/conf/waybar/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/nix_old/modules/home-manager/conf/waybar/waybar.conf b/OLD CONFIGS/nix_old/modules/home-manager/conf/waybar/waybar.conf deleted file mode 100644 index ccabd32..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/conf/waybar/waybar.conf +++ /dev/null @@ -1,13 +0,0 @@ -{ - "layer": "top", - "position": "top", - "height": 30, - - "modules-left": ["hyprland/workspaces"], - "modules-center": ["clock"], - "modules-right": ["network", "pulseaudio", "tray"], - - "clock": { - "format": "{:%a %d %b %H:%M}" - } -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/default-apps.nix b/OLD CONFIGS/nix_old/modules/home-manager/default-apps.nix deleted file mode 100644 index a602701..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/default-apps.nix +++ /dev/null @@ -1,58 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "hm-deefault-apps"; -in -{ - # Ensure update-mime-database is available - home.packages = with pkgs; [ - shared-mime-info - ]; - - # Teach the MIME DB that *.nix files are text/x-nix - xdg.dataFile."mime/packages/nix.xml".text = '' - - - - Nix expression - - - - ''; - - # Rebuild user MIME database after HM writes xdg.dataFile files - home.activation.updateMimeDatabase = - lib.hm.dag.entryAfter [ "writeBoundary" ] '' - ${pkgs.shared-mime-info}/bin/update-mime-database ${config.xdg.dataHome}/mime - ''; - - xdg.mimeApps.enable = true; - - xdg.mimeApps.defaultApplications = { - # Nix files - "text/x-nix" = [ "org.kde.kate.desktop" ]; - "text/plain" = [ "org.kde.kate.desktop" ]; - "text/x-ini" = [ "org.kde.kate.desktop" ]; - "application/x-desktop" = [ "org.kde.kate.desktop" ]; - - # Zen Browser (Flatpak) - "x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ]; - "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ]; - "text/html" = [ "app.zen_browser.zen.desktop" ]; - - # Email - "x-scheme-handler/mailto" = [ "eu.betterbird.Betterbird.desktop" ]; - "message/rfc822" = [ "eu.betterbird.Betterbird.desktop" ]; - - # Calendar (common handlers) - "text/calendar" = [ "eu.betterbird.Betterbird.desktop" ]; - "application/ics" = [ "eu.betterbird.Betterbird.desktop" ]; - "application/calendar" = [ "eu.betterbird.Betterbird.desktop" ]; - "x-scheme-handler/webcal" = [ "eu.betterbird.Betterbird.desktop" ]; - "x-scheme-handler/webcals" = [ "eu.betterbird.Betterbird.desktop" ]; - - # File manager - "inode/directory" = [ "org.kde.dolphin.desktop" ]; - }; - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/flatpak.nix b/OLD CONFIGS/nix_old/modules/home-manager/flatpak.nix deleted file mode 100644 index 904d548..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/flatpak.nix +++ /dev/null @@ -1,58 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - p = import ./conf/packages.conf { inherit pkgs; }; - remote = p.flatpakRemote; - apps = p.flatpakApps; - q = lib.escapeShellArg; - appArgs = lib.concatStringsSep " " (map q apps); - moduleName = "hm-flatpak"; -in -{ - services.flatpak.enable = true; - - # Make network-online.target meaningful on NetworkManager systems - systemd.services.NetworkManager-wait-online.enable = true; - - systemd.services.flatpak-sync = { - description = "Sync Flatpak remote and apps"; - wantedBy = [ "multi-user.target" ]; - - wants = [ "network-online.target" ]; - after = [ "network-online.target" ]; - - # re-run when system changes (useful when app list changes) - #restartTriggers = [ config.system.build.toplevel ]; - - serviceConfig = { - Type = "oneshot"; - TimeoutStartSec = 300; - }; - - script = '' - set -euo pipefail - FLATPAK=${pkgs.flatpak}/bin/flatpak - - # wait for DNS (prevents your exact error) - for i in $(seq 1 30); do - if ${pkgs.getent}/bin/getent hosts dl.flathub.org >/dev/null 2>&1; then - break - fi - sleep 1 - done - - "$FLATPAK" remote-add --system --if-not-exists ${q remote.name} ${q remote.url} || true - - installed="$("$FLATPAK" list --system --app --columns=application 2>/dev/null || true)" - for app in ${appArgs}; do - if echo "$installed" | grep -qx "$app"; then - echo "flatpak: already installed: $app" - else - echo "flatpak: installing: $app" - "$FLATPAK" install --system -y ${q remote.name} "$app" - fi - done - ''; - }; - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/greeter.nix b/OLD CONFIGS/nix_old/modules/home-manager/greeter.nix deleted file mode 100644 index bbb4010..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/greeter.nix +++ /dev/null @@ -1,50 +0,0 @@ -{ config, pkgs, ... }: - -let - waylandSessions = "${config.services.displayManager.sessionData.desktops}/share/wayland-sessions"; - x11Sessions = "${config.services.displayManager.sessionData.desktops}/share/xsessions"; - moduleName = "hm-greeter"; -in -{ - - users.users.greeter = { - isSystemUser = true; - group = "greeter"; - }; - users.groups.greeter = {}; - - - services.greetd = { - enable = true; - - settings = { - terminal.vt = 1; - - default_session = { - # Run Hyprland as the greeter compositor - command = "${pkgs.dbus}/bin/dbus-run-session ${pkgs.hyprland}/bin/start-hyprland -- --config /etc/greetd/greeter.conf"; - user = "greeter"; - }; - }; - }; - - # Install the greeter Hyprland config file - environment.etc."greetd/greeter.conf".source = ./conf/greeter.conf; - - # Give qtgreet access to session files on NixOS - environment.etc."greetd/qtgreet-session-paths".text = '' - WAYLAND_SESSIONS=${waylandSessions} - X11_SESSIONS=${x11Sessions} - ''; - - # Needed for Wayland logins in many setups - services.seatd.enable = true; - - environment.systemPackages = with pkgs; [ - qtgreet - qt6Packages.qt6ct - kdePackages.breeze - kdePackages.breeze-icons - ]; - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/hyprland.nix b/OLD CONFIGS/nix_old/modules/home-manager/hyprland.nix deleted file mode 100644 index 2249a35..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/hyprland.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ pkgs, ... }: - -let - moduleName = "hm-hyprland"; -in -{ - imports = [ - ./bindings.nix - ]; - - # Home Manager Hyprland configuration (user-level) - # This installs Hyprland in the user environment and can manage config under ~/.config/hypr/ - wayland.windowManager.hyprland = { - enable = true; - # You can optionally set package = pkgs.hyprland; if you want a specific one. - }; - - # Put your hyprland.conf in the standard Hyprland location: - xdg.enable = true; - xdg.configFile."hypr/hyprland.conf".source = ./conf/hyprland.conf; - - # Session variables that *belong in Home Manager* (user session scope) - home.sessionVariables = { - XDG_CURRENT_DESKTOP = "Hyprland"; - XDG_SESSION_DESKTOP = "Hyprland"; - XDG_SESSION_TYPE = "wayland"; - }; - - # Marker file - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/hyprshell.nix b/OLD CONFIGS/nix_old/modules/home-manager/hyprshell.nix deleted file mode 100644 index 5fcedab..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/hyprshell.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ pkgs, ... }: - -let - moduleName = "hm-hyprshell"; -in -{ - # Make sure XDG base dirs are used (so xdg.configFile writes into ~/.config) - xdg.enable = true; - - # Hyprshell config files - xdg.configFile."hyprshell/config.ron".source = ./conf/hyprshell/config.ron; - xdg.configFile."hyprshell/styles.css".source = ./conf/hyprshell/styles.css; - - # Install hyprshell - home.packages = [ pkgs.hyprshell ]; - - # Run hyprshell as a user service when your graphical session starts - systemd.user.services.hyprshell = { - Unit = { - Description = "Hyprshell"; - PartOf = [ "graphical-session.target" ]; - After = [ "graphical-session.target" ]; - }; - - Service = { - ExecStart = "${pkgs.hyprshell}/bin/hyprshell run"; - Restart = "on-failure"; - RestartSec = 1; - }; - - Install = { - WantedBy = [ "graphical-session.target" ]; - }; - }; - - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/packages.nix b/OLD CONFIGS/nix_old/modules/home-manager/packages.nix deleted file mode 100644 index 111aebf..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/packages.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ pkgs, ... }: - -let - cfg = import ../../conf/packages.conf { inherit pkgs; }; - moduleName = "hm-packages"; -in -{ - # Unfree should be set at NixOS level - nixpkgs.config.allowUnfree = true; - - # Install packages via Home Manager (integrated into NixOS) - home-manager.users.henrov = { - home.packages = cfg.packages; - }; - - # Optional: keep these available in the NixOS config namespace if you want - # to use them with nix-flatpak later. - # (No effect unless you wire them to a flatpak module.) - _module.args.packagesConf = cfg; - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/terminal.nix b/OLD CONFIGS/nix_old/modules/home-manager/terminal.nix deleted file mode 100644 index b42054d..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/terminal.nix +++ /dev/null @@ -1,62 +0,0 @@ -{ config, pkgs, ... }: - -let - moduleName = "hm-terminal"; -in -{ - # -----BASH -------------- - programs.bash = { - enable = true; - - # Load aliases from ~/.config/zsh/aliases.conf - bashrcExtra = '' - if [ -f "$HOME/.config/zsh/aliases.conf" ]; then - source "$HOME/.config/zsh/aliases.conf" - fi - ''; - }; - - # ------ KITTY ----- - programs.kitty = { - enable = true; - settings = { - background_opacity = 0.60; - dynamic_background_opacity = true; - }; - }; - - # -------ZSH------------ - programs.zsh = { - enable = true; - dotDir = ".config/zsh"; - enableCompletion = true; - autosuggestion.enable = true; - syntaxHighlighting.enable = true; - initContent= '' - if [ -f "$HOME/.config/zsh/aliases.conf" ]; then - source "$HOME/.config/zsh/aliases.conf" - fi - ''; - - oh-my-zsh = { - enable = true; - theme = ""; - plugins = [ "git" "sudo" "docker" ]; - }; - }; - - # Put the aliases file into ~/.config/zsh/aliases.conf - xdg.configFile."zsh/aliases.conf".source = ./conf/aliases.conf; - - # -----STARSHIP-------------- - programs.starship = { - enable = true; - enableBashIntegration = true; - enableZshIntegration = true; - }; - - xdg.configFile."starship.toml".text = - builtins.readFile ./conf/starship.toml; - - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/home-manager/waybar.nix b/OLD CONFIGS/nix_old/modules/home-manager/waybar.nix deleted file mode 100644 index 6365997..0000000 --- a/OLD CONFIGS/nix_old/modules/home-manager/waybar.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ config, pkgs, ... }: - -let - moduleName = "hm-waybar"; -in -{ - # Installs + enables Waybar - programs.waybar = { - enable = true; - - # Explicit install (optional, but you asked for it) - package = pkgs.waybar; - }; - - # Your config file is named waybar.conf in your repo, - # but Waybar expects it as ~/.config/waybar/config - xdg.configFile."waybar/config".source = .conf/waybar/waybar.conf; - - # CSS styling - xdg.configFile."waybar/style.css".source = ./waybar/style.css; - home.file.".nixlog/loaded.${moduleName}-module-loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/bluetooth.nix b/OLD CONFIGS/nix_old/modules/nixos/bluetooth.nix deleted file mode 100644 index 8b084b6..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/bluetooth.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-bluetooth"; -in -{ - hardware.bluetooth.enable = true; - hardware.bluetooth.powerOnBoot = true; - services.blueman.enable = true; - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/core-services.nix b/OLD CONFIGS/nix_old/modules/nixos/core-services.nix deleted file mode 100644 index 2765663..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/core-services.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "nixos-services"; -in -{ - programs.hyprland.enable = true; - services.seatd.enable = true; - services.keyd.enable = true; - systemd.defaultUnit = "graphical.target"; - services.displayManager.defaultSession = "hyprland"; - services.dbus.enable = true; - programs.dconf.enable = true; - security.polkit.enable = true; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; - programs.zsh.enable = true; - environment.variables.EDITOR = "nano"; - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/housekeeping.nix b/OLD CONFIGS/nix_old/modules/nixos/housekeeping.nix deleted file mode 100644 index f68b102..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/housekeeping.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-housekeeping"; -in -{ - - nix.gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 7d"; - }; - nix.settings.auto-optimise-store = true; - - - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/locale.nix b/OLD CONFIGS/nix_old/modules/nixos/locale.nix deleted file mode 100644 index bff3f84..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/locale.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-locale"; -in -{ - time.timeZone = "Europe/Amsterdam"; - i18n.defaultLocale = "en_US.UTF-8"; - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/networking.nix b/OLD CONFIGS/nix_old/modules/nixos/networking.nix deleted file mode 100644 index 70e33ee..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/networking.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ config, lib, pkgs, ... }: -let - moduleName = "nixos-networking"; -in -{ - networking.nftables.enable = true; - - networking.firewall = { - enable = true; - - # Default: no inbound open ports - allowedTCPPorts = [ ]; - allowedUDPPorts = [ ]; - - # Home-only exceptions (nftables syntax) - extraInputRules = '' - # KDE Connect (TCP/UDP 1714-1764) from home LAN - ip saddr 192.168.2.0/24 tcp dport 1714-1764 accept - ip saddr 192.168.2.0/24 udp dport 1714-1764 accept - - # mDNS / Avahi for printer discovery (UDP 5353) from home LAN - ip saddr 192.168.2.0/24 udp dport 5353 accept - ''; - }; - - networking.networkmanager.enable = true; - services.openssh.enable = true; - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/printers.nix b/OLD CONFIGS/nix_old/modules/nixos/printers.nix deleted file mode 100644 index 1313ba8..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/printers.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - moduleName = "nixos-printers"; -in -{ - # ---- Printing (CUPS) ---- - services.printing = { - enable = true; - # Good general compatibility. Many modern printers work driverless (IPP Everywhere), - # but these help with older models and various formats. - drivers = with pkgs; [ - cups-filters - gutenprint - ]; - }; - - # ---- Network printer discovery (mDNS / DNS-SD) ---- - services.avahi = { - enable = true; - # Resolve .local names + discover services on IPv4 - nssmdns4 = true; - # You're controlling firewall rules in firewall.nix - openFirewall = false; - }; - - # ---- Optional GUI tool to add/manage printers ---- - environment.systemPackages = with pkgs; [ - system-config-printer - ]; - - # allow admin actions in printer GUI (usually already present on desktop systems) - security.polkit.enable = true; - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/sound.nix b/OLD CONFIGS/nix_old/modules/nixos/sound.nix deleted file mode 100644 index 2549e17..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/sound.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-sound"; -in -{ - services.pipewire = { - enable = true; - pulse.enable = true; - alsa.enable = true; - alsa.support32Bit = true; - }; - - security.rtkit.enable = true; - - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/usb.nix b/OLD CONFIGS/nix_old/modules/nixos/usb.nix deleted file mode 100644 index 76f456b..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/usb.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-usb"; -in -{ - # Automount USB / removable media integration - services.udisks2.enable = true; - services.gvfs.enable = true; - - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/users.nix b/OLD CONFIGS/nix_old/modules/nixos/users.nix deleted file mode 100644 index b1585e9..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/users.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - username = "henrov"; - moduleName = "nixos-users"; -in -{ - # Optional but common: declare defaults for user shells - users.defaultUserShell = pkgs.zsh; - - users.users.${username} = { - isNormalUser = true; - - # Add your user to groups needed for admin + network + typical desktop input/video access - extraGroups = [ - "wheel" - "networkmanager" - "video" - "input" - "audio" - ]; - - # If you want zsh explicitly per-user (instead of defaultUserShell): - # shell = pkgs.zsh; - }; - - # If you want a simple "proof this module was applied" marker at the *system* level: - # (This creates /etc/nixos-users.loaded) - environment.etc."nixos-users.loaded".text = "loaded\n"; -} diff --git a/OLD CONFIGS/nix_old/modules/nixos/xdg.nix b/OLD CONFIGS/nix_old/modules/nixos/xdg.nix deleted file mode 100644 index d2b6337..0000000 --- a/OLD CONFIGS/nix_old/modules/nixos/xdg.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - moduleName = "nixos-xdg"; -in -{ - # NixOS XDG integration (system-wide) - xdg = { - menus.enable = true; - mime.enable = true; - }; - - xdg.portal = { - enable = true; - xdgOpenUsePortal = true; - extraPortals = with pkgs; [ - # xdg-desktop-portal-hyprland - xdg-desktop-portal-gtk - ]; - }; - - environment.etc."xdg/menus/applications.menu".source = - "${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu"; - # NixOS-safe "module executed" marker (creates /etc/nixlog/loaded.nixos-xdg) - environment.etc."nixlog/loaded.${moduleName}".text = "loaded\n"; -} diff --git a/OLD CONFIGS/system-master_BAK/.envrc b/OLD CONFIGS/system-master_BAK/.envrc deleted file mode 100755 index 508a5ca..0000000 --- a/OLD CONFIGS/system-master_BAK/.envrc +++ /dev/null @@ -1,6 +0,0 @@ -use flake - -watch_file .envrc.private -if [[ -f .envrc.private ]]; then - source_env .envrc.private -fi diff --git a/OLD CONFIGS/system-master_BAK/.github/images/emacs.svg b/OLD CONFIGS/system-master_BAK/.github/images/emacs.svg deleted file mode 100755 index add3414..0000000 --- a/OLD CONFIGS/system-master_BAK/.github/images/emacs.svg +++ /dev/null @@ -1,22 +0,0 @@ - -image/svg+xml \ No newline at end of file diff --git a/OLD CONFIGS/system-master_BAK/.github/images/nixos.svg b/OLD CONFIGS/system-master_BAK/.github/images/nixos.svg deleted file mode 100755 index 2a065bc..0000000 --- a/OLD CONFIGS/system-master_BAK/.github/images/nixos.svg +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/OLD CONFIGS/system-master_BAK/.github/images/nord-palette.png b/OLD CONFIGS/system-master_BAK/.github/images/nord-palette.png deleted file mode 100755 index d4683e1..0000000 Binary files a/OLD CONFIGS/system-master_BAK/.github/images/nord-palette.png and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/.github/images/screenshot.png b/OLD CONFIGS/system-master_BAK/.github/images/screenshot.png deleted file mode 100755 index fe6a26b..0000000 Binary files a/OLD CONFIGS/system-master_BAK/.github/images/screenshot.png and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/.github/images/waybar.png b/OLD CONFIGS/system-master_BAK/.github/images/waybar.png deleted file mode 100755 index fffbdad..0000000 Binary files a/OLD CONFIGS/system-master_BAK/.github/images/waybar.png and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/.github/workflows/tangle.yml b/OLD CONFIGS/system-master_BAK/.github/workflows/tangle.yml deleted file mode 100755 index 8edceab..0000000 --- a/OLD CONFIGS/system-master_BAK/.github/workflows/tangle.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Tangle Code - -on: - workflow_dispatch: - push: - paths: - - 'README.org' - -permissions: - contents: write - -jobs: - tangle: - runs-on: ubuntu-latest - steps: - - name: Setup Emacs - uses: purcell/setup-emacs@master - with: - version: snapshot - - name: Checkout - uses: actions/checkout@v4 - - name: Tangle - run: emacs README.org --batch --eval "(setq org-confirm-babel-evaluate nil)" --eval "(progn (require 'org) (org-babel-goto-named-src-block \"startup\") (org-babel-execute-src-block))" -f org-babel-tangle - - name: Commit - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: Tangle files from the README. diff --git a/OLD CONFIGS/system-master_BAK/.gitignore b/OLD CONFIGS/system-master_BAK/.gitignore deleted file mode 100755 index 38f3b12..0000000 --- a/OLD CONFIGS/system-master_BAK/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.direnv/ -*.md -/.envrc-private -/.envrc.private diff --git a/OLD CONFIGS/system-master_BAK/.sops.yaml b/OLD CONFIGS/system-master_BAK/.sops.yaml deleted file mode 100755 index b3d3404..0000000 --- a/OLD CONFIGS/system-master_BAK/.sops.yaml +++ /dev/null @@ -1,7 +0,0 @@ -#keys: -# - &primary age1yq35g6mmlem0rhr47u6ewh8dctlwp9hj0s0ac60e4hrw9hjzlqms6crf7n -#creation_rules: -# - path_regex: secrets/secrets.yaml$ -# key_groups: -# - age: -# - *primary diff --git a/OLD CONFIGS/system-master_BAK/LICENSE b/OLD CONFIGS/system-master_BAK/LICENSE deleted file mode 100755 index f288702..0000000 --- a/OLD CONFIGS/system-master_BAK/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/OLD CONFIGS/system-master_BAK/README.org b/OLD CONFIGS/system-master_BAK/README.org deleted file mode 100755 index 2f793e7..0000000 --- a/OLD CONFIGS/system-master_BAK/README.org +++ /dev/null @@ -1,2894 +0,0 @@ -f#+OPTIONS: toc:nil broken-links:t -#+PROPERTY: header-args :noweb yes :results silent :mkdirp yes - -#+HTML:
-#+HTML:
-#+HTML: NixOS -#+HTML: Emacs -#+HTML:
-#+HTML:
-#+HTML:

Henrov's Literate System Configuration

-#+HTML: -#+HTML:
- -* Introduction - #+HTML:
Screenshot
- -This literate document describes and generates the configuration for the systems in this repository. It contains source blocks that are exported into individual files using Emacs Org mode’s tangling mechanism. The exported files are then evaluated as a NixOS flake to produce an immutable system configuration. - -This repository currently includes configuration for: - -* =traveldroid= — main workstation/laptop - -To generate the Nix files, open this file in Emacs and run =M-x org-babel-tangle=. - -Alternatively, run the following from the command line: - -#+begin_src bash :tangle no -emacs README.org --batch -f org-babel-tangle -#+end_src - -Once the Nix files are generated, deploy using: - -#+begin_src bash :tangle no -nixos-rebuild switch --flake .# -#+end_src - -Other files in this repo include: - -* ~flake.lock~ for pinning input versions. -* ~assets/*~ for non-Nix-managed artifacts such as images and wallpapers. - #- ~secrets/secrets.yaml~ for encrypted secrets edited using ~sops~. - -Generated outputs should not be edited directly. A CI workflow can tangle and commit generated outputs when they differ. - -** Emacs + Org + Tangle - -* [[[https://www.gnu.org/software/emacs/][Emacs](https://www.gnu.org/software/emacs/][Emacs)]] is used as the editor and execution environment for this literate configuration. -* [[[https://orgmode.org/][Org](https://orgmode.org/][Org) mode]] provides the document structure and the source block execution model used here. -* Tangling exports source blocks from this Org document into the corresponding configuration files. - - * References of the form ~<>~ are noweb placeholders that are expanded from other blocks during tangling. - -** Nix & NixOS - -* [[[https://nix.dev/][Nix](https://nix.dev/][Nix)]] is used to define packages, environments, and configuration as pure expressions. -* [[[https://nixos.org/][NixOS](https://nixos.org/][NixOS)]] evaluates Nix expressions into a complete system configuration that can be applied by rebuild operations. - -** Repository layout and folder conventions - #+HTML:

- #+HTML: This repository contains system modules, user modules, and configuration fragments. The following directories are treated as separate layers: - #+HTML: ./configuration (NixOS modules), ./home (Home Manager modules), and ./assets/conf (configuration fragments referenced or deployed by the modules). - #+HTML:

- #+HTML:

- #+HTML: To keep navigation consistent, the same internal substructure is used in all three locations. Each layer keeps its role; only the internal grouping is standardized. - #+HTML:

- -** Shared domain folders -#+HTML:
    -#+HTML:
  • core/ – base settings and common infrastructure
  • -#+HTML:
  • desktop/ – graphical session, compositor, UI components, and integration
  • -#+HTML:
  • apps/ – application enablement and application-level configuration
  • -#+HTML:
  • services/ – background services and daemons
  • -#+HTML:
  • security/ – secrets handling and security-related configuration
  • -#+HTML:
  • dev/ – developer tooling and editor configuration
  • -#+HTML:
- -** Full tree (including unchanged parts) -#+HTML:

-#+HTML: The tree below shows the full repository layout, with the standardized internal structure applied only inside -#+HTML: configuration/, home/, and assets/conf/. -#+HTML:

- -#+HTML:
.
-#+HTML: ├── flake.lock
-#+HTML: ├── flake.nix
-#+HTML: ├── README.org
-#+HTML: ├── user.nix
-#+HTML: ├── assets
-#+HTML: │   ├── background.png
-#+HTML: │   ├── conf
-#+HTML: │   │   ├── apps
-#+HTML: │   │   │   ├── flatpak.conf
-#+HTML: │   │   │   └── packages.conf
-#+HTML: │   │   ├── core
-#+HTML: │   │   │   └── xdg
-#+HTML: │   │   │       └── mimeapps.list
-#+HTML: │   │   ├── desktop
-#+HTML: │   │   │   ├── greeter
-#+HTML: │   │   │   │   └── greeter.conf
-#+HTML: │   │   │   ├── hypr
-#+HTML: │   │   │   │   ├── bindings.conf
-#+HTML: │   │   │   │   ├── hyprland.conf
-#+HTML: │   │   │   │   ├── hyprland_no_blur.conf
-#+HTML: │   │   │   │   └── hyprshell.conf
-#+HTML: │   │   │   ├── terminal
-#+HTML: │   │   │   │   (optional: desktop-facing terminal fragments if needed)
-#+HTML: │   │   │   ├── wallpaper
-#+HTML: │   │   │   │   └── wallpaper.conf
-#+HTML: │   │   │   └── waybar
-#+HTML: │   │   │       ├── config.jsonc
-#+HTML: │   │   │       └── style.css
-#+HTML: │   │   ├── dev
-#+HTML: │   │   │   ├── hyprshell
-#+HTML: │   │   │   │   ├── config.ron.bak
-#+HTML: │   │   │   │   └── styles.css.bak
-#+HTML: │   │   │   └── terminal
-#+HTML: │   │   │       ├── aliases.conf
-#+HTML: │   │   │       ├── kitty.conf
-#+HTML: │   │   │       ├── starship.toml
-#+HTML: │   │   │       └── zsh.conf
-#+HTML: │   │   ├── security
-#+HTML: │   │   │   └── ssh
-#+HTML: │   │   │       └── ssh-client.conf
-#+HTML: │   │   └── services
-#+HTML: │   ├── lock.png
-#+HTML: │   ├── scripts
-#+HTML: │   └── wallpaper
-#+HTML: │       ├── gif
-#+HTML: │       ├── picture
-#+HTML: │       │   ├── pexels-kseniachernaya-5691695.jpg
-#+HTML: │       │   ├── pexels-lalesh-147635.jpg
-#+HTML: │       │   ├── pexels-lucaspezeta-2212858.jpg
-#+HTML: │       │   ├── pexels-themob000-28428584.jpg
-#+HTML: │       │   └── pexels-themob000-28428592.jpg
-#+HTML: │       └── videos
-#+HTML: │           ├── dark_water_large.mp4
-#+HTML: │           └── white_blobs_small.mp4
-#+HTML: ├── configuration
-#+HTML: │   ├── default.nix
-#+HTML: │   ├── apps
-#+HTML: │   │   ├── flatpak.nix
-#+HTML: │   │   └── packages.nix
-#+HTML: │   ├── core
-#+HTML: │   │   ├── cli.nix
-#+HTML: │   │   ├── files.nix
-#+HTML: │   │   ├── locale.nix
-#+HTML: │   │   ├── networking.nix
-#+HTML: │   │   └── nix-settings.nix
-#+HTML: │   ├── desktop
-#+HTML: │   │   ├── audio.nix
-#+HTML: │   │   ├── hyprland.nix
-#+HTML: │   │   └── login.nix
-#+HTML: │   ├── dev
-#+HTML: │   │   └── boot.nix
-#+HTML: │   ├── security
-#+HTML: │   │   └── sops.nix
-#+HTML: │   └── services
-#+HTML: │       └── services.nix
-#+HTML: ├── hardware
-#+HTML: │   └── hardware.nix
-#+HTML: ├── home
-#+HTML: │   ├── default.nix
-#+HTML: │   ├── apps
-#+HTML: │   │   └── theme.nix
-#+HTML: │   ├── core
-#+HTML: │   │   └── unity.nix
-#+HTML: │   ├── desktop
-#+HTML: │   │   ├── hyprland.nix
-#+HTML: │   │   ├── lock.nix
-#+HTML: │   │   ├── walker.nix
-#+HTML: │   │   ├── wallpaper.nix
-#+HTML: │   │   └── waybar.nix
-#+HTML: │   ├── dev
-#+HTML: │   │   ├── dev.nix
-#+HTML: │   │   ├── terminal.nix
-#+HTML: │   │   └── emacs
-#+HTML: │   │       ├── default.nix
-#+HTML: │   │       ├── early-init.el
-#+HTML: │   │       └── init.el
-#+HTML: │   ├── security
-#+HTML: │   ├── services
-#+HTML: │   └── theme
-#+HTML: │       └── theme.nix
-#+HTML: ├── LICENSE
-#+HTML: ├── machines
-#+HTML: │   └── traveldroid
-#+HTML: │       ├── configuration.nix
-#+HTML: │       ├── hardware-configuration.nix
-#+HTML: │       └── home.nix
-#+HTML: ├── main
-#+HTML: └── secrets
-#+HTML:     └── secrets.yaml
-#+HTML: 
- -** Notes -#+HTML:
    -#+HTML:
  • Only the internal layout of configuration/, home/, and assets/conf/ is standardized; all other paths remain as currently organized.
  • -#+HTML:
  • The services/ and security/ folders are included for completeness even if initially empty in some layers.
  • -#+HTML:
-f#+OPTIONS: toc:nil broken-links:t -#+PROPERTY: header-args :noweb yes :results silent :mkdirp yes - -#+HTML:
-#+HTML:
-#+HTML: NixOS -#+HTML: Emacs -#+HTML:
-#+HTML:
-#+HTML:

Henrov's Literate System Configuration

-#+HTML: -#+HTML:
- -* Introduction - #+HTML:
Screenshot
- -This literate document describes and generates the configuration for the systems in this repository. It contains source blocks that are exported into individual files using Emacs Org mode’s tangling mechanism. The exported files are then evaluated as a NixOS flake to produce an immutable system configuration. - -This repository currently includes configuration for: - -* =traveldroid= — main workstation/laptop - -To generate the Nix files, open this file in Emacs and run =M-x org-babel-tangle=. - -Alternatively, run the following from the command line: - -#+begin_src bash :tangle no -emacs README.org --batch -f org-babel-tangle -#+end_src - -Once the Nix files are generated, deploy using: - -#+begin_src bash :tangle no -nixos-rebuild switch --flake .# -#+end_src - -Other files in this repo include: - -* ~flake.lock~ for pinning input versions. -* ~assets/*~ for non-Nix-managed artifacts such as images and wallpapers. - #- ~secrets/secrets.yaml~ for encrypted secrets edited using ~sops~. - -Generated outputs should not be edited directly. A CI workflow can tangle and commit generated outputs when they differ. - -** Emacs + Org + Tangle - -* [[[https://www.gnu.org/software/emacs/][Emacs](https://www.gnu.org/software/emacs/][Emacs)]] is used as the editor and execution environment for this literate configuration. -* [[[https://orgmode.org/][Org](https://orgmode.org/][Org) mode]] provides the document structure and the source block execution model used here. -* Tangling exports source blocks from this Org document into the corresponding configuration files. - - * References of the form ~<>~ are noweb placeholders that are expanded from other blocks during tangling. - -** Nix & NixOS - -* [[[https://nix.dev/][Nix](https://nix.dev/][Nix)]] is used to define packages, environments, and configuration as pure expressions. -* [[[https://nixos.org/][NixOS](https://nixos.org/][NixOS)]] evaluates Nix expressions into a complete system configuration that can be applied by rebuild operations. - -** Repository layout and folder conventions - #+HTML:

- #+HTML: This repository contains system modules, user modules, and configuration fragments. The following directories are treated as separate layers: - #+HTML: ./configuration (NixOS modules), ./home (Home Manager modules), and ./assets/conf (configuration fragments referenced or deployed by the modules). - #+HTML:

- #+HTML:

- #+HTML: To keep navigation consistent, the same internal substructure is used in all three locations. Each layer keeps its role; only the internal grouping is standardized. - #+HTML:

- -** Shared domain folders -#+HTML:
    -#+HTML:
  • core/ – base settings and common infrastructure
  • -#+HTML:
  • desktop/ – graphical session, compositor, UI components, and integration
  • -#+HTML:
  • apps/ – application enablement and application-level configuration
  • -#+HTML:
  • services/ – background services and daemons
  • -#+HTML:
  • security/ – secrets handling and security-related configuration
  • -#+HTML:
  • dev/ – developer tooling and editor configuration
  • -#+HTML:
- -** Full tree (including unchanged parts) -#+HTML:

-#+HTML: The tree below shows the full repository layout, with the standardized internal structure applied only inside -#+HTML: configuration/, home/, and assets/conf/. -#+HTML:

- -#+HTML:
.
-#+HTML: ├── flake.nix
-#+HTML: ├── flake.lock
-#+HTML: ├── README.org
-#+HTML: ├── user.nix
-#+HTML: ├── assets
-#+HTML: │   ├── background.png
-#+HTML: │   ├── conf
-#+HTML: │   │   ├── apps
-#+HTML: │   │   │   ├── flatpak.conf
-#+HTML: │   │   │   └── packages.conf
-#+HTML: │   │   ├── core
-#+HTML: │   │   │   └── xdg
-#+HTML: │   │   │       └── mimeapps.list
-#+HTML: │   │   ├── desktop
-#+HTML: │   │   │   ├── greeter
-#+HTML: │   │   │   │   └── greeter.conf
-#+HTML: │   │   │   ├── hypr
-#+HTML: │   │   │   │   ├── bindings.conf
-#+HTML: │   │   │   │   ├── hyprland.conf
-#+HTML: │   │   │   │   ├── hyprland_no_blur.conf
-#+HTML: │   │   │   │   └── hyprshell.conf
-#+HTML: │   │   │   ├── terminal
-#+HTML: │   │   │   │   (optional: desktop-facing terminal fragments if needed)
-#+HTML: │   │   │   ├── wallpaper
-#+HTML: │   │   │   │   └── wallpaper.conf
-#+HTML: │   │   │   └── waybar
-#+HTML: │   │   │       ├── config.jsonc
-#+HTML: │   │   │       └── style.css
-#+HTML: │   │   ├── dev
-#+HTML: │   │   │   ├── hyprshell
-#+HTML: │   │   │   │   ├── config.ron.bak
-#+HTML: │   │   │   │   └── styles.css.bak
-#+HTML: │   │   │   └── terminal
-#+HTML: │   │   │       ├── aliases.conf
-#+HTML: │   │   │       ├── kitty.conf
-#+HTML: │   │   │       ├── starship.toml
-#+HTML: │   │   │       └── zsh.conf
-#+HTML: │   │   ├── security
-#+HTML: │   │   │   └── ssh
-#+HTML: │   │   │       └── ssh-client.conf
-#+HTML: │   │   └── services
-#+HTML: │   ├── lock.png
-#+HTML: │   ├── scripts
-#+HTML: │   └── wallpaper
-#+HTML: │       ├── gif
-#+HTML: │       ├── picture
-#+HTML: │       │   ├── pexels-kseniachernaya-5691695.jpg
-#+HTML: │       │   ├── pexels-lalesh-147635.jpg
-#+HTML: │       │   ├── pexels-lucaspezeta-2212858.jpg
-#+HTML: │       │   ├── pexels-themob000-28428584.jpg
-#+HTML: │       │   └── pexels-themob000-28428592.jpg
-#+HTML: │       └── videos
-#+HTML: │           ├── dark_water_large.mp4
-#+HTML: │           └── white_blobs_small.mp4
-#+HTML: ├── configuration
-#+HTML: │   ├── default.nix
-#+HTML: │   ├── apps
-#+HTML: │   │   ├── flatpak.nix
-#+HTML: │   │   └── packages.nix
-#+HTML: │   ├── core
-#+HTML: │   │   ├── cli.nix
-#+HTML: │   │   ├── files.nix
-#+HTML: │   │   ├── locale.nix
-#+HTML: │   │   ├── networking.nix
-#+HTML: │   │   └── nix-settings.nix
-#+HTML: │   ├── desktop
-#+HTML: │   │   ├── audio.nix
-#+HTML: │   │   ├── hyprland.nix
-#+HTML: │   │   └── login.nix
-#+HTML: │   ├── dev
-#+HTML: │   │   └── boot.nix
-#+HTML: │   ├── security
-#+HTML: │   │   └── sops.nix
-#+HTML: │   └── services
-#+HTML: │       └── services.nix
-#+HTML: ├── hardware
-#+HTML: │   └── hardware.nix
-#+HTML: ├── home
-#+HTML: │   ├── default.nix
-#+HTML: │   ├── apps
-#+HTML: │   │   └── theme.nix
-#+HTML: │   ├── core
-#+HTML: │   │   └── unity.nix
-#+HTML: │   ├── desktop
-#+HTML: │   │   ├── hyprland.nix
-#+HTML: │   │   ├── lock.nix
-#+HTML: │   │   ├── walker.nix
-#+HTML: │   │   ├── wallpaper.nix
-#+HTML: │   │   └── waybar.nix
-#+HTML: │   ├── dev
-#+HTML: │   │   ├── dev.nix
-#+HTML: │   │   ├── terminal.nix
-#+HTML: │   │   └── emacs
-#+HTML: │   │       ├── default.nix
-#+HTML: │   │       ├── early-init.el
-#+HTML: │   │       └── init.el
-#+HTML: │   ├── security
-#+HTML: │   ├── services
-#+HTML: │   └── theme
-#+HTML: │       └── theme.nix
-#+HTML: ├── LICENSE
-#+HTML: ├── machines
-#+HTML: │   └── traveldroid
-#+HTML: │       ├── configuration.nix
-#+HTML: │       ├── hardware-configuration.nix
-#+HTML: │       └── home.nix
-#+HTML: ├── main
-#+HTML: └── secrets
-#+HTML:     └── secrets.yaml
-#+HTML: 
- -** Notes -#+HTML:
    -#+HTML:
  • Only the internal layout of configuration/, home/, and assets/conf/ is standardized; all other paths remain as currently organized.
  • -#+HTML:
  • The services/ and security/ folders are included for completeness even if initially empty in some layers.
  • -#+HTML:
- - ~YourNixCode(Input) -> System Configuration~ - -├── flake.lock -├── flake.nix -├── README.org -├── user.nix -├── assets -│ ├── background.png -│ ├── conf -│ │ ├── apps -│ │ │ ├── flatpak.conf -│ │ │ └── packages.conf -│ │ ├── core -│ │ │ └── xdg -│ │ │ └── mimeapps.list -│ │ ├── desktop -│ │ │ ├── greeter -│ │ │ │ └── greeter.conf -│ │ │ ├── hypr -│ │ │ │ ├── bindings.conf -│ │ │ │ ├── hyprland.conf -│ │ │ │ ├── hyprland_no_blur.conf -│ │ │ │ └── hyprshell.conf -│ │ │ ├── terminal -│ │ │ │ (optional: desktop-facing terminal fragments if needed) -│ │ │ ├── wallpaper -│ │ │ │ └── wallpaper.conf -│ │ │ └── waybar -│ │ │ ├── config.jsonc -│ │ │ └── style.css -│ │ ├── dev -│ │ │ ├── hyprshell -│ │ │ │ ├── config.ron.bak -│ │ │ │ └── styles.css.bak -│ │ │ └── terminal -│ │ │ ├── aliases.conf -│ │ │ ├── kitty.conf -│ │ │ ├── starship.toml -│ │ │ └── zsh.conf -│ │ ├── security -│ │ │ └── ssh -│ │ │ └── ssh-client.conf -│ │ └── services -│ ├── lock.png -│ ├── scripts -│ └── wallpaper -│ ├── gif -│ ├── picture -│ │ ├── pexels-kseniachernaya-5691695.jpg -│ │ ├── pexels-lalesh-147635.jpg -│ │ ├── pexels-lucaspezeta-2212858.jpg -│ │ ├── pexels-themob000-28428584.jpg -│ │ └── pexels-themob000-28428592.jpg -│ └── videos -│ ├── dark_water_large.mp4 -│ └── white_blobs_small.mp4 -├── configuration -│ ├── default.nix -│ ├── apps -│ │ ├── flatpak.nix -│ │ └── packages.nix -│ ├── core -│ │ ├── cli.nix -│ │ ├── files.nix -│ │ ├── locale.nix -│ │ ├── networking.nix -│ │ └── nix-settings.nix -│ ├── desktop -│ │ ├── audio.nix -│ │ ├── hyprland.nix -│ │ └── login.nix -│ ├── dev -│ │ └── boot.nix -│ ├── security -│ │ └── sops.nix -│ └── services -│ └── services.nix -├── hardware -│ └── hardware.nix -├── home -│ ├── default.nix -│ ├── apps -│ │ └── theme.nix -│ ├── core -│ │ └── unity.nix -│ ├── desktop -│ │ ├── hyprland.nix -│ │ ├── lock.nix -│ │ ├── walker.nix -│ │ ├── wallpaper.nix -│ │ └── waybar.nix -│ ├── dev -│ │ ├── dev.nix -│ │ ├── terminal.nix -│ │ └── emacs -│ │ ├── default.nix -│ │ ├── early-init.el -│ │ └── init.el -│ ├── security -│ ├── services -│ └── theme -│ └── theme.nix -├── LICENSE -├── machines -│ └── traveldroid -│ ├── configuration.nix -│ ├── hardware-configuration.nix -│ └── home.nix -├── main -├── README.org -└── secrets - └── secrets.yaml - - - I use [[https://nixos.wiki/wiki/Flakes][nix flakes]] which means that the entry point for the nix evaluation is a file called ~flake.nix~ which has two parts (among other things) - - #+begin_src nix - { - inputs: # describes the function input, consisting mainly of package sources - outputs: # what the function outputs, a nixos configuration in our case - } - #+end_src - - Nix flakes is still behind an ~experimental~ flag, but it is de facto the standard by most of the community. - Flakes allow us to pin the input package versions using a ~flake.lock~ file. - This prevents unwanted and surprise updates when rebuilding without changing the configuration. - -* TLDR App List - -| Window Manager | [[https://hyprland.org/][Hyprland]] | -| Bar | [[https://github.com/Alexays/Waybar][Waybar]] | -| Application Launcher | [[https://github.com/abenz1267/walker][Walker]] | -| Notification Daemon | [[https://github.com/dunst-project/dunst][Dunst]] | -| Terminal Emulator | [[https://alacritty.org/][Alacritty]] | -| Shell | [[https://ohmyz.sh/][Zsh]] and [[https://starship.rs/][Starship]] | -| Text Editor | [[https://www.gnu.org/software/emacs/][Emacs]] | -| File Manager | [[https://docs.xfce.org/xfce/thunar/start][Thunar]] | -| Fonts | [[https://protesilaos.com/codelog/2025-02-12-aporetic-fonts-version-1-1-0/][Aporeti]] | -| Colors | [[https://catppuccin.com/][Catppuccin]] | -| Icons | [[https://nix.catppuccin.com/][Catppuccin Nix ]] | -| Lock Screen | [[https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/][Hyprlock]] | -| Wallpapers | [[https://github.com/hyprwm/hyprpaper][Hyprpaper]] | - -* Configuration Variables -I have a bunch of constant strings that I would rather put in a file. Thats what ~user.nix~ is. -The values are imported at the beginning and are available to almost all the functions being called to configure the system. -#+begin_src nix :tangle user.nix - { - system = "x86_64-linux"; - username = "henrov"; - stateVersion = "25.11"; - locale = "sv_SE.UTF-8"; - } -#+end_src - -* Flake Inputs -The inputs for my system's configuration are very simple -1. [[https://search.nixos.org/packages][nixpkgs]] - the main nix repository of packages. Its huge and growing. Pinned to the unstable release channel. - Sometimes pinned to a specific commit because unstable broke something and the fix hasn't made it into the release yet. -2. [[https://nix-community.github.io/home-manager/][home-manager]] - a nix module that helps keep track of user specific dotfiles and configurations as part of my nix config. -3. [[https://github.com/nix-community/emacs-overlay][emacs-overlay]] - this has more configuration options and generally a newer emacs available provided by the community. -# 4. [[https://github.com/getsops/sops][sops-nix]] - adds latest sops for secrets management. -5. [[https://nix.catppuccin.com/][catppuccin]] - nix module that allows everything to be catppuccin themed. - -#+begin_src nix :tangle flake.nix :noweb tangle - { - description = "Henrov's nixos configuration"; - - inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - emacs-overlay = { - url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - -# sops-nix = { -# url = "github:Mic92/sops-nix"; -# inputs.nixpkgs.follows = "nixpkgs"; -# }; -# - catppuccin = { - url = "github:catppuccin/nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - <> - } -#+end_src - -* Flake Output -#+HTML: ├── flake.nix -#+HTML: ├── user.nix -Now that the inputs are ready, the outputs define what the system will actually look like. I also define the machines that this configuration specifies early on. Finally, I iterate over the ~machines~ list and pull files from ~/.machines/${name}~ subdirectory. This allows me to have configuration that has machine specific configuration limited to those files while also keeping a modular reusable base. -We also add a devshell that makes editing this repository easier in emacs. - -#+name: flake-outputs -#+begin_src nix :noweb no-export - outputs = { - nixpkgs, - home-manager, - emacs-overlay, - # sops-nix, - catppuccin, - ... - }: - let - user = import ./user.nix; - lib = nixpkgs.lib; - machines = [ - "traveldroid" - ]; - pkgs = import nixpkgs { - inherit (user) system; - }; - in - { - nixosConfigurations = builtins.listToAttrs ( - builtins.map (machine: { - name = machine; - value = lib.nixosSystem { - modules = [ - <> - <> - <> - #sops-nix.nixosModules.sops # sops - catppuccin.nixosModules.catppuccin # theme - ]; - specialArgs = { - hostname = machine; - inherit user; - }; - }; - }) machines - ); - devShells.${user.system}.default = pkgs.mkShell { - buildInputs = with pkgs; [ - nil # nix lsp server - nixfmt-rfc-style # nix formatter - #sops # used to edit secrets - ]; - }; - }; -#+end_src - -Lets look at the individual modules -1. Emacs - The first is the emacs overlay so that it uses the nix-community emacs overlay from the inputs instead of the nixpkgs one. - Overlays are a special nix way to override existing packages within a repository. - - #+name: flake-emacs-module - #+begin_src nix - ({ ... }: { - nixpkgs.overlays = [ emacs-overlay.overlays.default ]; - }) - #+end_src - -2. Then the machine specific configuration, in this case, just "traveldroid". - #+name: flake-config-module - #+begin_src nix - ./machines/${machine}/configuration.nix - #+end_src - -3. And finally the home-manager module. - This can be initialized and managed on its own but I'd rather use the ~nixos-rebuild~ command to build everything instead of managing userland dotfiles separately. - - #+name: flake-home-module - #+begin_src nix :noweb no-export - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.extraSpecialArgs = { - inherit user; - }; - <> - <> - } - #+end_src - - - Home-Manager will not overwrite existing configuration files and that is good in most cases, but when everything is declarative like it is here, I'd rather that home-manager create a ~.backup~ and replace the file. - #+name: flake-home-backup - #+begin_src nix - home-manager.backupFileExtension = "backup"; - #+end_src - - - Finally I pull in the machine specific home configuration. Along with the overrides from catppuccin. - #+name: flake-home-config - #+begin_src nix - home-manager.users.${user.username} = { - imports = [ - ./machines/${machine}/home.nix - catppuccin.homeModules.catppuccin - ]; - }; - #+end_src - -** Envrc + Direnv -Editing this file will be much nicer if we have the dev environment configured. -That is done in the devshells section. But to auto load this dev shell, we need a .envrc file. -This tells [[https://direnv.net/][direnv]] to load the devshell in the flake. -#Finally, we also look for a .envrc-private file and try to load that. That contains devshell specific secrets. - -#+begin_src nix :tangle .envrc - use flake - - watch_file .envrc.private - if [[ -f .envrc.private ]]; then - source_env .envrc.private - fi -#+end_src - -#+HTML: ├── machines -#+HTML: │ └── traveldroid -#+HTML: │ ├── configuration.nix -#+HTML: │ ├── hardware-configuration.nix -#+HTML: │ └── home.nix -* Machines -The individual machines subdirectory is configured as follows :- -#+name: tree -#+begin_src ditaa - +--machine - | +--configuration.nix - | +--home.nix - | +--hardware-configuration.nix -#+end_src - -- configuration.nix has the system configuration. -- home.nix has the user level configuration. -- hardware-configuration.nix has the unique hardware configuration. - -~nixos-rebuild switch --flake .#traveldroid~ looks for the traveldroid configuration (in ~/machines/traveldroid~) and returns the configuration that is specific to that computer. - -- Note about imports - ~imports = []~ in a nix file will pull in the function/object from the list of files provided. - This imported object (or function result) is just trivially merged into a common object. - -We can take a look at that the common hardware options I have for all my machines. -*** Other Utils -**** Updates -To update the computer, I just need to update the ~flake.lock~ file to have references to the latest repository. This is done with :- -#+begin_src bash - nix flake update -#+end_src - -**** Editing secrets -The age key needs to exist. Then I can edit the secrets using :- -#+begin_src bash - #sops edit secrets/secrets.yaml -#+end_src - -#+HTML: ├── hardware -#+HTML: │ └── hardware.nix -* Hardware -I'll let the code comments explain the file here. - -#+begin_src nix :tangle hardware/hardware.nix :noweb tangle :mkdirp yes - { pkgs, lib, user, config, ...} : - { - nixpkgs.hostPlatform = lib.mkDefault user.system; # x86_64-linux - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu - - # update cpu microcode with firmware that allows redistribution - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - - hardware = { - # always enable bluetooth - bluetooth.enable = true; - - # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation) - graphics = { - enable = true; - extraPackages = with pkgs; [ - vulkan-validation-layers # helps catch and debug vulkan crashes - ]; - }; - }; - - hardware.enableAllFirmware = true; # enable all firmware regardless of license - } -#+end_src - -#+HTML: ├── configuration -#+HTML: │ ├── default.nix -#+HTML: │ ├── apps -#+HTML: │ │ ├── flatpak.nix -#+HTML: │ │ └── packages.nix -#+HTML: │ ├── core -#+HTML: │ │ ├── cli.nix -#+HTML: │ │ ├── files.nix -#+HTML: │ │ ├── locale.nix -#+HTML: │ │ ├── networking.nix -#+HTML: │ │ └── nix-settings.nix -#+HTML: │ ├── security -#+HTML: │ │ └── sops.nix -* Configuration -This section describes the main system configuration for the computers that I have. Nix will look for a ~default.nix~ file if you give it a path to a folder to import. And ~default.nix~ looks as follows :- - -#+begin_src nix :tangle configuration/default.nix :noweb tangle :mkdirp yes - { pkgs, user, ... } : - { - imports = [ - ./boot.nix - ./login.nix - ./cli.nix - ./files.nix - ./locale.nix - ./nix-settings.nix - ./networking.nix - ./hyprland.nix - ./services.nix - ./audio.nix - #./steam.nix - #./sops.nix - ./packages.nix - ./flatpak.nix - ]; - - <> - - <> - - <> - - <> - - # enable the catppuccin theme for everything with mocha + blue accents - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - - system.stateVersion = user.stateVersion; - } -#+end_src - -Whoa. Thats a lot of imports. Lets go through them one by one. - -#+HTML: │ └── services -#+HTML: │ └── services.nix -** Nix Settings -These are global nix settings that configure the settings for the actual tool. - -#+begin_src nix :tangle configuration/nix-settings.nix :noweb tangle :mkdirp yes - { pkgs, user, ... } : - { - nix.settings = { - # enable flakes - experimental-features = ["nix-command" "flakes"]; - - # add a cache that speed up new applications by downloading binaries - # from the trusted cache instead of compiling from sourcer - substituters = [ - "https://nix-community.cachix.org" - ]; - # trust the cache public key - trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - }; - - # allow proprietary software on this machine. I'm not a purist. - nixpkgs.config.allowUnfree = true; - # unityhub depends on this... for now - nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; - - # this declares how often old configurations are cleared up. - # i cleanup anything older than a week, every week. - nix.gc = { - automatic = true; - options = "--delete-older-than 7d"; - dates = "weekly"; - }; - - programs = { - # command line utility that makes applying changes easy and pretty - nh = { - enable = true; - flake = "/home/${user.username}/system"; - }; - }; - } -#+end_src - -#+HTML: │ ├── dev -#+HTML: │ │ └── boot.nix -** Boot -This file has most of the settings the control how the computer boots up. - -#+begin_src nix :tangle configuration/boot.nix :noweb tangle :mkdirp yes - { pkgs, ... } : - { - boot = { - initrd = { - verbose = false; # its a lot of logs. dont need it, unless we do. - kernelModules = [ ]; # no kernel modules on boot - }; - - extraModulePackages = [ ]; # no extra packages on boot either - kernelPackages = pkgs.linuxPackages_latest; # latest greatest linux kernel - kernelParams = [ "silent" ]; # quiet those logs - - consoleLogLevel = 0; # quiten more logs - plymouth.enable = true; # graphical boot animation instead - - supportedFilesystems = [ "ntfs" ]; # should see the ntfs (windows) - - loader = { - systemd-boot.enable = true; # systemd-boot - systemd-boot.configurationLimit = 2; - efi.canTouchEfiVariables = true; # allow editing efi to edit the boot loader - - - timeout = 5; # grub timeout to make a selection - }; - }; - } -#+end_src - -** Login -Here we control what the login screen would look like. I'm using greetd's [[https://github.com/apognu/tuigreet][tuigreet]] for the ui. -Doesn't match the rest of the aesthetic of the system (with hyprland), but I like its simplicity. - -#+begin_src nix :tangle configuration/login.nix :noweb tangle :mkdirp yes - { pkgs, user, ... } : - { - environment.systemPackages = with pkgs; [ - tuigreet - ]; - - services.greetd = { - enable = true; - settings = { - default_session = { - command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'"; - }; - }; - }; - } - -#+end_src - -** CLI -This is the initial system level configuration for the terminal that I use on this machine. Its just [[https://ohmyz.sh/][zsh]]. - -#+begin_src nix :tangle configuration/cli.nix :noweb tangle :mkdirp yes - { pkgs, user, ... }: - { - console.useXkbConfig = true; - users.users.${user.username}.shell = pkgs.zsh; - - environment.shells = with pkgs; [ zsh ]; - programs.zsh.enable = true; - environment.pathsToLink = [ "/share/zsh" ]; - } -#+end_src - -** Files -I use Thunar as the file explorer. Also setup a few plugins for [[https://docs.xfce.org/xfce/thunar/start][Thunar]] in this config. -Along with that, a few other utilities like zip and enabling services to automount usb drives. - -#+begin_src nix :tangle configuration/files.nix :noweb tangle :mkdirp yes - { pkgs, user, config, ... } : - { - environment.systemPackages = with pkgs; [ - zip - unzip - p7zip - usbutils - udiskie - ]; - - programs.thunar = { - enable = true; - plugins = with pkgs.xfce; [ - thunar-archive-plugin - thunar-media-tags-plugin - thunar-volman - ]; - }; - - programs.file-roller.enable = true; # thunar zip support - programs.xfconf.enable = true; # to save thunar settings - - services = { - gvfs.enable = true; # Mount, trash, and other functionalities - tumbler.enable = true; # Thumbnail support for images - udisks2.enable = true; # Auto mount usb drives - }; - } -#+end_src - -** Locale -I live in Netherlands and would like all my locale and timezone settings to match. Except my default locale. -#+begin_src nix :tangle configuration/locale.nix :noweb tangle :mkdirp yes - { user, ... } : - let - locale = user.locale; - defaultLocale = "nl_NL.UTF-8"; - in - { - # Set your time zone. - time.timeZone = "Europe/Amsterdam"; - - # Select internationalisation properties. - i18n.defaultLocale = defaultLocale; - - i18n.extraLocaleSettings = { - LC_ADDRESS = locale; - LC_IDENTIFICATION = locale; - LC_MEASUREMENT = locale; - LC_MONETARY = locale; - LC_NAME = locale; - LC_NUMERIC = locale; - LC_PAPER = locale; - LC_TELEPHONE = locale; - LC_TIME = defaultLocale; - }; - } -#+end_src - -** Networking -Not much to see here. I want networking to be enabled. I want firewall as well. -#+begin_src nix :tangle configuration/networking.nix :noweb tangle :mkdirp yes - { pkgs, ... } : { - networking = { - # allow automatic ip assignment when connecting to a network - useDHCP = pkgs.lib.mkDefault true; - networkmanager.enable = true; - firewall.enable = true; - - # let wifi info be NOT declarative, allowing user to configure wifi. - wireless.userControlled.enable = true; - wireless.iwd.enable = true; - networkmanager.wifi.backend = "wpa_supplicant"; - }; - - # tui to manage wifi networks - environment.systemPackages = with pkgs; [ impala ]; - } -#+end_src - -** Hyprland -This is a big one because the DE needs so much configuration. This section mostly installs [[https://hyprland.org/][Hyprland]]. -The configuration is done in the home manager section. -#+begin_src nix :tangle configuration/test/hyprland.nix :noweb tangle :mkdirp yes - { pkgs, ... }: - { - nix.settings = { - # add the hyprland cache so that we dont build hyprland from source - substituters = [ "https://hyprland.cachix.org" ]; - trusted-public-keys = [ - "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" - ]; - }; - - # these extra portals allow for things like screen sharing - xdg = { - portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal-wlr - pkgs.xdg-desktop-portal-gtk - ]; - }; - }; - - environment.systemPackages = with pkgs; [ - hyprland # the actual package - walker # launcher - uwsm # wayland session manager - hyprland-qtutils # needed by hyprland - hyprpolkitagent # polkit agent - grimblast # screenshot - ]; - - # we use uwsm to manage launching hyprland - # uswm will add hyprland to the login sessions with tuigreet. - programs = { - uwsm.enable = true; - uwsm.waylandCompositors = { - hyprland = { - prettyName = "Hyprland"; - comment = "Hyprland compositor managed by UWSM"; - binPath = "/run/current-system/sw/bin/Hyprland"; - }; - }; - - hyprland = { - withUWSM = true; - enable = true; - xwayland.enable = true; - }; - }; - - # this is mainly for the lock screen - # lock.png is provided elsewhere - services.xserver = { - enable = true; - - desktopManager = { - xterm.enable = false; - }; - - - displayManager = { - lightdm.background = ./lock.png; - }; - }; - - # this is a lot of env vars. - # and this requires some cleanup - # but hyprland moves fast and some of these are probably outdated already - environment.sessionVariables = { - XDG_SESSION_TYPE="wayland"; - XDG_CURRENT_DESKTOP="Hyprland"; - XDG_SESSION_DESKTOP="Hyprland"; - NIXOS_OZONE_WL="1"; - XCURSOR_SIZE="24"; - }; - - # allow hyprlock (lockscreen) to lock user session - security.pam.services.hyprlock = { }; - security.polkit.enable = true; - security.pam.services.gdm.enableGnomeKeyring = true; - } - -#+end_src - -** Services -These are some of the services that I enable at the system level. Explanation in the comments. -#+begin_src nix :tangle configuration/services.nix :noweb tangle :mkdirp yes - { user, ...} : - { - services = { - blueman.enable = true; # bluetooth manager - fwupd.enable = true; # firmware updating service - fstrim.enable = true; # ssd maintenance service - thermald.enable = true; # thermal regulation service - printing.enable = true; # printing services, cups - gnome.gnome-keyring.enable = true; # keyring - flatpak.enable = true; # allow installing things from flatpaks - #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - - # printer discovery - avahi = { - enable = true; - nssmdns4 = true; - openFirewall = true; - }; - }; - - virtualisation.docker.enable = true; # enable docker - users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group - } -#+end_src - -** Audio -This is still a work in progress, but it almost works. I enable all the audio related services, hoping everything is going to be okay. -#+begin_src nix :tangle configuration/audio.nix :noweb tangle :mkdirp yes - { pkgs, ...}: - { - environment.systemPackages = with pkgs; [ pamixer ]; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - }; - - # pipewire needs realtime scheduling access - security.rtkit.enable = true; - } -#+end_src - -** Sops -#We use [[https://github.com/Mic92/sops-nix][sops]] to manage secrets on this machine. -#+begin_src nix :tangle configuration/sops.nix :noweb tangle :mkdirp yes -# { user, ...} : -# { -# sops.defaultSopsFile = ../secrets/secrets.yaml; -# sops.defaultSopsFormat = "yaml"; -# sops.age.keyFile = "/home/${user.username}/.config/sops/age/keys.txt"; -# -# sops.secrets.claude_key = { # anthropic claude api key, used in emacs -# owner = "${user.username}"; -# }; -# } -#+end_src - -#Sops requires a public ~.sops.yaml~ that dictates how the secrets are encrypted. -#This contains the public key and path to the secrets file. - -#+begin_src yaml :tangle .sops.yaml :mkdirp yes -#keys: -# - &primary age1yq35g6mmlem0rhr47u6ewh8dctlwp9hj0s0ac60e4hrw9hjzlqms6crf7n -#creation_rules: -# - path_regex: secrets/secrets.yaml$ -# key_groups: -# - age: -# - *primary -#+end_src - -** Miscellaneous Packages and Programs -#+name: config-system-packages -#+begin_src nix - environment.systemPackages = with pkgs; [ - wget # fetch utility - curl # more fetch utility - binutils # executable utilities, like ld - dmidecode # tool for dumping system info - libnotify # notification daemon - python3 # nice to have this ready for quick things - cacert # certificate authority - remmina # remote desktop app - #rg # ripgrep - wev # for finding keypresses - tree # list foldetrtree's - file # filinfo - htop # sysmonitor - solaar # logitech controller - git # source control - # jetbrains.pycharm # Dev and course environment - - - ]; - - # to enable icons with wlogout - # https://github.com/catppuccin/nix/issues/584 - programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; -#+end_src - -#+name: config-programs -#+begin_src nix - programs = { - nix-ld.enable = true; # helps with linking troubles with dynamic libraries - appimage.enable = true; # allow appimage installations - dconf.enable = true; # to save user settings - gnupg.agent = { - # pgp client - enable = true; - enableSSHSupport = true; - }; - firefox.enable = true; # browser - wireshark.enable = true; # vpn - }; -#+end_src - -** Fonts -Nothing much to see here. I love [[https://protesilaos.com/codelog/2025-02-12-aporetic-fonts-version-1-1-0/][Aporetic]], and I use it everywhere. -#+name: config-fonts -#+begin_src nix - fonts.packages = with pkgs; [ - aporetic - nerd-fonts.iosevka - ]; -#+end_src - -** User Config -This creates the user profile that I login with. Initially created during install. -#+name: config-user -#+begin_src nix - users.users.${user.username} = { - isNormalUser = true; - description = "henrov"; - extraGroups = [ - "networkmanager" # allow editing network connections - "wheel" # can do sudo - "scanner" # access to the network scanner - "lp" # access to the printer - ]; - }; -#+end_src - -* Home -I use home-manager to manage my user level dotfiles and configurations. -Most of the "theme" of the system is decided here. -I also use it to install programs that are okay with being installed at the user level instead of the system. - -#+begin_src nix :tangle home/default.nix :noweb tangle :mkdirp yes - { pkgs, user, ... } : - { - imports = [ - ./waybar.nix - ./wallpaper.nix - ./lock.nix - ./unity.nix - ./hyprland.nix - ./walker.nix - ./theme.nix - ./terminal.nix - ./dev.nix - ./emacs - ]; - - <> - - <> - - programs.home-manager.enable = true; - } -#+end_src -Oof! Again with all the imports! We can go through them one at a time! - -** Waybar -[[./.github/images/waybar.png]] - -Mostly styling and enabling modules in the [[https://github.com/Alexays/Waybar][top bar]]. -#+begin_src nix :tangle home/waybar.nix :noweb tangle :mkdirp yes - { - programs.waybar = { - enable = true; - settings = { - mainBar = { - layer = "top"; - height = 34; - modules-left = [ "hyprland/workspaces" "hyprland/window" ]; - modules-right = [ - "idle_inhibitor" - "pulseaudio" - "network" - "cpu" - "memory" - "temperature" - "battery" - "tray" - "clock" - ]; - "idle_inhibitor" = { - format = "{icon}"; - format-icons = { - activated = "  "; - deactivated = " 󰒲 "; - }; - }; - "pulseaudio" = { - "format" = "{volume}% {icon}"; - "format-bluetooth" = "{volume}% {icon}"; - "format-muted" = ""; - "format-icons"= { - "headphones"= ""; - "headset"= ""; - "phone"= ""; - "portab le"= ""; - "default"= ["" ""]; - }; - "on-click"= "pavucontrol"; - }; - "network" = { - "format-wifi" = " ({bandwidthDownBits})"; - "format-ethernet" = " ({bandwidthDownBits})"; - "format-disconnected" = "Disconnected ⚠"; - "tooltip-format-wifi" = "{essid} ({signalStrength}%)"; - "tooltip-format-ethernet" = "{ifname}: {ipaddr}/{cidr}"; - "on-click" = "impala"; - }; - "cpu".format = "{usage}%  "; - "cpu".tooltip = false; - "temperature" = { - "format" = "{temperatureC}°C "; - }; - "temperature".tooltip = false; - "tray".spacing = 10; - "tray".icon-size = 14; - "clock".format = "{:%a, %d %b %Y - %H:%M}"; - "clock".tooltip = false; - "battery" = { - "bat" = "BAT0"; - "states" = { - "good" = 95; - "warning" = 30; - "critical" = 15; - }; - "format" = "{capacity}% {icon}"; - "format-charging" = "{capacity}% 󰂄"; - "format-plugged" = "{capacity}%  "; - "format-icons" = ["󰁺" "󰁼" "󰁾" "󰂀" "󱈏 "]; - }; - "memory".format = "{percentage}%  "; - }; - }; - style = '' - ,* { - font-family: Aporetic Sans Mono, Iosevka Nerd Font, Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; - } - - window#waybar { - background-color: @base; - color: @text; - transition-property: background-color; - border-bottom: 0px solid rgba(0, 0, 0, 0); - transition-duration: .5s; - } - - #workspaces button { - padding: 0 5px; - background-color: transparent; - border: none; - border-radius: 0; - color: @text; - } - - #workspaces button:hover { - background: @surface1; - color: @text; - } - - #workspaces button.active { - background-color: @green; - color: @base; - box-shadow: inset 0 -3px @subtext1; - } - - #clock, - #idle_inhibitor - #battery, - #cpu, - #memory, - #temperature, - #network, - #pulseaudio, - #tray { - margin: 0 5px; - padding: 0 2px; - } - - #idle_inhibitor.activated { - background-color: @green; - } - - #battery.charging { - color: @green; - } - - @keyframes blink { - to { - background-color: #ffffff; - color: black; - } - } - - #battery.warning:not(.charging) { - color: white; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - - #window, - #workspaces { - margin: 0 4px; - } - - .modules-left > widget:first-child > #workspaces { - margin-left: 0; - } - - .modules-right > widget:last-child > #workspaces { - margin-right: 0; - } - - #network.disconnected { - background-color: @red; - } - - #temperature.critical { - background-color: @red; - } - ''; - }; - } -#+end_src - -** Wallpaper - -[[./assets/background.png]] -I use [[https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/][hyprpaper]] for setting the wallpaper. The image is copied into the home folder when applying this configuration and the tool picks it from there. -#+begin_src nix :tangle home/wallpaper.nix :noweb tangle :mkdirp yes - { pkgs, ... }: - { - home.packages = with pkgs; [ - hyprpaper - ]; - - services.hyprpaper.enable = true; - services.hyprpaper.settings = { - ipc = "on"; - splash = false; - splash_offset = 2.0; - - preload = [ "~/.background-image.png" ]; - wallpaper = [ ",~/.background-image.png" ]; - }; - - home.file = { - background = { - source = ../assets/background.png; - target = ".background-image.png"; - }; - }; - } - -#+end_src -** Lock Screen -The lock screen configured using [[https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/][hyprlock]]. -I use [[https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/][hypridle]] to detect idle time and use wlogout to show a logout menu. -They are configured below. -#+begin_src nix :tangle home/lock.nix :noweb tangle :mkdirp yes - { pkgs, ... } : - { - home.packages = with pkgs; [ - hyprlock - hypridle - wlogout - ]; - - - home.file = { - lock = { - source = ../assets/lock.png; - target = ".lock.png"; - }; - }; - - services = { - # hypridle to - # 150 seconds - turn of monitor - # 300 seconds - lock screen - # 330 seconds - turn of monitor - # 30 minutes - put to sleep - hypridle = { - enable = true; - settings = { - general = { - lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances. - before_sleep_cmd = "loginctl lock-session"; # lock before suspend. - after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display. - }; - - listener = [ - { - timeout = 150; # 2.5min. - on-timeout = "brightnessctl -s set 10"; # set monitor backlight to minimum, avoid 0 on OLED monitor. - on-resume = "brightnessctl -r"; # monitor backlight restore. - } - { - timeout = 300; # 5min - on-timeout = "loginctl lock-session"; # lock screen when timeout has passed - } - { - timeout = 330; # 5.5min - on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed - on-resume = "hyprctl dispatch dpms on && brightnessctl -r"; # screen on when activity is detected after timeout has fired. - } - { - timeout = 1800; # 30min - on-timeout = "systemctl suspend"; # suspend pc - } - ]; - - }; - }; - }; - - - - programs.wlogout = { - enable = true; - layout = [ - { - "label" = "lock"; - "action" = "hyprlock"; - "text" = "Lock"; - "keybind" = "l"; - } - { - "label" = "shutdown"; - "action" = "systemctl poweroff"; - "text" = "Shutdown"; - "keybind" = "s"; - } - { - "label" = "suspend"; - "action" = "systemctl suspend"; - "text" = "Suspend"; - "keybind" = "u"; - } - { - "label" = "reboot"; - "action" = "systemctl reboot"; - "text" = "Reboot"; - "keybind" = "r"; - } - { - "label" = "hibernate"; - "action" = "systemctl hibernate"; - "text" = "Hibernate"; - "keybind" = "h"; - } - { - "label" = "reboot"; - "action" = "systemctl reboot"; - "text" = "Reboot"; - "keybind" = "r"; - } - ]; - }; - - catppuccin.wlogout.iconStyle = "wleave"; - - programs.hyprlock = { - enable = true; - settings = { - auth = { - fingerprint = { - enabled = true; - }; - }; - - background = { - path = "~/.lock.png"; - color = "$base"; - }; - - label = { - monitor = ""; - text = "$TIME"; - color = "$text"; - font_size = 90; - position = "0, 0"; - halign = "center"; - valign = "top"; - }; - - input-field = { - monitor = ""; - size = "300, 60"; - outline_thickness = 4; - dots_size = 0.2; - dots_spacing = 0.2; - dots_center = true; - outer_color = "$accent"; - inner_color = "$surface0"; - font_color = "$text"; - fade_on_empty = true; - placeholder_text = ''󰌾 Logged in as $USER''; - hide_input = false; - check_color = "$accent"; - fail_color = "$red"; - fail_text = ''$FAIL ($ATTEMPTS)''; - capslock_color = "$yellow"; - position = "0, -47"; - halign = "center"; - valign = "center"; - }; - }; - }; - - catppuccin.hyprlock.enable = true; - catppuccin.hyprlock.flavor = "mocha"; - catppuccin.hyprlock.accent = "blue"; - catppuccin.hyprlock.useDefaultConfig = false; # we use our own - } - -#+end_src -** Unity -I work with the [[https://unity.com/][Unity Game Engine]] and I have the unity hub installed globally, instead of in a project flake. -Often I work with dotnet directly inside of unity and so we set that up too. -#+begin_src nix :tangle home/unity.nix :noweb tangle :mkdirp yes. - { pkgs, ... }: - { - home.packages = with pkgs; [ - (pkgs.unityhub.override { - extraPkgs = pkgs: with pkgs; [ - dotnet-sdk - ]; - }) - ]; - - } -#+end_src - -** Hyprland -This configures the desktop environment along with the peripherals. The comments should explain whats happening. -#+begin_src nix :tangle home/hyprland.nix :noweb tangle :mkdirp yes. - { - # required for the default Hyprland config - programs.kitty.enable = true; - - services.hyprpolkitagent.enable = true; - - # enable Hyprland - wayland.windowManager.hyprland.enable = true; - - # we start hyprland using uwsm - wayland.windowManager.hyprland.systemd.enable = false; - - # hyprland.conf - wayland.windowManager.hyprland.settings = { - exec-once = [ - # read in env vars - "dbus-update-activation-environment --systemd --all" - # start waybar - "uwsm app -- waybar" - ]; - - input = { - follow_mouse = "1"; - - touchpad = { - natural_scroll = "no"; - scroll_factor = 0.5; - }; - - scroll_factor = 0.5; - - accel_profile = "adaptive"; - sensitivity = -0.5; # -1.0 - 1.0, 0 means no modification. - - kb_layout = "us"; - - # very emacs specific, i use caps as an extra ctrl key - kb_options = "ctrl:nocaps"; - }; - - cursor = { - no_hardware_cursors = "true"; - }; - - general = { - gaps_in = 2; - gaps_out = 4; - border_size = 2; - "col.active_border" = "$blue $green 45deg"; - "col.inactive_border" = "$base"; - - layout = "dwindle"; - }; - - decoration = { - rounding = 5; - }; - - animations = { - enabled = "yes"; - bezier = "myBezier, 0.05, 0.9, 0.1, 1.05"; - - animation = [ - "windows, 1, 7, myBezier" - "windowsOut, 1, 7, default, popin 80%" - "border, 1, 10, default" - "borderangle, 1, 8, default" - "fade, 1, 7, default" - "workspaces, 1, 6, default" - ]; - }; - - dwindle = { - pseudotile = "yes"; - preserve_split = "yes"; - }; - - misc = { - disable_hyprland_logo = true; - focus_on_activate = true; - }; - - "$mainMod" = "SUPER"; - - bind = [ - "$mainMod, Return, exec, uwsm app -- kitty" - # use walker to show exec menu - "$mainMod, Space, exec, walker" - "$mainMod, P, pseudo" - "$mainMod, J, togglesplit" - - # grimblast - "$mainMod_SHIFT, p, exec, grimblast -n -f copysave active" - "$mainMod_SHIFT, a, exec, grimblast -n -f copysave area" - "$mainMod_ALT, p, exec, grimblast -n -f copysave output" - "$mainMod_CTRL, p, exec, grimblast -n -f copysave screen" - - # Terminal / launcher / kill / reload - "$mainMod, RETURN, exec, kitty" - "$mainMod, D, exec, wofi --show drun" - "$mainMod, Q, killactive" - "$mainMod_SHIFT, Q, exit" - "$mainMod_SHIFT, R, exec, hyprctl reload" - "$mainMod_SHIFT, S, exec, wlogout" - - # Default browser - "$mainMod, W, exec, xdg-open https://about:blank" - - # Focus movement - "$mainMod, H, movefocus, l" - "$mainMod, L, movefocus, r" - "$mainMod, K, movefocus, u" - "$mainMod, J, movefocus, d" - "$mainMod, left, movefocus, l" - "$mainMod, right, movefocus, r" - "$mainMod, up, movefocus, u" - "$mainMod, down, movefocus, d" - # Keybindings # - - # Move windows - "$mainMod_SHIFT, H, movewindow, l" - "$mainMod_SHIFT, L, movewindow, r" - "$mainMod_SHIFT, K, movewindow, u" - "$mainMod_SHIFT, J, movewindow, d" - "$mainMod_SHIFT, left, movewindow, l" - "$mainMod_SHIFT, right, movewindow, r" - "$mainMod_SHIFT, up, movewindow, u" - "$mainMod_SHIFT, down, movewindow, d" - - # Resize windows - "$mainMod CTRL, H, resizeactive, -30 0" - "$mainMod CTRL, L, resizeactive, 30 0" - "$mainMod CTRL, K, resizeactive, 0 -30" - "$mainMod CTRL, J, resizeactive, 0 30" - - # Floating / fullscreen - "$mainMod, V, togglefloating" - "$mainMod, F, fullscreen, 0" - "$mainMod_SHIFT, F, fullscreen, 1" - - # Workspaces - "$mainMod, 1, workspace, 1" - "$mainMod, 2, workspace, 2" - "$mainMod, 3, workspace, 3" - "$mainMod, 4, workspace, 4" - "$mainMod, 5, workspace, 5" - "$mainMod, 6, workspace, 6" - "$mainMod, 7, workspace, 7" - "$mainMod, 8, workspace, 8" - "$mainMod, 9, workspace, 9" - "$mainMod, 0, workspace, 10" - - "$mainMod_SHIFT, 1, movetoworkspace, 1" - "$mainMod_SHIFT, 2, movetoworkspace, 2" - "$mainMod_SHIFT, 3, movetoworkspace, 3" - "$mainMod_SHIFT, 4, movetoworkspace, 4" - "$mainMod_SHIFT, 5, movetoworkspace, 5" - "$mainMod_SHIFT, 6, movetoworkspace, 6" - "$mainMod_SHIFT, 7, movetoworkspace, 7" - "$mainMod_SHIFT, 8, movetoworkspace, 8" - "$mainMod_SHIFT, 9, movetoworkspace, 9" - "$mainMod_SHIFT, 0, movetoworkspace, 10" - - # Cycle workspaces - "$mainMod, mouse_down, workspace, e+1" - "$mainMod, mouse_up, workspace, e-1" - - # Mouse drag - "$mainMod, mouse:272, movewindow" - "$mainMod, mouse:273, resizewindow" - - ######################### - # Audio (pamixer) - ######################### - "XF86AudioRaiseVolume, exec, pamixer -i 5" - "XF86AudioLowerVolume, exec, pamixer -d 5" - "XF86AudioMute, exec, pamixer -t" - "XF86AudioMicMute, exec, pamixer --default-source -t" - - ######################### - # Media (playerctl) - ######################### - "XF86AudioPlay, exec, playerctl play-pause" - "XF86AudioPause, exec, playerctl pause" - "XF86AudioNext, exec, playerctl next" - "XF86AudioPrev, exec, playerctl previous" - "XF86AudioStop, exec, playerctl stop" - - ######################### - # Brightness (brightnessctl) - ######################### - "XF86MonBrightnessUp, exec, brightnessctl set +10%" - "XF86MonBrightnessDown, exec, brightnessctl set 10%-" - "XF86KbdBrightnessUp, exec, brightnessctl -d '*kbd_backlight*' set +10%" - "XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%-" - - ######################### - # Power / session - ######################### - "XF86Sleep, exec, systemctl suspend" - "XF86PowerOff, exec, systemctl poweroff" - "XF86WakeUp, exec, systemctl suspend" - - - ######################### - # Start apps - ######################### - "CTRLALT, B, exec, flatpak run eu.betterbird.Betterbird" - "CTRLALT, S, exec, spotify" - "CTRLALT, z, exec, flatpak run app.zen_browser.zen" - - "$mainMod_SHIFT, S, exec, wlogout" - ]; - }; - } -#+end_src - -** Walker -[[https://github.com/abenz1267/walker][This]] is how I launch applications. It is bound to Win+Space in the hyprland config above. -#+begin_src nix :tangle home/walker.nix :noweb tangle :mkdirp yes. - { - services.walker.enable = true; - services.walker.settings = { - close = "ctrl g"; - next = "ctrl n"; - previous = "ctrl p"; - quick_activate = ["1" "2" "3" "4"]; - }; - } -#+end_src - -** Theme -I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk). -You'll notice the color values in multiple places outside this as well. -#+begin_src nix :tangle home/theme.nix :noweb tangle :mkdirp yes. - { pkgs, ...}: - { - gtk = { - enable = true; - colorScheme = "dark"; - theme = { - name = "Catppuccin-GTK-Grey-Dark-Compact"; - package = (pkgs.magnetic-catppuccin-gtk.override { - accent = [ "grey" ]; - shade = "dark"; - tweaks = [ "black" ]; - size = "compact"; - }); - }; - - iconTheme.name = "Papirus-Dark"; - }; - - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - catppuccin.gtk.icon.enable = true; - catppuccin.cursors.enable = true; - } - #+end_src - -** Terminal -[[https://alacritty.org/][Alacritty]] is my terminal program. The snippet below configures how it looks. -#+begin_src nix :tangle home/terminal.nix :noweb tangle :mkdirp yes - { - programs = { - # - alacritty = { - enable = true; - settings = { - font.normal.family = "Aporetic Sans Mono"; - font.size = 12; - terminal.shell.program = "zsh"; - - window = { - padding.x = 4; - padding.y = 4; - }; - }; - }; - }; - - catppuccin.alacritty.enable = true; - catppuccin.alacritty.flavor = "mocha"; - } - -#+end_src - -** Dev Tools -All the miscellaneous dev tools on this computer. -#+begin_src nix :tangle home/dev.nix :noweb tangle :mkdirp yes - { user, pkgs, ... }: - { - programs = { - vscode.enable = true; # yes, sometimes i like to dabble - vim.enable = true; # and this one too - ripgrep.enable = true; # fast text search across projects - btop.enable = true; # even better task manager - - # nicer terminal info - starship = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # fuzzy finder - fzf = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # better cd - zoxide = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # better ls - eza = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # this is mainly for integration with nix flakes in individual projects - direnv = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - nix-direnv.enable = true; - }; - - # zsh everywhere with oh-my-zsh - zsh = { - enable = true; - oh-my-zsh = { - enable = true; - plugins = [ "git" ]; - theme = "robbyrussell"; - }; - - shellAliases = { - cd = "z"; # zoxide - }; - - # for emacs-eat package - initContent = pkgs.lib.mkOrder 1200 '' - [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ - source "$EAT_SHELL_INTEGRATION_DIR/zsh" - ''; - }; - - # git with lfs - git = { - lfs.enable = true; - enable = true; - }; - }; - } -#+end_src - -** Other Settings -Some repeated info from the configuration. -*** Home User -#+name: home-user -#+begin_src nix - home.username = "${user.username}"; - home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}"; - home.stateVersion = user.stateVersion; -#+end_src - -*** Home Packages -A bunch of programs that I use. -#+name: home-packages -#+begin_src nix - home.packages = with pkgs; [ - audacity # audio recording - handbrake # video transcoding - xdg-utils # utils, for screensharing - vlc # media player - pavucontrol # audio control -# everdo # gtd tool - spotify # music player - simple-scan # scanner software - # gimp2 # image editor - mpv # media player - kdePackages.kate # best texteditor - libreoffice # office suite - obsidian # knowegde base - vivaldi # browser - brave # browser - kdePackages.kdeconnect-kde # KDE Connect - pamixer # volumemixer - - ]; - - services.dunst.enable = true; # notifications daemon - - programs.obs-studio.enable = true; # screen recording tool -#+end_src - -* Emacs -I practically live inside emacs. The configuration for it is a mix between init.el and the nix configuration. -Nix allows me to install emacs packages as part of the configuration which is most of the following file. -I install the nix community provided emacs overlay that lets me have the latest emacs with pgtk ui (for wayland). -Comments describe the emacs package and what it does. -#+begin_src nix :tangle home/emacs/default.nix :noweb tangle :mkdirp yes - { pkgs, ... }: - { - programs.emacs = { - enable = true; - # install with tree sitter enabled - package = (pkgs.emacs-pgtk.override { withTreeSitter = true; }); - extraPackages = epkgs: [ - # also install all tree sitter grammars - epkgs.manualPackages.treesit-grammars.with-all-grammars - epkgs.nerd-icons # nerd fonts support - epkgs.doom-modeline # model line - epkgs.diminish # hides modes from modeline - epkgs.eldoc # doc support - epkgs.pulsar # pulses the cursor when jumping about - epkgs.which-key # help porcelain - epkgs.expreg # expand region - epkgs.vundo # undo tree - epkgs.puni # structured editing - epkgs.avy # jumping utility - epkgs.consult # emacs right click - epkgs.vertico # minibuffer completion - epkgs.marginalia # annotations for completions - epkgs.crux # utilities - epkgs.magit # git porcelain - epkgs.nerd-icons-corfu # nerd icons for completion - epkgs.corfu # completion - epkgs.cape # completion extensions - epkgs.orderless # search paradigm - epkgs.yasnippet # snippets support - epkgs.yasnippet-snippets # commonly used snippets - epkgs.rg # ripgrep - epkgs.exec-path-from-shell # load env and path - epkgs.eat # better shell - epkgs.rust-mode # rust mode (when rust-ts doesn't cut it) - epkgs.rustic # more rust things - epkgs.nix-mode # nix lang - epkgs.hcl-mode # hashicorp file mode - epkgs.shell-pop # quick shell popup - epkgs.envrc # support for loading .envrc - epkgs.nixpkgs-fmt # format nix files - epkgs.f # string + file utilities - epkgs.gptel # llm chat (mainly claude) - - epkgs.catppuccin-theme # catppuccin theme - epkgs.eldoc-box # docs in a box - epkgs.sideline # mainly for flymake errors on the side - epkgs.sideline-flymake # mainly for flymake errors on the side - epkgs.sideline-eglot # mainly for flymake errors on the side - ]; - }; - - home.sessionVariables = { - EDITOR = "emacs"; - XDG_SCREENSHOTS_DIR = "~/screenshots"; - }; - - home.file = { - emacs-init = { - source = ./early-init.el; - target = ".emacs.d/early-init.el"; - }; - - emacs = { - source = ./init.el; - target = ".emacs.d/init.el"; - }; - }; - - services.nextcloud-client = { - enable = true; - }; - } -#+end_src - -** Early Initialization -There are some emacs settings that can be configured before the gui shows up. -And some of them help increase performance and let the gui show up that much faster. -These are listed here. - -#+begin_src emacs-lisp :tangle home/emacs/early-init.el :mkdirp yes - ;;; package --- early init -*- lexical-binding: t -*- - - ;;; Commentary: - ;;; Prevents white flash and better Emacs defaults - - ;;; Code: - (set-language-environment "UTF-8") - - (setq-default - default-frame-alist - '((background-color . "#1e1e2e") - (bottom-divider-width . 1) ; Thin horizontal window divider - (foreground-color . "#bac2de") ; Default foreground color - (fullscreen . maximized) ; Maximize the window by default - (horizontal-scroll-bars . nil) ; No horizontal scroll-bars - (left-fringe . 8) ; Thin left fringe - (menu-bar-lines . 0) ; No menu bar - (right-divider-width . 1) ; Thin vertical window divider - (right-fringe . 8) ; Thin right fringe - (tool-bar-lines . 0) ; No tool bar - (undecorated . t) ; Remove extraneous X decorations - (vertical-scroll-bars . nil)) ; No vertical scroll-bars - - user-full-name "Henrov henrov" ; ME! - - ;; memory configuration - ;; Higher garbage collection threshold, prevents frequent gc locks, reset later - gc-cons-threshold most-positive-fixnum - ;; Ignore warnings for (obsolete) elisp compilations - byte-compile-warnings '(not obsolete) - ;; And other log types completely - warning-suppress-log-types '((comp) (bytecomp)) - ;; Large files are okay in the new millenium. - large-file-warning-threshold 100000000 - ;; dont show garbage collection messages at startup, will reset later - garbage-collection-messages nil - ;; native compilation - package-native-compile t - native-comp-warning-on-missing-source nil - native-comp-async-report-warnings-errors 'silent - - - ;; Read more based on system pipe capacity - read-process-output-max (max (* 10240 10240) read-process-output-max) - - ;; scroll configuration - scroll-margin 0 ; Lets scroll to the end of the margin - scroll-conservatively 100000 ; Never recenter the window - scroll-preserve-screen-position 1 ; Scrolling back and forth - - ;; frame config - ;; Improve emacs startup time by not resizing to adjust for custom settings - frame-inhibit-implied-resize t - ;; Dont resize based on character height / width but to exact pixels - frame-resize-pixelwise t - - ;; backups & files - backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter - backup-by-copying t ; Don't clobber symlinks - create-lockfiles nil ; Don't have temp files - delete-old-versions t ; Cleanup automatically - kept-new-versions 6 ; Update every few times - kept-old-versions 2 ; And cleanup even more - version-control t ; Version them backups - delete-by-moving-to-trash t ; Dont delete, send to trash instead - - ;; startup - inhibit-startup-screen t ; I have already done the tutorial. Twice - inhibit-startup-message t ; I know I am ready - inhibit-startup-echo-area-message t ; Yep, still know it - initial-scratch-message nil ; I know it is the scratch buffer! - initial-buffer-choice nil - inhibit-startup-buffer-menu t - inhibit-x-resources t - initial-major-mode 'fundamental-mode - - pgtk-wait-for-event-timeout 0.001 ; faster child frames - - ad-redefinition-action 'accept ; dont care about legacy things being redefined - inhibit-compacting-font-caches t - - ;; tabs - tab-width 4 ; Always tab 4 spaces. - indent-tabs-mode nil ; Never use actual tabs. - - ;; rendering - cursor-in-non-selected-windows nil ; dont render cursors other windows - - ;; packages - use-package-always-defer t - - load-prefer-newer t - - default-input-method nil - - use-dialog-box nil - - use-file-dialog nil - - use-package-expand-minimally t - - package-enable-at-startup nil - - use-package-enable-imenu-support t - - auto-mode-case-fold nil ; No second pass of case-insensitive search over auto-mode-alist. - - package-archives '(("melpa" . "https://melpa.org/packages/") - ("gnu" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/") - ("melpa-stable" . "https://stable.melpa.org/packages/")) - - package-archive-priorities '(("gnu" . 99) - ("nongnu" . 80) - ("melpa" . 70) - ("melpa-stable" . 50)) - ) - ;;; early-init.el ends here -#+end_src - -** Initialization -Now starts the main emacs configuration. - -#+begin_src emacs-lisp :tangle home/emacs/init.el :mkdirp yes - ;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*- - - ;;; Commentary: - ;;; Simple Emacs setup I carry everywhere - - ;;; Code: - (setq custom-file (locate-user-emacs-file "custom.el")) - (load custom-file 'noerror) ;; no error on missing custom file - - (require 'package) - (package-initialize) - - (defun reset-custom-vars () - "Resets the custom variables that were set to crazy numbers" - (setopt gc-cons-threshold (* 1024 1024 100)) - (setopt garbage-collection-messages t)) - - (use-package emacs - :custom - (native-comp-async-query-on-exit t) - (read-answer-short t) - (use-short-answers t) - (enable-recursive-minibuffers t) - (which-func-update-delay 1.0) - (visible-bell nil) - (custom-buffer-done-kill t) - (whitespace-line-column nil) - (x-underline-at-descent-line t) - (imenu-auto-rescan t) - (uniquify-buffer-name-style 'forward) - (confirm-nonexistent-file-or-buffer nil) - (create-lockfiles nil) - (make-backup-files nil) - (kill-do-not-save-duplicates t) - (sentence-end-double-space nil) - (treesit-enabled-modes t) - :init - ;; base visual - (menu-bar-mode -1) ;; no menu bar - (toggle-scroll-bar -1) ;; no scroll bar - (tool-bar-mode -1) ;; no tool bar either - (blink-cursor-mode -1) ;; stop blinking - - ;; font of the century - (set-frame-font "Aporetic Sans Mono 12" nil t) - - :bind - (("C-" . pixel-scroll-precision) ; dont zoom in please, just scroll - ("C-" . pixel-scroll-precision) ; dont zoom in either, just scroll - ("C-x k" . kill-current-buffer)) ; kill the buffer, dont ask - :hook - (text-mode . delete-trailing-whitespace-mode) - (prog-mode . delete-trailing-whitespace-mode) - (after-init . global-display-line-numbers-mode) ;; always show line numbers - (after-init . column-number-mode) ;; column number in the mode line - (after-init . size-indication-mode) ;; file size in the mode line - (after-init . pixel-scroll-precision-mode) ;; smooth mouse scroll - (after-init . electric-pair-mode) ;; i mean ... parens should auto create - (after-init . reset-custom-vars) - ) - - (use-package autorevert - :ensure nil - :custom - (auto-revert-interval 3) - (auto-revert-remote-files nil) - (auto-revert-use-notify t) - (auto-revert-avoid-polling nil) - (auto-revert-verbose t) - :hook - (after-init . global-auto-revert-mode)) - - (use-package recentf - :ensure nil - :commands (recentf-mode recentf-cleanup) - :hook - (after-init . recentf-mode) - :custom - (recentf-auto-cleanup 'never) - (recentf-exclude - (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$" - "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$" - "\\.7z$" "\\.rar$" - "COMMIT_EDITMSG\\'" - "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$" - "-autoloads\\.el$" "autoload\\.el$")) - - :config - ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before - ;; `recentf-save-list', allowing stale entries to be removed before the list - ;; is saved by `recentf-save-list', which is automatically added to - ;; `kill-emacs-hook' by `recentf-mode'. - (add-hook 'kill-emacs-hook #'recentf-cleanup -90)) - - (use-package savehist - :ensure nil - :commands (savehist-mode savehist-save) - :hook - (after-init . savehist-mode) - :custom - (savehist-autosave-interval 600) - (savehist-additional-variables - '(kill-ring ; clipboard - register-alist ; macros - mark-ring global-mark-ring ; marks - search-ring regexp-search-ring))) - - (use-package hl-line - :ensure nil - :custom - (hl-line-sticky-flag nil) - (global-hl-line-sticky-flag nil) - :hook - (after-init . global-hl-line-mode)) - - (use-package saveplace - :ensure nil - :commands (save-place-mode save-place-local-mode) - :hook - (after-init . save-place-mode) - :custom - (save-place-limit 400)) - - (use-package nerd-icons - :custom - ;; disable bright icon colors - (nerd-icons-color-icons nil)) - - (use-package doom-modeline - :custom - (inhibit-compacting-font-caches t) ;; speed - (doom-modeline-buffer-file-name-style 'relative-from-project) - (doom-modeline-major-mode-icon nil) ;; distracting icons, no thank you - (doom-modeline-buffer-encoding nil) ;; everything is utf-8 anyway - (doom-modeline-buffer-state-icon nil) ;; the filename already shows me - (doom-modeline-lsp nil) ;; lsp state is too distracting, too often - :hook (after-init . doom-modeline-mode)) - - (load-theme 'catppuccin :no-confirm) - - (use-package diminish :demand t) ;; declutter the modeline - (use-package eldoc - :diminish eldoc-mode - :custom - (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything - - (use-package eldoc-box - :defer t - :config - (set-face-background 'eldoc-box-border (catppuccin-color 'green)) - (set-face-background 'eldoc-box-body (catppuccin-color 'base)) - :bind - (("M-h" . eldoc-box-help-at-point))) - - (use-package pulsar - :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry - :init - (defface pulsar-catppuccin - `((default :extend t) - (((class color) (min-colors 88) (background light)) - :background ,(catppuccin-color 'sapphire)) - (((class color) (min-colors 88) (background dark)) - :background ,(catppuccin-color 'sapphire)) - (t :inverse-video t)) - "Alternative nord face for `pulsar-face'." - :group 'pulsar-faces) - :custom - (pulsar-face 'pulsar-catppuccin) - :hook - (after-init . pulsar-global-mode)) - - (use-package which-key - :commands which-key-mode - :diminish which-key-mode - :hook - (after-init . which-key-mode)) - - (use-package expreg - :bind ("M-m" . expreg-expand)) - - (use-package vundo) ;; undo tree - - ;; better structured editing - (use-package puni - :commands puni-global-mode - :hook - (after-init . puni-global-mode)) - - (use-package avy - :bind - ("M-i" . avy-goto-char-2) - :custom - (avy-background t)) - - (use-package consult - :bind - ("C-x b" . consult-buffer) ;; orig. switch-to-buffer - ("M-y" . consult-yank-pop) ;; orig. yank-pop - ("M-g M-g" . consult-goto-line) ;; orig. goto-line - ("M-g i" . consult-imenu) ;; consult version is interactive - ("M-g r" . consult-ripgrep) ;; find in project also works - :custom - (consult-narrow-key "<")) - - (use-package vertico - :commands vertico-mode - :custom - (read-file-name-completion-ignore-case t) - (read-buffer-completion-ignore-case t) - (completion-ignore-case t) - (enable-recursive-minibuffers t) - (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) - :init - (vertico-mode) - :hook - (minibuffer-setup-hook . cursor-intangible-mode)) - - (use-package marginalia - :commands marginalia-mode - :hook (after-init . marginalia-mode)) - - (use-package crux - :bind - ("C-c M-e" . crux-find-user-init-file) - ("C-c C-w" . crux-transpose-windows) - ("C-c M-d" . crux-find-current-directory-dir-locals-file) - ("C-a" . crux-move-beginning-of-line)) - - (use-package magit - :bind (("C-M-g" . magit-status))) - - (use-package nerd-icons-corfu - :commands nerd-icons-corfu-formatter - :defines corfu-margin-formatters) - - (use-package corfu - :commands global-corfu-mode - :custom - (corfu-cycle t) - (corfu-auto t) - (corfu-auto-delay 1) - (corfu-auto-prefix 3) - (corfu-separator ?_) - :hook - (after-init . global-corfu-mode) - :config - (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) - - (use-package cape) - - (use-package orderless - :custom - (completion-styles '(orderless partial-completion basic)) - (completion-category-defaults nil) - (completion-category-overrides nil)) - - (use-package yasnippet - :commands yas-global-mode - :diminish yas-minor-mode - :hook - (after-init . yas-global-mode)) - - (use-package yasnippet-snippets :after yasnippet) - - (use-package exec-path-from-shell - :commands exec-path-from-shell-initialize - :custom - (exec-path-from-shell-arguments nil) - :hook - (after-init . exec-path-from-shell-initialize)) - - (use-package nixpkgs-fmt - :custom - (nixpkgs-fmt-command "nixfmt")) - - (use-package eat - :bind - (("C-c e p" . eat-project) - ("C-c e t" . eat))) - - (use-package f :demand t) - - (use-package envrc - :commands envrc-global-mode - :hook - (after-init . envrc-global-mode)) - - (use-package gptel - :commands gptel-make-anthropic f-read-text - :config - (gptel-make-anthropic "Claude" - :stream t :key (f-read-text "/run/secrets/claude_key"))) - - (use-package sideline-flymake) - (use-package sideline-eglot) - (use-package sideline - :custom - (sideline-backends-right '(sideline-flymake sideline-eglot)) - :hook - (eglot-managed-mode . sideline-mode) - (flymake-mode . sideline-mode)) - - (use-package eglot - :custom - (eglot-extend-to-xref t) - (eglot-ignored-server-capabilities '(:inlayHintProvider)) - (jsonrpc-event-hook nil) - :hook - (eglot-managed-mode . eldoc-box-hover-mode) - (before-save . eldoc-format-buffer) - :bind - (:map eglot-mode-map - ("C-c l a" . eglot-code-actions) - ("C-c l r" . eglot-rename) - ("C-c l h" . eldoc) - ("C-c l g" . xref-find-references) - ("C-c l w" . eglot-reconnect))) - - (use-package proced - :custom - (proced-auto-update-flag t) - (proced-auto-update-interval 3) - (proced-enable-color-flag t) - (proced-show-remote-processes t)) - - (use-package org - :ensure t - :defer t - :commands (org-mode org-capture org-agenda) - :init - (defvar org-journal-file "~/nextcloud/org/journal.org") - (defvar org-archive-file "~/nextcloud/org/archive.org") - (defvar org-notes-file "~/nextcloud/org/notes.org") - (defvar org-inbox-file "~/nextcloud/org/inbox.org") - (defvar org-work-file "~/nextcloud/org/work.org") - (defun my/org-capture-project-target-heading () - "Determine Org target headings from the current file's project path. - - This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'. - It extracts 'COMPANY' and 'PROJECT' to use as nested headlines - for an Org capture template. - - If the current buffer is not visi - ting a file within such a - project structure, it returns nil, causing capture to default to - the top of the file." - (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer - (let ((path-parts (split-string path "/" t " "))) - (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=)) - (company (nth (+ 1 projects-pos) path-parts)) - (project (nth (+ 2 projects-pos) path-parts))) - ;; Return a list of headlines for Org to find or create. - (list company project))))) - :bind - (("C-c c" . org-capture) - ("C-c i" . org-store-link) - ("C-c a" . org-agenda) - :map org-mode-map - ("C-c t" . org-toggle-inline-images) - ("C-c l" . org-toggle-link-display)) - :custom - (org-agenda-files (list org-inbox-file org-journal-file)) - (org-directory "~/nextcloud/org") - (org-default-notes-file org-inbox-file) - (org-archive-location (concat org-archive-file "::* From %s")) - (org-log-done 'time) - (org-log-into-drawer t) - (org-hide-emphasis-markers t) - (org-src-fontify-natively t) - (org-src-tab-acts-natively t) - (org-capture-templates '(("t" "Todo" entry (file org-inbox-file) - "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)") - ("j" "Journal" entry (file+olp+datetree org-journal-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("n" "Note" entry (file org-notes-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("p" "Project Task" item - (file+function org-work-file my/org-capture-project-target-heading) - "* TODO %? \n CLOCK: %U" - )) - ) - :config - ;; Enable syntax highlighting in code blocks - (add-hook 'org-mode-hook 'turn-on-font-lock) - (add-hook 'org-mode-hook 'org-indent-mode)) - - ;; extras - (use-package comp-run - :ensure nil - :config - (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list) - (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list)) - - (use-package rustic - :custom - (rustic-lsp-client 'eglot)) - - (provide 'init) - - ;;; init.el ends here - #+end_src - -* Machines -Only a few more things left. Specifically the machine level extra settings. -** Smallbox -The configuration for the laptop does not change much. Most changes are because the hardware is different. -*** System Level -Nothing specific for the laptop. - -#+begin_src nix :tangle machines/traveldroid/configuration.nix :noweb tangle :mkdirp yes - { user, ... } : { - imports = - [ - ./hardware-configuration.nix - ../../configuration - ]; - - <> - } -#+end_src - -*** Hardware -This is the most different. Mostly taken from hardware-configuration.nix setup at first install. - -#+begin_src nix :tangle machines/traveldroid/hardware-configuration.nix :noweb tangle :mkdirp yes - { - hostname, - pkgs, - lib, - modulesPath, - user, - config, - ... - }: - { - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ../../hardware/hardware.nix - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2"; - fsType = "ext4"; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/811D-0676"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; } - ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - } -#+end_src - -*** Home -This is mostly about configuring the monitor and key bindings. And laptop specific utilities. -#+begin_src nix :tangle machines/traveldroid/home.nix :noweb tangle :mkdirp yes - { pkgs, ... } : { - imports = [ - ../../home - ]; - - home.packages = with pkgs; [ - brightnessctl - ]; - - wayland.windowManager.hyprland.settings = { - bind = [ - "XF86MonBrightnessUp, exec, brightnessctl set 5%+" - "XF86MonBrightnessDown, exec, brightnessctl set 5%-" - "XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" - "XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" - "XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" - "XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle" - ]; - - bindl = [ - '', switch:on:Lid Switch, exec, hyprctl keyword monitor "eDP-1, disable"'' - '', switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, preferred, 0x0, 1"'' - ]; - }; - } -#+end_src - -*** Secrets -#+name: traveldroid-secrets - #+begin_src nix -# sops.secrets."ssh/traveldroid/private" = { # ssh private key -# owner = "${user.username}"; -# mode = "600"; -# path = "/home/${user.username}/.ssh/id_ed25519"; -# }; -# sops.secrets."ssh/traveldroid/public" = { # ssh public key -# owner = "${user.username}"; -# mode = "644"; -# path = "/home/${user.username}/.ssh/id_ed25519.pub"; -# }; -# sops.secrets."ssh/wavefunk/private" = { # ssh private key -# owner = "${user.username}"; -# mode = "600"; -# path = "/home/${user.username}/.ssh/wavefunk"; -# }; -# sops.secrets."ssh/wavefunk/public" = { # ssh public key -# owner = "${user.username}"; -# mode = "644"; -# path = "/home/${user.username}/.ssh/wavefunk.pub"; -# }; -# sops.secrets."ssh/wavefunk_dev/private" = { # ssh private key -# owner = "${user.username}"; -# mode = "600"; -# path = "/home/${user.username}/.ssh/wavefunk_dev"; -# }; -# sops.secrets."ssh/wavefunk_dev/public" = { # ssh public key -# owner = "${user.username}"; -# mode = "644"; -# path = "/home/${user.username}/.ssh/wavefunk_dev.pub"; -# }; - - programs._1password.enable = true; - programs._1password-gui = { - enable = true; - polkitPolicyOwners = [ "${user.username}" ]; - }; -#+end_src -* README Utils -*** Headers -This script adds a =DO NOT MODIFY= header to all the generated nix files. -#+NAME: startup -#+BEGIN_SRC emacs-lisp - (progn - (defun add-tangle-headers () - (message "running in %s" (buffer-file-name)) - (when (string= (file-name-extension (buffer-file-name)) "nix") - (goto-char (point-min)) - (insert "# WARNING : This file was generated by README.org\n# DO NOT MODIFY THIS FILE!\n# Any changes made here will be overwritten.\n") - (save-buffer)) - (save-buffer)) - (add-hook 'org-babel-post-tangle-hook 'add-tangle-headers)) -#+END_SRC - -# Local Variables: -# org-confirm-babel-evaluate: nil -# eval: (progn (org-babel-goto-named-src-block "startup") (org-babel-execute-src-block) (outline-hide-sublevels 1)) -# End: diff --git a/OLD CONFIGS/system-master_BAK/assets/background.png b/OLD CONFIGS/system-master_BAK/assets/background.png deleted file mode 100755 index 5cdb0af..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/background.png and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/apps/#packages.conf# b/OLD CONFIGS/system-master_BAK/assets/conf/apps/#packages.conf# deleted file mode 100644 index 9d451f8..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/apps/#packages.conf# +++ /dev/null @@ -1,72 +0,0 @@ -# IMPORTANT: -# Only packages/attributes that exist in Nixpkgs can be installed. -# Check names on https://search.nixos.org/packages -# A wrong package name (or attribute path) will cause the Nix build to fail. - - -# system -waybar -wofi -dunst -xdg-utils -desktop-file-utils -playerctl -pamixer -brightnessctl -rofi -home-manager - -# browsers -brave -vivaldi -chromium - -# hyprland -hyprpaper - -# utils -wget -flatpak -nextcloud-client -kdePackages.okular -kdePackages.gwenview -kdePackages.kdeconnect-kde -_1password-gui - -docker -tree -ripgrep -gparted -file -htop -wev -solaar - -# terminal -kitty -starship -kdePackages.konsole -kdePackages.yakuake - -# office -obsidian -onlyoffice-desktopeditors - -# development -git -vscode-with-extensions -kdePackages.kate -jetbrains.pycharm -python3 - -# communication -nextcloud-talk-desktop -signal-desktop - -# multimedia -spotify -vlc - -# graphic -gimp2 - diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/apps/flatpak.conf b/OLD CONFIGS/system-master_BAK/assets/conf/apps/flatpak.conf deleted file mode 100644 index 0bb3cad..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/apps/flatpak.conf +++ /dev/null @@ -1,4 +0,0 @@ -app.zen_browser.zen -com.github.tchx84.Flatseal -eu.betterbird.Betterbird -com.todoist.Todoist diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/apps/packages.conf b/OLD CONFIGS/system-master_BAK/assets/conf/apps/packages.conf deleted file mode 100644 index 1f29ec4..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/apps/packages.conf +++ /dev/null @@ -1,68 +0,0 @@ -# IMPORTANT: -# Only packages/attributes that exist in Nixpkgs can be installed. -# Check names on https://search.nixos.org/packages -# A wrong package name (or attribute path) will cause the Nix build to fail. - - -# system -waybar -wofi -dunst -xdg-utils -desktop-file-utils -playerctl -pamixer -brightnessctl -rofi -home-manager - -# browsers -brave -vivaldi -chromium - -# hyprland -hyprpaper - -# utils -wget -flatpak -nextcloud-client -kdePackages.okular -kdePackages.gwenview -kdePackages.kdeconnect-kde -_1password-gui -docker -tree -ripgrep -gparted -file -htop -wev -solaar - -# terminal -kitty -starship -kdePackages.konsole -kdePackages.yakuake - -# office -obsidian -onlyoffice-desktopeditors - -# development -git -vscode-with-extensions -kdePackages.kate -#jetbrains.pycharm -python3 - -# communication -nextcloud-talk-desktop -signal-desktop - -# multimedia -spotify -vlc - diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/greeter/greeter.conf b/OLD CONFIGS/system-master_BAK/assets/conf/greeter/greeter.conf deleted file mode 100644 index 3e35cd3..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/greeter/greeter.conf +++ /dev/null @@ -1,11 +0,0 @@ - # Minimal Hyprland config for greetd - -monitor = , preferred, auto, 1 - -misc { - disable_hyprland_logo = true - disable_splash_rendering = true -} - -# Start qtgreet and point it at the correct session paths for NixOS -exec-once = sh -lc 'source /etc/greetd/qtgreet-session-paths; exec qtgreet -w "$WAYLAND_SESSIONS" -x "$X11_SESSIONS"' diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/hypr/bindings.conf b/OLD CONFIGS/system-master_BAK/assets/conf/hypr/bindings.conf deleted file mode 100644 index 337cd0e..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/hypr/bindings.conf +++ /dev/null @@ -1,122 +0,0 @@ -############### -# Keybindings # -############### - -$mod = SUPER - -# Terminal / launcher / kill / reload -bind = $mod, RETURN, exec, kitty -bind = $mod, D, exec, wofi --show drun -bind = $mod, Q, killactive, -bind = $mod SHIFT, Q, exit, -bind = $mod SHIFT, R, exec, hyprctl reload - -# Default browser -bind = $mod, W, exec, xdg-open https://about:blank -# Focus movement -bind = $mod, H, movefocus, l -bind = $mod, L, movefocus, r -bind = $mod, K, movefocus, u -bind = $mod, J, movefocus, d -bind = $mod, left, movefocus, l -bind = $mod, right, movefocus, r -bind = $mod, up, movefocus, u -bind = $mod, down, movefocus, d - -# Move windows -bind = $mod SHIFT, H, movewindow, l -bind = $mod SHIFT, L, movewindow, r -bind = $mod SHIFT, K, movewindow, u -bind = $mod SHIFT, J, movewindow, d -bind = $mod SHIFT, left, movewindow, l -bind = $mod SHIFT, right, movewindow, r -bind = $mod SHIFT, up, movewindow, u -bind = $mod SHIFT, down, movewindow, d - -# Resize windows -bind = $mod CTRL, H, resizeactive, -30 0 -bind = $mod CTRL, L, resizeactive, 30 0 -bind = $mod CTRL, K, resizeactive, 0 -30 -bind = $mod CTRL, J, resizeactive, 0 30 - -# Floating / fullscreen -bind = $mod, V, togglefloating, -bind = $mod, F, fullscreen, 0 -bind = $mod SHIFT, F, fullscreen, 1 - -# Workspaces -bind = $mod, 1, workspace, 1 -bind = $mod, 2, workspace, 2 -bind = $mod, 3, workspace, 3 -bind = $mod, 4, workspace, 4 -bind = $mod, 5, workspace, 5 -bind = $mod, 6, workspace, 6 -bind = $mod, 7, workspace, 7 -bind = $mod, 8, workspace, 8 -bind = $mod, 9, workspace, 9 -bind = $mod, 0, workspace, 10 - -bind = $mod SHIFT, 1, movetoworkspace, 1 -bind = $mod SHIFT, 2, movetoworkspace, 2 -bind = $mod SHIFT, 3, movetoworkspace, 3 -bind = $mod SHIFT, 4, movetoworkspace, 4 -bind = $mod SHIFT, 5, movetoworkspace, 5 -bind = $mod SHIFT, 6, movetoworkspace, 6 -bind = $mod SHIFT, 7, movetoworkspace, 7 -bind = $mod SHIFT, 8, movetoworkspace, 8 -bind = $mod SHIFT, 9, movetoworkspace, 9 -bind = $mod SHIFT, 0, movetoworkspace, 10 - -# Cycle workspaces -bind = $mod, mouse_down, workspace, e+1 -bind = $mod, mouse_up, workspace, e-1 - -# Mouse drag -bindm = $mod, mouse:272, movewindow -bindm = $mod, mouse:273, resizewindow - -######################### -# Screenshots -######################### -bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -bind = , XF86Screenshot, exec, grim - | wl-copy - -######################### -# Audio (pamixer) -######################### -bind = , XF86AudioRaiseVolume, exec, pamixer -i 5 -bind = , XF86AudioLowerVolume, exec, pamixer -d 5 -bind = , XF86AudioMute, exec, pamixer -t -bind = , XF86AudioMicMute, exec, pamixer --default-source -t - -######################### -# Media (playerctl) -######################### -bind = , XF86AudioPlay, exec, playerctl play-pause -bind = , XF86AudioPause, exec, playerctl pause -bind = , XF86AudioNext, exec, playerctl next -bind = , XF86AudioPrev, exec, playerctl previous -bind = , XF86AudioStop, exec, playerctl stop - -######################### -# Brightness (brightnessctl) -######################### -bind = , XF86MonBrightnessUp, exec, brightnessctl set +10% -bind = , XF86MonBrightnessDown, exec, brightnessctl set 10%- -bind = , XF86KbdBrightnessUp, exec, brightnessctl -d '*kbd_backlight*' set +10% -bind = , XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%- - -######################### -# Power / session -######################### -bind = , XF86Sleep, exec, systemctl suspend -bind = , XF86PowerOff, exec, systemctl poweroff -bind = , XF86WakeUp, exec, systemctl suspend - -######################### -# Start apps -######################### -bind = $mod, E, exec, dolphin -bind = CTRLALT, B, exec, flatpak run eu.betterbird.Betterbird -bind = CTRLALT, S, exec, spotify -bind = CTRLALT, z, exec, flatpak run app.zen_browser.zen diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprland.conf b/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprland.conf deleted file mode 100644 index a663e74..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprland.conf +++ /dev/null @@ -1,58 +0,0 @@ - -# --- Variables --- -$mod = SUPER -$term = kitty -$menu = hyprshell run - - -# --- Environment --- -env = XDG_CURRENT_DESKTOP,Hyprland -env = XDG_SESSION_TYPE,wayland -env = XDG_SESSION_DESKTOP,Hyprland -env = MOZ_ENABLE_WAYLAND,1 - -# --- Monitor (safe default) --- -monitor = , preferred, auto, 1 - -# --- Input --- -input { - kb_layout = us - follow_mouse = 1 - touchpad { - natural_scroll = true - } -} - -# --- General --- -general { - gaps_in = 5 - gaps_out = 10 - border_size = 2 - layout = dwindle -} - -animations { - enabled = true -} - -decoration { - blur { - enabled = true - size = 8 - passes = 2 - new_optimizations = true - } -} - -misc { - disable_hyprland_logo = false - disable_splash_rendering = false -} - -# --- Keybindings live here --- -source = /etc/xdg/hypr/bindings.conf - - -# --- Autostart --- -exec-once = waybar -#exec-once = sleep 2 & /run/current-system/sw/bin/hyprshell run diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprland_no_blur.conf b/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprland_no_blur.conf deleted file mode 100644 index 1c0f794..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprland_no_blur.conf +++ /dev/null @@ -1,61 +0,0 @@ -# ========================= -# Hyprland config (generated by Nix) -# ========================= - -# --- Variables --- -$mod = SUPER -$term = kitty -$menu = hyprshell run - - -# --- Environment --- -env = XDG_CURRENT_DESKTOP,Hyprland -env = XDG_SESSION_TYPE,wayland -env = XDG_SESSION_DESKTOP,Hyprland -env = MOZ_ENABLE_WAYLAND,1 - -# --- Monitor (safe default) --- -monitor = , preferred, auto, 1 - -# --- Input --- -input { - kb_layout = us - follow_mouse = 1 - touchpad { - natural_scroll = true - } -} - -# --- General --- -general { - gaps_in = 5 - gaps_out = 10 - border_size = 2 - layout = dwindle -} - -animations { - enabled = true -} - -decoration { - blur { - enabled = false - size = 8 - passes = 2 - new_optimizations = true - } -} - -misc { - disable_hyprland_logo = false - disable_splash_rendering = false -} - -# --- Keybindings live here --- -source = /etc/xdg/hypr/bindings.conf - - -# --- Autostart --- -exec-once = waybar -#exec-once = sleep 2 & /run/current-system/sw/bin/hyprshell run diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprshell.conf b/OLD CONFIGS/system-master_BAK/assets/conf/hypr/hyprshell.conf deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/ssh/ssh-client.conf b/OLD CONFIGS/system-master_BAK/assets/conf/ssh/ssh-client.conf deleted file mode 100644 index 145ff87..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/ssh/ssh-client.conf +++ /dev/null @@ -1,4 +0,0 @@ -Host * - AddKeysToAgent yes - ServerAliveInterval 30 - ServerAliveCountMax 3 diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/aliases.conf b/OLD CONFIGS/system-master_BAK/assets/conf/terminal/aliases.conf deleted file mode 100644 index fe81785..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/aliases.conf +++ /dev/null @@ -1,17 +0,0 @@ -alias ll='ls -lah' -alias gs='git status' -alias ga='git add' -alias gc='git commit' -alias reb-switch='cd ~/nixos && sudo nixos-rebuild switch --flake ~/nixos#traveldroid' -alias reb-test='cd ~/nixos && sudo nixos-rebuild test --flake ~/nixos#traveldroid' -alias reb-vm='cd ~/nixos && sudo nixos-rebuild build-vm --flake ~/nixos#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"' -alias rb='systemctl reboot' -alias po='systemctl poweroff' -alias fpl='flatpak search' -alias fpi='flatpak install' -alias fpr='flatpak run' -alias nxc='ssh henrov@nextcloud.data-pro.nu' -alias nps='xdg-open https://search.nixos.org' -alias vs='code' -alias saveme='sudo nix-env -p /nix/var/nix/profiles/system --set /nix/var/nix/profiles/system-123-link && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration boot' - diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/kitty.conf b/OLD CONFIGS/system-master_BAK/assets/conf/terminal/kitty.conf deleted file mode 100644 index c0f325b..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/kitty.conf +++ /dev/null @@ -1,12 +0,0 @@ -# ~/nixos/files/conf/terminal/kitty.conf -# Kitty config (https://sw.kovidgoyal.net/kitty/conf/) -# -# Edit freely; NixOS will inject this file verbatim via programs.kitty.extraConfig. - -# Example baseline settings: -background_opacity 0.60 -dynamic_background_opacity yes - -# Suggested: allow ctrl+shift+v paste (many distros default this already) -map ctrl+shift+v paste_from_clipboard -map ctrl+shift+c copy_to_clipboard diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/starship.toml b/OLD CONFIGS/system-master_BAK/assets/conf/terminal/starship.toml deleted file mode 100644 index ba9bd82..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/starship.toml +++ /dev/null @@ -1,279 +0,0 @@ -"$schema" = 'https://starship.rs/config-schema.json' - -format = """ -[](red)\ -$os\ -$username\ -[](bg:peach fg:red)\ -$directory\ -[](bg:yellow fg:peach)\ -$git_branch\ -$git_status\ -[](fg:yellow bg:green)\ -$c\ -$rust\ -$golang\ -$nodejs\ -$php\ -$java\ -$kotlin\ -$haskell\ -$python\ -[](fg:green bg:sapphire)\ -$conda\ -[](fg:sapphire bg:lavender)\ -$time\ -[ ](fg:lavender)\ -$cmd_duration\ -$line_break\ -$character""" - -palette = 'catppuccin_mocha' - -[os] -disabled = false -style = "bg:red fg:crust" - -[os.symbols] -Windows = "" -Ubuntu = "󰕈" -SUSE = "" -Raspbian = "󰐿" -Mint = "󰣭" -Macos = "󰀵" -Manjaro = "" -Linux = "󰌽" -Gentoo = "󰣨" -Fedora = "󰣛" -Alpine = "" -Amazon = "" -Android = "" -AOSC = "" -Arch = "󰣇" -Artix = "󰣇" -CentOS = "" -Debian = "󰣚" -Redhat = "󱄛" -RedHatEnterprise = "󱄛" - -[username] -show_always = true -style_user = "bg:red fg:crust" -style_root = "bg:red fg:crust" -format = '[ $user]($style)' - -[directory] -style = "bg:peach fg:crust" -format = "[ $path ]($style)" -truncation_length = 3 -truncation_symbol = "…/" - -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = "󰝚 " -"Pictures" = " " -"Developer" = "󰲋 " - -[git_branch] -symbol = "" -style = "bg:yellow" -format = '[[ $symbol $branch ](fg:crust bg:yellow)]($style)' - -[git_status] -style = "bg:yellow" -format = '[[($all_status$ahead_behind )](fg:crust bg:yellow)]($style)' - -[nodejs] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[c] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[rust] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[golang] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[php] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[java] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[kotlin] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[haskell] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[python] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version)(\(#$virtualenv\)) ](fg:crust bg:green)]($style)' - -[docker_context] -symbol = "" -style = "bg:sapphire" -format = '[[ $symbol( $context) ](fg:crust bg:sapphire)]($style)' - -[conda] -symbol = "  " -style = "fg:crust bg:sapphire" -format = '[$symbol$environment ]($style)' -ignore_base = false - -[time] -disabled = false -time_format = "%R" -style = "bg:lavender" -format = '[[  $time ](fg:crust bg:lavender)]($style)' - -[line_break] -disabled = false - -[character] -disabled = false -success_symbol = '[❯](bold fg:green)' -error_symbol = '[❯](bold fg:red)' -vimcmd_symbol = '[❮](bold fg:green)' -vimcmd_replace_one_symbol = '[❮](bold fg:lavender)' -vimcmd_replace_symbol = '[❮](bold fg:lavender)' -vimcmd_visual_symbol = '[❮](bold fg:yellow)' - -[cmd_duration] -show_milliseconds = true -format = " in $duration " -style = "bg:lavender" -disabled = false -show_notifications = true -min_time_to_notify = 45000 - -[palettes.catppuccin_mocha] -rosewater = "#f5e0dc" -flamingo = "#f2cdcd" -pink = "#f5c2e7" -mauve = "#cba6f7" -red = "#f38ba8" -maroon = "#eba0ac" -peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" -sky = "#89dceb" -sapphire = "#74c7ec" -blue = "#89b4fa" -lavender = "#b4befe" -text = "#cdd6f4" -subtext1 = "#bac2de" -subtext0 = "#a6adc8" -overlay2 = "#9399b2" -overlay1 = "#7f849c" -overlay0 = "#6c7086" -surface2 = "#585b70" -surface1 = "#45475a" -surface0 = "#313244" -base = "#1e1e2e" -mantle = "#181825" -crust = "#11111b" - -[palettes.catppuccin_frappe] -rosewater = "#f2d5cf" -flamingo = "#eebebe" -pink = "#f4b8e4" -mauve = "#ca9ee6" -red = "#e78284" -maroon = "#ea999c" -peach = "#ef9f76" -yellow = "#e5c890" -green = "#a6d189" -teal = "#81c8be" -sky = "#99d1db" -sapphire = "#85c1dc" -blue = "#8caaee" -lavender = "#babbf1" -text = "#c6d0f5" -subtext1 = "#b5bfe2" -subtext0 = "#a5adce" -overlay2 = "#949cbb" -overlay1 = "#838ba7" -overlay0 = "#737994" -surface2 = "#626880" -surface1 = "#51576d" -surface0 = "#414559" -base = "#303446" -mantle = "#292c3c" -crust = "#232634" - -[palettes.catppuccin_latte] -rosewater = "#dc8a78" -flamingo = "#dd7878" -pink = "#ea76cb" -mauve = "#8839ef" -red = "#d20f39" -maroon = "#e64553" -peach = "#fe640b" -yellow = "#df8e1d" -green = "#40a02b" -teal = "#179299" -sky = "#04a5e5" -sapphire = "#209fb5" -blue = "#1e66f5" -lavender = "#7287fd" -text = "#4c4f69" -subtext1 = "#5c5f77" -subtext0 = "#6c6f85" -overlay2 = "#7c7f93" -overlay1 = "#8c8fa1" -overlay0 = "#9ca0b0" -surface2 = "#acb0be" -surface1 = "#bcc0cc" -surface0 = "#ccd0da" -base = "#eff1f5" -mantle = "#e6e9ef" -crust = "#dce0e8" - -[palettes.catppuccin_macchiato] -rosewater = "#f4dbd6" -flamingo = "#f0c6c6" -pink = "#f5bde6" -mauve = "#c6a0f6" -red = "#ed8796" -maroon = "#ee99a0" -peach = "#f5a97f" -yellow = "#eed49f" -green = "#a6da95" -teal = "#8bd5ca" -sky = "#91d7e3" -sapphire = "#7dc4e4" -blue = "#8aadf4" -lavender = "#b7bdf8" -text = "#cad3f5" -subtext1 = "#b8c0e0" -subtext0 = "#a5adcb" -overlay2 = "#939ab7" -overlay1 = "#8087a2" -overlay0 = "#6e738d" -surface2 = "#5b6078" -surface1 = "#494d64" -surface0 = "#363a4f" -base = "#24273a" -mantle = "#1e2030" -crust = "#181926" diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/zsh.conf b/OLD CONFIGS/system-master_BAK/assets/conf/terminal/zsh.conf deleted file mode 100644 index 8a6da27..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/terminal/zsh.conf +++ /dev/null @@ -1,14 +0,0 @@ -# ~/nixos/files/conf/terminal/zsh.conf -# Additional zsh configuration sourced for every interactive zsh shell. -# Keep this file POSIX-ish; it is sourced by zsh. - -# Example: history settings -HISTFILE="$HOME/.zsh_history" -HISTSIZE=10000 -SAVEHIST=10000 - -setopt HIST_IGNORE_ALL_DUPS -setopt SHARE_HISTORY - -# Example: enable starship if you ever disable the zsh integration module -# eval "$(starship init zsh)" diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/wallpaper/wallpaper.conf b/OLD CONFIGS/system-master_BAK/assets/conf/wallpaper/wallpaper.conf deleted file mode 100644 index 2a7730a..0000000 --- a/OLD CONFIGS/system-master_BAK/assets/conf/wallpaper/wallpaper.conf +++ /dev/null @@ -1,8 +0,0 @@ -# transition type: fade, wipe, simple, any, etc. -TRANSITION_TYPE=fade -# duration in seconds (can be decimal) -TRANSITION_DURATION=2 -# frames per second -TRANSITION_FPS=60 -# override source dir if you ever move it -# SRC_DIR=~/nixos/files/wallpapers/picture diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/waybar/config.jsonc b/OLD CONFIGS/system-master_BAK/assets/conf/waybar/config.jsonc deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/waybar/style.css b/OLD CONFIGS/system-master_BAK/assets/conf/waybar/style.css deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/system-master_BAK/assets/conf/xdg/mimeapps.list b/OLD CONFIGS/system-master_BAK/assets/conf/xdg/mimeapps.list deleted file mode 100644 index e69de29..0000000 diff --git a/OLD CONFIGS/system-master_BAK/assets/lock.png b/OLD CONFIGS/system-master_BAK/assets/lock.png deleted file mode 100755 index 46eb4a7..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/lock.png and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-kseniachernaya-5691695.jpg b/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-kseniachernaya-5691695.jpg deleted file mode 100644 index 5f52686..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-kseniachernaya-5691695.jpg and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-lalesh-147635.jpg b/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-lalesh-147635.jpg deleted file mode 100644 index 1acd099..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-lalesh-147635.jpg and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-lucaspezeta-2212858.jpg b/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-lucaspezeta-2212858.jpg deleted file mode 100644 index e3008f0..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-lucaspezeta-2212858.jpg and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-themob000-28428584.jpg b/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-themob000-28428584.jpg deleted file mode 100644 index c304de4..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-themob000-28428584.jpg and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-themob000-28428592.jpg b/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-themob000-28428592.jpg deleted file mode 100644 index ecf0dce..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/wallpaper/picture/pexels-themob000-28428592.jpg and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/wallpaper/videos/dark_water_large.mp4 b/OLD CONFIGS/system-master_BAK/assets/wallpaper/videos/dark_water_large.mp4 deleted file mode 100644 index cf66295..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/wallpaper/videos/dark_water_large.mp4 and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/assets/wallpaper/videos/white_blobs_small.mp4 b/OLD CONFIGS/system-master_BAK/assets/wallpaper/videos/white_blobs_small.mp4 deleted file mode 100644 index 0a4faaf..0000000 Binary files a/OLD CONFIGS/system-master_BAK/assets/wallpaper/videos/white_blobs_small.mp4 and /dev/null differ diff --git a/OLD CONFIGS/system-master_BAK/configuration/audio.nix b/OLD CONFIGS/system-master_BAK/configuration/audio.nix deleted file mode 100755 index 656ad5d..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/audio.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs, ...}: -{ - environment.systemPackages = with pkgs; [ pamixer ]; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - }; - - # pipewire needs realtime scheduling access - security.rtkit.enable = true; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/boot.nix b/OLD CONFIGS/system-master_BAK/configuration/boot.nix deleted file mode 100755 index 3dc2cbf..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/boot.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ pkgs, ... } : -{ - boot = { - initrd = { - verbose = false; # its a lot of logs. dont need it, unless we do. - kernelModules = [ ]; # no kernel modules on boot - }; - - extraModulePackages = [ ]; # no extra packages on boot either - kernelPackages = pkgs.linuxPackages_latest; # latest greatest linux kernel - kernelParams = [ "silent" ]; # quiet those logs - - consoleLogLevel = 0; # quiten more logs - plymouth.enable = true; # graphical boot animation instead - - supportedFilesystems = [ "ntfs" ]; # should see the ntfs (windows) - - loader = { - systemd-boot.enable = true; # systemd-boot - systemd-boot.configurationLimit = 2; - efi.canTouchEfiVariables = true; # allow editing efi to edit the boot loader - - - timeout = 5; # grub timeout to make a selection - }; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/cli.nix b/OLD CONFIGS/system-master_BAK/configuration/cli.nix deleted file mode 100755 index 3053967..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/cli.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs, user, ... }: -{ - console.useXkbConfig = true; - users.users.${user.username}.shell = pkgs.zsh; - - environment.shells = with pkgs; [ zsh ]; - programs.zsh.enable = true; - environment.pathsToLink = [ "/share/zsh" ]; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/default.nix b/OLD CONFIGS/system-master_BAK/configuration/default.nix deleted file mode 100755 index 23a412a..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/default.nix +++ /dev/null @@ -1,80 +0,0 @@ -{ pkgs, user, ... } : -{ - imports = [ - ./boot.nix - ./login.nix - ./cli.nix - ./files.nix - ./locale.nix - ./nix-settings.nix - ./networking.nix - ./hyprland.nix - ./services.nix - ./audio.nix - #./steam.nix - #./sops.nix - ./packages.nix - ./flatpak.nix - ]; - - environment.systemPackages = with pkgs; [ - wget # fetch utility - curl # more fetch utility - binutils # executable utilities, like ld - dmidecode # tool for dumping system info - libnotify # notification daemon - python3 # nice to have this ready for quick things - cacert # certificate authority - remmina # remote desktop app - #rg # ripgrep - wev # for finding keypresses - tree # list foldetrtree's - file # filinfo - htop # sysmonitor - solaar # logitech controller - git # source control - # jetbrains.pycharm # Dev and course environment - - - ]; - - # to enable icons with wlogout - # https://github.com/catppuccin/nix/issues/584 - programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; - - users.users.${user.username} = { - isNormalUser = true; - description = "henrov"; - extraGroups = [ - "networkmanager" # allow editing network connections - "wheel" # can do sudo - "scanner" # access to the network scanner - "lp" # access to the printer - ]; - }; - - programs = { - nix-ld.enable = true; # helps with linking troubles with dynamic libraries - appimage.enable = true; # allow appimage installations - dconf.enable = true; # to save user settings - gnupg.agent = { - # pgp client - enable = true; - enableSSHSupport = true; - }; - firefox.enable = true; # browser - wireshark.enable = true; # vpn - }; - - fonts.packages = with pkgs; [ - aporetic - nerd-fonts.iosevka - ]; - - # enable the catppuccin theme for everything with mocha + blue accents - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - - system.stateVersion = user.stateVersion; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/files.nix b/OLD CONFIGS/system-master_BAK/configuration/files.nix deleted file mode 100755 index 5f8b99a..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/files.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ pkgs, user, config, ... } : -{ - environment.systemPackages = with pkgs; [ - zip - unzip - p7zip - usbutils - udiskie - ]; - - programs.thunar = { - enable = true; - plugins = with pkgs.xfce; [ - thunar-archive-plugin - thunar-media-tags-plugin - thunar-volman - ]; - }; - - programs.file-roller.enable = true; # thunar zip support - programs.xfconf.enable = true; # to save thunar settings - - services = { - gvfs.enable = true; # Mount, trash, and other functionalities - tumbler.enable = true; # Thumbnail support for images - udisks2.enable = true; # Auto mount usb drives - }; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/flatpak.nix b/OLD CONFIGS/system-master_BAK/configuration/flatpak.nix deleted file mode 100644 index 7b233d8..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/flatpak.nix +++ /dev/null @@ -1,81 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - # Adjust this path if your module lives elsewhere in the repo - flatpakConfPath = ../assets/conf/apps/flatpak.conf; - - # Parse flatpak.conf: ignore empty lines and comments - flatpakApps = - let - lines = lib.splitString "\n" (builtins.readFile flatpakConfPath); - cleaned = map (l: lib.strings.trim l) lines; - in - builtins.filter (l: l != "" && !(lib.hasPrefix "#" l)) cleaned; - - # Shell script that: - # - adds Flathub if missing - # - installs missing apps - # - (optional) removes apps not in the list - syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" '' - set -euo pipefail - - # Ensure Flathub remote exists (system-wide) - if ! flatpak remotes --system --columns=name | grep -qx flathub; then - flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - fi - - desired_apps=( - ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)} - ) - - # Install desired apps if missing - for app in "''${desired_apps[@]}"; do - if ! flatpak info --system "$app" >/dev/null 2>&1; then - flatpak install --system -y --noninteractive flathub "$app" - fi - done - - # OPTIONAL: remove system apps not listed (uncomment to enforce strictly) - # installed="$(flatpak list --system --app --columns=application | sed '/^$/d')" - # for app in $installed; do - # keep=0 - # for want in "''${desired_apps[@]}"; do - # if [ "$app" = "$want" ]; then keep=1; break; fi - # done - # if [ "$keep" -eq 0 ]; then - # flatpak uninstall --system -y --noninteractive "$app" || true - # fi - # done - ''; -in -{ - # Native NixOS Flatpak support - services.flatpak.enable = true; # enables Flatpak on NixOS :contentReference[oaicite:1]{index=1} - - # Strongly recommended for Flatpak desktop integration - # (Adjust portals to your DE/WM if you want, this is a safe default.) - xdg.portal = { - enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - }; - - # Ensure the config file is present on the system (optional but convenient) - environment.etc."flatpak/flatpak.conf".source = flatpakConfPath; - - # Run sync after boot and after rebuilds, once networking is up - systemd.services.flatpak-sync = { - description = "Install Flatpak apps listed in flatpak.conf"; - wantedBy = [ "multi-user.target" ]; - wants = [ "network-online.target" ]; - after = [ "network-online.target" ]; - - serviceConfig = { - Type = "oneshot"; - ExecStart = syncFlatpaks; - }; - - # Re-run when the config changes (best-effort) - restartTriggers = [ flatpakConfPath ]; - path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ]; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/hyprland.nix b/OLD CONFIGS/system-master_BAK/configuration/hyprland.nix deleted file mode 100755 index 4f02336..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/hyprland.nix +++ /dev/null @@ -1,80 +0,0 @@ -{ pkgs, ... }: -{ - nix.settings = { - # add the hyprland cache so that we dont build hyprland from source - substituters = [ "https://hyprland.cachix.org" ]; - trusted-public-keys = [ - "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" - ]; - }; - - # these extra portals allow for things like screen sharing - xdg = { - portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal-wlr - pkgs.xdg-desktop-portal-gtk - ]; - }; - }; - - environment.systemPackages = with pkgs; [ - hyprland # the actual package - walker # launcher - uwsm # wayland session manager - hyprland-qtutils # needed by hyprland - hyprpolkitagent # polkit agent - grimblast # screenshot - ]; - - # we use uwsm to manage launching hyprland - # uswm will add hyprland to the login sessions with tuigreet. - programs = { - uwsm.enable = true; - uwsm.waylandCompositors = { - hyprland = { - prettyName = "Hyprland"; - comment = "Hyprland compositor managed by UWSM"; - binPath = "/run/current-system/sw/bin/Hyprland"; - }; - }; - - hyprland = { - withUWSM = true; - enable = true; - xwayland.enable = true; - }; - }; - - # this is mainly for the lock screen - # lock.png is provided elsewhere - services.xserver = { - enable = true; - - desktopManager = { - xterm.enable = false; - }; - - - displayManager = { - lightdm.background = ./lock.png; - }; - }; - - # this is a lot of env vars. - # and this requires some cleanup - # but hyprland moves fast and some of these are probably outdated already - environment.sessionVariables = { - XDG_SESSION_TYPE="wayland"; - XDG_CURRENT_DESKTOP="Hyprland"; - XDG_SESSION_DESKTOP="Hyprland"; - NIXOS_OZONE_WL="1"; - XCURSOR_SIZE="24"; - }; - - # allow hyprlock (lockscreen) to lock user session - security.pam.services.hyprlock = { }; - security.polkit.enable = true; - security.pam.services.gdm.enableGnomeKeyring = true; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/locale.nix b/OLD CONFIGS/system-master_BAK/configuration/locale.nix deleted file mode 100755 index 532dd70..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/locale.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ user, ... } : -let - locale = user.locale; - defaultLocale = "nl_NL.UTF-8"; -in -{ - # Set your time zone. - time.timeZone = "Europe/Amsterdam"; - - # Select internationalisation properties. - i18n.defaultLocale = defaultLocale; - - i18n.extraLocaleSettings = { - LC_ADDRESS = locale; - LC_IDENTIFICATION = locale; - LC_MEASUREMENT = locale; - LC_MONETARY = locale; - LC_NAME = locale; - LC_NUMERIC = locale; - LC_PAPER = locale; - LC_TELEPHONE = locale; - LC_TIME = defaultLocale; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/login.nix b/OLD CONFIGS/system-master_BAK/configuration/login.nix deleted file mode 100755 index 01b1672..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/login.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs, user, ... } : -{ - environment.systemPackages = with pkgs; [ - tuigreet - ]; - - services.greetd = { - enable = true; - settings = { - default_session = { - command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'"; - }; - }; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/networking.nix b/OLD CONFIGS/system-master_BAK/configuration/networking.nix deleted file mode 100755 index 0b07072..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/networking.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ pkgs, ... } : { - networking = { - # allow automatic ip assignment when connecting to a network - useDHCP = pkgs.lib.mkDefault true; - networkmanager.enable = true; - firewall.enable = true; - - # let wifi info be NOT declarative, allowing user to configure wifi. - wireless.userControlled.enable = true; - wireless.iwd.enable = true; - networkmanager.wifi.backend = "wpa_supplicant"; - }; - - # tui to manage wifi networks - environment.systemPackages = with pkgs; [ impala ]; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/nix-settings.nix b/OLD CONFIGS/system-master_BAK/configuration/nix-settings.nix deleted file mode 100755 index 7b82abf..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/nix-settings.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ pkgs, user, ... } : -{ - nix.settings = { - # enable flakes - experimental-features = ["nix-command" "flakes"]; - - # add a cache that speed up new applications by downloading binaries - # from the trusted cache instead of compiling from sourcer - substituters = [ - "https://nix-community.cachix.org" - ]; - # trust the cache public key - trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - }; - - # allow proprietary software on this machine. I'm not a purist. - nixpkgs.config.allowUnfree = true; - # unityhub depends on this... for now - nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; - - # this declares how often old configurations are cleared up. - # i cleanup anything older than a week, every week. - nix.gc = { - automatic = true; - options = "--delete-older-than 7d"; - dates = "weekly"; - }; - - programs = { - # command line utility that makes applying changes easy and pretty - nh = { - enable = true; - flake = "/home/${user.username}/system"; - }; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/packages.nix b/OLD CONFIGS/system-master_BAK/configuration/packages.nix deleted file mode 100644 index 78ae6ee..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/packages.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ lib, pkgs, ... }: - -let - # Adjust this path if you place apps.nix elsewhere in the repo. - # Best practice: keep it relative to the flake repo so flakes can read it. - packagesConfPath = ../assets/conf/apps/packages.conf; - - raw = builtins.readFile packagesConfPath; - - # Split into lines, trim whitespace, drop empty lines and comment lines. - lines = - let - all = lib.splitString "\n" raw; - trimmed = map lib.strings.trim all; - in - builtins.filter (l: l != "" && !(lib.hasPrefix "#" l)) trimmed; - - # Resolve a name like: - # "wget" -> pkgs.wget - # "kdePackages.okular" -> pkgs.kdePackages.okular - # "_1password-gui" -> pkgs."_1password-gui" - resolvePkg = name: - let - parts = lib.splitString "." name; - found = lib.attrByPath parts null pkgs; - in - if found == null then - throw '' - apps.nix: Package "${name}" from ${toString packagesConfPath} not found in pkgs. - Only packages available on https://search.nixos.org/packages can be installed. - Fix the name (or attribute path) and rebuild. - '' - else - found; - - packages = map resolvePkg lines; - -in -{ - environment.systemPackages = packages; -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/services.nix b/OLD CONFIGS/system-master_BAK/configuration/services.nix deleted file mode 100755 index 6778e81..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/services.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ user, ...} : -{ - services = { - blueman.enable = true; # bluetooth manager - fwupd.enable = true; # firmware updating service - fstrim.enable = true; # ssd maintenance service - thermald.enable = true; # thermal regulation service - printing.enable = true; # printing services, cups - gnome.gnome-keyring.enable = true; # keyring - flatpak.enable = true; # allow installing things from flatpaks - #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - - # printer discovery - avahi = { - enable = true; - nssmdns4 = true; - openFirewall = true; - }; - }; - - virtualisation.docker.enable = true; # enable docker - users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group -} diff --git a/OLD CONFIGS/system-master_BAK/configuration/sops.nix b/OLD CONFIGS/system-master_BAK/configuration/sops.nix deleted file mode 100755 index 16439df..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/sops.nix +++ /dev/null @@ -1,10 +0,0 @@ -# { user, ...} : -# { -# sops.defaultSopsFile = ../secrets/secrets.yaml; -# sops.defaultSopsFormat = "yaml"; -# sops.age.keyFile = "/home/${user.username}/.config/sops/age/keys.txt"; -# -# sops.secrets.claude_key = { # anthropic claude api key, used in emacs -# owner = "${user.username}"; -# }; -# } diff --git a/OLD CONFIGS/system-master_BAK/configuration/test/hyprland.nix b/OLD CONFIGS/system-master_BAK/configuration/test/hyprland.nix deleted file mode 100644 index 4f02336..0000000 --- a/OLD CONFIGS/system-master_BAK/configuration/test/hyprland.nix +++ /dev/null @@ -1,80 +0,0 @@ -{ pkgs, ... }: -{ - nix.settings = { - # add the hyprland cache so that we dont build hyprland from source - substituters = [ "https://hyprland.cachix.org" ]; - trusted-public-keys = [ - "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" - ]; - }; - - # these extra portals allow for things like screen sharing - xdg = { - portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal-wlr - pkgs.xdg-desktop-portal-gtk - ]; - }; - }; - - environment.systemPackages = with pkgs; [ - hyprland # the actual package - walker # launcher - uwsm # wayland session manager - hyprland-qtutils # needed by hyprland - hyprpolkitagent # polkit agent - grimblast # screenshot - ]; - - # we use uwsm to manage launching hyprland - # uswm will add hyprland to the login sessions with tuigreet. - programs = { - uwsm.enable = true; - uwsm.waylandCompositors = { - hyprland = { - prettyName = "Hyprland"; - comment = "Hyprland compositor managed by UWSM"; - binPath = "/run/current-system/sw/bin/Hyprland"; - }; - }; - - hyprland = { - withUWSM = true; - enable = true; - xwayland.enable = true; - }; - }; - - # this is mainly for the lock screen - # lock.png is provided elsewhere - services.xserver = { - enable = true; - - desktopManager = { - xterm.enable = false; - }; - - - displayManager = { - lightdm.background = ./lock.png; - }; - }; - - # this is a lot of env vars. - # and this requires some cleanup - # but hyprland moves fast and some of these are probably outdated already - environment.sessionVariables = { - XDG_SESSION_TYPE="wayland"; - XDG_CURRENT_DESKTOP="Hyprland"; - XDG_SESSION_DESKTOP="Hyprland"; - NIXOS_OZONE_WL="1"; - XCURSOR_SIZE="24"; - }; - - # allow hyprlock (lockscreen) to lock user session - security.pam.services.hyprlock = { }; - security.polkit.enable = true; - security.pam.services.gdm.enableGnomeKeyring = true; -} diff --git a/OLD CONFIGS/system-master_BAK/flake.lock b/OLD CONFIGS/system-master_BAK/flake.lock deleted file mode 100755 index df27d35..0000000 --- a/OLD CONFIGS/system-master_BAK/flake.lock +++ /dev/null @@ -1,107 +0,0 @@ -{ - "nodes": { - "catppuccin": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1758956381, - "narHash": "sha256-ROUw5E8CibG3jEy6oHjrkF6/P60eiaUJmc2s2ecC/LM=", - "owner": "catppuccin", - "repo": "nix", - "rev": "02dee881c3e644e2b561f407742f1fd927c40b83", - "type": "github" - }, - "original": { - "owner": "catppuccin", - "repo": "nix", - "type": "github" - } - }, - "emacs-overlay": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "nixpkgs-stable": "nixpkgs-stable" - }, - "locked": { - "lastModified": 1759079154, - "narHash": "sha256-ViNoTyurHYed96NA9sWCxKegtF4JPFXLcD2A4EOp444=", - "owner": "nix-community", - "repo": "emacs-overlay", - "rev": "ae2a59490e94c38d917d1e1bc479bdab6c9c8f1c", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "emacs-overlay", - "type": "github" - } - }, - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1759043321, - "narHash": "sha256-Efi3THvsIS6Qd97s52/PSSHWybDlSbtUZXP8l3AR9Ps=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "c75fd8e300b79502b8eecdacd8a426b12fadb460", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1758690382, - "narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "e643668fd71b949c53f8626614b21ff71a07379d", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1758791193, - "narHash": "sha256-F8WmEwFoHsnix7rt290R0rFXNJiMbClMZyIC/e+HYf0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "25e53aa156d47bad5082ff7618f5feb1f5e02d01", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-25.05", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "catppuccin": "catppuccin", - "emacs-overlay": "emacs-overlay", - "home-manager": "home-manager", - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/OLD CONFIGS/system-master_BAK/flake.nix b/OLD CONFIGS/system-master_BAK/flake.nix deleted file mode 100755 index 7bfd1e5..0000000 --- a/OLD CONFIGS/system-master_BAK/flake.nix +++ /dev/null @@ -1,89 +0,0 @@ -{ - description = "Henrov's nixos configuration"; - - inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - emacs-overlay = { - url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - -# sops-nix = { -# url = "github:Mic92/sops-nix"; -# inputs.nixpkgs.follows = "nixpkgs"; -# }; -# - catppuccin = { - url = "github:catppuccin/nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - outputs = { - nixpkgs, - home-manager, - emacs-overlay, - # sops-nix, - catppuccin, - ... - }: - let - user = import ./user.nix; - lib = nixpkgs.lib; - machines = [ - "traveldroid" - ]; - pkgs = import nixpkgs { - inherit (user) system; - }; - in - { - nixosConfigurations = builtins.listToAttrs ( - builtins.map (machine: { - name = machine; - value = lib.nixosSystem { - modules = [ - ({ ... }: { - nixpkgs.overlays = [ emacs-overlay.overlays.default ]; - }) - ./machines/${machine}/configuration.nix - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - home-manager.extraSpecialArgs = { - inherit user; - }; - home-manager.backupFileExtension = "backup"; - home-manager.users.${user.username} = { - imports = [ - ./machines/${machine}/home.nix - catppuccin.homeModules.catppuccin - ]; - }; - } - #sops-nix.nixosModules.sops # sops - catppuccin.nixosModules.catppuccin # theme - ]; - specialArgs = { - hostname = machine; - inherit user; - }; - }; - }) machines - ); - devShells.${user.system}.default = pkgs.mkShell { - buildInputs = with pkgs; [ - nil # nix lsp server - nixfmt-rfc-style # nix formatter - #sops # used to edit secrets - ]; - }; - }; - } diff --git a/OLD CONFIGS/system-master_BAK/hardware/hardware.nix b/OLD CONFIGS/system-master_BAK/hardware/hardware.nix deleted file mode 100755 index 0b96643..0000000 --- a/OLD CONFIGS/system-master_BAK/hardware/hardware.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ pkgs, lib, user, config, ...} : -{ - nixpkgs.hostPlatform = lib.mkDefault user.system; # x86_64-linux - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu - - # update cpu microcode with firmware that allows redistribution - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - - hardware = { - # always enable bluetooth - bluetooth.enable = true; - - # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation) - graphics = { - enable = true; - extraPackages = with pkgs; [ - vulkan-validation-layers # helps catch and debug vulkan crashes - ]; - }; - }; - - hardware.enableAllFirmware = true; # enable all firmware regardless of license -} diff --git a/OLD CONFIGS/system-master_BAK/home/default.nix b/OLD CONFIGS/system-master_BAK/home/default.nix deleted file mode 100755 index e9b7c33..0000000 --- a/OLD CONFIGS/system-master_BAK/home/default.nix +++ /dev/null @@ -1,46 +0,0 @@ -{ pkgs, user, ... } : -{ - imports = [ - ./waybar.nix - ./wallpaper.nix - ./lock.nix - ./unity.nix - ./hyprland.nix - ./walker.nix - ./theme.nix - ./terminal.nix - ./dev.nix - ./emacs - ]; - - home.username = "${user.username}"; - home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}"; - home.stateVersion = user.stateVersion; - - home.packages = with pkgs; [ - audacity # audio recording - handbrake # video transcoding - xdg-utils # utils, for screensharing - vlc # media player - pavucontrol # audio control - # everdo # gtd tool - spotify # music player - simple-scan # scanner software - # gimp2 # image editor - mpv # media player - kdePackages.kate # best texteditor - libreoffice # office suite - obsidian # knowegde base - vivaldi # browser - brave # browser - kdePackages.kdeconnect-kde # KDE Connect - pamixer # volumemixer - - ]; - - services.dunst.enable = true; # notifications daemon - - programs.obs-studio.enable = true; # screen recording tool - - programs.home-manager.enable = true; -} diff --git a/OLD CONFIGS/system-master_BAK/home/dev.nix b/OLD CONFIGS/system-master_BAK/home/dev.nix deleted file mode 100755 index 606c672..0000000 --- a/OLD CONFIGS/system-master_BAK/home/dev.nix +++ /dev/null @@ -1,71 +0,0 @@ -{ user, pkgs, ... }: -{ - programs = { - vscode.enable = true; # yes, sometimes i like to dabble - vim.enable = true; # and this one too - ripgrep.enable = true; # fast text search across projects - btop.enable = true; # even better task manager - - # nicer terminal info - starship = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # fuzzy finder - fzf = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # better cd - zoxide = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # better ls - eza = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - # this is mainly for integration with nix flakes in individual projects - direnv = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - nix-direnv.enable = true; - }; - - # zsh everywhere with oh-my-zsh - zsh = { - enable = true; - oh-my-zsh = { - enable = true; - plugins = [ "git" ]; - theme = "robbyrussell"; - }; - - shellAliases = { - cd = "z"; # zoxide - }; - - # for emacs-eat package - initContent = pkgs.lib.mkOrder 1200 '' - [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ - source "$EAT_SHELL_INTEGRATION_DIR/zsh" - ''; - }; - - # git with lfs - git = { - lfs.enable = true; - enable = true; - }; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/home/emacs/default.nix b/OLD CONFIGS/system-master_BAK/home/emacs/default.nix deleted file mode 100755 index f5d7d45..0000000 --- a/OLD CONFIGS/system-master_BAK/home/emacs/default.nix +++ /dev/null @@ -1,72 +0,0 @@ -{ pkgs, ... }: -{ - programs.emacs = { - enable = true; - # install with tree sitter enabled - package = (pkgs.emacs-pgtk.override { withTreeSitter = true; }); - extraPackages = epkgs: [ - # also install all tree sitter grammars - epkgs.manualPackages.treesit-grammars.with-all-grammars - epkgs.nerd-icons # nerd fonts support - epkgs.doom-modeline # model line - epkgs.diminish # hides modes from modeline - epkgs.eldoc # doc support - epkgs.pulsar # pulses the cursor when jumping about - epkgs.which-key # help porcelain - epkgs.expreg # expand region - epkgs.vundo # undo tree - epkgs.puni # structured editing - epkgs.avy # jumping utility - epkgs.consult # emacs right click - epkgs.vertico # minibuffer completion - epkgs.marginalia # annotations for completions - epkgs.crux # utilities - epkgs.magit # git porcelain - epkgs.nerd-icons-corfu # nerd icons for completion - epkgs.corfu # completion - epkgs.cape # completion extensions - epkgs.orderless # search paradigm - epkgs.yasnippet # snippets support - epkgs.yasnippet-snippets # commonly used snippets - epkgs.rg # ripgrep - epkgs.exec-path-from-shell # load env and path - epkgs.eat # better shell - epkgs.rust-mode # rust mode (when rust-ts doesn't cut it) - epkgs.rustic # more rust things - epkgs.nix-mode # nix lang - epkgs.hcl-mode # hashicorp file mode - epkgs.shell-pop # quick shell popup - epkgs.envrc # support for loading .envrc - epkgs.nixpkgs-fmt # format nix files - epkgs.f # string + file utilities - epkgs.gptel # llm chat (mainly claude) - - epkgs.catppuccin-theme # catppuccin theme - epkgs.eldoc-box # docs in a box - epkgs.sideline # mainly for flymake errors on the side - epkgs.sideline-flymake # mainly for flymake errors on the side - epkgs.sideline-eglot # mainly for flymake errors on the side - ]; - }; - - home.sessionVariables = { - EDITOR = "emacs"; - XDG_SCREENSHOTS_DIR = "~/screenshots"; - }; - - home.file = { - emacs-init = { - source = ./early-init.el; - target = ".emacs.d/early-init.el"; - }; - - emacs = { - source = ./init.el; - target = ".emacs.d/init.el"; - }; - }; - - services.nextcloud-client = { - enable = true; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/home/emacs/early-init.el b/OLD CONFIGS/system-master_BAK/home/emacs/early-init.el deleted file mode 100755 index d3f5c82..0000000 --- a/OLD CONFIGS/system-master_BAK/home/emacs/early-init.el +++ /dev/null @@ -1,118 +0,0 @@ -;;; package --- early init -*- lexical-binding: t -*- - -;;; Commentary: -;;; Prevents white flash and better Emacs defaults - -;;; Code: -(set-language-environment "UTF-8") - -(setq-default - default-frame-alist - '((background-color . "#1e1e2e") - (bottom-divider-width . 1) ; Thin horizontal window divider - (foreground-color . "#bac2de") ; Default foreground color - (fullscreen . maximized) ; Maximize the window by default - (horizontal-scroll-bars . nil) ; No horizontal scroll-bars - (left-fringe . 8) ; Thin left fringe - (menu-bar-lines . 0) ; No menu bar - (right-divider-width . 1) ; Thin vertical window divider - (right-fringe . 8) ; Thin right fringe - (tool-bar-lines . 0) ; No tool bar - (undecorated . t) ; Remove extraneous X decorations - (vertical-scroll-bars . nil)) ; No vertical scroll-bars - - user-full-name "Henrov henrov" ; ME! - - ;; memory configuration - ;; Higher garbage collection threshold, prevents frequent gc locks, reset later - gc-cons-threshold most-positive-fixnum - ;; Ignore warnings for (obsolete) elisp compilations - byte-compile-warnings '(not obsolete) - ;; And other log types completely - warning-suppress-log-types '((comp) (bytecomp)) - ;; Large files are okay in the new millenium. - large-file-warning-threshold 100000000 - ;; dont show garbage collection messages at startup, will reset later - garbage-collection-messages nil - ;; native compilation - package-native-compile t - native-comp-warning-on-missing-source nil - native-comp-async-report-warnings-errors 'silent - - - ;; Read more based on system pipe capacity - read-process-output-max (max (* 10240 10240) read-process-output-max) - - ;; scroll configuration - scroll-margin 0 ; Lets scroll to the end of the margin - scroll-conservatively 100000 ; Never recenter the window - scroll-preserve-screen-position 1 ; Scrolling back and forth - - ;; frame config - ;; Improve emacs startup time by not resizing to adjust for custom settings - frame-inhibit-implied-resize t - ;; Dont resize based on character height / width but to exact pixels - frame-resize-pixelwise t - - ;; backups & files - backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter - backup-by-copying t ; Don't clobber symlinks - create-lockfiles nil ; Don't have temp files - delete-old-versions t ; Cleanup automatically - kept-new-versions 6 ; Update every few times - kept-old-versions 2 ; And cleanup even more - version-control t ; Version them backups - delete-by-moving-to-trash t ; Dont delete, send to trash instead - - ;; startup - inhibit-startup-screen t ; I have already done the tutorial. Twice - inhibit-startup-message t ; I know I am ready - inhibit-startup-echo-area-message t ; Yep, still know it - initial-scratch-message nil ; I know it is the scratch buffer! - initial-buffer-choice nil - inhibit-startup-buffer-menu t - inhibit-x-resources t - initial-major-mode 'fundamental-mode - - pgtk-wait-for-event-timeout 0.001 ; faster child frames - - ad-redefinition-action 'accept ; dont care about legacy things being redefined - inhibit-compacting-font-caches t - - ;; tabs - tab-width 4 ; Always tab 4 spaces. - indent-tabs-mode nil ; Never use actual tabs. - - ;; rendering - cursor-in-non-selected-windows nil ; dont render cursors other windows - - ;; packages - use-package-always-defer t - - load-prefer-newer t - - default-input-method nil - - use-dialog-box nil - - use-file-dialog nil - - use-package-expand-minimally t - - package-enable-at-startup nil - - use-package-enable-imenu-support t - - auto-mode-case-fold nil ; No second pass of case-insensitive search over auto-mode-alist. - - package-archives '(("melpa" . "https://melpa.org/packages/") - ("gnu" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/") - ("melpa-stable" . "https://stable.melpa.org/packages/")) - - package-archive-priorities '(("gnu" . 99) - ("nongnu" . 80) - ("melpa" . 70) - ("melpa-stable" . 50)) - ) - ;;; early-init.el ends here diff --git a/OLD CONFIGS/system-master_BAK/home/emacs/init.el b/OLD CONFIGS/system-master_BAK/home/emacs/init.el deleted file mode 100755 index 802e27a..0000000 --- a/OLD CONFIGS/system-master_BAK/home/emacs/init.el +++ /dev/null @@ -1,400 +0,0 @@ -;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*- - - ;;; Commentary: - ;;; Simple Emacs setup I carry everywhere - - ;;; Code: -(setq custom-file (locate-user-emacs-file "custom.el")) -(load custom-file 'noerror) ;; no error on missing custom file - -(require 'package) -(package-initialize) - -(defun reset-custom-vars () - "Resets the custom variables that were set to crazy numbers" - (setopt gc-cons-threshold (* 1024 1024 100)) - (setopt garbage-collection-messages t)) - -(use-package emacs - :custom - (native-comp-async-query-on-exit t) - (read-answer-short t) - (use-short-answers t) - (enable-recursive-minibuffers t) - (which-func-update-delay 1.0) - (visible-bell nil) - (custom-buffer-done-kill t) - (whitespace-line-column nil) - (x-underline-at-descent-line t) - (imenu-auto-rescan t) - (uniquify-buffer-name-style 'forward) - (confirm-nonexistent-file-or-buffer nil) - (create-lockfiles nil) - (make-backup-files nil) - (kill-do-not-save-duplicates t) - (sentence-end-double-space nil) - (treesit-enabled-modes t) - :init - ;; base visual - (menu-bar-mode -1) ;; no menu bar - (toggle-scroll-bar -1) ;; no scroll bar - (tool-bar-mode -1) ;; no tool bar either - (blink-cursor-mode -1) ;; stop blinking - - ;; font of the century - (set-frame-font "Aporetic Sans Mono 12" nil t) - - :bind - (("C-" . pixel-scroll-precision) ; dont zoom in please, just scroll - ("C-" . pixel-scroll-precision) ; dont zoom in either, just scroll - ("C-x k" . kill-current-buffer)) ; kill the buffer, dont ask - :hook - (text-mode . delete-trailing-whitespace-mode) - (prog-mode . delete-trailing-whitespace-mode) - (after-init . global-display-line-numbers-mode) ;; always show line numbers - (after-init . column-number-mode) ;; column number in the mode line - (after-init . size-indication-mode) ;; file size in the mode line - (after-init . pixel-scroll-precision-mode) ;; smooth mouse scroll - (after-init . electric-pair-mode) ;; i mean ... parens should auto create - (after-init . reset-custom-vars) - ) - -(use-package autorevert - :ensure nil - :custom - (auto-revert-interval 3) - (auto-revert-remote-files nil) - (auto-revert-use-notify t) - (auto-revert-avoid-polling nil) - (auto-revert-verbose t) - :hook - (after-init . global-auto-revert-mode)) - -(use-package recentf - :ensure nil - :commands (recentf-mode recentf-cleanup) - :hook - (after-init . recentf-mode) - :custom - (recentf-auto-cleanup 'never) - (recentf-exclude - (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$" - "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$" - "\\.7z$" "\\.rar$" - "COMMIT_EDITMSG\\'" - "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$" - "-autoloads\\.el$" "autoload\\.el$")) - - :config - ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before - ;; `recentf-save-list', allowing stale entries to be removed before the list - ;; is saved by `recentf-save-list', which is automatically added to - ;; `kill-emacs-hook' by `recentf-mode'. - (add-hook 'kill-emacs-hook #'recentf-cleanup -90)) - -(use-package savehist - :ensure nil - :commands (savehist-mode savehist-save) - :hook - (after-init . savehist-mode) - :custom - (savehist-autosave-interval 600) - (savehist-additional-variables - '(kill-ring ; clipboard - register-alist ; macros - mark-ring global-mark-ring ; marks - search-ring regexp-search-ring))) - -(use-package hl-line - :ensure nil - :custom - (hl-line-sticky-flag nil) - (global-hl-line-sticky-flag nil) - :hook - (after-init . global-hl-line-mode)) - -(use-package saveplace - :ensure nil - :commands (save-place-mode save-place-local-mode) - :hook - (after-init . save-place-mode) - :custom - (save-place-limit 400)) - -(use-package nerd-icons - :custom - ;; disable bright icon colors - (nerd-icons-color-icons nil)) - -(use-package doom-modeline - :custom - (inhibit-compacting-font-caches t) ;; speed - (doom-modeline-buffer-file-name-style 'relative-from-project) - (doom-modeline-major-mode-icon nil) ;; distracting icons, no thank you - (doom-modeline-buffer-encoding nil) ;; everything is utf-8 anyway - (doom-modeline-buffer-state-icon nil) ;; the filename already shows me - (doom-modeline-lsp nil) ;; lsp state is too distracting, too often - :hook (after-init . doom-modeline-mode)) - -(load-theme 'catppuccin :no-confirm) - -(use-package diminish :demand t) ;; declutter the modeline -(use-package eldoc - :diminish eldoc-mode - :custom - (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything - -(use-package eldoc-box - :defer t - :config - (set-face-background 'eldoc-box-border (catppuccin-color 'green)) - (set-face-background 'eldoc-box-body (catppuccin-color 'base)) - :bind - (("M-h" . eldoc-box-help-at-point))) - -(use-package pulsar - :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry - :init - (defface pulsar-catppuccin - `((default :extend t) - (((class color) (min-colors 88) (background light)) - :background ,(catppuccin-color 'sapphire)) - (((class color) (min-colors 88) (background dark)) - :background ,(catppuccin-color 'sapphire)) - (t :inverse-video t)) - "Alternative nord face for `pulsar-face'." - :group 'pulsar-faces) - :custom - (pulsar-face 'pulsar-catppuccin) - :hook - (after-init . pulsar-global-mode)) - -(use-package which-key - :commands which-key-mode - :diminish which-key-mode - :hook - (after-init . which-key-mode)) - -(use-package expreg - :bind ("M-m" . expreg-expand)) - -(use-package vundo) ;; undo tree - -;; better structured editing -(use-package puni - :commands puni-global-mode - :hook - (after-init . puni-global-mode)) - -(use-package avy - :bind - ("M-i" . avy-goto-char-2) - :custom - (avy-background t)) - -(use-package consult - :bind - ("C-x b" . consult-buffer) ;; orig. switch-to-buffer - ("M-y" . consult-yank-pop) ;; orig. yank-pop - ("M-g M-g" . consult-goto-line) ;; orig. goto-line - ("M-g i" . consult-imenu) ;; consult version is interactive - ("M-g r" . consult-ripgrep) ;; find in project also works - :custom - (consult-narrow-key "<")) - -(use-package vertico - :commands vertico-mode - :custom - (read-file-name-completion-ignore-case t) - (read-buffer-completion-ignore-case t) - (completion-ignore-case t) - (enable-recursive-minibuffers t) - (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) - :init - (vertico-mode) - :hook - (minibuffer-setup-hook . cursor-intangible-mode)) - -(use-package marginalia - :commands marginalia-mode - :hook (after-init . marginalia-mode)) - -(use-package crux - :bind - ("C-c M-e" . crux-find-user-init-file) - ("C-c C-w" . crux-transpose-windows) - ("C-c M-d" . crux-find-current-directory-dir-locals-file) - ("C-a" . crux-move-beginning-of-line)) - -(use-package magit - :bind (("C-M-g" . magit-status))) - -(use-package nerd-icons-corfu - :commands nerd-icons-corfu-formatter - :defines corfu-margin-formatters) - -(use-package corfu - :commands global-corfu-mode - :custom - (corfu-cycle t) - (corfu-auto t) - (corfu-auto-delay 1) - (corfu-auto-prefix 3) - (corfu-separator ?_) - :hook - (after-init . global-corfu-mode) - :config - (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) - -(use-package cape) - -(use-package orderless - :custom - (completion-styles '(orderless partial-completion basic)) - (completion-category-defaults nil) - (completion-category-overrides nil)) - -(use-package yasnippet - :commands yas-global-mode - :diminish yas-minor-mode - :hook - (after-init . yas-global-mode)) - -(use-package yasnippet-snippets :after yasnippet) - -(use-package exec-path-from-shell - :commands exec-path-from-shell-initialize - :custom - (exec-path-from-shell-arguments nil) - :hook - (after-init . exec-path-from-shell-initialize)) - -(use-package nixpkgs-fmt - :custom - (nixpkgs-fmt-command "nixfmt")) - -(use-package eat - :bind - (("C-c e p" . eat-project) - ("C-c e t" . eat))) - -(use-package f :demand t) - -(use-package envrc - :commands envrc-global-mode - :hook - (after-init . envrc-global-mode)) - -(use-package gptel - :commands gptel-make-anthropic f-read-text - :config - (gptel-make-anthropic "Claude" - :stream t :key (f-read-text "/run/secrets/claude_key"))) - -(use-package sideline-flymake) -(use-package sideline-eglot) -(use-package sideline - :custom - (sideline-backends-right '(sideline-flymake sideline-eglot)) - :hook - (eglot-managed-mode . sideline-mode) - (flymake-mode . sideline-mode)) - -(use-package eglot - :custom - (eglot-extend-to-xref t) - (eglot-ignored-server-capabilities '(:inlayHintProvider)) - (jsonrpc-event-hook nil) - :hook - (eglot-managed-mode . eldoc-box-hover-mode) - (before-save . eldoc-format-buffer) - :bind - (:map eglot-mode-map - ("C-c l a" . eglot-code-actions) - ("C-c l r" . eglot-rename) - ("C-c l h" . eldoc) - ("C-c l g" . xref-find-references) - ("C-c l w" . eglot-reconnect))) - -(use-package proced - :custom - (proced-auto-update-flag t) - (proced-auto-update-interval 3) - (proced-enable-color-flag t) - (proced-show-remote-processes t)) - -(use-package org - :ensure t - :defer t - :commands (org-mode org-capture org-agenda) - :init - (defvar org-journal-file "~/nextcloud/org/journal.org") - (defvar org-archive-file "~/nextcloud/org/archive.org") - (defvar org-notes-file "~/nextcloud/org/notes.org") - (defvar org-inbox-file "~/nextcloud/org/inbox.org") - (defvar org-work-file "~/nextcloud/org/work.org") - (defun my/org-capture-project-target-heading () - "Determine Org target headings from the current file's project path. - - This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'. - It extracts 'COMPANY' and 'PROJECT' to use as nested headlines - for an Org capture template. - - If the current buffer is not visi -ting a file within such a - project structure, it returns nil, causing capture to default to - the top of the file." - (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer - (let ((path-parts (split-string path "/" t " "))) - (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=)) - (company (nth (+ 1 projects-pos) path-parts)) - (project (nth (+ 2 projects-pos) path-parts))) - ;; Return a list of headlines for Org to find or create. - (list company project))))) - :bind - (("C-c c" . org-capture) - ("C-c i" . org-store-link) - ("C-c a" . org-agenda) - :map org-mode-map - ("C-c t" . org-toggle-inline-images) - ("C-c l" . org-toggle-link-display)) - :custom - (org-agenda-files (list org-inbox-file org-journal-file)) - (org-directory "~/nextcloud/org") - (org-default-notes-file org-inbox-file) - (org-archive-location (concat org-archive-file "::* From %s")) - (org-log-done 'time) - (org-log-into-drawer t) - (org-hide-emphasis-markers t) - (org-src-fontify-natively t) - (org-src-tab-acts-natively t) - (org-capture-templates '(("t" "Todo" entry (file org-inbox-file) - "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)") - ("j" "Journal" entry (file+olp+datetree org-journal-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("n" "Note" entry (file org-notes-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("p" "Project Task" item - (file+function org-work-file my/org-capture-project-target-heading) - "* TODO %? \n CLOCK: %U" - )) - ) - :config - ;; Enable syntax highlighting in code blocks - (add-hook 'org-mode-hook 'turn-on-font-lock) - (add-hook 'org-mode-hook 'org-indent-mode)) - -;; extras -(use-package comp-run - :ensure nil - :config - (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list) - (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list)) - -(use-package rustic - :custom - (rustic-lsp-client 'eglot)) - -(provide 'init) - - ;;; init.el ends here diff --git a/OLD CONFIGS/system-master_BAK/home/hyprland.nix b/OLD CONFIGS/system-master_BAK/home/hyprland.nix deleted file mode 100755 index ebabf69..0000000 --- a/OLD CONFIGS/system-master_BAK/home/hyprland.nix +++ /dev/null @@ -1,215 +0,0 @@ -{ - # required for the default Hyprland config - programs.kitty.enable = true; - - services.hyprpolkitagent.enable = true; - - # enable Hyprland - wayland.windowManager.hyprland.enable = true; - - # we start hyprland using uwsm - wayland.windowManager.hyprland.systemd.enable = false; - - # hyprland.conf - wayland.windowManager.hyprland.settings = { - exec-once = [ - # read in env vars - "dbus-update-activation-environment --systemd --all" - # start waybar - "uwsm app -- waybar" - ]; - - input = { - follow_mouse = "1"; - - touchpad = { - natural_scroll = "no"; - scroll_factor = 0.5; - }; - - scroll_factor = 0.5; - - accel_profile = "adaptive"; - sensitivity = -0.5; # -1.0 - 1.0, 0 means no modification. - - kb_layout = "us"; - - # very emacs specific, i use caps as an extra ctrl key - kb_options = "ctrl:nocaps"; - }; - - cursor = { - no_hardware_cursors = "true"; - }; - - general = { - gaps_in = 2; - gaps_out = 4; - border_size = 2; - "col.active_border" = "$blue $green 45deg"; - "col.inactive_border" = "$base"; - - layout = "dwindle"; - }; - - decoration = { - rounding = 5; - }; - - animations = { - enabled = "yes"; - bezier = "myBezier, 0.05, 0.9, 0.1, 1.05"; - - animation = [ - "windows, 1, 7, myBezier" - "windowsOut, 1, 7, default, popin 80%" - "border, 1, 10, default" - "borderangle, 1, 8, default" - "fade, 1, 7, default" - "workspaces, 1, 6, default" - ]; - }; - - dwindle = { - pseudotile = "yes"; - preserve_split = "yes"; - }; - - misc = { - disable_hyprland_logo = true; - focus_on_activate = true; - }; - - "$mainMod" = "SUPER"; - - bind = [ - "$mainMod, Return, exec, uwsm app -- kitty" - # use walker to show exec menu - "$mainMod, Space, exec, walker" - "$mainMod, P, pseudo" - "$mainMod, J, togglesplit" - - # grimblast - "$mainMod_SHIFT, p, exec, grimblast -n -f copysave active" - "$mainMod_SHIFT, a, exec, grimblast -n -f copysave area" - "$mainMod_ALT, p, exec, grimblast -n -f copysave output" - "$mainMod_CTRL, p, exec, grimblast -n -f copysave screen" - - # Terminal / launcher / kill / reload - "$mainMod, RETURN, exec, kitty" - "$mainMod, D, exec, wofi --show drun" - "$mainMod, Q, killactive" - "$mainMod_SHIFT, Q, exit" - "$mainMod_SHIFT, R, exec, hyprctl reload" - "$mainMod_SHIFT, S, exec, wlogout" - - # Default browser - "$mainMod, W, exec, xdg-open https://about:blank" - - # Focus movement - "$mainMod, H, movefocus, l" - "$mainMod, L, movefocus, r" - "$mainMod, K, movefocus, u" - "$mainMod, J, movefocus, d" - "$mainMod, left, movefocus, l" - "$mainMod, right, movefocus, r" - "$mainMod, up, movefocus, u" - "$mainMod, down, movefocus, d" - # Keybindings # - - # Move windows - "$mainMod_SHIFT, H, movewindow, l" - "$mainMod_SHIFT, L, movewindow, r" - "$mainMod_SHIFT, K, movewindow, u" - "$mainMod_SHIFT, J, movewindow, d" - "$mainMod_SHIFT, left, movewindow, l" - "$mainMod_SHIFT, right, movewindow, r" - "$mainMod_SHIFT, up, movewindow, u" - "$mainMod_SHIFT, down, movewindow, d" - - # Resize windows - "$mainMod CTRL, H, resizeactive, -30 0" - "$mainMod CTRL, L, resizeactive, 30 0" - "$mainMod CTRL, K, resizeactive, 0 -30" - "$mainMod CTRL, J, resizeactive, 0 30" - - # Floating / fullscreen - "$mainMod, V, togglefloating" - "$mainMod, F, fullscreen, 0" - "$mainMod_SHIFT, F, fullscreen, 1" - - # Workspaces - "$mainMod, 1, workspace, 1" - "$mainMod, 2, workspace, 2" - "$mainMod, 3, workspace, 3" - "$mainMod, 4, workspace, 4" - "$mainMod, 5, workspace, 5" - "$mainMod, 6, workspace, 6" - "$mainMod, 7, workspace, 7" - "$mainMod, 8, workspace, 8" - "$mainMod, 9, workspace, 9" - "$mainMod, 0, workspace, 10" - - "$mainMod_SHIFT, 1, movetoworkspace, 1" - "$mainMod_SHIFT, 2, movetoworkspace, 2" - "$mainMod_SHIFT, 3, movetoworkspace, 3" - "$mainMod_SHIFT, 4, movetoworkspace, 4" - "$mainMod_SHIFT, 5, movetoworkspace, 5" - "$mainMod_SHIFT, 6, movetoworkspace, 6" - "$mainMod_SHIFT, 7, movetoworkspace, 7" - "$mainMod_SHIFT, 8, movetoworkspace, 8" - "$mainMod_SHIFT, 9, movetoworkspace, 9" - "$mainMod_SHIFT, 0, movetoworkspace, 10" - - # Cycle workspaces - "$mainMod, mouse_down, workspace, e+1" - "$mainMod, mouse_up, workspace, e-1" - - # Mouse drag - "$mainMod, mouse:272, movewindow" - "$mainMod, mouse:273, resizewindow" - - ######################### - # Audio (pamixer) - ######################### - "XF86AudioRaiseVolume, exec, pamixer -i 5" - "XF86AudioLowerVolume, exec, pamixer -d 5" - "XF86AudioMute, exec, pamixer -t" - "XF86AudioMicMute, exec, pamixer --default-source -t" - - ######################### - # Media (playerctl) - ######################### - "XF86AudioPlay, exec, playerctl play-pause" - "XF86AudioPause, exec, playerctl pause" - "XF86AudioNext, exec, playerctl next" - "XF86AudioPrev, exec, playerctl previous" - "XF86AudioStop, exec, playerctl stop" - - ######################### - # Brightness (brightnessctl) - ######################### - "XF86MonBrightnessUp, exec, brightnessctl set +10%" - "XF86MonBrightnessDown, exec, brightnessctl set 10%-" - "XF86KbdBrightnessUp, exec, brightnessctl -d '*kbd_backlight*' set +10%" - "XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%-" - - ######################### - # Power / session - ######################### - "XF86Sleep, exec, systemctl suspend" - "XF86PowerOff, exec, systemctl poweroff" - "XF86WakeUp, exec, systemctl suspend" - - - ######################### - # Start apps - ######################### - "CTRLALT, B, exec, flatpak run eu.betterbird.Betterbird" - "CTRLALT, S, exec, spotify" - "CTRLALT, z, exec, flatpak run app.zen_browser.zen" - - "$mainMod_SHIFT, S, exec, wlogout" - ]; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/home/lock.nix b/OLD CONFIGS/system-master_BAK/home/lock.nix deleted file mode 100755 index d2d16fb..0000000 --- a/OLD CONFIGS/system-master_BAK/home/lock.nix +++ /dev/null @@ -1,155 +0,0 @@ -{ pkgs, ... } : -{ - home.packages = with pkgs; [ - hyprlock - hypridle - wlogout - ]; - - - home.file = { - lock = { - source = ../assets/lock.png; - target = ".lock.png"; - }; - }; - - services = { - # hypridle to - # 150 seconds - turn of monitor - # 300 seconds - lock screen - # 330 seconds - turn of monitor - # 30 minutes - put to sleep - hypridle = { - enable = true; - settings = { - general = { - lock_cmd = "pidof hyprlock || hyprlock"; # avoid starting multiple hyprlock instances. - before_sleep_cmd = "loginctl lock-session"; # lock before suspend. - after_sleep_cmd = "hyprctl dispatch dpms on"; # to avoid having to press a key twice to turn on the display. - }; - - listener = [ - { - timeout = 150; # 2.5min. - on-timeout = "brightnessctl -s set 10"; # set monitor backlight to minimum, avoid 0 on OLED monitor. - on-resume = "brightnessctl -r"; # monitor backlight restore. - } - { - timeout = 300; # 5min - on-timeout = "loginctl lock-session"; # lock screen when timeout has passed - } - { - timeout = 330; # 5.5min - on-timeout = "hyprctl dispatch dpms off"; # screen off when timeout has passed - on-resume = "hyprctl dispatch dpms on && brightnessctl -r"; # screen on when activity is detected after timeout has fired. - } - { - timeout = 1800; # 30min - on-timeout = "systemctl suspend"; # suspend pc - } - ]; - - }; - }; - }; - - - - programs.wlogout = { - enable = true; - layout = [ - { - "label" = "lock"; - "action" = "hyprlock"; - "text" = "Lock"; - "keybind" = "l"; - } - { - "label" = "shutdown"; - "action" = "systemctl poweroff"; - "text" = "Shutdown"; - "keybind" = "s"; - } - { - "label" = "suspend"; - "action" = "systemctl suspend"; - "text" = "Suspend"; - "keybind" = "u"; - } - { - "label" = "reboot"; - "action" = "systemctl reboot"; - "text" = "Reboot"; - "keybind" = "r"; - } - { - "label" = "hibernate"; - "action" = "systemctl hibernate"; - "text" = "Hibernate"; - "keybind" = "h"; - } - { - "label" = "reboot"; - "action" = "systemctl reboot"; - "text" = "Reboot"; - "keybind" = "r"; - } - ]; - }; - - catppuccin.wlogout.iconStyle = "wleave"; - - programs.hyprlock = { - enable = true; - settings = { - auth = { - fingerprint = { - enabled = true; - }; - }; - - background = { - path = "~/.lock.png"; - color = "$base"; - }; - - label = { - monitor = ""; - text = "$TIME"; - color = "$text"; - font_size = 90; - position = "0, 0"; - halign = "center"; - valign = "top"; - }; - - input-field = { - monitor = ""; - size = "300, 60"; - outline_thickness = 4; - dots_size = 0.2; - dots_spacing = 0.2; - dots_center = true; - outer_color = "$accent"; - inner_color = "$surface0"; - font_color = "$text"; - fade_on_empty = true; - placeholder_text = ''󰌾 Logged in as $USER''; - hide_input = false; - check_color = "$accent"; - fail_color = "$red"; - fail_text = ''$FAIL ($ATTEMPTS)''; - capslock_color = "$yellow"; - position = "0, -47"; - halign = "center"; - valign = "center"; - }; - }; - }; - - catppuccin.hyprlock.enable = true; - catppuccin.hyprlock.flavor = "mocha"; - catppuccin.hyprlock.accent = "blue"; - catppuccin.hyprlock.useDefaultConfig = false; # we use our own -} diff --git a/OLD CONFIGS/system-master_BAK/home/terminal.nix b/OLD CONFIGS/system-master_BAK/home/terminal.nix deleted file mode 100755 index 203d4d3..0000000 --- a/OLD CONFIGS/system-master_BAK/home/terminal.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ - programs = { - # - alacritty = { - enable = true; - settings = { - font.normal.family = "Aporetic Sans Mono"; - font.size = 12; - terminal.shell.program = "zsh"; - - window = { - padding.x = 4; - padding.y = 4; - }; - }; - }; - }; - - catppuccin.alacritty.enable = true; - catppuccin.alacritty.flavor = "mocha"; -} diff --git a/OLD CONFIGS/system-master_BAK/home/theme.nix b/OLD CONFIGS/system-master_BAK/home/theme.nix deleted file mode 100755 index 788b4fd..0000000 --- a/OLD CONFIGS/system-master_BAK/home/theme.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ pkgs, ...}: -{ - gtk = { - enable = true; - colorScheme = "dark"; - theme = { - name = "Catppuccin-GTK-Grey-Dark-Compact"; - package = (pkgs.magnetic-catppuccin-gtk.override { - accent = [ "grey" ]; - shade = "dark"; - tweaks = [ "black" ]; - size = "compact"; - }); - }; - - iconTheme.name = "Papirus-Dark"; - }; - - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - catppuccin.gtk.icon.enable = true; - catppuccin.cursors.enable = true; -} diff --git a/OLD CONFIGS/system-master_BAK/home/unity.nix b/OLD CONFIGS/system-master_BAK/home/unity.nix deleted file mode 100755 index 7299568..0000000 --- a/OLD CONFIGS/system-master_BAK/home/unity.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - (pkgs.unityhub.override { - extraPkgs = pkgs: with pkgs; [ - dotnet-sdk - ]; - }) - ]; - -} diff --git a/OLD CONFIGS/system-master_BAK/home/walker.nix b/OLD CONFIGS/system-master_BAK/home/walker.nix deleted file mode 100755 index bc2319e..0000000 --- a/OLD CONFIGS/system-master_BAK/home/walker.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - services.walker.enable = true; - services.walker.settings = { - close = "ctrl g"; - next = "ctrl n"; - previous = "ctrl p"; - quick_activate = ["1" "2" "3" "4"]; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/home/wallpaper.nix b/OLD CONFIGS/system-master_BAK/home/wallpaper.nix deleted file mode 100755 index feaf532..0000000 --- a/OLD CONFIGS/system-master_BAK/home/wallpaper.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - hyprpaper - ]; - - services.hyprpaper.enable = true; - services.hyprpaper.settings = { - ipc = "on"; - splash = false; - splash_offset = 2.0; - - preload = [ "~/.background-image.png" ]; - wallpaper = [ ",~/.background-image.png" ]; - }; - - home.file = { - background = { - source = ../assets/background.png; - target = ".background-image.png"; - }; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/home/waybar.nix b/OLD CONFIGS/system-master_BAK/home/waybar.nix deleted file mode 100755 index 29b0ba7..0000000 --- a/OLD CONFIGS/system-master_BAK/home/waybar.nix +++ /dev/null @@ -1,165 +0,0 @@ -{ - programs.waybar = { - enable = true; - settings = { - mainBar = { - layer = "top"; - height = 34; - modules-left = [ "hyprland/workspaces" "hyprland/window" ]; - modules-right = [ - "idle_inhibitor" - "pulseaudio" - "network" - "cpu" - "memory" - "temperature" - "battery" - "tray" - "clock" - ]; - "idle_inhibitor" = { - format = "{icon}"; - format-icons = { - activated = "  "; - deactivated = " 󰒲 "; - }; - }; - "pulseaudio" = { - "format" = "{volume}% {icon}"; - "format-bluetooth" = "{volume}% {icon}"; - "format-muted" = ""; - "format-icons"= { - "headphones"= ""; - "headset"= ""; - "phone"= ""; - "portab le"= ""; - "default"= ["" ""]; - }; - "on-click"= "pavucontrol"; - }; - "network" = { - "format-wifi" = " ({bandwidthDownBits})"; - "format-ethernet" = " ({bandwidthDownBits})"; - "format-disconnected" = "Disconnected ⚠"; - "tooltip-format-wifi" = "{essid} ({signalStrength}%)"; - "tooltip-format-ethernet" = "{ifname}: {ipaddr}/{cidr}"; - "on-click" = "impala"; - }; - "cpu".format = "{usage}%  "; - "cpu".tooltip = false; - "temperature" = { - "format" = "{temperatureC}°C "; - }; - "temperature".tooltip = false; - "tray".spacing = 10; - "tray".icon-size = 14; - "clock".format = "{:%a, %d %b %Y - %H:%M}"; - "clock".tooltip = false; - "battery" = { - "bat" = "BAT0"; - "states" = { - "good" = 95; - "warning" = 30; - "critical" = 15; - }; - "format" = "{capacity}% {icon}"; - "format-charging" = "{capacity}% 󰂄"; - "format-plugged" = "{capacity}%  "; - "format-icons" = ["󰁺" "󰁼" "󰁾" "󰂀" "󱈏 "]; - }; - "memory".format = "{percentage}%  "; - }; - }; - style = '' - * { - font-family: Aporetic Sans Mono, Iosevka Nerd Font, Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; - } - - window#waybar { - background-color: @base; - color: @text; - transition-property: background-color; - border-bottom: 0px solid rgba(0, 0, 0, 0); - transition-duration: .5s; - } - - #workspaces button { - padding: 0 5px; - background-color: transparent; - border: none; - border-radius: 0; - color: @text; - } - - #workspaces button:hover { - background: @surface1; - color: @text; - } - - #workspaces button.active { - background-color: @green; - color: @base; - box-shadow: inset 0 -3px @subtext1; - } - - #clock, - #idle_inhibitor - #battery, - #cpu, - #memory, - #temperature, - #network, - #pulseaudio, - #tray { - margin: 0 5px; - padding: 0 2px; - } - - #idle_inhibitor.activated { - background-color: @green; - } - - #battery.charging { - color: @green; - } - - @keyframes blink { - to { - background-color: #ffffff; - color: black; - } - } - - #battery.warning:not(.charging) { - color: white; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - } - - #window, - #workspaces { - margin: 0 4px; - } - - .modules-left > widget:first-child > #workspaces { - margin-left: 0; - } - - .modules-right > widget:last-child > #workspaces { - margin-right: 0; - } - - #network.disconnected { - background-color: @red; - } - - #temperature.critical { - background-color: @red; - } - ''; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/machines/traveldroid/configuration.nix b/OLD CONFIGS/system-master_BAK/machines/traveldroid/configuration.nix deleted file mode 100755 index 780e1cd..0000000 --- a/OLD CONFIGS/system-master_BAK/machines/traveldroid/configuration.nix +++ /dev/null @@ -1,44 +0,0 @@ -{ user, ... } : { - imports = - [ - ./hardware-configuration.nix - ../../configuration - ]; - - # sops.secrets."ssh/traveldroid/private" = { # ssh private key - # owner = "${user.username}"; - # mode = "600"; - # path = "/home/${user.username}/.ssh/id_ed25519"; - # }; - # sops.secrets."ssh/traveldroid/public" = { # ssh public key - # owner = "${user.username}"; - # mode = "644"; - # path = "/home/${user.username}/.ssh/id_ed25519.pub"; - # }; - # sops.secrets."ssh/wavefunk/private" = { # ssh private key - # owner = "${user.username}"; - # mode = "600"; - # path = "/home/${user.username}/.ssh/wavefunk"; - # }; - # sops.secrets."ssh/wavefunk/public" = { # ssh public key - # owner = "${user.username}"; - # mode = "644"; - # path = "/home/${user.username}/.ssh/wavefunk.pub"; - # }; - # sops.secrets."ssh/wavefunk_dev/private" = { # ssh private key - # owner = "${user.username}"; - # mode = "600"; - # path = "/home/${user.username}/.ssh/wavefunk_dev"; - # }; - # sops.secrets."ssh/wavefunk_dev/public" = { # ssh public key - # owner = "${user.username}"; - # mode = "644"; - # path = "/home/${user.username}/.ssh/wavefunk_dev.pub"; - # }; - - programs._1password.enable = true; - programs._1password-gui = { - enable = true; - polkitPolicyOwners = [ "${user.username}" ]; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/machines/traveldroid/hardware-configuration.nix b/OLD CONFIGS/system-master_BAK/machines/traveldroid/hardware-configuration.nix deleted file mode 100755 index da705c0..0000000 --- a/OLD CONFIGS/system-master_BAK/machines/traveldroid/hardware-configuration.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ - hostname, - pkgs, - lib, - modulesPath, - user, - config, - ... -}: -{ - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ../../hardware/hardware.nix - ]; - -boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; -boot.initrd.kernelModules = [ ]; -boot.kernelModules = [ "kvm-intel" ]; -boot.extraModulePackages = [ ]; - -fileSystems."/" = - { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2"; - fsType = "ext4"; - }; - -fileSystems."/boot" = - { device = "/dev/disk/by-uuid/811D-0676"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; - -swapDevices = - [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; } - ]; - -nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; -hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/OLD CONFIGS/system-master_BAK/machines/traveldroid/home.nix b/OLD CONFIGS/system-master_BAK/machines/traveldroid/home.nix deleted file mode 100755 index 7f5013f..0000000 --- a/OLD CONFIGS/system-master_BAK/machines/traveldroid/home.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ pkgs, ... } : { - imports = [ - ../../home - ]; - - home.packages = with pkgs; [ - brightnessctl - ]; - - wayland.windowManager.hyprland.settings = { - bind = [ - "XF86MonBrightnessUp, exec, brightnessctl set 5%+" - "XF86MonBrightnessDown, exec, brightnessctl set 5%-" - "XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+" - "XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" - "XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" - "XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle" - ]; - - bindl = [ - '', switch:on:Lid Switch, exec, hyprctl keyword monitor "eDP-1, disable"'' - '', switch:off:Lid Switch, exec, hyprctl keyword monitor "eDP-1, preferred, 0x0, 1"'' - ]; - }; -} diff --git a/OLD CONFIGS/system-master_BAK/secrets/secrets.yaml b/OLD CONFIGS/system-master_BAK/secrets/secrets.yaml deleted file mode 100755 index c13bef5..0000000 --- a/OLD CONFIGS/system-master_BAK/secrets/secrets.yaml +++ /dev/null @@ -1,29 +0,0 @@ -claude_key: ENC[AES256_GCM,data:PMPcEfsKZCALRdgQf5J12k8IsxlNT7R+zfSgmy3LbVhvQQzpCEVr5Xjh6ABhDRGjsTssXc1Vh7FA03oud40i5YxoYwJ2i2EqrRmpp/QNVAfbPrOzfCcwUxlbgJOUEMVv/1RJFYeqddi+bf1F,iv:lD1bRtBtnBf0ub5mGznVuoxLcFcJhxdp+mGv5TMBcKQ=,tag:TP6YLujPHFmFnK5gWwTREg==,type:str] -gemini_key: ENC[AES256_GCM,data:dqoIwHtS1aIFKSy3NSbJOjJj/s0uc82KX5OQMUXq0RrJ0VNERDl9,iv:hnmYy0Vh8DAxKkDI4aBT/Ustuj8d0ViQk4liSQUrBAo=,tag:dOV6fHRxmfWCcfutE9dt5g==,type:str] -davfs: ENC[AES256_GCM,data:cVyKjZRwildsaxX8rYVkmPl5YtBRPt2GWPbG4XRuZJcJPnLx4mfGVGlsfhHP+J5U9ThZgNm0mnxxrd4z+4kLzegi4S0bBoqrK1M4lS8Wmk/o4P7UdCSo/+viAyXX+XkWUkBjS4Xl4Q==,iv:dCZtFu/FFCS86nWfBYBjs4V+FgT2wmC4XIPypVXe8lA=,tag:gp9nlD3vHgKF/63wwlfs/g==,type:str] -davfs_mount: ENC[AES256_GCM,data:NbXq1457Wdlq/49jiJopA9qenwqDCb57lPyHGciucs5cenzdX32nKWoB7hPWj844Vvx9os8jK7WCLEjuA4gedxrl5O5RgYK7bPzZc2EvHUtFlQULvdPCFIceafrJvzmNK4CKytY/K7Ja3FLDj71JjjLXx6yY9GtDbTD2kM+rXTbmSQOil+C4vtkSMFzOW3DQNmpTD154uFdplJJ7xN3z911vzc9UQSER9lCoZl1cRGJcItyy,iv:uP83ZLA2Fxxk3PwFSzce+I7h7+d/zSsejf+i1djDwr8=,tag:s14vRJi7EzCdMhjk6hziSg==,type:str] -ssh: - smallbox: - private: ENC[AES256_GCM,data:YxDFGYAFJzayuxfE5hSXZXuWf8s1yqe/84vhOrrGVOvtuGZV8z63f47YtLwNBsi3zMs23cvygDRYO0SA9QujtNNBSiLff4lnD7T4sMAveSs6IrAu1PH4tYoJPSGnpuml6Llp9D3IjMxKZjYwan8DdJpk6nLLwvl9VjTQa3PJjUPiha866XvBaXWlwkr2sCcihVYE2MAk/ILStNKc2T89ScRXItkAk5fDuCpjlU9RA4g85HthND4NXyW19i7lvHXJHx4zkMyqTUSoPGYpdnCvMi0vvLxPgz/d4y60wtqdKluNaoEWoODFMqOz6082g8thki6wkfl779zcR09ZtSckWPcAkp1sUSjoLvvWFJgcGWcs+BJV7QwagKxNJv6t7tfKfMEPzK4OdFo/HcLt//BEXJtPlQZOd2/soXDKU9oCvGiWwIuzRu7Ynr5bAO+DJJH0BJDJqkapJFSOjiOsxMIz8nQX+XWe3vfKmAW7oq0RvhY63Tl/h3FI4tjU3BzUmE2p1pozq+iLWY9QM9EVevzDooYkqlO25wJqWg3HINMaKoH+i2Y=,iv:g59H/fJm3wukyjchUbB0r3KMxZhhu5k9AX45II2AY0Q=,tag:9wP+A+u3rvGYW9UlBVSVxQ==,type:str] - public: ENC[AES256_GCM,data:fNnCb06n1/E10PzpaYENaUwPOEM7HN9ndei6r0eaiDyougpk8gyPszhKiObG5Qx9sQjt/KBWSgZkg2YcF65oj8HUK+AWqNuK8wARuxnecwCSXI1lRCflxMX1WuNsDR/2dZ5SDQQo9Q==,iv:JJhWdu4wr5KefTtkkea+dVhLyds03pf1ofDYGXwi/XY=,tag:zT3oRE1EXn4L5odALLTh0Q==,type:str] - wavefunk: - private: ENC[AES256_GCM,data:i6KQtOVZviAKIh8U8brH8UCZ6oJLloXzbPvL00j8P/F1ax2kr2ba2F04oGDMlukYhSNca3VIYsoB9BaHxlRJNfLfxcEQPOYPNS7LThl8mR0lLlI8V+zdbxN7hIKlSRI5WttvRGQsPkVjfqkA3SNqpATSESHCI1Y5NuxgyaZXxVVn4PKUSoM+qD50QIJ7np6ghl57UPl9jHOcVvtl7XTJILLaTjzBjlXQsW1txeNMnE2E2AiXDmL7ckBjqmqLQ9Qv3XugOwalBis6ITT2X6sjgApdcargH7GFKyfT+DP+GnjtfRZMkQFTlbdX4Duze5cGkTKOEhzkpM58uDefti5XD64NCBVBJTPSFepzC2BFswigtGur6XlUPbAiU6NVKx3P4MJAfFVUeeNZGRQwz2mQRYSqSaCjw81UmNSSfn+ug04vbHDimTnti1d0lJXEb5Kxre/w5ssHfgwexUWE2HJPNPXDeUGNMl/eqT1IrZ5wegBqrg4OpjVV7bcro4J930FCUDb82o9AIhT9oaMA3zXhKDmKCBIEjp0Ea9EU,iv:PMfGreR0RPjCy3cRRDRp6rjncQD1Ub0d9T8zZjh6Ojk=,tag:LLeMhNUcvHa6qgECEnlBfQ==,type:str] - public: ENC[AES256_GCM,data:JRiSErA2GbIY95CVYwN1qOk4SsrN9R+f9oxp2SvcuqHtTBw7JYSpPmLmfgVojfazr0X69cZ6D473uj64TuKce2UR6gG4B7KXkXlSFgg6v79zfia1QZhL5GsMlObs+JCU4J0Ipg==,iv:zoad3D+x43rHdM+H5Ql+gOh7yr1P0ZVLLPeiPfNgTH4=,tag:YPA8bC96AzNgssbgftgS9g==,type:str] - wavefunk_dev: - private: ENC[AES256_GCM,data:mnCKG4wE98iiX9W+ahD2D/7c6oLty9XUHhUkdE4EkJzSowOiHoJeHGBQrETl39k84YVANPf1VkDiQDjdXsiA5JraXLfVcUKancPSlNDQotrtybngJSSYzFVS3046oMig8+C7RVpcHjbTK6rX1jgfLvUTTsYsdLcsRcQVO5fv6OrZ1rahrvLw+fM2V9g4R+a6K94AaPZqcChzcTCojeUzQBTZhWQUGkH03fps9ZHOp948kUGiURpo7kPEgQUo3KmBl3c9FQ8m0Im8Vs40EjNo6ywcqM4Dlz7fHdiDNVqK013SOMK/Erdo0ItQJWKofpW+XXKUmlt3+bDVGJ5pItrYPIjfu0kHyonE2SR6fqb1XACxXzFMkI3kcZLDr3VdToTufiArmDgPrrW7JNNxTgYCjEuXGOLPQ8VELAKZQwiWxKtR+C1SLrnDvUeHjLwZaQ8L2a9CYYbhT8/0C/zOIOBnaPYKG0Mt/6rpzH36hirtoJoVYU8gZvATfcwSPGeiWABV26/EJEwyPQ7ZertK5Ns0hfJcUw4qLRMwOS58,iv:RxYn4OLLTKPClZYVt2oBHwTkPWndmOtEAfQKUGnAQwc=,tag:eD7eYPeLKlipAjiTvFHivA==,type:str] - public: ENC[AES256_GCM,data:ZHbpufd2N7B/pMjRrN5jPGvrLPdv5pM9llzN/EUkuBDowCbrU8/sItN04CF7W8+DkrXMxV6Mbcgv3H/LOtBiC/O5ZdDNOGOsDRNwv/YjP23qQ/Tx1YU+hJLnA+jvhTXWyXdj04OT,iv:5aBQSQbrlZT3G6Q+fjdXriDOHuO9WlSaHW7GqnRZ8Ck=,tag:LA5jT5Qqb+ZqrTuPLd1klw==,type:str] -sops: - age: - - recipient: age1yq35g6mmlem0rhr47u6ewh8dctlwp9hj0s0ac60e4hrw9hjzlqms6crf7n - enc: | - -----BEGIN AGE ENCRYPTED FILE----- - YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBnWWRBUlNqZWlqOHlVN3N0 - TjN1YldwRzAxTnBFS25LeUxsREpsUWI5UHlZCmN5aGI2OUFnVXc4aXl1bjltM2Vl - d3daR1BzMG8ySEhyWWd2SUY4Rm9wRVkKLS0tIHN0L1BuNHl3bXZQSTJmdmkrN3Zz - cGFUQWlzOCtFWVI0RGIxUm5PbDAyYWMKXYg9uTPFbHuEoe8XPOsV2qgS/ZKCJ9IG - uwGcQPfvISTENUGS+aw5gRuJY058K9FRdPEq0lXjDaYwAQlb2lVI7A== - -----END AGE ENCRYPTED FILE----- - lastmodified: "2025-08-13T11:49:16Z" - mac: ENC[AES256_GCM,data:4+jPKng5FFuWafNVIXwneC93utapNUvFGe77schDHKxWBT2YowSHRpSizuwS42lY02TRFMHQE8ZLdFmQeuWGY86m/61O52lcYk1cUhHzNyTtITyGiUc0PWMA4NCqmvoXRczmESnvkEMqttzuTS7WC7a2Owq8XvJ3sIUMtGMgxSQ=,iv:Xwc8KnGBt8d7EACSZz6yBNtgop82udot96PUB00JFzI=,tag:K5EF/taRbRo5vXD1zZWiNw==,type:str] - unencrypted_suffix: _unencrypted - version: 3.10.2 diff --git a/OLD CONFIGS/system-master_BAK/user.nix b/OLD CONFIGS/system-master_BAK/user.nix deleted file mode 100755 index 23107be..0000000 --- a/OLD CONFIGS/system-master_BAK/user.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - system = "x86_64-linux"; - username = "henrov"; - stateVersion = "25.11"; - locale = "sv_SE.UTF-8"; -} diff --git a/conf/caddy/Caddyfile b/conf/caddy/Caddyfile new file mode 100644 index 0000000..0d70461 --- /dev/null +++ b/conf/caddy/Caddyfile @@ -0,0 +1,181 @@ +# Global options +{ + email info@data-pro.nu + # Optional: acme_ca https://acme-staging-v02.api.letsencrypt.org/directory +} + +# Common security headers +(nextcloud_security_headers) { + header { + # HTTPS only: instruct browser to only access via HTTPS for 180+ days + Strict-Transport-Security "max-age=15552000; includeSubDomains; preload" + + # Prevent MIME-type sniffing + X-Content-Type-Options "nosniff" + + # Disallow embedding in iframes (Clickjacking) + X-Frame-Options "SAMEORIGIN" + + # Search engine no-index + X-Robots-Tag "noindex, nofollow" + + # Cross-domain policy restrictions + X-Permitted-Cross-Domain-Policies "none" + + # Basic XSS protection (legacy) + X-XSS-Protection "1; mode=block" + + # No referrer leakage + Referrer-Policy "no-referrer" + } +} + +# KEYCLOAK + +keycloak.data-pro.nu { + import nextcloud_security_headers + + reverse_proxy keycloak:8080 + + log { + output file /var/log/caddy/keycloak-access.log { + roll_size 10mb + roll_keep 5 + roll_keep_for 720h + } + format json + } + + tls caddy@data-pro.nu +} + + +# NEXTCLOUD +Nextcloud.data-pro.nu { + import nextcloud_security_headers + + # Enable compression + encode zstd gzip + + # Permanent redirects for CalDAV/CardDAV discovery + redir /.well-known/carddav /remote.php/dav 301 + redir /.well-known/caldav /remote.php/dav 301 + + # WebSocket for Janus subpath (optional) + handle_path /janus* { + reverse_proxy janus:8088 + } + + handle /ws { + reverse_proxy janus:8188 { + header_up Host {host} + header_up Connection upgrade + header_up Upgrade {header.Upgrade} + } + } + + # Main Nextcloud reverse proxy + reverse_proxy nextcloud:80 + + # Access logging + log { + output file /var/log/caddy/access.log { + roll_size 10mb + roll_keep 5 + roll_keep_for 720h + } + format json + } +} + +# GITLAB +gitlab.data-pro.nu { + reverse_proxy gitlab:443 { + transport http { + tls_insecure_skip_verify + } + } +} + +# SIGNALING (JANUS WS fallback) +signaling.data-pro.nu { + encode gzip + reverse_proxy localhost:8090 + tls info@data-pro.nu + + handle_path /janus* { + reverse_proxy janus:8088 + } + + handle_path /ws { + reverse_proxy janus:8188 { + header_up Host {host} + header_up Connection "upgrade" + header_up Upgrade {header.Upgrade} + } + } + + handle { + reverse_proxy signaling:8090 + } + + log { + output file /var/log/caddy/signaling-access.log + format console + } +} + + +# COLLABORA +collabora.data-pro.nu { + reverse_proxy collabora:9980 + encode gzip + tls caddy@data-pro.nu +} + + +# JANUS DIRECT +janus.data-pro.nu { + reverse_proxy janus:8188 + encode gzip +} + +turn.data-pro.nu { + tls { + on_demand + } + respond "TURN server is running on UDP 3478 and TLS 5349" 200 +} + +# GITEA +gitea.data-pro.nu { + + # Optional but recommended: same security header set you use elsewhere + import nextcloud_security_headers + + encode zstd gzip + + reverse_proxy gitea:3000 + + log { + output file /var/log/caddy/gitea-access.log { + roll_size 10mb + roll_keep 5 + roll_keep_for 720h + } + format json + } + + tls caddy@data-pro.nu +} + +# n8n +n8n.data-pro.nu { + # (Optional but nice) reuse your common security headers snippet + import nextcloud_security_headers + + # (Optional) gzip/zstd + encode zstd gzip + + reverse_proxy n8n:5678 +} diff --git a/conf/gitlab/config/gitlab.rb b/conf/gitlab/config/gitlab.rb new file mode 100644 index 0000000..cdf91e3 --- /dev/null +++ b/conf/gitlab/config/gitlab.rb @@ -0,0 +1,3560 @@ +## GitLab configuration settings +##! This file is generated during initial installation and **is not** modified +##! during upgrades. +##! Check out the latest version of this file to know about the different +##! settings that can be configured, when they were introduced and why: +##! https://gitlab.com/gitlab-org/omnibus-gitlab/blame/master/files/gitlab-config-template/gitlab.rb.template + +##! Locally, the complete template corresponding to the installed version can be found at: +##! /opt/gitlab/etc/gitlab.rb.template + +##! You can run `gitlab-ctl diff-config` to compare the contents of the current gitlab.rb with +##! the gitlab.rb.template from the currently running version. + +##! You can run `gitlab-ctl show-config` to display the configuration that will be generated by +##! running `gitlab-ctl reconfigure` + +##! In general, the values specified here should reflect what the default value of the attribute will be. +##! There are instances where this behavior is not possible or desired. For example, when providing passwords, +##! or connecting to third party services. +##! In those instances, we endeavour to provide an example configuration. + +## GitLab URL +##! URL on which GitLab will be reachable. +##! For more details on configuring external_url see: +##! https://docs.gitlab.com/omnibus/settings/configuration.html#configuring-the-external-url-for-gitlab +##! +##! Note: During installation/upgrades, the value of the environment variable +##! EXTERNAL_URL will be used to populate/replace this value. +##! On AWS EC2 instances, we also attempt to fetch the public hostname/IP +##! address from AWS. For more details, see: +##! https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html +# external_url 'GENERATED_EXTERNAL_URL' + +## Roles for multi-instance GitLab +##! The default is to have no roles enabled, which results in GitLab running as an all-in-one instance. +##! Options: +##! application_role +##! redis_sentinel_role +##! redis_master_role +##! redis_replica_role +##! monitoring_role +##! geo_primary_role +##! geo_secondary_role +##! postgres_role +##! patroni_role +##! consul_role +##! pgbouncer_role +##! pages_role +##! sidekiq_role +##! spamcheck_role +##! gitaly_role +##! For more details on each role, see: +##! https://docs.gitlab.com/omnibus/roles/index.html#roles +##! +# roles ['redis_sentinel_role', 'redis_master_role'] + +## Legend +##! The following notations at the beginning of each line may be used to +##! differentiate between components of this file and to easily select them using +##! a regex. +##! ## Titles, subtitles etc +##! ##! More information - Description, Docs, Links, Issues etc. +##! Configuration settings have a single # followed by a single space at the +##! beginning; Remove them to enable the setting. + +##! **Configuration settings below are optional.** + + +################################################################################ +################################################################################ +## Configuration Settings for GitLab CE and EE ## +################################################################################ +################################################################################ + +################################################################################ +## gitlab.yml configuration +##! Docs: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/gitlab.yml.md +################################################################################ +# gitlab_rails['enable'] = true # do not disable unless explicitly told to do so in docs + +# gitlab_rails['gitlab_ssh_host'] = 'ssh.host_example.com' +# gitlab_rails['gitlab_ssh_user'] = '' +# gitlab_rails['time_zone'] = 'UTC' + +### Rails asset / CDN host +###! Defines a url for a host/cdn to use for the Rails assets +###! Docs: https://docs.gitlab.com/omnibus/settings/configuration.html#set-a-content-delivery-network-url +# gitlab_rails['cdn_host'] = 'https://mycdnsubdomain.fictional-cdn.com' + +### Request duration +###! Tells the rails application how long it has to complete a request +###! This value needs to be lower than the worker timeout set in puma. +###! By default, we'll allow 95% of the the worker timeout +# gitlab_rails['max_request_duration_seconds'] = 57 + +### GitLab email server settings +###! Docs: https://docs.gitlab.com/omnibus/settings/smtp.html +###! **Use smtp instead of sendmail/postfix.** + +# gitlab_rails['smtp_enable'] = true +# gitlab_rails['smtp_address'] = "smtp.server" +# gitlab_rails['smtp_port'] = 465 +# gitlab_rails['smtp_user_name'] = "smtp user" +# gitlab_rails['smtp_password'] = "smtp password" +# gitlab_rails['smtp_domain'] = "example.com" +# gitlab_rails['smtp_authentication'] = "login" +# gitlab_rails['smtp_enable_starttls_auto'] = true +# gitlab_rails['smtp_tls'] = false +# gitlab_rails['smtp_pool'] = false + +###! **Can be: 'none', 'peer', 'client_once', 'fail_if_no_peer_cert'** +###! Docs: http://api.rubyonrails.org/classes/ActionMailer/Base.html +# gitlab_rails['smtp_openssl_verify_mode'] = 'none' + +# gitlab_rails['smtp_ca_path'] = "/etc/ssl/certs" +# gitlab_rails['smtp_ca_file'] = "/etc/ssl/certs/ca-certificates.crt" + +### Email Settings + +# gitlab_rails['gitlab_email_enabled'] = true + +###! If your SMTP server does not like the default 'From: gitlab@gitlab.example.com' +###! can change the 'From' with this setting. +# gitlab_rails['gitlab_email_from'] = 'example@example.com' +# gitlab_rails['gitlab_email_display_name'] = 'Example' +# gitlab_rails['gitlab_email_reply_to'] = 'noreply@example.com' +# gitlab_rails['gitlab_email_subject_suffix'] = '' +# gitlab_rails['gitlab_email_smime_enabled'] = false +# gitlab_rails['gitlab_email_smime_key_file'] = '/etc/gitlab/ssl/gitlab_smime.key' +# gitlab_rails['gitlab_email_smime_cert_file'] = '/etc/gitlab/ssl/gitlab_smime.crt' +# gitlab_rails['gitlab_email_smime_ca_certs_file'] = '/etc/gitlab/ssl/gitlab_smime_cas.crt' + +### GitLab user privileges +# gitlab_rails['gitlab_username_changing_enabled'] = true + +### Default Theme +###! Available values: +###! `1` for Indigo +###! `2` for Dark +###! `3` for Light +###! `4` for Blue +###! `5` for Green +###! `6` for Light Indigo +###! `7` for Light Blue +###! `8` for Light Green +###! `9` for Red +###! `10` for Light Red +# gitlab_rails['gitlab_default_theme'] = 2 + +### Default Color Mode +### Available values: +##! `1` for Light mode +##! `2` for Dark mode +##! `3` for Auto (follow system preferences) +# gitlab_rails['gitlab_default_color_mode'] = 1 + +### Custom html header tags +###! See https://docs.gitlab.com/ee/administration/custom_html_header_tags.html for more +###! In some cases some custom header tags are needed +###! e.g., to add the EU cookie consent +###! Tip: you must add the externals source to the content_security_policy as +###! well, typically the script_src and style_src. +# gitlab_rails['custom_html_header_tags'] = nil + +### Default project feature settings +# gitlab_rails['gitlab_default_projects_features_issues'] = true +# gitlab_rails['gitlab_default_projects_features_merge_requests'] = true +# gitlab_rails['gitlab_default_projects_features_wiki'] = true +# gitlab_rails['gitlab_default_projects_features_snippets'] = true +# gitlab_rails['gitlab_default_projects_features_builds'] = true +# gitlab_rails['gitlab_default_projects_features_container_registry'] = true + +### Automatic issue closing +###! See https://docs.gitlab.com/ee/administration/issue_closing_pattern.html for more +###! information about this pattern. +# gitlab_rails['gitlab_issue_closing_pattern'] = "\b((?:[Cc]los(?:e[sd]?|ing)|\b[Ff]ix(?:e[sd]|ing)?|\b[Rr]esolv(?:e[sd]?|ing)|\b[Ii]mplement(?:s|ed|ing)?)(:?) +(?:(?:issues? +)?%{issue_ref}(?:(?:, *| +and +)?)|([A-Z][A-Z0-9_]+-\d+))+)" + +### Download location +###! When a user clicks e.g. 'Download zip' on a project, a temporary zip file +###! is created in the following directory. +###! Should not be the same path, or a sub directory of any of the `gitaly['configuration'].storage` paths. +# gitlab_rails['gitlab_repository_downloads_path'] = 'tmp/repositories' + +### Gravatar Settings +# gitlab_rails['gravatar_plain_url'] = 'http://www.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon' +# gitlab_rails['gravatar_ssl_url'] = 'https://secure.gravatar.com/avatar/%{hash}?s=%{size}&d=identicon' + +### Auxiliary jobs +###! Periodically executed jobs, to self-heal Gitlab, do external +###! synchronizations, etc. +###! Docs: https://github.com/ondrejbartas/sidekiq-cron#adding-cron-job +###! https://docs.gitlab.com/ee/ci/yaml/index.html#artifactsexpire_in +# gitlab_rails['stuck_ci_jobs_worker_cron'] = "0 0 * * *" +# gitlab_rails['expire_build_artifacts_worker_cron'] = "*/7 * * * *" +# gitlab_rails['environments_auto_stop_cron_worker_cron'] = "24 * * * *" +# gitlab_rails['pipeline_schedule_worker_cron'] = "3-59/10 * * * *" +# gitlab_rails['ci_archive_traces_cron_worker_cron'] = "17 * * * *" +# gitlab_rails['repository_check_worker_cron'] = "20 * * * *" +# gitlab_rails['admin_email_worker_cron'] = "0 0 * * 0" +# gitlab_rails['personal_access_tokens_expiring_worker_cron'] = "0 1 * * *" +# gitlab_rails['personal_access_tokens_expired_notification_worker_cron'] = "0 2 * * *" +# gitlab_rails['repository_archive_cache_worker_cron'] = "0 * * * *" +# gitlab_rails['pages_domain_verification_cron_worker'] = "*/15 * * * *" +# gitlab_rails['pages_domain_ssl_renewal_cron_worker'] = "*/10 * * * *" +# gitlab_rails['pages_domain_removal_cron_worker'] = "47 0 * * *" +# gitlab_rails['remove_unaccepted_member_invites_cron_worker'] = "10 15 * * *" +# gitlab_rails['schedule_migrate_external_diffs_worker_cron'] = "15 * * * *" +# gitlab_rails['ci_platform_metrics_update_cron_worker'] = '47 9 * * *' +# gitlab_rails['analytics_usage_trends_count_job_trigger_worker_cron'] = "50 23 */1 * *" +# gitlab_rails['member_invitation_reminder_emails_worker_cron'] = "0 0 * * *" +# gitlab_rails['user_status_cleanup_batch_worker_cron'] = "* * * * *" +# gitlab_rails['namespaces_in_product_marketing_emails_worker_cron'] = "0 9 * * *" +# gitlab_rails['ssh_keys_expired_notification_worker_cron'] = "0 2 * * *" +# gitlab_rails['ssh_keys_expiring_soon_notification_worker_cron'] = "0 1 * * *" +# gitlab_rails['loose_foreign_keys_cleanup_worker_cron'] = "*/5 * * * *" +# gitlab_rails['ci_runner_versions_reconciliation_worker_cron'] = "@daily" +# gitlab_rails['ci_runners_stale_machines_cleanup_worker_cron'] = "36 * * * *" +# gitlab_rails['ci_catalog_resources_process_sync_events_worker_cron'] = "*/1 * * * *" +# gitlab_rails['ci_click_house_finished_pipelines_sync_worker_cron'] = "*/4 * * * *" +# gitlab_rails['ci_click_house_finished_pipelines_sync_worker_args'] = [1] + +### Webhook Settings +###! Number of seconds to wait for HTTP response after sending webhook HTTP POST +###! request (default: 10) +# gitlab_rails['webhook_timeout'] = 10 + +### HTTP client settings +###! This is for setting up the mutual TLS client cert and password for the certificate file. +# gitlab_rails['http_client']['tls_client_cert_file'] = nil +# gitlab_rails['http_client']['tls_client_cert_password'] = nil + +### GraphQL Settings +###! Tells the rails application how long it has to complete a GraphQL request. +###! We suggest this value to be higher than the database timeout value +###! and lower than the worker timeout set in puma. (default: 30) +# gitlab_rails['graphql_timeout'] = 30 + +### Trusted proxies +###! Customize if you have GitLab behind a reverse proxy which is running on a +###! different machine. +###! **Add the IP address for your reverse proxy to the list, otherwise users +###! will appear signed in from that address.** +# gitlab_rails['trusted_proxies'] = [] + +### Content Security Policy +###! Customize if you want to enable the Content-Security-Policy header, which +###! can help thwart JavaScript cross-site scripting (XSS) attacks. +###! See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP +# gitlab_rails['content_security_policy'] = { +# 'enabled' => false, +# 'report_only' => false, +# # Each directive is a String (e.g. "'self'"). +# # This section only needs to be set if you need custom CSP directives +# # See https://docs.gitlab.com/omnibus/settings/configuration.html#set-a-content-security-policy +# 'directives' => { +# 'base_uri' => nil, +# 'child_src' => nil, +# 'connect_src' => nil, +# 'default_src' => nil, +# 'font_src' => nil, +# 'form_action' => nil, +# 'frame_ancestors' => nil, +# 'frame_src' => nil, +# 'img_src' => nil, +# 'manifest_src' => nil, +# 'media_src' => nil, +# 'object_src' => nil, +# 'script_src' => nil, +# 'style_src' => nil, +# 'worker_src' => nil, +# 'report_uri' => nil, +# } +# } + +### Allowed hosts +###! Customize the `host` headers that should be catered by the Rails +###! application. By default, everything is allowed. +# gitlab_rails['allowed_hosts'] = [] + +### Monitoring settings +###! IP whitelist controlling access to monitoring endpoints +# gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8', '::1/128'] + +### Session settings + +# gitlab_rails['signed_cookie_salt'] = 'signed cookie' +# gitlab_rails['authenticated_encrypted_cookie_salt'] = 'authenticated encrypted cookie' + +### Shutdown settings +###! Defines an interval to block healthcheck, +###! but continue accepting application requests. +# gitlab_rails['shutdown_blackout_seconds'] = 10 + +### Microsoft Graph Mailer +###! Allows delivery of emails using Microsoft Graph API with OAuth 2.0 client +###! credentials flow. +###! Docs: https://docs.gitlab.com/omnibus/settings/microsoft_graph_mailer.html +# gitlab_rails['microsoft_graph_mailer_enabled'] = false +# gitlab_rails['microsoft_graph_mailer_user_id'] = "YOUR-USER-ID" +# gitlab_rails['microsoft_graph_mailer_tenant'] = "YOUR-TENANT-ID" +# gitlab_rails['microsoft_graph_mailer_client_id'] = "YOUR-CLIENT-ID" +# gitlab_rails['microsoft_graph_mailer_client_secret'] = "YOUR-CLIENT-SECRET-ID" +# gitlab_rails['microsoft_graph_mailer_azure_ad_endpoint'] = "https://login.microsoftonline.com" +# gitlab_rails['microsoft_graph_mailer_graph_endpoint'] = "https://graph.microsoft.com" + +################################################################ +## Reply by email +################################################################ +###! Allow users to comment on issues and merge requests by replying to +###! notification emails. +###! Docs: https://docs.gitlab.com/ee/administration/reply_by_email.html +# gitlab_rails['incoming_email_enabled'] = true + +### Incoming Email Address +###! The email address including the `%{key}` placeholder that will be replaced +###! to reference the item being replied to. +###! **The placeholder can be omitted but if present, it must appear in the +###! "user" part of the address (before the `@`).** +# gitlab_rails['incoming_email_address'] = "gitlab-incoming+%{key}@gmail.com" + +#### Email account username +####! **With third party providers, this is usually the full email address.** +####! **With self-hosted email servers, this is usually the user part of the +####! email address.** +# gitlab_rails['incoming_email_email'] = "gitlab-incoming@gmail.com" + +#### Email account password +# gitlab_rails['incoming_email_password'] = "[REDACTED]" + +#### IMAP Settings +# gitlab_rails['incoming_email_host'] = "imap.gmail.com" +# gitlab_rails['incoming_email_port'] = 993 +# gitlab_rails['incoming_email_ssl'] = true +# gitlab_rails['incoming_email_start_tls'] = false + +#### Incoming Mailbox Settings (via `mail_room`) +####! The mailbox where incoming mail will end up. Usually "inbox". +# gitlab_rails['incoming_email_mailbox_name'] = "inbox" +####! The IDLE command timeout. +# gitlab_rails['incoming_email_idle_timeout'] = 60 +####! The file name for internal `mail_room` JSON logfile +# gitlab_rails['incoming_email_log_file'] = "/var/log/gitlab/mailroom/mail_room_json.log" +####! This marks incoming messages deleted after delivery. +####! If you are using Microsoft Graph API instead of IMAP, set this to false to retain +####! messages in the inbox since deleted messages are auto-expunged after some time. +# gitlab_rails['incoming_email_delete_after_delivery'] = true +####! Permanently remove messages from the mailbox when they are marked as deleted after delivery +####! Only applies to IMAP. Microsoft Graph will auto-expunge any deleted messages. +# gitlab_rails['incoming_email_expunge_deleted'] = false + +#### Inbox options (for Microsoft Graph) +# gitlab_rails['incoming_email_inbox_method'] = 'microsoft_graph' +# gitlab_rails['incoming_email_inbox_options'] = { +# 'tenant_id': 'YOUR-TENANT-ID', +# 'client_id': 'YOUR-CLIENT-ID', +# 'client_secret': 'YOUR-CLIENT-SECRET', +# 'poll_interval': 60 # Optional +# } + +####! How incoming emails are delivered to Rails process. Accept either sidekiq +####! or webhook. The default config is webhook. +# gitlab_rails['incoming_email_delivery_method'] = "webhook" + +####! Token to authenticate webhook requests. The token must be exactly 32 bytes, +####! encoded with base64 +# gitlab_rails['incoming_email_auth_token'] = nil + +####! The format of mail_room crash logs +# mailroom['exit_log_format'] = "plain" + +### Consolidated (simplified) object storage configuration +###! This uses a single credential for object storage with multiple buckets. +###! It also enables Workhorse to upload files directly with its own S3 client +###! instead of using pre-signed URLs. +###! +###! This configuration will only take effect if the object_store +###! sections are not defined within the types. For example, enabling +###! gitlab_rails['artifacts_object_store_enabled'] or +###! gitlab_rails['lfs_object_store_enabled'] will prevent the +###! consolidated settings from being used. +###! +###! Be sure to use different buckets for each type of object. +###! Docs: https://docs.gitlab.com/ee/administration/object_storage.html +# gitlab_rails['object_store']['enabled'] = false +# gitlab_rails['object_store']['connection'] = {} +# gitlab_rails['object_store']['storage_options'] = {} +# gitlab_rails['object_store']['proxy_download'] = false +# gitlab_rails['object_store']['objects']['artifacts']['bucket'] = nil +# gitlab_rails['object_store']['objects']['external_diffs']['bucket'] = nil +# gitlab_rails['object_store']['objects']['lfs']['bucket'] = nil +# gitlab_rails['object_store']['objects']['uploads']['bucket'] = nil +# gitlab_rails['object_store']['objects']['packages']['bucket'] = nil +# gitlab_rails['object_store']['objects']['dependency_proxy']['bucket'] = nil +# gitlab_rails['object_store']['objects']['terraform_state']['bucket'] = nil +# gitlab_rails['object_store']['objects']['ci_secure_files']['bucket'] = nil +# gitlab_rails['object_store']['objects']['pages']['bucket'] = nil + +### Job Artifacts +# gitlab_rails['artifacts_enabled'] = true +# gitlab_rails['artifacts_path'] = "/var/opt/gitlab/gitlab-rails/shared/artifacts" +###! Job artifacts Object Store +###! Docs: https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage +# gitlab_rails['artifacts_object_store_enabled'] = false +# gitlab_rails['artifacts_object_store_proxy_download'] = false +# gitlab_rails['artifacts_object_store_remote_directory'] = "artifacts" +# gitlab_rails['artifacts_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'host' => 's3.amazonaws.com', +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +### External merge request diffs +# gitlab_rails['external_diffs_enabled'] = false +# gitlab_rails['external_diffs_when'] = nil +# gitlab_rails['external_diffs_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/external-diffs" +# gitlab_rails['external_diffs_object_store_enabled'] = false +# gitlab_rails['external_diffs_object_store_proxy_download'] = false +# gitlab_rails['external_diffs_object_store_remote_directory'] = "external-diffs" +# gitlab_rails['external_diffs_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'host' => 's3.amazonaws.com', +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +### Git LFS +# gitlab_rails['lfs_enabled'] = true +# gitlab_rails['lfs_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/lfs-objects" +# gitlab_rails['lfs_object_store_enabled'] = false +# gitlab_rails['lfs_object_store_proxy_download'] = false +# gitlab_rails['lfs_object_store_remote_directory'] = "lfs-objects" +# gitlab_rails['lfs_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'host' => 's3.amazonaws.com', +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +### GitLab uploads +###! Docs: https://docs.gitlab.com/ee/administration/uploads.html +# gitlab_rails['uploads_directory'] = "/var/opt/gitlab/gitlab-rails/uploads" +# gitlab_rails['uploads_storage_path'] = "/opt/gitlab/embedded/service/gitlab-rails/public" +# gitlab_rails['uploads_base_dir'] = "uploads/-/system" +# gitlab_rails['uploads_object_store_enabled'] = false +# gitlab_rails['uploads_object_store_proxy_download'] = false +# gitlab_rails['uploads_object_store_remote_directory'] = "uploads" +# gitlab_rails['uploads_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'host' => 's3.amazonaws.com', +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +### Terraform state +###! Docs: https://docs.gitlab.com/ee/administration/terraform_state +# gitlab_rails['terraform_state_enabled'] = true +# gitlab_rails['terraform_state_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/terraform_state" +# gitlab_rails['terraform_state_object_store_enabled'] = false +# gitlab_rails['terraform_state_object_store_remote_directory'] = "terraform" +# gitlab_rails['terraform_state_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'host' => 's3.amazonaws.com', +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +### CI Secure Files +# gitlab_rails['ci_secure_files_enabled'] = true +# gitlab_rails['ci_secure_files_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/ci_secure_files" +# gitlab_rails['ci_secure_files_object_store_enabled'] = false +# gitlab_rails['ci_secure_files_object_store_remote_directory'] = "ci-secure-files" +# gitlab_rails['ci_secure_files_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'host' => 's3.amazonaws.com', +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +### GitLab Pages +# gitlab_rails['pages_object_store_enabled'] = false +# gitlab_rails['pages_object_store_remote_directory'] = "pages" +# gitlab_rails['pages_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'host' => 's3.amazonaws.com', +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } +# gitlab_rails['pages_local_store_enabled'] = true +# gitlab_rails['pages_local_store_path'] = "/var/opt/gitlab/gitlab-rails/shared/pages" + +### Impersonation settings +# gitlab_rails['impersonation_enabled'] = true + +### Disable jQuery and CSS animations +# gitlab_rails['disable_animations'] = false + +### Application settings cache expiry in seconds. (default: 60) +# gitlab_rails['application_settings_cache_seconds'] = 60 + +### Usage Statistics +# gitlab_rails['usage_ping_enabled'] = true + +### GitLab Mattermost +###! These settings are void if Mattermost is installed on the same omnibus +###! install +# gitlab_rails['mattermost_host'] = "https://mattermost.example.com" + +### LDAP Settings +###! Docs: https://docs.gitlab.com/ee/administration/auth/ldap/index.html +###! **Be careful not to break the indentation in the ldap_servers block. It is +###! in yaml format and the spaces must be retained. Using tabs will not work.** + +# gitlab_rails['ldap_enabled'] = false +# gitlab_rails['prevent_ldap_sign_in'] = false + +###! **remember to close this block with 'EOS' below** +# gitlab_rails['ldap_servers'] = YAML.load <<-'EOS' +# main: # 'main' is the GitLab 'provider ID' of this LDAP server +# label: 'LDAP' +# host: '_your_ldap_server' +# port: 389 +# uid: 'sAMAccountName' +# bind_dn: '_the_full_dn_of_the_user_you_will_bind_with' +# password: '_the_password_of_the_bind_user' +# encryption: 'plain' # "start_tls" or "simple_tls" or "plain" +# verify_certificates: true +# smartcard_auth: false +# active_directory: true +# smartcard_ad_cert_field: 'altSecurityIdentities' +# smartcard_ad_cert_format: null # 'issuer_and_serial_number', 'issuer_and_subject' , 'principal_name' +# allow_username_or_email_login: false +# lowercase_usernames: false +# block_auto_created_users: false +# base: '' +# user_filter: '' +# ## EE only +# group_base: '' +# admin_group: '' +# sync_ssh_keys: false +# +# secondary: # 'secondary' is the GitLab 'provider ID' of second LDAP server +# label: 'LDAP' +# host: '_your_ldap_server' +# port: 389 +# uid: 'sAMAccountName' +# bind_dn: '_the_full_dn_of_the_user_you_will_bind_with' +# password: '_the_password_of_the_bind_user' +# encryption: 'plain' # "start_tls" or "simple_tls" or "plain" +# verify_certificates: true +# smartcard_auth: false +# active_directory: true +# smartcard_ad_cert_field: 'altSecurityIdentities' +# smartcard_ad_cert_format: null # 'issuer_and_serial_number', 'issuer_and_subject' , 'principal_name' +# allow_username_or_email_login: false +# lowercase_usernames: false +# block_auto_created_users: false +# base: '' +# user_filter: '' +# ## EE only +# group_base: '' +# admin_group: '' +# sync_ssh_keys: false +# EOS + +### Smartcard authentication settings +###! Docs: https://docs.gitlab.com/ee/administration/auth/smartcard.html +# gitlab_rails['smartcard_enabled'] = false +# gitlab_rails['smartcard_ca_file'] = "/etc/gitlab/ssl/CA.pem" +# gitlab_rails['smartcard_client_certificate_required_host'] = 'smartcard.gitlab.example.com' +# gitlab_rails['smartcard_client_certificate_required_port'] = 3444 +# gitlab_rails['smartcard_required_for_git_access'] = false +# gitlab_rails['smartcard_san_extensions'] = false + +### OmniAuth Settings +###! Docs: https://docs.gitlab.com/ee/integration/omniauth.html +# gitlab_rails['omniauth_enabled'] = nil +# gitlab_rails['omniauth_allow_single_sign_on'] = ['saml'] +# gitlab_rails['omniauth_sync_email_from_provider'] = 'saml' +# gitlab_rails['omniauth_sync_profile_from_provider'] = ['saml'] +# gitlab_rails['omniauth_sync_profile_attributes'] = ['email'] +# gitlab_rails['omniauth_auto_sign_in_with_provider'] = 'saml' +# gitlab_rails['omniauth_block_auto_created_users'] = true +# gitlab_rails['omniauth_auto_link_ldap_user'] = false +# gitlab_rails['omniauth_auto_link_saml_user'] = false +# gitlab_rails['omniauth_auto_link_user'] = ['twitter'] +# gitlab_rails['omniauth_external_providers'] = ['twitter', 'google_oauth2'] +# gitlab_rails['omniauth_allow_bypass_two_factor'] = ['google_oauth2'] +# gitlab_rails['omniauth_providers'] = [ +# { +# "name" => "google_oauth2", +# "app_id" => "YOUR APP ID", +# "app_secret" => "YOUR APP SECRET", +# "args" => { "access_type" => "offline", "approval_prompt" => "" } +# } +# ] +# gitlab_rails['omniauth_cas3_session_duration'] = 28800 +# gitlab_rails['omniauth_saml_message_max_byte_size'] = 250000 + +### OIDC settings +# Configure a custom duration for ID Tokens (defaults to 120 seconds). +#! Docs: https://docs.gitlab.com/administration/auth/oidc/?tab=Linux+package+%28Omnibus%29#configure-a-custom-duration-for-id-tokens +# gitlab_rails['oidc_provider_openid_id_token_expire_in_seconds'] = 120 + + +### JWT ID Token settings +# Configure a custom issuer url for CI JWT ID tokens +# gitlab_rails['ci_id_tokens_issuer_url'] = https://example-oidc-configuration-bucket.s3.eu-north-1.amazonaws.com + +### FortiAuthenticator authentication settings +# gitlab_rails['forti_authenticator_enabled'] = false +# gitlab_rails['forti_authenticator_host'] = 'forti_authenticator.example.com' +# gitlab_rails['forti_authenticator_port'] = 443 +# gitlab_rails['forti_authenticator_username'] = 'admin' +# gitlab_rails['forti_authenticator_access_token'] = 's3cr3t' + +### FortiToken Cloud authentication settings +# gitlab_rails['forti_token_cloud_enabled'] = false +# gitlab_rails['forti_token_cloud_client_id'] = 'forti_token_cloud_client_id' +# gitlab_rails['forti_token_cloud_client_secret'] = 's3cr3t' + +### DuoAuth authentication settings +# gitlab_rails['duo_auth_enabled'] = false +# gitlab_rails['duo_auth_integration_key'] = 'duo_auth_integration_key' +# gitlab_rails['duo_auth_secret_key'] = 'duo_auth_secret_key' +# gitlab_rails['duo_auth_hostname'] = 'duo_auth.example.com' + +### Backup Settings +###! Docs: https://docs.gitlab.com/omnibus/settings/backups.html + +# gitlab_rails['manage_backup_path'] = true +# gitlab_rails['backup_path'] = "/var/opt/gitlab/backups" +# gitlab_rails['backup_gitaly_backup_path'] = "/opt/gitlab/embedded/bin/gitaly-backup" + +###! Docs: https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#backup-archive-permissions +# gitlab_rails['backup_archive_permissions'] = 0644 + +# gitlab_rails['backup_pg_schema'] = 'public' + +###! The duration in seconds to keep backups before they are allowed to be deleted +# gitlab_rails['backup_keep_time'] = 604800 + +# gitlab_rails['backup_upload_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AKIAKIAKI', +# 'aws_secret_access_key' => 'secret123', +# # # If IAM profile use is enabled, remove aws_access_key_id and aws_secret_access_key +# 'use_iam_profile' => false +# } +# gitlab_rails['backup_upload_remote_directory'] = 'my.s3.bucket' +# gitlab_rails['backup_multipart_chunk_size'] = 104857600 + +###! **Turns on AWS Server-Side Encryption with Amazon S3-Managed Keys for +###! backups** +# gitlab_rails['backup_encryption'] = 'AES256' +###! The encryption key to use with AWS Server-Side Encryption. +###! Setting this value will enable Server-Side Encryption with customer provided keys; +###! otherwise S3-managed keys are used. +# gitlab_rails['backup_encryption_key'] = '' + +###! **Turns on AWS Server-Side Encryption with Amazon SSE-KMS (AWS managed but customer-master key) +# gitlab_rails['backup_upload_storage_options'] = { +# 'server_side_encryption' => 'aws:kms', +# 'server_side_encryption_kms_key_id' => 'arn:aws:kms:YOUR-KEY-ID-HERE' +# } + +###! **Specifies Amazon S3 storage class to use for backups. Valid values +###! include 'STANDARD', 'STANDARD_IA', and 'REDUCED_REDUNDANCY'** +# gitlab_rails['backup_storage_class'] = 'STANDARD' + +###! Skip parts of the backup. Comma separated. +###! Docs: https://docs.gitlab.com/ee/administration/backup_restore/backup_gitlab.html#excluding-specific-data-from-the-backup +#gitlab_rails['env'] = { +# "SKIP" => "db,uploads,repositories,builds,artifacts,lfs,registry,pages" +#} + +### Gitaly settings +# gitlab_rails['gitaly_token'] = 'secret token' +# gitlab_rails['repositories_storages'] = { +# 'default' => { +# 'gitaly_address' => 'tcp://praefect-lb:2305', +# 'gitaly_token' => 'secret_token' +# } +# } + +### For storing GitLab application uploads, eg. LFS objects, build artifacts +###! Docs: https://docs.gitlab.com/ee/development/shared_files.html +# gitlab_rails['shared_path'] = '/var/opt/gitlab/gitlab-rails/shared' + +### For storing encrypted configuration files +###! Docs: https://docs.gitlab.com/ee/administration/encrypted_configuration.html +# gitlab_rails['encrypted_settings_path'] = '/var/opt/gitlab/gitlab-rails/shared/encrypted_settings' + +### Wait for file system to be mounted +###! Docs: https://docs.gitlab.com/omnibus/settings/configuration.html#start-linux-package-installation-services-only-after-a-given-file-system-is-mounted +# high_availability['mountpoint'] = ["/var/opt/gitlab/git-data", "/var/opt/gitlab/gitlab-rails/shared"] + +### GitLab Shell settings for GitLab +# gitlab_rails['gitlab_shell_ssh_port'] = 22 +# gitlab_rails['gitlab_shell_git_timeout'] = 800 + +### Extra customization +# gitlab_rails['extra_google_analytics_id'] = '_your_tracking_id' +# gitlab_rails['extra_google_tag_manager_id'] = '_your_tracking_id' +# gitlab_rails['extra_one_trust_id'] = '_your_one_trust_id' +# gitlab_rails['extra_google_tag_manager_nonce_id'] = '_your_google_tag_manager_id' +# gitlab_rails['extra_bizible'] = false +# gitlab_rails['extra_matomo_url'] = '_your_matomo_url' +# gitlab_rails['extra_matomo_site_id'] = '_your_matomo_site_id' +# gitlab_rails['extra_matomo_disable_cookies'] = false +# gitlab_rails['extra_maximum_text_highlight_size_kilobytes'] = 512 + +##! Docs: https://docs.gitlab.com/omnibus/settings/environment-variables.html +# gitlab_rails['env'] = { +# 'BUNDLE_GEMFILE' => "/opt/gitlab/embedded/service/gitlab-rails/Gemfile", +# 'PATH' => "/opt/gitlab/bin:/opt/gitlab/embedded/bin:/bin:/usr/bin" +# } + +# gitlab_rails['rack_attack_git_basic_auth'] = { +# 'enabled' => false, +# 'ip_whitelist' => ["127.0.0.1"], +# 'maxretry' => 10, +# 'findtime' => 60, +# 'bantime' => 3600 +# } + +# gitlab_rails['dir'] = "/var/opt/gitlab/gitlab-rails" +# gitlab_rails['log_directory'] = "/var/log/gitlab/gitlab-rails" +# gitlab_rails['log_group'] = nil + +#### Change the initial default admin password and shared runner registration tokens. +####! **Only applicable on initial setup, changing these settings after database +####! is created and seeded won't yield any change.** +# gitlab_rails['initial_root_password'] = "password" +# gitlab_rails['initial_shared_runners_registration_token'] = "token" + +### Product Usage Data +# This setting enables product usage data in the GitLab instance. +# It will be read on initial installation only. Once GitLab is up and running, +# this setting should be toggled from the admin pages in the UI. +# gitlab_rails['initial_gitlab_product_usage_data'] = nil + +#### Toggle if root password should be printed to STDOUT during initialization +# gitlab_rails['display_initial_root_password'] = false + +#### Toggle if initial root password should be written to /etc/gitlab/initial_root_password +# gitlab_rails['store_initial_root_password'] = true + +#### Set path to an initial license to be used while bootstrapping GitLab. +####! **Only applicable on initial setup, future license updates need to be done via UI. +####! Updating the file specified in this path won't yield any change after the first reconfigure run. +# gitlab_rails['initial_license_file'] = '/etc/gitlab/company.gitlab-license' + +####! Enable or disable automatic database migrations +# gitlab_rails['auto_migrate'] = true + +####! This is advanced feature used by large gitlab deployments where loading +####! whole RAILS env takes a lot of time. +# gitlab_rails['rake_cache_clear'] = true + +### GitLab database settings +###! Docs: https://docs.gitlab.com/omnibus/settings/database.html +###! **Only needed if you use an external database.** +# gitlab_rails['db_adapter'] = "postgresql" +# gitlab_rails['db_encoding'] = "unicode" +# gitlab_rails['db_collation'] = nil +# gitlab_rails['db_database'] = "gitlabhq_production" +# gitlab_rails['db_username'] = "gitlab" +# gitlab_rails['db_password'] = nil +# gitlab_rails['db_host'] = nil +# gitlab_rails['db_port'] = 5432 +# gitlab_rails['db_socket'] = nil +# gitlab_rails['db_sslmode'] = nil +# gitlab_rails['db_sslcompression'] = 0 +# gitlab_rails['db_sslrootcert'] = nil +# gitlab_rails['db_sslcert'] = nil +# gitlab_rails['db_sslkey'] = nil +# gitlab_rails['db_prepared_statements'] = false +# gitlab_rails['db_statements_limit'] = 1000 +# gitlab_rails['db_connect_timeout'] = nil +# gitlab_rails['db_keepalives'] = nil +# gitlab_rails['db_keepalives_idle'] = nil +# gitlab_rails['db_keepalives_interval'] = nil +# gitlab_rails['db_keepalives_count'] = nil +# gitlab_rails['db_tcp_user_timeout'] = nil +# gitlab_rails['db_application_name'] = nil +# gitlab_rails['db_database_tasks'] = true + +##! Command to generate extra database configuration +# gitlab_rails['db_extra_config_command'] = nil + +### Gitlab decomposed database settings +###! Docs: https://docs.gitlab.com/omnibus/settings/database.html +# gitlab_rails['databases']['main']['db_database'] = 'gitlabhq_production' +# gitlab_rails['databases']['main']['database_tasks'] = true +# gitlab_rails['databases']['ci']['enable'] = true +# gitlab_rails['databases']['ci']['db_database'] = 'gitlabhq_production' +# gitlab_rails['databases']['ci']['database_tasks'] = false + +### GitLab ClickHouse connection settings +###! EXPERIMENTAL +# gitlab_rails['clickhouse_databases']['main']['database'] = 'dbname' +# gitlab_rails['clickhouse_databases']['main']['url'] = 'https://example.com/path' +# gitlab_rails['clickhouse_databases']['main']['username'] = 'gitlab' +# gitlab_rails['clickhouse_databases']['main']['password'] = 'password' + +### GitLab Redis settings +###! Connect to your own Redis instance +###! Docs: https://docs.gitlab.com/omnibus/settings/redis.html + +#### Redis TCP connection +# gitlab_rails['redis_host'] = "127.0.0.1" +# gitlab_rails['redis_port'] = 6379 +# gitlab_rails['redis_ssl'] = false +# gitlab_rails['redis_password'] = nil +# gitlab_rails['redis_database'] = 0 +# gitlab_rails['redis_enable_client'] = true +# gitlab_rails['redis_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_tls_client_cert_file'] = nil +# gitlab_rails['redis_tls_client_key_file'] = nil +# gitlab_rails['redis_connect_timeout'] = nil +# gitlab_rails['redis_read_timeout'] = nil +# gitlab_rails['redis_write_timeout'] = nil + +#### Redis local UNIX socket (will be disabled if TCP method is used) +# gitlab_rails['redis_socket'] = "/var/opt/gitlab/redis/redis.socket" + +#### Cells +# gitlab_rails['cell'] = { +# enabled: false, +# id: nil, +# database: { +# skip_sequence_alteration: false +# }, +# topology_service_client: { +# address: 'topology-service.gitlab.example.com:443', +# ca_file: 'path/to/your/ca/.pem', +# certificate_file: 'path/to/your/cert/.pem', +# private_key_file: 'path/to/your/key/.pem' +# } +# } + +#### Session cookie settings +# gitlab_rails['session_store_session_cookie_token_prefix'] = '' + +#### Sentinel support +####! To have Sentinel working, you must enable Redis TCP connection support +####! above and define a few Sentinel hosts below (to get a reliable setup +####! at least 3 hosts). +####! **You don't need to list every sentinel host, but the ones not listed will +####! not be used in a fail-over situation to query for the new master.** +# gitlab_rails['redis_sentinels'] = [ +# {'host' => '127.0.0.1', 'port' => 26379}, +# ] +# gitlab_rails['redis_sentinels_password'] = 'sentinel-requirepass-goes-here' + +# gitlab_rails['redis_sentinel_master'] = nil +# gitlab_rails['redis_sentinel_master_ip'] = nil +# gitlab_rails['redis_sentinel_master_port'] = nil + +#### Cluster support +####! Cluster support is only available for selected Redis instances. `resque.yml` will not +####! support cluster mode to maintain full-compatibility with the GitLab rails application. +####! +####! To have Redis Cluster working, you must declare `redis_{instance}_cluster_nodes` +####! `redis_{instance}_username` and `redis_{instance}_password` are required if ACL +####! is enabled for the Redis servers. +# gitlab_rails['redis_xxxx_cluster_nodes'] = [ +# {'host' => '127.0.0.1', 'port' => 6379}, +# ] + +#### Separate instances support +####! Docs: https://docs.gitlab.com/omnibus/settings/redis.html#running-with-multiple-redis-instances +# gitlab_rails['redis_cache_instance'] = nil +# gitlab_rails['redis_cache_sentinels'] = nil +# gitlab_rails['redis_cache_sentinels_password'] = nil +# gitlab_rails['redis_cache_username'] = nil +# gitlab_rails['redis_cache_password'] = nil +# gitlab_rails['redis_cache_cluster_nodes'] = nil +# gitlab_rails['redis_cache_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_cache_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_cache_tls_client_cert_file'] = nil +# gitlab_rails['redis_cache_tls_client_key_file'] = nil +# gitlab_rails['redis_queues_instance'] = nil +# gitlab_rails['redis_queues_sentinels'] = nil +# gitlab_rails['redis_queues_sentinels_password'] = nil +# gitlab_rails['redis_queues_username'] = nil +# gitlab_rails['redis_queues_password'] = nil +# gitlab_rails['redis_queues_cluster_nodes'] = nil +# gitlab_rails['redis_queues_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_queues_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_queues_tls_client_cert_file'] = nil +# gitlab_rails['redis_queues_tls_client_key_file'] = nil +# gitlab_rails['redis_shared_state_instance'] = nil +# gitlab_rails['redis_shared_state_sentinels'] = nil +# gitlab_rails['redis_shared_state_sentinels_password'] = nil +# gitlab_rails['redis_shared_state_username'] = nil +# gitlab_rails['redis_shared_state_password'] = nil +# gitlab_rails['redis_shared_state_cluster_nodes'] = nil +# gitlab_rails['redis_shared_state_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_shared_state_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_shared_state_tls_client_cert_file'] = nil +# gitlab_rails['redis_shared_state_tls_client_key_file'] = nil +# gitlab_rails['redis_trace_chunks_instance'] = nil +# gitlab_rails['redis_trace_chunks_sentinels'] = nil +# gitlab_rails['redis_trace_chunks_sentinels_password'] = nil +# gitlab_rails['redis_trace_chunks_username'] = nil +# gitlab_rails['redis_trace_chunks_password'] = nil +# gitlab_rails['redis_trace_chunks_cluster_nodes'] = nil +# gitlab_rails['redis_trace_chunks_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_trace_chunks_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_trace_chunks_tls_client_cert_file'] = nil +# gitlab_rails['redis_trace_chunks_tls_client_key_file'] = nil +# gitlab_rails['redis_actioncable_instance'] = nil +# gitlab_rails['redis_actioncable_sentinels'] = nil +# gitlab_rails['redis_actioncable_sentinels_password'] = nil +# gitlab_rails['redis_actioncable_username'] = nil +# gitlab_rails['redis_actioncable_password'] = nil +# gitlab_rails['redis_actioncable_cluster_nodes'] = nil +# gitlab_rails['redis_actioncable_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_actioncable_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_actioncable_tls_client_cert_file'] = nil +# gitlab_rails['redis_actioncable_tls_client_key_file'] = nil +# gitlab_rails['redis_rate_limiting_instance'] = nil +# gitlab_rails['redis_rate_limiting_sentinels'] = nil +# gitlab_rails['redis_rate_limiting_sentinels_password'] = nil +# gitlab_rails['redis_rate_limiting_username'] = nil +# gitlab_rails['redis_rate_limiting_password'] = nil +# gitlab_rails['redis_rate_limiting_cluster_nodes'] = nil +# gitlab_rails['redis_rate_limiting_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_rate_limiting_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_rate_limiting_tls_client_cert_file'] = nil +# gitlab_rails['redis_rate_limiting_tls_client_key_file'] = nil +# gitlab_rails['redis_sessions_instance'] = nil +# gitlab_rails['redis_sessions_sentinels'] = nil +# gitlab_rails['redis_sessions_sentinels_password'] = nil +# gitlab_rails['redis_sessions_username'] = nil +# gitlab_rails['redis_sessions_password'] = nil +# gitlab_rails['redis_sessions_cluster_nodes'] = nil +# gitlab_rails['redis_sessions_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_sessions_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_sessions_tls_client_cert_file'] = nil +# gitlab_rails['redis_sessions_tls_client_key_file'] = nil +# gitlab_rails['redis_cluster_rate_limiting_instance'] = nil +# gitlab_rails['redis_cluster_rate_limiting_sentinels'] = nil +# gitlab_rails['redis_cluster_rate_limiting_sentinels_password'] = nil +# gitlab_rails['redis_cluster_rate_limiting_username'] = nil +# gitlab_rails['redis_cluster_rate_limiting_password'] = nil +# gitlab_rails['redis_cluster_rate_limiting_cluster_nodes'] = nil +# gitlab_rails['redis_cluster_rate_limiting_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_cluster_rate_limiting_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_cluster_rate_limiting_tls_client_cert_file'] = nil +# gitlab_rails['redis_cluster_rate_limiting_tls_client_key_file'] = nil +# gitlab_rails['redis_repository_cache_instance'] = nil +# gitlab_rails['redis_repository_cache_sentinels'] = nil +# gitlab_rails['redis_repository_cache_sentinels_password'] = nil +# gitlab_rails['redis_repository_cache_username'] = nil +# gitlab_rails['redis_repository_cache_password'] = nil +# gitlab_rails['redis_repository_cache_cluster_nodes'] = nil +# gitlab_rails['redis_repository_cache_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_repository_cache_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_repository_cache_tls_client_cert_file'] = nil +# gitlab_rails['redis_repository_cache_tls_client_key_file'] = nil +# gitlab_rails['redis_workhorse_instance'] = nil +# gitlab_rails['redis_workhorse_sentinels'] = nil +# gitlab_rails['redis_workhorse_sentinels_password'] = nil +# gitlab_rails['redis_workhorse_username'] = nil +# gitlab_rails['redis_workhorse_password'] = nil +# gitlab_rails['redis_workhorse_cluster_nodes'] = nil +# gitlab_rails['redis_workhorse_tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# gitlab_rails['redis_workhorse_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_rails['redis_workhorse_tls_client_cert_file'] = nil +# gitlab_rails['redis_workhorse_tls_client_key_file'] = nil + +# gitlab_rails['redis_workhorse_sentinel_master'] = nil + +# gitlab_rails['redis_yml_override'] = nil + +################################################################################ +## Container Registry settings +##! Docs: https://docs.gitlab.com/ee/administration/packages/container_registry.html +################################################################################ + +# registry_external_url 'https://registry.example.com' + +### Settings used by GitLab application +# gitlab_rails['registry_enabled'] = true +# gitlab_rails['registry_host'] = "registry.gitlab.example.com" +# gitlab_rails['registry_port'] = "5005" +# gitlab_rails['registry_path'] = "/var/opt/gitlab/gitlab-rails/shared/registry" + +###! Notification secret, it's used to authenticate notification requests to GitLab application +###! You only need to change this when you use external Registry service, otherwise +###! it will be taken directly from notification settings of your Registry +# gitlab_rails['registry_notification_secret'] = nil + +###! **Do not change the following 3 settings unless you know what you are +###! doing** +# gitlab_rails['registry_api_url'] = "http://127.0.0.1:5000" +# gitlab_rails['registry_key_path'] = "/var/opt/gitlab/gitlab-rails/certificate.key" +# gitlab_rails['registry_issuer'] = "omnibus-gitlab-issuer" + +### Settings used by Registry application +# registry['enable'] = true +# registry['username'] = "registry" +# registry['group'] = "registry" +# registry['uid'] = nil +# registry['gid'] = nil +# registry['dir'] = "/var/opt/gitlab/registry" +# registry['shell'] = "/usr/sbin/nologin" +# registry['registry_http_addr'] = "127.0.0.1:5000" +# registry['debug_addr'] = "localhost:5001" +# registry['log_directory'] = "/var/log/gitlab/registry" +# registry['env_directory'] = "/opt/gitlab/etc/registry/env" +# registry['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } +# registry['log_level'] = "info" +# registry['log_formatter'] = "text" +# registry['rootcertbundle'] = "/var/opt/gitlab/registry/certificate.crt" +# registry['health_storagedriver_enabled'] = true +# registry['middleware'] = nil +# registry['storage_delete_enabled'] = true +# registry['validation_enabled'] = false +# registry['autoredirect'] = false +# registry['compatibility_schema1_enabled'] = false +# registry['database'] = nil + +### Registry backend storage +###! Docs: https://docs.gitlab.com/ee/administration/packages/container_registry.html#configure-storage-for-the-container-registry +# registry['storage'] = { +# 's3' => { +# 'accesskey' => 's3-access-key', +# 'secretkey' => 's3-secret-key-for-access-key', +# 'bucket' => 'your-s3-bucket', +# 'region' => 'your-s3-region', +# 'regionendpoint' => 'your-s3-regionendpoint' +# }, +# 'redirect' => { +# 'disable' => false +# } +# } + +### Registry database +###! Docs: https://docs.gitlab.com/ee/administration/packages/container_registry_metadata_database.html#new-installations +# registry['database'] = { +# 'enabled' => true, +# 'host' => 'localhost', +# 'port' => 5432, +# 'user' => 'postgres', +# 'password' => 'postgres', +# 'dbname' => 'registry', +# 'sslmode' => 'verify-full', +# 'sslcert' => '/path/to/client.crt', +# 'sslkey' => '/path/to/client.key', +# 'sslrootcert' => '/path/to/root.crt', +# 'connecttimeout' => '5s', +# 'draintimeout' => '2m', +# 'preparedstatements' => false, +# 'primary' => 'primary.record.fqdn', +# 'pool' => { +# 'maxidle' => 25, +# 'maxopen' => 25, +# 'maxlifetime' => '5m' +# } +# } + +### Registry garbage collection +###! Docs: https://gitlab.com/gitlab-org/container-registry/-/blob/master/docs/configuration.md?ref_type=heads#gc +# registry['gc'] = { +# 'disabled' => false, +# 'maxbackoff' => '24h', +# 'noidlebackoff' => false, +# 'transactiontimeout' => '10s', +# 'reviewafter' => '24h', +# 'manifests' => { +# 'disabled' => false, +# 'interval' => '5s' +# }, +# 'blobs' => { +# 'disabled' => false, +# 'interval' => '5s', +# 'storagetimeout' => '5s' +# } +# } + +### Registry notifications endpoints +# registry['notifications'] = [ +# { +# 'name' => 'test_endpoint', +# 'url' => 'https://gitlab.example.com/notify2', +# 'timeout' => '500ms', +# 'threshold' => 5, # DEPRECATED: use maxretries instead https://gitlab.com/gitlab-org/container-registry/-/issues/1243 +# 'maxretries' => 5, +# 'backoff' => '1s', +# 'headers' => { +# "Authorization" => ["AUTHORIZATION_EXAMPLE_TOKEN"] +# } +# } +# ] +### Default registry notifications +# registry['default_notifications_timeout'] = "500ms" +# registry['default_notifications_threshold'] = 5 +# registry['default_notifications_maxretries'] = 5 +# registry['default_notifications_backoff'] = "1s" +# registry['default_notifications_headers'] = {} + +################################################################################ +## Error Reporting and Logging with Sentry +################################################################################ +# gitlab_rails['sentry_enabled'] = false +# gitlab_rails['sentry_dsn'] = 'https://@sentry.io/' +# gitlab_rails['sentry_clientside_dsn'] = 'https://@sentry.io/' +# gitlab_rails['sentry_environment'] = 'production' + +################################################################################ +## GitLab Workhorse +##! Docs: https://gitlab.com/gitlab-org/gitlab/-/blob/master/workhorse/README.md +################################################################################ + +# gitlab_workhorse['enable'] = true +# gitlab_workhorse['ha'] = false +# gitlab_workhorse['alt_document_root'] = nil + +##! Duration to wait for all requests to finish (e.g. "10s" for 10 +##! seconds). By default this is disabled to preserve the existing +##! behavior of fast shutdown. This should not be set higher than 30 +##! seconds, since gitlab-ctl will wait up to 30 seconds (as defined by +##! the SVWAIT variable) and report a timeout error if the process has +##! not shut down. +# gitlab_workhorse['shutdown_timeout'] = nil +# gitlab_workhorse['listen_network'] = "unix" +# gitlab_workhorse['listen_umask'] = 000 +# gitlab_workhorse['listen_addr'] = "/var/opt/gitlab/gitlab-workhorse/sockets/socket" +# gitlab_workhorse['auth_backend'] = "http://localhost:8080" + +##! Enable Redis keywatcher, if this setting is not present it defaults to true +# gitlab_workhorse['workhorse_keywatcher'] = true + +##! the empty string is the default in gitlab-workhorse option parser +# gitlab_workhorse['auth_socket'] = "''" + +##! put an empty string on the command line +# gitlab_workhorse['pprof_listen_addr'] = "''" + +# gitlab_workhorse['prometheus_listen_addr'] = "localhost:9229" + +# gitlab_workhorse['dir'] = "/var/opt/gitlab/gitlab-workhorse" +# gitlab_workhorse['log_directory'] = "/var/log/gitlab/gitlab-workhorse" +# gitlab_workhorse['proxy_headers_timeout'] = "1m0s" + +##! limit number of concurrent API requests, defaults to 0 which is unlimited +# gitlab_workhorse['api_limit'] = 0 + +##! limit number of API requests allowed to be queued, defaults to 0 which +##! disables queuing +# gitlab_workhorse['api_queue_limit'] = 0 + +##! duration after which we timeout requests if they sit too long in the queue +# gitlab_workhorse['api_queue_duration'] = "30s" + +##! Long polling duration for job requesting for runners +# gitlab_workhorse['api_ci_long_polling_duration'] = "60s" + +##! Propagate X-Request-Id if available. Workhorse will generate a random value otherwise. +# gitlab_workhorse['propagate_correlation_id'] = false + +##! A list of CIDR blocks to allow for propagation of correlation ID. +##! propagate_correlation_id should also be set to true. +##! For example: %w(127.0.0.1/32 192.168.0.1/32) +# gitlab_workhorse['trusted_cidrs_for_propagation'] = nil + +##! A list of CIDR blocks that must match remote IP addresses to use +##! X-Forwarded-For HTTP header for the actual client IP. Used in +##! conjuction with propagate_correlation_id and +##! trusted_cidrs_for_propagation. +##! For example: %w(127.0.0.1/32 192.168.0.1/32) +# gitlab_workhorse['trusted_cidrs_for_x_forwarded_for'] = nil + +##! Log format: default is json, can also be text or none. +# gitlab_workhorse['log_format'] = "json" + +# gitlab_workhorse['env_directory'] = "/opt/gitlab/etc/gitlab-workhorse/env" +# gitlab_workhorse['env'] = { +# 'PATH' => "/opt/gitlab/bin:/opt/gitlab/embedded/bin:/bin:/usr/bin", +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } + +##! Resource limitations for the dynamic image scaler. +##! Exceeding these thresholds will cause Workhorse to serve images in their original size. +##! +##! Maximum number of scaler processes that are allowed to execute concurrently. +##! It is recommended for this not to exceed the number of CPUs available. +# gitlab_workhorse['image_scaler_max_procs'] = 4 +##! +##! Maximum file size in bytes for an image to be considered eligible for rescaling +# gitlab_workhorse['image_scaler_max_filesize'] = 250000 + +##! Service name used to register GitLab Workhorse as a Consul service +# gitlab_workhorse['consul_service_name'] = 'workhorse' +##! Semantic metadata used when registering GitLab Workhorse as a Consul service +# gitlab_workhorse['consul_service_meta'] = {} + +##! Redis settings specific for GitLab Workhorse +##! To be used when Workhorse is supposed to use a different Redis instance than +##! other components. The settings specified here should match +##! `gitlab_rails['redis_workhorse_*']` settings, if specified. If not specified, +##! they are inferred from the below values. `gitlab_rails['redis_workhorse_*']` +##! settings tell the Rails app which Redis has channels to publish messages to, +##! and `gitlab_workhorse['redis_*']` tells Workhorse which Redis has channels to +##! subscribe to. Hence, the requirement of the settings to match. +# gitlab_workhorse['redis_socket'] = "/var/opt/gitlab/redis/redis.socket" +# gitlab_workhorse['redis_host'] = "127.0.0.1" +# gitlab_workhorse['redis_port'] = nil +# gitlab_workhorse['redis_database'] = nil +# gitlab_workhorse['redis_username'] = nil +# gitlab_workhorse['redis_password'] = nil +# gitlab_workhorse['redis_ssl'] = false +# gitlab_workhorse['redis_cluster_nodes'] = [] +# gitlab_workhorse['redis_sentinels'] = [] +# gitlab_workhorse['redis_sentinels_password'] = nil +# gitlab_workhorse['redis_sentinel_master'] = nil +# gitlab_workhorse['redis_sentinel_master_ip'] = nil +# gitlab_workhorse['redis_sentinel_master_port'] = nil + +##! Command to generate extra configuration +# gitlab_workhorse['extra_config_command'] = nil + +##! Metadata configuration section +# gitlab_workhorse['metadata_zip_reader_limit_bytes'] = nil + +################################################################################ +## GitLab User Settings +##! Modify default git user. +##! Docs: https://docs.gitlab.com/omnibus/settings/configuration.html#change-the-name-of-the-git-user-or-group +################################################################################ + +# user['username'] = "git" +# user['group'] = "git" +# user['uid'] = nil +# user['gid'] = nil + +##! The shell for the git user +# user['shell'] = "/bin/sh" + +##! The home directory for the git user +# user['home'] = "/var/opt/gitlab" + +# user['git_user_name'] = "GitLab" +# user['git_user_email'] = "gitlab@#{node['fqdn']}" + +################################################################################ +## GitLab Puma +##! Tweak puma settings. +##! Docs: https://docs.gitlab.com/ee/administration/operations/puma.html +################################################################################ + +# puma['enable'] = true +# puma['ha'] = false +# puma['worker_timeout'] = 60 +# puma['worker_processes'] = 2 +# puma['min_threads'] = 4 +# puma['max_threads'] = 4 + +### Advanced settings +# puma['listen'] = '127.0.0.1' +# puma['port'] = 8080 +# puma['socket'] = '/var/opt/gitlab/gitlab-rails/sockets/gitlab.socket' +# puma['somaxconn'] = 2048 + +### SSL settings +# puma['ssl_listen'] = nil +# puma['ssl_port'] = nil +# puma['ssl_certificate'] = nil +# puma['ssl_certificate_key'] = nil +# puma['ssl_client_certificate'] = nil +# puma['ssl_cipher_filter'] = nil +# puma['ssl_key_password_command'] = nil +# puma['ssl_verify_mode'] = 'none' + +# puma['pidfile'] = '/opt/gitlab/var/puma/puma.pid' +# puma['state_path'] = '/opt/gitlab/var/puma/puma.state' + +###! **We do not recommend changing this setting** +# puma['log_directory'] = "/var/log/gitlab/puma" + +###! **Only change these settings if you understand well what they mean** +###! Docs: https://github.com/schneems/puma_worker_killer +# puma['per_worker_max_memory_mb'] = 1024 + +# puma['exporter_enabled'] = false +# puma['exporter_address'] = "127.0.0.1" +# puma['exporter_port'] = 8083 +# puma['exporter_tls_enabled'] = false +# puma['exporter_tls_cert_path'] = "" +# puma['exporter_tls_key_path'] = "" + +# puma['prometheus_scrape_scheme'] = 'http' +# puma['prometheus_scrape_tls_server_name'] = 'localhost' +# puma['prometheus_scrape_tls_skip_verification'] = false + +##! Service name used to register Puma as a Consul service +# puma['consul_service_name'] = 'rails' +##! Semantic metadata used when registering Puma as a Consul service +# puma['consul_service_meta'] = {} + +################################################################################ +## GitLab Sidekiq +################################################################################ + +##! GitLab allows one to start multiple sidekiq processes. These +##! processes can be used to consume a dedicated set of queues. This +##! can be used to ensure certain queues are able to handle additional workload. +##! https://docs.gitlab.com/ee/administration/sidekiq/extra_sidekiq_processes.html + +# sidekiq['enable'] = true +# sidekiq['log_directory'] = "/var/log/gitlab/sidekiq" +# sidekiq['log_format'] = "json" +# sidekiq['shutdown_timeout'] = 4 +# sidekiq['interval'] = nil +# sidekiq['concurrency'] = 20 + +##! GitLab allows route a job to a particular queue determined by an array of ##! routing rules. +##! Each routing rule is a tuple of queue selector query and corresponding queue. By default, +##! the routing rules are not configured (empty array) + +# sidekiq['routing_rules'] = [] + +##! Each entry in the queue_groups array denotes a group of queues that have to be processed by a +##! Sidekiq process. Multiple queues can be processed by the same process by +##! separating them with a comma within the group entry, a `*` will process all queues + +# sidekiq['queue_groups'] = ['*'] + +##! Specifies where Prometheus metrics endpoints should be made available for Sidekiq processes. +# sidekiq['metrics_enabled'] = true +# sidekiq['exporter_log_enabled'] = false +# sidekiq['exporter_tls_enabled'] = false +# sidekiq['exporter_tls_cert_path'] = "" +# sidekiq['exporter_tls_key_path'] = "" +# sidekiq['listen_address'] = "localhost" +# sidekiq['listen_port'] = 8082 + +##! Specifies where health-check endpoints should be made available for Sidekiq processes. +##! Defaults to the same settings as for Prometheus metrics (see above). +# sidekiq['health_checks_enabled'] = true +# sidekiq['health_checks_listen_address'] = "localhost" +# sidekiq['health_checks_listen_port'] = 8092 + +##! Service name used to register Sidekiq as a Consul service +# sidekiq['consul_service_name'] = 'sidekiq' +##! Semantic metadata used when registering Sidekiq as a Consul service +# sidekiq['consul_service_meta'] = {} + +################################################################################ +## gitlab-shell +################################################################################ + +# gitlab_shell['audit_usernames'] = false +# gitlab_shell['log_level'] = 'INFO' +# gitlab_shell['log_format'] = 'json' +# gitlab_shell['http_settings'] = { user: 'username', password: 'password', ca_file: '/etc/ssl/cert.pem', ca_path: '/etc/pki/tls/certs'} +# gitlab_shell['log_directory'] = "/var/log/gitlab/gitlab-shell" + +# gitlab_shell['auth_file'] = "/var/opt/gitlab/.ssh/authorized_keys" + +### Git trace log file. +###! If set, git commands receive GIT_TRACE* environment variables +###! Docs: https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_debugging +###! An absolute path starting with / - the trace output will be appended to +###! that file. It needs to exist so we can check permissions and avoid +###! throwing warnings to the users. +# gitlab_shell['git_trace_log_file'] = "/var/log/gitlab/gitlab-shell/gitlab-shell-git-trace.log" + +##! **We do not recommend changing this directory.** +# gitlab_shell['dir'] = "/var/opt/gitlab/gitlab-shell" + +# gitlab_shell['lfs_pure_ssh_protocol'] = false +# gitlab_shell['pat'] = { enabled: true, allowed_scopes: [] } + +################################################################################ +## gitlab-sshd +################################################################################ + +# gitlab_sshd['enable'] = false +# gitlab_sshd['generate_host_keys'] = true +# gitlab_sshd['dir'] = "/var/opt/gitlab/gitlab-sshd" + +###! gitlab-sshd outputs most logs to /var/log/gitlab/gitlab-shell/gitlab-shell.log. +###! This directory only stores stdout/stderr output from the daemon. +# gitlab_sshd['log_directory'] = "/var/log/gitlab/gitlab-sshd/" + +# gitlab_sshd['env_directory'] = '/opt/gitlab/etc/gitlab-sshd/env' +# gitlab_sshd['listen_address'] = 'localhost:2222' +# gitlab_sshd['metrics_address'] = 'localhost:9122' +# gitlab_sshd['concurrent_sessions_limit'] = 100 +# gitlab_sshd['proxy_protocol'] = false +# gitlab_sshd['proxy_policy'] = 'use' +# gitlab_sshd['proxy_header_timeout'] = '500ms' +# gitlab_sshd['grace_period'] = 55 +# gitlab_sshd['client_alive_interval'] = nil +# gitlab_sshd['ciphers'] = nil +# gitlab_sshd['kex_algorithms'] = nil +# gitlab_sshd['macs'] = nil +##! A list of the to be accepted public key algorithms. +##! For example: %w(ssh-ed25519 ecdsa-sha2-nistp256 rsa-sha2-256 rsa-sha2-512) +# gitlab_sshd['public_key_algorithms'] = nil +# gitlab_sshd['login_grace_time'] = 60 +# gitlab_sshd['host_keys_dir'] = '/var/opt/gitlab/gitlab-sshd' +# gitlab_sshd['host_keys_glob'] = 'ssh_host_*_key' +# gitlab_sshd['host_certs_dir'] = '/var/opt/gitlab/gitlab-sshd' +# gitlab_sshd['host_certs_glob'] = 'ssh_host_*-cert.pub' + +################################################################ +## GitLab PostgreSQL +################################################################ + +##! Changing any of these settings requires a restart of postgresql. +##! By default, reconfigure reloads postgresql if it is running. If you +##! change any of these settings, be sure to run `gitlab-ctl restart postgresql` +##! after reconfigure in order for the changes to take effect. +# postgresql['enable'] = true +# postgresql['listen_address'] = nil +# postgresql['port'] = 5432 + +##! Only used when Patroni is enabled. This is the port that PostgreSQL responds to other +##! cluster members. This port is used by Patroni to advertise the PostgreSQL connection +##! endpoint to the cluster. By default it is the same as postgresql['port']. +# postgresql['connect_port'] = 5432 + +##! **recommend value is 1/4 of total RAM, up to 14GB.** +##! For Docker containers, the default of 256 MB is set in docker/assets/gitlab.rb. +##! Otherwise, 1/4 of the total RAM is used in files/gitlab-cookbooks/postgresql/attributes/default.rb. +# postgresql['shared_buffers'] = "256MB" + +### Advanced settings +# postgresql['ha'] = false +# postgresql['dir'] = "/var/opt/gitlab/postgresql" +# postgresql['log_directory'] = "/var/log/gitlab/postgresql" +# postgresql['log_destination'] = nil +# postgresql['logging_collector'] = nil +# postgresql['log_truncate_on_rotation'] = nil +# postgresql['log_rotation_age'] = nil +# postgresql['log_rotation_size'] = nil +# postgresql['log_connections'] = "off" +# postgresql['log_disconnections'] = "off" +##! 'username' affects the system and PostgreSQL user accounts created during installation and cannot be changed +##! on an existing installation. See https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/3606 for more details. +# postgresql['username'] = "gitlab-psql" +# postgresql['group'] = "gitlab-psql" +##! `SQL_USER_PASSWORD_HASH` can be generated using the command `gitlab-ctl pg-password-md5 gitlab` +# postgresql['sql_user_password'] = 'SQL_USER_PASSWORD_HASH' +# postgresql['uid'] = nil +# postgresql['gid'] = nil +# postgresql['shell'] = "/bin/sh" +# postgresql['home'] = "/var/opt/gitlab/postgresql" +# postgresql['user_path'] = "/opt/gitlab/embedded/bin:/opt/gitlab/bin:$PATH" +# postgresql['sql_user'] = "gitlab" +# postgresql['max_connections'] = 400 +# postgresql['md5_auth_cidr_addresses'] = [] +# postgresql['trust_auth_cidr_addresses'] = [] +# postgresql['wal_buffers'] = "-1" +# postgresql['autovacuum_max_workers'] = "3" +# postgresql['autovacuum_freeze_max_age'] = "200000000" +# postgresql['log_statement'] = nil +# postgresql['track_activity_query_size'] = "1024" +# postgresql['shared_preload_libraries'] = nil +# postgresql['dynamic_shared_memory_type'] = nil +# postgresql['hot_standby'] = "off" + +### SSL settings +###! See https://www.postgresql.org/docs/13/static/runtime-config-connection.html#GUC-SSL-CERT-FILE for more details +# postgresql['ssl'] = 'on' +# postgresql['hostssl'] = false +# postgresql['ssl_ciphers'] = 'HIGH:MEDIUM:+3DES:!aNULL:!SSLv3:!TLSv1' +# postgresql['ssl_cert_file'] = 'server.crt' +# postgresql['ssl_key_file'] = 'server.key' +# postgresql['ssl_ca_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# postgresql['ssl_crl_file'] = nil +# postgresql['cert_auth_addresses'] = { +# 'ADDRESS' => { +# database: 'gitlabhq_production', +# user: 'gitlab' +# } +# } + +### Replication settings +###! Note, some replication settings do not require a full restart. They are documented below. +# postgresql['wal_level'] = "hot_standby" +# postgresql['wal_log_hints'] = 'off' +# postgresql['max_wal_senders'] = 5 +# postgresql['max_replication_slots'] = 0 +# postgresql['max_locks_per_transaction'] = 128 + +### Backup/Archive settings +# postgresql['archive_mode'] = "off" + +###! Changing any of these settings only requires a reload of postgresql. You do not need to +###! restart postgresql if you change any of these and run reconfigure. +# postgresql['work_mem'] = "16MB" +# postgresql['maintenance_work_mem'] = "16MB" +# postgresql['checkpoint_timeout'] = "5min" +# postgresql['checkpoint_completion_target'] = 0.9 +# postgresql['effective_io_concurrency'] = 1 +# postgresql['checkpoint_warning'] = "30s" +# postgresql['effective_cache_size'] = "1MB" +# postgresql['shmmax'] = 17179869184 # or 4294967295 +# postgresql['shmall'] = 4194304 # or 1048575 +# postgresql['autovacuum'] = "on" +# postgresql['log_autovacuum_min_duration'] = "-1" +# postgresql['autovacuum_naptime'] = "1min" +# postgresql['autovacuum_vacuum_threshold'] = "50" +# postgresql['autovacuum_analyze_threshold'] = "50" +# postgresql['autovacuum_vacuum_scale_factor'] = "0.02" +# postgresql['autovacuum_analyze_scale_factor'] = "0.01" +# postgresql['autovacuum_vacuum_cost_delay'] = "20ms" +# postgresql['autovacuum_vacuum_cost_limit'] = "-1" +# postgresql['statement_timeout'] = "60000" +# postgresql['idle_in_transaction_session_timeout'] = "60000" +# postgresql['log_line_prefix'] = "%a" +# postgresql['max_worker_processes'] = 8 +# postgresql['max_parallel_workers_per_gather'] = 0 +# postgresql['log_lock_waits'] = 1 +# postgresql['deadlock_timeout'] = '5s' +# postgresql['track_io_timing'] = 0 +# postgresql['default_statistics_target'] = 1000 + +### Available in PostgreSQL 9.6 and later +# postgresql['min_wal_size'] = "80MB" +# postgresql['max_wal_size'] = "1GB" + +### Backup/Archive settings +# postgresql['archive_command'] = nil +# postgresql['archive_timeout'] = "0" + +### Replication settings +# postgresql['sql_replication_user'] = "gitlab_replicator" +# postgresql['sql_replication_password'] = "md5 hash of postgresql password" # You can generate with `gitlab-ctl pg-password-md5 ` +# postgresql['wal_keep_segments'] = 10 +# postgresql['max_standby_archive_delay'] = "30s" +# postgresql['max_standby_streaming_delay'] = "30s" +# postgresql['synchronous_commit'] = on +# postgresql['synchronous_standby_names'] = '' +# postgresql['hot_standby_feedback'] = 'off' +# postgresql['random_page_cost'] = 2.0 +# postgresql['log_temp_files'] = -1 +# postgresql['log_checkpoints'] = 'off' +###! To add custom entries to pg_hba.conf use the following +# postgresql['custom_pg_hba_entries'] = { +# APPLICATION: [ # APPLICATION should identify what the settings are used for +# { +# type: example, +# database: example, +# user: example, +# cidr: example, +# method: example, +# option: example +# } +# ] +# } +###! See https://www.postgresql.org/docs/13/static/auth-pg-hba-conf.html for an explanation +###! of the values + +### Version settings +# Set this if you have disabled the bundled PostgreSQL but still want to use the backup rake tasks +# postgresql['version'] = 16 + + +##! Automatically restart PostgreSQL service when version changes. +# postgresql['auto_restart_on_version_change'] = true + +################################################################################ +## GitLab Redis +##! **Can be disabled if you are using your own Redis instance.** +##! Docs: https://docs.gitlab.com/omnibus/settings/redis.html +################################################################################ + +# redis['enable'] = true +# redis['ha'] = false +# redis['start_down'] = false +# redis['set_replicaof'] = false +# redis['hz'] = 10 +# redis['dir'] = "/var/opt/gitlab/redis" +# redis['log_directory'] = "/var/log/gitlab/redis" +# redis['log_group'] = nil +# redis['username'] = "gitlab-redis" +# redis['group'] = "gitlab-redis" +# redis['maxclients'] = "10000" +# redis['open_files_ulimit'] = nil # Maximum number of open files allowed for the redis process (defaults to ope +# redis['maxmemory'] = "0" +# redis['maxmemory_policy'] = "noeviction" +# redis['maxmemory_samples'] = "5" +# redis['stop_writes_on_bgsave_error'] = true +# redis['tcp_backlog'] = 511 +# redis['tcp_timeout'] = "60" +# redis['tcp_keepalive'] = "300" +# redis['uid'] = nil +# redis['gid'] = nil +# redis['startup_delay'] = 0 + +### Redis TLS settings +###! To run Redis over TLS, specify values for the following settings +# redis['tls_port'] = nil +# redis['tls_cert_file'] = nil +# redis['tls_key_file'] = nil + +###! Other TLS related optional settings +# redis['tls_dh_params_file'] = nil +# redis['tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# redis['tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# redis['tls_auth_clients'] = 'optional' +# redis['tls_replication'] = nil +# redis['tls_cluster'] = nil +# redis['tls_protocols'] = nil +# redis['tls_ciphers'] = nil +# redis['tls_ciphersuites'] = nil +# redis['tls_prefer_server_ciphers'] = nil +# redis['tls_session_caching'] = nil +# redis['tls_session_cache_size'] = nil +# redis['tls_session_cache_timeout'] = nil + +###! Disable or obfuscate unnecessary redis command names +###! Uncomment and edit this block to add or remove entries. +###! See https://docs.gitlab.com/omnibus/settings/redis.html#renamed-commands +###! for detailed usage +###! +# redis['rename_commands'] = { +# 'KEYS': '' +# } + + +###! Configure timeout (in seconds) for runit's sv commands used for managing +###! the Redis service +# redis['runit_sv_timeout'] = nil + +###! **To enable only Redis service in this machine, uncomment +###! one of the lines below (choose master or replica instance types).** +###! Docs: https://docs.gitlab.com/omnibus/settings/redis.html +###! https://docs.gitlab.com/ee/administration/redis/replication_and_failover.html +# redis_master_role['enable'] = true +# redis_replica_role['enable'] = true + +### Redis TCP support (will disable UNIX socket transport) +# redis['bind'] = '0.0.0.0' # or specify an IP to bind to a single one +# redis['port'] = 6379 +# redis['password'] = 'redis-password-goes-here' + +### Redis Sentinel support +###! **You need a master replica Redis replication to be able to do failover** +###! **Please read the documentation before enabling it to understand the +###! caveats:** +###! Docs: https://docs.gitlab.com/ee/administration/redis/replication_and_failover.html + +### Replication support +#### Replica Redis instance +# redis['master'] = false # by default this is true + +#### Replica and Sentinel shared configuration +####! **Both need to point to the master Redis instance to get replication and +####! heartbeat monitoring** +# redis['master_name'] = 'gitlab-redis' +# redis['master_ip'] = nil +# redis['master_port'] = 6379 + +#### Support to run redis replicas in a Docker or NAT environment +####! Docs: https://redis.io/topics/replication#configuring-replication-in-docker-and-nat +# redis['announce_ip'] = nil +# redis['announce_port'] = nil +# redis['announce_ip_from_hostname'] = false + +####! **Master password should have the same value defined in +####! redis['password'] to enable the instance to transition to/from +####! master/replica in a failover event.** +# redis['master_password'] = 'redis-password-goes-here' + +####! Increase these values when your replicas can't catch up with master +# redis['client_output_buffer_limit_normal'] = '0 0 0' +# redis['client_output_buffer_limit_replica'] = '256mb 64mb 60' +# redis['client_output_buffer_limit_pubsub'] = '32mb 8mb 60' + +#####! Redis snapshotting frequency +#####! Set to [] to disable +#####! Set to [''] to clear previously set values +# redis['save'] = [ '900 1', '300 10', '60 10000' ] + +#####! Redis lazy freeing +#####! Defaults to false +# redis['lazyfree_lazy_eviction'] = true +# redis['lazyfree_lazy_expire'] = true +# redis['lazyfree_lazy_server_del'] = true +# redis['replica_lazy_flush'] = true + +#####! Redis threaded I/O +#####! Defaults to disabled +# redis['io_threads'] = 4 +# redis['io_threads_do_reads'] = true + +################################################################################ +## GitLab Web server +##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html#using-a-non-bundled-web-server +################################################################################ + +##! When bundled nginx is disabled we need to add the external webserver user to +##! the GitLab webserver group. +# web_server['external_users'] = [] +# web_server['username'] = 'gitlab-www' +# web_server['group'] = 'gitlab-www' +# web_server['uid'] = nil +# web_server['gid'] = nil +# web_server['shell'] = '/bin/false' +# web_server['home'] = '/var/opt/gitlab/nginx' + +################################################################################ +## GitLab NGINX +##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html +################################################################################ + +# nginx['enable'] = true +# nginx['client_max_body_size'] = '0' +# nginx['redirect_http_to_https'] = false +# nginx['redirect_http_to_https_port'] = 80 + +##! Most root CA's are included by default +# nginx['ssl_client_certificate'] = "/etc/gitlab/ssl/ca.crt" + +##! enable/disable 2-way SSL client authentication +# nginx['ssl_verify_client'] = "off" + +##! if ssl_verify_client on, verification depth in the client certificates chain +# nginx['ssl_verify_depth'] = "1" + +# nginx['ssl_certificate'] = "/etc/gitlab/ssl/#{node['fqdn']}.crt" +# nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/#{node['fqdn']}.key" +# nginx['ssl_ciphers'] = "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384" +# nginx['ssl_prefer_server_ciphers'] = "off" + +##! **Recommended by: https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html +# nginx['ssl_protocols'] = "TLSv1.2 TLSv1.3" + +##! **Recommended in: https://nginx.org/en/docs/http/ngx_http_ssl_module.html** +# nginx['ssl_session_cache'] = "shared:SSL:10m" + +##! **Recommended in: https://ssl-config.mozilla.org/#server=nginx&version=1.17.7&config=intermediate&openssl=1.1.1d&ocsp=false&guideline=5.6** +# nginx['ssl_session_tickets'] = "off" + +##! **Default according to https://nginx.org/en/docs/http/ngx_http_ssl_module.html** +# nginx['ssl_session_timeout'] = "1d" + +# nginx['ssl_dhparam'] = nil # Path to dhparams.pem, eg. /etc/gitlab/ssl/dhparams.pem +# nginx['ssl_password_file'] = nil # Path to file with passphrases for ssl certificate secret keys +# nginx['listen_addresses'] = ['*'] + +##! **Defaults to forcing web browsers to always communicate using only HTTPS** +##! Docs: https://docs.gitlab.com/omnibus/settings/ssl/#configure-the-http-strict-transport-security-hsts +# nginx['hsts_max_age'] = 63072000 +# nginx['hsts_include_subdomains'] = false + +##! Defaults to stripping path information when making cross-origin requests +# nginx['referrer_policy'] = 'strict-origin-when-cross-origin' + +##! **Docs: http://nginx.org/en/docs/http/ngx_http_gzip_module.html** +# nginx['gzip_enabled'] = true + +##! **Override only if you use a reverse proxy** +##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html#setting-the-nginx-listen-port +# nginx['listen_port'] = nil + +##! **Override only if your reverse proxy internally communicates over HTTP** +##! Docs: https://docs.gitlab.com/omnibus/settings/ssl/#configure-a-reverse-proxy-or-load-balancer-ssl-termination +# nginx['listen_https'] = nil + +##! **Override only if you use a reverse proxy with proxy protocol enabled** +##! Docs: https://docs.gitlab.com/omnibus/settings/nginx.html#configuring-the-proxy-protocol +# nginx['proxy_protocol'] = false + +# nginx['custom_gitlab_server_config'] = "location ^~ /foo-namespace/bar-project/raw/ {\n deny all;\n}\n" +# nginx['custom_nginx_config'] = "include /etc/nginx/conf.d/example.conf;" +# nginx['proxy_read_timeout'] = 3600 +# nginx['proxy_connect_timeout'] = 300 +# nginx['proxy_set_headers'] = { +# "Host" => "$http_host_with_default", +# "X-Real-IP" => "$remote_addr", +# "X-Forwarded-For" => "$proxy_add_x_forwarded_for", +# "Upgrade" => "$http_upgrade", +# "Connection" => "$connection_upgrade" +# } +# nginx['proxy_cache_path'] = 'proxy_cache keys_zone=gitlab:10m max_size=1g levels=1:2' +# nginx['proxy_cache'] = 'gitlab' +# nginx['proxy_custom_buffer_size'] = nil +# nginx['http2_enabled'] = true +# nginx['real_ip_trusted_addresses'] = [] +# nginx['real_ip_header'] = nil +# nginx['real_ip_recursive'] = nil +# nginx['custom_error_pages'] = { +# '404' => { +# 'title' => 'Example title', +# 'header' => 'Example header', +# 'message' => 'Example message' +# } +# } + +### Advanced settings +# nginx['dir'] = "/var/opt/gitlab/nginx" +# nginx['log_directory'] = "/var/log/gitlab/nginx" +# nginx['log_group'] = nil +# nginx['error_log_level'] = "error" +# nginx['worker_processes'] = 4 +# nginx['worker_connections'] = 10240 +# nginx['log_format'] = '$remote_addr - $remote_user [$time_local] "$request_method $filtered_request_uri $server_protocol" $status $body_bytes_sent "$filtered_http_referer" "$http_user_agent" $gzip_ratio' +# nginx['sendfile'] = 'on' +# nginx['tcp_nopush'] = 'on' +# nginx['tcp_nodelay'] = 'on' +# nginx['hide_server_tokens'] = 'off' +# nginx['gzip_http_version'] = "1.0" +# nginx['gzip_comp_level'] = "2" +# nginx['gzip_proxied'] = "any" +# nginx['gzip_types'] = [ "text/plain", "text/css", "application/x-javascript", "text/xml", "application/xml", "application/xml+rss", "text/javascript", "application/json" ] +# nginx['keepalive_timeout'] = 65 +# nginx['keepalive_time'] = '1h' +# nginx['cache_max_size'] = '5000m' +# nginx['server_names_hash_bucket_size'] = 64 +##! These paths have proxy_request_buffering disabled +# nginx['request_buffering_off_path_regex'] = "/api/v\\d/jobs/\\d+/artifacts$|/import/gitlab_project$|\\.git/git-receive-pack$|\\.git/ssh-receive-pack$|\\.git/ssh-upload-pack$|\\.git/gitlab-lfs/objects|\\.git/info/lfs/objects/batch$" + +### Nginx status +# nginx['status'] = { +# "enable" => true, +# "listen_addresses" => ["127.0.0.1"], +# "fqdn" => "dev.example.com", +# "port" => 9999, +# "vts_enable" => true, +# "options" => { +# "server_tokens" => "off", # Don't show the version of NGINX +# "access_log" => "off", # Disable logs for stats +# "allow" => "127.0.0.1", # Only allow access from localhost +# "deny" => "all" # Deny access to anyone else +# } +# } + +##! Service name used to register Nginx as a Consul service +# nginx['consul_service_name'] = 'nginx' +##! Semantic metadata used when registering NGINX as a Consul service +# nginx['consul_service_meta'] = {} + +################################################################################ +## GitLab Logging +##! Docs: https://docs.gitlab.com/omnibus/settings/logs.html +################################################################################ + +# logging['svlogd_size'] = 200 * 1024 * 1024 # rotate after 200 MB of log data +# logging['svlogd_num'] = 30 # keep 30 rotated log files +# logging['svlogd_timeout'] = 24 * 60 * 60 # rotate after 24 hours +# logging['svlogd_filter'] = "gzip" # compress logs with gzip +# logging['svlogd_udp'] = nil # transmit log messages via UDP +# logging['svlogd_prefix'] = nil # custom prefix for log messages +# logging['logrotate_frequency'] = "daily" # rotate logs daily +# logging['logrotate_maxsize'] = nil # rotate logs when they grow bigger than size bytes even before the specified time interval (daily, weekly, monthly, or yearly) +# logging['logrotate_size'] = nil # do not rotate by size by default +# logging['logrotate_rotate'] = 30 # keep 30 rotated logs +# logging['logrotate_compress'] = "compress" # see 'man logrotate' +# logging['logrotate_method'] = "copytruncate" # see 'man logrotate' +# logging['logrotate_postrotate'] = nil # no postrotate command by default +# logging['logrotate_dateformat'] = nil # use date extensions for rotated files rather than numbers e.g. a value of "-%Y-%m-%d" would give rotated files like production.log-2016-03-09.gz +# logging['log_group'] = nil # assign this group to specified log directories and use it for runit-managed logs, can be overridden per-service + +### UDP log forwarding +##! Docs: http://docs.gitlab.com/omnibus/settings/logs.html#udp-log-forwarding + +##! remote host to ship log messages to via UDP +# logging['udp_log_shipping_host'] = nil + +##! override the hostname used when logs are shipped via UDP, +##! by default the system hostname will be used. +# logging['udp_log_shipping_hostname'] = nil + +##! remote port to ship log messages to via UDP +# logging['udp_log_shipping_port'] = 514 + + +################################################################################ +## Logrotate +##! Docs: https://docs.gitlab.com/omnibus/settings/logs.html#logrotate +##! You can disable built in logrotate feature. +################################################################################ +# logrotate['enable'] = true +# logrotate['log_directory'] = "/var/log/gitlab/logrotate" +# logrotate['log_group'] = nil + +################################################################################ +## Users and groups accounts +##! Disable management of users and groups accounts. +##! **Set only if creating accounts manually** +##! Docs: https://docs.gitlab.com/omnibus/settings/configuration.html#disable-user-and-group-account-management +################################################################################ + +# manage_accounts['enable'] = true + +################################################################################ +## Storage directories +##! Disable managing storage directories +##! Docs: https://docs.gitlab.com/omnibus/settings/configuration.html#disable-storage-directories-management +################################################################################ + +##! **Set only if the select directories are created manually** +# manage_storage_directories['enable'] = false +# manage_storage_directories['manage_etc'] = false + +################################################################################ +## Runtime directory +##! Docs: https://docs.gitlab.com//omnibus/settings/configuration.html#configure-the-runtime-directory +################################################################################ + +# runtime_dir '/run' + +################################################################################ +## Git +##! Advanced setting for configuring git system settings for omnibus-gitlab +##! internal git +################################################################################ + +##! The format of the Omnibus gitconfig is: +##! { "section" => ["subsection = value"] } +##! For example: +##! { "pack" => ["threads = 1"] } +##! For multiple options under one header use array of comma separated values, +##! eg.: +##! { "receive" => ["fsckObjects = true"], "alias" => ["st = status", "co = checkout"] } +# omnibus_gitconfig['system'] = {} + +################################################################################ +## GitLab Pages +##! Docs: https://docs.gitlab.com/ee/administration/pages/ +################################################################################ + +##! Define to enable GitLab Pages +# pages_external_url "http://pages.example.com/" +# gitlab_pages['enable'] = false + +##! Configure to expose GitLab Pages on external IP address, serving the HTTP +# gitlab_pages['external_http'] = [] + +##! Configure to expose GitLab Pages on external IP address, serving the HTTPS +# gitlab_pages['external_https'] = [] + +##! Configure to expose GitLab Pages on external IP address, serving the HTTPS over PROXYv2 +# gitlab_pages['external_https_proxyv2'] = [] + +##! Configure cert when using external IP address +# gitlab_pages['cert'] = "/etc/gitlab/ssl/#{Gitlab['gitlab_pages']['domain']}.crt" +# gitlab_pages['cert_key'] = "/etc/gitlab/ssl/#{Gitlab['gitlab_pages']['domain']}.key" + +##! Configure to use the default list of cipher suites +# gitlab_pages['insecure_ciphers'] = false + +##! Configure to enable health check endpoint on GitLab Pages +# gitlab_pages['status_uri'] = "/@status" + +##! Tune the maximum number of concurrent connections GitLab Pages will handle. +##! Default to 0 for unlimited connections. +# gitlab_pages['max_connections'] = 0 + +##! Configure the maximum length of URIs accepted by GitLab Pages +##! By default is limited for security reasons. Set 0 for unlimited +# gitlab_pages['max_uri_length'] = 1024 + +##! Setting the propagate_correlation_id to true allows installations behind a reverse proxy +##! generate and set a correlation ID to requests sent to GitLab Pages. If a reverse proxy +##! sets the header value X-Request-ID, the value will be propagated in the request chain. +# gitlab_pages['propagate_correlation_id'] = false + +##! Configure to use JSON structured logging in GitLab Pages +# gitlab_pages['log_format'] = "json" + +##! Configure verbose logging for GitLab Pages +# gitlab_pages['log_verbose'] = false + +##! Error Reporting and Logging with Sentry +# gitlab_pages['sentry_enabled'] = false +# gitlab_pages['sentry_dsn'] = 'https://@sentry.io/' +# gitlab_pages['sentry_environment'] = 'production' + +##! Listen for requests forwarded by reverse proxy +# gitlab_pages['listen_proxy'] = "localhost:8090" + +# gitlab_pages['redirect_http'] = true +# gitlab_pages['use_http2'] = true +# gitlab_pages['dir'] = "/var/opt/gitlab/gitlab-pages" +# gitlab_pages['log_directory'] = "/var/log/gitlab/gitlab-pages" +# gitlab_pages['log_group'] = nil + +# gitlab_pages['artifacts_server'] = true +# gitlab_pages['artifacts_server_url'] = nil # Defaults to external_url + '/api/v4' +# gitlab_pages['artifacts_server_timeout'] = 10 + +##! Prometheus metrics for Pages docs: https://gitlab.com/gitlab-org/gitlab-pages/#enable-prometheus-metrics +# gitlab_pages['metrics_address'] = ":9235" + +##! Specifies the minimum TLS version ("tls1.2" or "tls1.3") +# gitlab_pages['tls_min_version'] = "tls1.2" + +##! Specifies the maximum TLS version ("tls1.2" or "tls1.3") +# gitlab_pages['tls_max_version'] = "tls1.3" + +##! Pages access control +# gitlab_pages['access_control'] = false +# gitlab_pages['gitlab_id'] = nil # Automatically generated if not present +# gitlab_pages['gitlab_secret'] = nil # Generated if not present +# gitlab_pages['auth_redirect_uri'] = nil # Defaults to projects subdomain of pages_external_url and + '/auth' +# gitlab_pages['gitlab_server'] = nil # Defaults to external_url +# gitlab_pages['internal_gitlab_server'] = nil # Defaults to gitlab_server, can be changed to internal load balancer +# gitlab_pages['auth_secret'] = nil # Generated if not present +# gitlab_pages['auth_scope'] = nil # Defaults to api, can be changed to read_api to increase security +# gitlab_pages['auth_timeout'] = "5s" # GitLab application client timeout for authentication +# gitlab_pages['auth_cookie_session_timeout'] = "10m" # Authentication cookie session timeout (truncated to seconds). A zero value means the cookie will be deleted after the browser session ends + +##! GitLab Pages Server Shutdown Timeout +##! Duration ("30s" for 30 seconds) +# gitlab_pages['server_shutdown_timeout'] = "30s" + +##! GitLab API HTTP client connection timeout +# gitlab_pages['gitlab_client_http_timeout'] = "10s" + +##! GitLab API JWT Token expiry time +# gitlab_pages['gitlab_client_jwt_expiry'] = "30s" + +##! Advanced settings for API-based configuration for GitLab Pages. +##! The recommended default values are set inside GitLab Pages. +##! Should be changed only if absolutely needed. + +##! The maximum time a domain's configuration is stored in the cache. +# gitlab_pages['gitlab_cache_expiry'] = "600s" +##! The interval at which a domain's configuration is set to be due to refresh (default: 60s). +# gitlab_pages['gitlab_cache_refresh'] = "60s" +##! The interval at which expired items are removed from the cache (default: 60s). +# gitlab_pages['gitlab_cache_cleanup'] = "60s" +##! The maximum time to wait for a response from the GitLab API per request. +# gitlab_pages['gitlab_retrieval_timeout'] = "30s" +##! The interval to wait before retrying to resolve a domain's configuration via the GitLab API. +# gitlab_pages['gitlab_retrieval_interval'] = "1s" +##! The maximum number of times to retry to resolve a domain's configuration via the API +# gitlab_pages['gitlab_retrieval_retries'] = 3 + +##! Define custom gitlab-pages HTTP headers for the whole instance +# gitlab_pages['headers'] = [] + +##! Shared secret used for authentication between Pages and GitLab +# gitlab_pages['api_secret_key'] = nil # Will be generated if not set. Base64 encoded and exactly 32 bytes long. + +##! Advanced settings for serving GitLab Pages from zip archives. +##! The recommended default values are set inside GitLab Pages. +##! Should be changed only if absolutely needed. + +##! The maximum time an archive will be cached in memory. +# gitlab_pages['zip_cache_expiration'] = "60s" +##! Zip archive cache cleaning interval. +# gitlab_pages['zip_cache_cleanup'] = "30s" +##! The interval to refresh a cache archive if accessed before expiring. +# gitlab_pages['zip_cache_refresh'] = "30s" +##! The maximum amount of time it takes to open a zip archive from the file system or object storage. +# gitlab_pages['zip_open_timeout'] = "30s" +##! Zip HTTP Client timeout +# gitlab_pages['zip_http_client_timeout'] = "30m" + +##! ReadTimeout is the maximum duration for reading the entire request, including the body. A zero or negative value means there will be no timeout. +# gitlab_pages['server_read_timeout'] = "5s" +##! ReadHeaderTimeout is the amount of time allowed to read request headers. A zero or negative value means there will be no timeout. +# gitlab_pages['server_read_header_timeout'] = "1s" +##! WriteTimeout is the maximum duration before timing out writes of the response. A zero or negative value means there will be no timeout. +# gitlab_pages['server_write_timeout'] = "5m" +##! KeepAlive specifies the keep-alive period for network connections accepted by this listener. If zero, keep-alives are enabled if supported by the protocol and operating system. If negative, keep-alives are disabled. +# gitlab_pages['server_keep_alive'] = "15s" + +##! Enable serving content from disk instead of Object Storage +# gitlab_pages['enable_disk'] = nil + +##! Rate-limiting options below work in report-only mode: +##! they only count rejected requests, but don't reject them +##! enable `FF_ENABLE_RATE_LIMITER=true` environment variable to +##! reject requests. + +##! Rate limits as described in https://docs.gitlab.com/ee/administration/pages/#rate-limits + +##! Rate limit HTTP requests per second from a single IP, 0 means is disabled +# gitlab_pages['rate_limit_source_ip'] = 50.0 +##! Rate limit HTTP requests from a single IP, maximum burst allowed per second +# gitlab_pages['rate_limit_source_ip_burst'] = 600 +##! Rate limit HTTP requests per second to a single domain, 0 means is disabled +# gitlab_pages['rate_limit_domain'] = 0 +##! Rate limit HTTP requests to a single domain, maximum burst allowed per second +# gitlab_pages['rate_limit_domain_burst'] = 10000 + +##! Rate limit new TLS connections per second from a single IP, 0 means is disabled +# gitlab_pages['rate_limit_tls_source_ip'] = 50.0 +##! Rate limit new TLS connections from a single IP, maximum burst allowed per second +# gitlab_pages['rate_limit_tls_source_ip_burst'] = 600 +##!Rate limit new TLS connections per second from to a single domain, 0 means is disabled +# gitlab_pages['rate_limit_tls_domain'] = 0 +##! Rate limit new TLS connections to a single domain, maximum burst allowed per second +# gitlab_pages['rate_limit_tls_domain_burst'] = 10000 + +##! The maximum size of the _redirects file, in bytes +# gitlab_pages['redirects_max_config_size'] = 65536 +##! The maximum number of path segments allowed in _redirects rules URLs +# gitlab_pages['redirects_max_path_segments'] = 25 +##! The maximum number of rules allowed in _redirects +# gitlab_pages['redirects_max_rule_count'] = 1000 + +# gitlab_pages['env_directory'] = "/opt/gitlab/etc/gitlab-pages/env" +# gitlab_pages['env'] = { +# 'SSL_CERT_DIR' => "#{node['package']['install-dir']}/embedded/ssl/certs/" +# } + +##! Experimental - Enable namespace in path +# gitlab_pages['namespace_in_path'] = false + +##! Configure GitLab Pages client cert and client key which will be used as mutual TLS with GitLab API +# gitlab_pages['client_cert'] = "/path/to/client.crt" +# gitlab_pages['client_key'] = "/path/to/client.key" +##! Configure root CA certs used to sign client certs which will be used with GitLab API +# gitlab_pages['client_ca_certs'] = "/path/to/ca.crt" + +################################################################################ +## GitLab Pages NGINX +################################################################################ + +##! All the settings defined in the "GitLab Nginx" section are also available in +##! this "GitLab Pages NGINX" section, using the key `pages_nginx`. However, +##! those settings should be explicitly set. That is, settings given as +##! `nginx['some_setting']` WILL NOT be automatically replicated as +##! `pages_nginx['some_setting']` and should be set separately. + +##! Below you can find settings that are exclusive to "GitLab Pages NGINX" +# pages_nginx['enable'] = true + +# gitlab_rails['pages_path'] = "/var/opt/gitlab/gitlab-rails/shared/pages" + +################################################################################ +## GitLab CI +##! Docs: https://docs.gitlab.com/ee/ci/quick_start/ +################################################################################ + +# gitlab_ci['gitlab_ci_all_broken_builds'] = true +# gitlab_ci['gitlab_ci_add_pusher'] = true +# gitlab_ci['builds_directory'] = '/var/opt/gitlab/gitlab-ci/builds' + +################################################################################ +## GitLab Kubernetes Agent Server +##! Docs: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/blob/master/README.md +################################################################################ + +##! Settings used by the GitLab application +# gitlab_rails['gitlab_kas_enabled'] = true +# gitlab_rails['gitlab_kas_external_url'] = 'ws://gitlab.example.com/-/kubernetes-agent/' +# gitlab_rails['gitlab_kas_internal_url'] = 'grpc://localhost:8153' +# gitlab_rails['gitlab_kas_external_k8s_proxy_url'] = 'https://gitlab.example.com/-/kubernetes-agent/k8s-proxy/' + +##! Settings for GitLab KAS +# gitlab_kas_external_url "ws://gitlab.example.com/-/kubernetes-agent/" +# gitlab_kas['enable'] = true + +##! Agent configuration for GitLab KAS +# gitlab_kas['agent_configuration_poll_period'] = 300 +# gitlab_kas['agent_info_cache_ttl'] = 300 +# gitlab_kas['agent_info_cache_error_ttl'] = 60 + +##! Shared secret used for authentication between KAS and GitLab +# gitlab_kas['api_secret_key'] = nil # Will be generated if not set. Base64 encoded and exactly 32 bytes long. + +##! Shared secret used for authentication between different KAS instances in a multi-node setup +# gitlab_kas['private_api_secret_key'] = nil # Will be generated if not set. Base64 encoded and exactly 32 bytes long. +# +##! Secret used for WebSocket Token signing and verification. Must be shared in multi-node setup +# gitlab_kas['websocket_token_secret_key'] = nil # Will be generated if not set. Base64 encoded and exactly 72 bytes long. + +##! Listen configuration for GitLab KAS +# gitlab_kas['listen_address'] = 'localhost:8150' +# gitlab_kas['listen_network'] = 'tcp' +# gitlab_kas['listen_websocket'] = true +# gitlab_kas['certificate_file'] = "/path/to/certificate.pem" +# gitlab_kas['key_file'] = "/path/to/key.pem" +# gitlab_kas['observability_listen_network'] = 'tcp' +# gitlab_kas['observability_listen_address'] = 'localhost:8151' +# gitlab_kas['internal_api_listen_network'] = 'tcp' +# gitlab_kas['internal_api_listen_address'] = 'localhost:8153' +# gitlab_kas['internal_api_certificate_file'] = "/path/to/certificate.pem" +# gitlab_kas['internal_api_key_file'] = "/path/to/key.pem" +# gitlab_kas['kubernetes_api_listen_address'] = 'localhost:8154' +# gitlab_kas['kubernetes_api_certificate_file'] = "/path/to/certificate.pem" +# gitlab_kas['kubernetes_api_key_file'] = "/path/to/key.pem" +# gitlab_kas['private_api_listen_network'] = 'tcp' +# gitlab_kas['private_api_listen_address'] = 'localhost:8155' +# gitlab_kas['private_api_certificate_file'] = "/path/to/certificate.pem" +# gitlab_kas['private_api_key_file'] = "/path/to/key.pem" + +##! Metrics configuration for GitLab KAS +# gitlab_kas['metrics_usage_reporting_period'] = 60 + +##! Log configuration for GitLab KAS +# gitlab_kas['log_level'] = 'info' +# gitlab_kas['grpc_log_level'] = 'error' + +##! Environment variables for GitLab KAS +# gitlab_kas['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/", +# # In a multi-node setup, this address MUST be reachable from other KAS instances. In a single-node setup, +# # it can be on localhost for simplicity. +# # Use OWN_PRIVATE_API_CIDR + OWN_PRIVATE_API_PORT (optional) + OWN_PRIVATE_API_SCHEME (optional) if you cannot +# # specify a correct address for each KAS instance in OWN_PRIVATE_API_URL. +# # 'OWN_PRIVATE_API_URL' => 'grpc://localhost:8155' +# # 'OWN_PRIVATE_API_CIDR' => '10.0.0.0/8', # IPv4 example +# # 'OWN_PRIVATE_API_CIDR' => '2001:db8:8a2e:370::7334/64', # IPv6 example +# # 'OWN_PRIVATE_API_PORT' => '8155', # if not set, port from private_api_listen_address is used +# # 'OWN_PRIVATE_API_SCHEME' => 'grpc', # use grpcs when using TLS on private API endpoint +# # OWN_PRIVATE_API_HOST is used to verify the TLS cert hostname. +# # Set KAS' host name if you want to use TLS for KAS->KAS communication. +# # 'OWN_PRIVATE_API_HOST' => '', +# } + +##! Error Reporting and Logging with Sentry +# gitlab_kas['sentry_dsn'] = 'https://@sentry.io/' +# gitlab_kas['sentry_environment'] = 'production' + +##! Directories for GitLab KAS +# gitlab_kas['dir'] = '/var/opt/gitlab/gitlab-kas' +# gitlab_kas['log_directory'] = '/var/log/gitlab/gitlab-kas' +# gitlab_kas['log_group'] = nil +# gitlab_kas['env_directory'] = '/opt/gitlab/etc/gitlab-kas/env' + +##! Redis settings for GitLab KAS +# gitlab_kas['redis_socket'] = '' +# gitlab_kas['redis_host'] = '127.0.0.1' +# gitlab_kas['redis_port'] = '6379' +# gitlab_kas['redis_password'] = nil + +# gitlab_kas['redis_sentinels'] = [] +# gitlab_kas['redis_sentinels_master_name'] = nil +# gitlab_kas['redis_sentinels_password'] = '' + +# gitlab_kas['redis_ssl'] = false +# gitlab_kas['redis_tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# gitlab_kas['redis_tls_client_cert_file'] = nil +# gitlab_kas['redis_tls_client_key_file'] = nil + +##! Command to generate extra configuration +# gitlab_kas['extra_config_command'] = nil + +################################################################################ +## GitLab Suggested Reviewers (EE Only) +##! Docs: https://docs.gitlab.com/ee/user/project/merge_requests/reviews/#suggested-reviewers +################################################################################ + +##! Shared secret used for authentication between Suggested Reviewers and GitLab +# suggested_reviewers['api_secret_key'] = nil # Will be generated if not set. Base64 encoded and exactly 32 bytes long. + +################################################################################ +## GitLab Mattermost +##! Docs: https://docs.gitlab.com/ee/integration/mattermost/ +################################################################################ + +# mattermost_external_url 'http://mattermost.example.com' + +# mattermost['enable'] = false +# mattermost['username'] = 'mattermost' +# mattermost['group'] = 'mattermost' +# mattermost['uid'] = nil +# mattermost['gid'] = nil +# mattermost['home'] = '/var/opt/gitlab/mattermost' +# mattermost['database_name'] = 'mattermost_production' +# mattermost['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } +# mattermost['service_address'] = "127.0.0.1" +# mattermost['service_port'] = "8065" +# mattermost['service_site_url'] = nil +# mattermost['service_allowed_untrusted_internal_connections'] = "" +# mattermost['service_enable_api_team_deletion'] = true +# mattermost['team_site_name'] = "GitLab Mattermost" +# mattermost['sql_driver_name'] = 'mysql' +# mattermost['sql_data_source'] = "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8" +# mattermost['log_file_directory'] = '/var/log/gitlab/mattermost/' +# mattermost['gitlab_enable'] = false +# mattermost['gitlab_id'] = "12345656" +# mattermost['gitlab_secret'] = "123456789" +# mattermost['gitlab_scope'] = "" +# mattermost['gitlab_auth_endpoint'] = "http://gitlab.example.com/oauth/authorize" +# mattermost['gitlab_token_endpoint'] = "http://gitlab.example.com/oauth/token" +# mattermost['gitlab_user_api_endpoint'] = "http://gitlab.example.com/api/v4/user" +# mattermost['file_directory'] = "/var/opt/gitlab/mattermost/data" +# mattermost['plugin_directory'] = "/var/opt/gitlab/mattermost/plugins" +# mattermost['plugin_client_directory'] = "/var/opt/gitlab/mattermost/client-plugins" + +################################################################################ +## Mattermost NGINX +################################################################################ + +##! All the settings defined in the "GitLab Nginx" section are also available in +##! this "Mattermost NGINX" section, using the key `mattermost_nginx`. However, +##! those settings should be explicitly set. That is, settings given as +##! `nginx['some_setting']` WILL NOT be automatically replicated as +##! `mattermost_nginx['some_setting']` and should be set separately. + +##! Below you can find settings that are exclusive to "Mattermost NGINX" +# mattermost_nginx['enable'] = false + +# mattermost_nginx['custom_gitlab_mattermost_server_config'] = "location ^~ /foo-namespace/bar-project/raw/ {\n deny all;\n}\n" +# mattermost_nginx['proxy_set_headers'] = { +# "Host" => "$http_host", +# "X-Real-IP" => "$remote_addr", +# "X-Forwarded-For" => "$proxy_add_x_forwarded_for", +# "X-Frame-Options" => "SAMEORIGIN", +# "X-Forwarded-Proto" => "https", +# "X-Forwarded-Ssl" => "on", +# "Upgrade" => "$http_upgrade", +# "Connection" => "$connection_upgrade" +# } + + +################################################################################ +## Registry NGINX +################################################################################ + +##! All the settings defined in the "GitLab Nginx" section are also available in +##! this "Registry NGINX" section, using the key `registry_nginx`. However, those +##! settings should be explicitly set. That is, settings given as +##! `nginx['some_setting']` WILL NOT be automatically replicated as +##! `registry_nginx['some_setting']` and should be set separately. + +##! Below you can find settings that are exclusive to "Registry NGINX" +# registry_nginx['enable'] = false + +# registry_nginx['proxy_set_headers'] = { +# "Host" => "$http_host", +# "X-Real-IP" => "$remote_addr", +# "X-Forwarded-For" => "$proxy_add_x_forwarded_for", +# "X-Forwarded-Proto" => "https", +# "X-Forwarded-Ssl" => "on" +# } + +##! When the registry is automatically enabled using the same domain as `external_url`, +##! it listens on this port +# registry_nginx['listen_port'] = 5050 + +################################################################################ +## Prometheus +##! Docs: https://docs.gitlab.com/ee/administration/monitoring/prometheus/ +################################################################################ + +###! **To enable only Monitoring service in this machine, uncomment +###! the line below.** +# monitoring_role['enable'] = true + +# prometheus['enable'] = true +# prometheus['monitor_kubernetes'] = true +# prometheus['username'] = 'gitlab-prometheus' +# prometheus['group'] = 'gitlab-prometheus' +# prometheus['uid'] = nil +# prometheus['gid'] = nil +# prometheus['shell'] = '/bin/sh' +# prometheus['home'] = '/var/opt/gitlab/prometheus' +# prometheus['log_directory'] = '/var/log/gitlab/prometheus' +# prometheus['log_group'] = nil +# prometheus['rules_files'] = ['/var/opt/gitlab/prometheus/rules/*.rules'] +# prometheus['scrape_interval'] = 15 +# prometheus['scrape_timeout'] = 15 +# prometheus['external_labels'] = { } +# prometheus['env_directory'] = '/opt/gitlab/etc/prometheus/env' +# prometheus['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } + +### Custom scrape configs + +###! Prometheus can scrape additional jobs via scrape_configs. The default automatically +###! includes all of the exporters supported by the omnibus config. +###! +###! See: https://prometheus.io/docs/operating/configuration/#scrape_config +# prometheus['scrape_configs'] = [ +# { +# 'job_name': 'example', +# 'static_configs' => [ +# 'targets' => ['hostname:port'], +# ], +# }, +# ] + +### Custom alertmanager config + +###! To configure external alertmanagers, create an alertmanager config. +###! See: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#alertmanager_config +# prometheus['alertmanagers'] = [ +# { +# 'static_configs' => [ +# { +# 'targets' => [ +# 'hostname:port' +# ] +# } +# ] +# } +# ] + +### Custom Prometheus flags + +# prometheus['flags'] = { +# 'storage.tsdb.path' => "/var/opt/gitlab/prometheus/data", +# 'storage.tsdb.retention.time' => "15d", +# 'config.file' => "/var/opt/gitlab/prometheus/prometheus.yml" +# } + +###! Advanced settings. Should be changed only if absolutely needed. +# prometheus['listen_address'] = 'localhost:9090' +# + +###! Service name used to register Prometheus as a Consul service +# prometheus['consul_service_name'] = 'prometheus' +###! Semantic metadata used when registering Prometheus as a Consul service +# prometheus['consul_service_meta'] = {} + + +###! **Only needed if Prometheus and Rails are not on the same server.** +###! For example, in a multi-node architecture, Prometheus will be installed on the monitoring node, while Rails will be on the Rails node. +###! https://docs.gitlab.com/ee/administration/monitoring/prometheus/index.html#using-an-external-prometheus-server +###! This value should be the address at which Prometheus is available to a GitLab Rails(Puma, Sidekiq) node. +# gitlab_rails['prometheus_address'] = 'your.prom:9090' + +################################################################################ +## Prometheus Alertmanager +################################################################################ + +# alertmanager['enable'] = true +# alertmanager['home'] = '/var/opt/gitlab/alertmanager' +# alertmanager['log_directory'] = '/var/log/gitlab/alertmanager' +# alertmanager['log_group'] = nil +# alertmanager['admin_email'] = 'admin@example.com' +# alertmanager['flags'] = { +# 'web.listen-address' => "localhost:9093", +# 'storage.path' => "/var/opt/gitlab/alertmanager/data", +# 'config.file' => "/var/opt/gitlab/alertmanager/alertmanager.yml" +# } +# alertmanager['env_directory'] = '/opt/gitlab/etc/alertmanager/env' +# alertmanager['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } + +##! Advanced settings. Should be changed only if absolutely needed. +# alertmanager['listen_address'] = 'localhost:9093' +# alertmanager['global'] = {} + +################################################################################ +## Prometheus Node Exporter +##! Docs: https://docs.gitlab.com/ee/administration/monitoring/prometheus/node_exporter.html +################################################################################ + +# node_exporter['enable'] = true +# node_exporter['home'] = '/var/opt/gitlab/node-exporter' +# node_exporter['log_directory'] = '/var/log/gitlab/node-exporter' +# node_exporter['log_group'] = nil +# node_exporter['flags'] = { +# 'collector.textfile.directory' => "/var/opt/gitlab/node-exporter/textfile_collector" +# } +# node_exporter['env_directory'] = '/opt/gitlab/etc/node-exporter/env' +# node_exporter['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } + +##! Advanced settings. Should be changed only if absolutely needed. +# node_exporter['listen_address'] = 'localhost:9100' + +##! Service name used to register Node Exporter as a Consul service +# node_exporter['consul_service_name'] = 'node-exporter' +##! Semantic metadata used when registering Node Exporter as a Consul service +# node_exporter['consul_service_meta'] = {} + +################################################################################ +## Prometheus Redis exporter +##! Docs: https://docs.gitlab.com/ee/administration/monitoring/prometheus/redis_exporter.html +################################################################################ + +# redis_exporter['enable'] = true +# redis_exporter['log_directory'] = '/var/log/gitlab/redis-exporter' +# redis_exporter['log_group'] = nil +# redis_exporter['flags'] = { +# 'redis.addr' => "unix:///var/opt/gitlab/redis/redis.socket", +# } +# redis_exporter['env_directory'] = '/opt/gitlab/etc/redis-exporter/env' +# redis_exporter['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } + +##! Advanced settings. Should be changed only if absolutely needed. +# redis_exporter['listen_address'] = 'localhost:9121' + +##! Service name used to register Redis Exporter as a Consul service +# redis_exporter['consul_service_name'] = 'redis-exporter' +##! Semantic metadata used when registering Redis Exporter as a Consul service +# redis_exporter['consul_service_meta'] = {} + +################################################################################ +## Prometheus Postgres exporter +##! Docs: https://docs.gitlab.com/ee/administration/monitoring/prometheus/postgres_exporter.html +################################################################################ + +# postgres_exporter['enable'] = true +# postgres_exporter['home'] = '/var/opt/gitlab/postgres-exporter' +# postgres_exporter['log_directory'] = '/var/log/gitlab/postgres-exporter' +# postgres_exporter['log_group'] = nil +# postgres_exporter['flags'] = { +# 'collector.stat_user_tables' => false, +# 'collector.postmaster' => true +# } +# postgres_exporter['listen_address'] = 'localhost:9187' +# postgres_exporter['env_directory'] = '/opt/gitlab/etc/postgres-exporter/env' +# postgres_exporter['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } +# postgres_exporter['sslmode'] = nil + +##! Service name used to register Postgres Exporter as a Consul service +# postgres_exporter['consul_service_name'] = 'postgres-exporter' +##! Semantic metadata used when registering Postgres Exporter as a Consul service +# postgres_exporter['consul_service_meta'] = {} + +################################################################################ +## Prometheus PgBouncer exporter (EE only) +##! Docs: https://docs.gitlab.com/ee/administration/monitoring/prometheus/pgbouncer_exporter.html +################################################################################ + +# pgbouncer_exporter['enable'] = false +# pgbouncer_exporter['log_directory'] = "/var/log/gitlab/pgbouncer-exporter" +# pgbouncer_exporter['log_group'] = nil +# pgbouncer_exporter['listen_address'] = 'localhost:9188' +# pgbouncer_exporter['env_directory'] = '/opt/gitlab/etc/pgbouncer-exporter/env' +# pgbouncer_exporter['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } + +################################################################################ +## Prometheus Gitlab exporter +##! Docs: https://docs.gitlab.com/ee/administration/monitoring/prometheus/gitlab_exporter.html +################################################################################ + +# gitlab_exporter['enable'] = true +# gitlab_exporter['log_directory'] = "/var/log/gitlab/gitlab-exporter" +# gitlab_exporter['log_group'] = nil +# gitlab_exporter['home'] = "/var/opt/gitlab/gitlab-exporter" + +##! Advanced settings. Should be changed only if absolutely needed. +# gitlab_exporter['server_name'] = 'webrick' +# gitlab_exporter['listen_address'] = 'localhost' +# gitlab_exporter['listen_port'] = '9168' + +##! TLS settings. +# gitlab_exporter['tls_enabled'] = false +# gitlab_exporter['tls_cert_path'] = '/etc/gitlab/ssl/gitlab-exporter.crt' +# gitlab_exporter['tls_key_path'] = '/etc/gitlab/ssl/gitlab-exporter.key' + +##! Prometheus scrape related configs +# gitlab_exporter['prometheus_scrape_scheme'] = 'http' +# gitlab_exporter['prometheus_scrape_tls_server_name'] = 'localhost' +# gitlab_exporter['prometheus_scrape_tls_skip_verification'] = false + +##! Manage gitlab-exporter sidekiq probes. false by default when Sentinels are +##! found. +# gitlab_exporter['probe_sidekiq'] = true + +##! Manage gitlab-exporter elasticsearch probes. Add authorization header if security +##! is enabled. +# gitlab_exporter['probe_elasticsearch'] = false +# gitlab_exporter['elasticsearch_url'] = 'http://localhost:9200' +# gitlab_exporter['elasticsearch_authorization'] = 'Basic ' + +##! Service name used to register GitLab Exporter as a Consul service +# gitlab_exporter['consul_service_name'] = 'gitlab-exporter' +##! Semantic metadata used when registering GitLab Exporter as a Consul service +# gitlab_exporter['consul_service_meta'] = {} + +##! Command to generate extra configuration +# gitlab_exporter['extra_config_command'] = nil + +##! To completely disable prometheus, and all of it's exporters, set to false +# prometheus_monitoring['enable'] = true + +################################################################################ +## Gitaly +##! Docs: https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html +################################################################################ + +##! The gitaly['enable'] option exists for the purpose of cluster +##! deployments, see https://docs.gitlab.com/ee/administration/gitaly/index.html . +# gitaly['enable'] = true +# gitaly['dir'] = "/var/opt/gitlab/gitaly" +# gitaly['log_group'] = nil +# gitaly['bin_path'] = "/opt/gitlab/embedded/bin/gitaly" +# gitaly['use_wrapper'] = true +# gitaly['env_directory'] = "/opt/gitlab/etc/gitaly/env" +# gitaly['env'] = { +# 'PATH' => "/opt/gitlab/bin:/opt/gitlab/embedded/bin:/bin:/usr/bin", +# 'HOME' => '/var/opt/gitlab', +# 'TZ' => ':/etc/localtime', +# 'PYTHONPATH' => "/opt/gitlab/embedded/lib/python3.9/site-packages", +# 'ICU_DATA' => "/opt/gitlab/embedded/share/icu/current", +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/", +# 'WRAPPER_JSON_LOGGING' => true +# } +# gitaly['gitlab_secret'] = + + +# gitaly['open_files_ulimit'] = 15000 # Maximum number of open files allowed for the gitaly process +##! Service name used to register Gitaly as a Consul service +# gitaly['consul_service_name'] = 'gitaly' +##! Semantic metadata used when registering Gitaly as a Consul service +# gitaly['consul_service_meta'] = {} +# gitaly['configuration'] = { +# socket_path: '/var/opt/gitlab/gitaly/gitaly.socket', +# runtime_dir: '/var/opt/gitlab/gitaly/run', +# listen_addr: 'localhost:8075', +# prometheus_listen_addr: 'localhost:9236', +# tls_listen_addr: 'localhost:9075', +# tls: { +# certificate_path: '/var/opt/gitlab/gitaly/certificate.pem', +# key_path: '/var/opt/gitlab/gitaly/key.pem', +# }, +# graceful_restart_timeout: '1m', # Grace time for a gitaly process to finish ongoing requests +# logging: { +# dir: "/var/log/gitlab/gitaly", +# level: 'warn', +# format: 'json', +# sentry_dsn: 'https://:@sentry.io/', +# sentry_environment: 'production', +# }, +# prometheus: { +# grpc_latency_buckets: [0.001, 0.005, 0.025, 0.1, 0.5, 1.0, 10.0, 30.0, 60.0, 300.0, 1500.0], +# }, +# auth: { +# token: '', +# transitioning: false, # When true, auth is logged to Prometheus but NOT enforced +# }, +# git: { +# catfile_cache_size: 100, # Number of 'git cat-file' processes kept around for re-use +# bin_path: '/opt/gitlab/embedded/bin/git', # A custom path for the 'git' executable +# use_bundled_binaries: true, # Whether to use bundled Git. +# signing_key: '/var/opt/gitlab/gitaly/signing_key.gpg', +# ## Gitaly knows to set up the required default configuration for spawned Git +# ## commands automatically. It should thus not be required to configure anything +# ## here, except in very special situations where you must e.g. tweak specific +# ## performance-related settings or enable debugging facilities. It is not safe in +# ## general to set Git configuration that may change Git output in ways that are +# ## unexpected by Gitaly. +# config: [ +# { key: 'pack.threads', value: '4' }, +# { key: 'http.http://example.com.proxy', value: 'http://example.proxy.com' }, +# ], +# }, +# gitlab: { +# url: 'http://localhost:9999', +# relative_url_root: '/gitlab-ee', +# }, +# hooks: { +# custom_hooks_dir: '/var/opt/gitlab/gitaly/custom_hooks', +# }, +# daily_maintenance: { +# disabled: false, +# start_hour: 22, +# start_minute: 30, +# duration: '30m', +# storages: ['default'], +# }, +# cgroups: { +# mountpoint: '/sys/fs/cgroup', +# hierarchy_root: 'gitaly', +# memory_bytes: 1048576, +# cpu_shares: 512, +# cpu_quota_us: 400000, +# repositories: { +# count: 1000, +# memory_bytes: 12884901888, +# cpu_shares: 128, +# cpu_quota_us: 200000 +# max_cgroups_per_repo: 2 +# }, +# }, +# concurrency: [ +# { +# rpc: '/gitaly.SmartHTTPService/PostReceivePack', +# max_per_repo: 20, +# }, +# { +# rpc: '/gitaly.SSHService/SSHUploadPack', +# max_per_repo: 5, +# }, +# ], +# rate_limiting: [ +# { +# rpc: '/gitaly.SmartHTTPService/PostReceivePack', +# interval: '1m', +# burst: 10, +# }, +# { +# rpc: '/gitaly.SSHService/SSHUploadPack', +# interval: '1m', +# burst: 5, +# }, +# ], +# pack_objects_cache: { +# enabled: true, +# dir: '/var/opt/gitlab/git-data/repositories/+gitaly/PackObjectsCache', +# max_age: '5m', +# }, +# storage: [ +# { +# name: 'gitaly-1', +# path: '/var/opt/gitlab/git-data/repositories', +# }, +# ], +# } + +################################################################################ +## Praefect +##! Docs: https://docs.gitlab.com/ee/administration/gitaly/praefect.html +################################################################################ + +# praefect['enable'] = false +# praefect['dir'] = "/var/opt/gitlab/praefect" +# praefect['log_directory'] = "/var/log/gitlab/praefect" +# praefect['log_group'] = nil +# praefect['env_directory'] = "/opt/gitlab/etc/praefect/env" +# praefect['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/", +# 'GITALY_PID_FILE' => "/var/opt/gitlab/praefect/praefect.pid", +# 'WRAPPER_JSON_LOGGING' => true +# } +# praefect['wrapper_path'] = "/opt/gitlab/embedded/bin/gitaly-wrapper" +# praefect['auto_migrate'] = true +##! Service name used to register Praefect as a Consul service +# praefect['consul_service_name'] = 'praefect' +##! Semantic metadata used when registering Praefect as a Consul service +# praefect['consul_service_meta'] = {} +# praefect['configuration'] = { +# listen_addr: 'localhost:2305', +# prometheus_listen_addr: 'localhost:9652', +# tls_listen_addr: 'localhost:3305', +# auth: { +# token: '', +# transitioning: false, +# }, +# logging: { +# format: 'json', +# level: 'warn', +# }, +# failover: { +# enabled: true, +# }, +# background_verification: { +# delete_invalid_records: false, +# verification_interval: '72h', +# }, +# reconciliation: { +# scheduling_interval: '5m', +# histogram_buckets: [0.001, 0.005, 0.025, 0.1, 0.5, 1.0, 10.0], +# }, +# tls: { +# certificate_path: '/var/opt/gitlab/prafect/certificate.pem', +# key_path: '/var/opt/gitlab/prafect/key.pem', +# }, +# database: { +# host: 'postgres.external', +# port: 6432, +# user: 'praefect', +# password: 'secret', +# dbname: 'praefect_production', +# sslmode: 'disable', +# sslcert: '/path/to/client-cert', +# sslkey: '/path/to/client-key', +# sslrootcert: '/path/to/rootcert', +# session_pooled: { +# host: 'postgres.internal', +# port: 5432, +# user: 'praefect', +# password: 'secret', +# dbname: 'praefect_production_direct', +# sslmode: 'disable', +# sslcert: '/path/to/client-cert', +# sslkey: '/path/to/client-key', +# sslrootcert: '/path/to/rootcert', +# }, +# }, +# sentry: { +# sentry_dsn: 'https://:@sentry.io/', +# sentry_environment: 'production', +# }, +# prometheus: { +# grpc_latency_buckets: [0.001, 0.005, 0.025, 0.1, 0.5, 1.0, 10.0, 30.0, 60.0, 300.0, 1500.0], +# }, +# graceful_stop_timeout: '1m', +# virtual_storage: [ +# { +# name: 'default', +# default_replication_factor: 3, +# node: [ +# { +# storage: 'praefect-internal-0', +# address: 'tcp://10.23.56.78:8075', +# token: 'abc123', +# }, +# { +# storage: 'praefect-internal-1', +# address: 'tcp://10.76.23.31:8075', +# token: 'xyz456', +# }, +# ], +# }, +# { +# name: 'alternative', +# node: [ +# { +# storage: 'praefect-internal-2', +# address: 'tcp://10.34.1.16:8075', +# token: 'abc321', +# }, +# { +# storage: 'praefect-internal-3', +# address: 'tcp://10.23.18.6:8075', +# token: 'xyz890', +# }, +# ], +# }, +# ], +# } + +################################################################################ +## Storage check +################################################################################ +# storage_check['enable'] = false +# storage_check['target'] = 'unix:///var/opt/gitlab/gitlab-rails/sockets/gitlab.socket' +# storage_check['log_directory'] = '/var/log/gitlab/storage-check' +# storage_check['log_group'] = nil + +################################################################################ +## Let's Encrypt integration +################################################################################ +# letsencrypt['enable'] = nil +# letsencrypt['contact_emails'] = [] # This should be an array of email addresses to add as contacts +# letsencrypt['group'] = 'root' +# letsencrypt['key_size'] = 2048 +# letsencrypt['owner'] = 'root' +# letsencrypt['wwwroot'] = '/var/opt/gitlab/nginx/www' +##! See https://docs.gitlab.com/omnibus/settings/ssl/index.html#renew-the-certificates-automatically for more on these settings +# letsencrypt['auto_renew'] = true +# letsencrypt['auto_renew_hour'] = 0 +# letsencrypt['auto_renew_minute'] = nil # Should be a number or cron expression, if specified. +# letsencrypt['auto_renew_day_of_month'] = "*/4" +# letsencrypt['auto_renew_log_directory'] = '/var/log/gitlab/lets-encrypt' +# letsencrypt['alt_names'] = [] + +##! Turn off automatic init system detection. To skip init detection in +##! non-docker containers. Recommended not to change. +# package['detect_init'] = true + +##! Attempt to modify kernel paramaters. To skip this in containers where the +##! relevant file system is read-only, set the value to false. +# package['modify_kernel_parameters'] = true + +##! Specify maximum number of tasks that can be created by the systemd unit +##! Will be populated as TasksMax value to the unit file if user is on a systemd +##! version that supports it (>= 227). Will be a no-op if user is not on systemd. +# package['systemd_tasks_max'] = 4915 + +##! Settings to configure order of GitLab's systemd unit. +##! Note: We do not recommend changing these values unless absolutely necessary +# package['systemd_after'] = 'multi-user.target' +# package['systemd_wanted_by'] = 'multi-user.target' + +##! Settings to control secret generation and storage +##! Note: We do not recommend changing these values unless absolutely necessary +##! Set to false to only parse secrets from `gitlab-secrets.json` file but not generate them. +# package['generate_default_secrets'] = true +##! Set to false to prevent creating the default `gitlab-secrets.json` file +# package['generate_secrets_json_file'] = true + +##! Settings to control SELinux policy +##! Experimental. Set to 1.0 to switch from legacy multiple policy modules to +##! newer single `gitlab` SELinux policy module. +# package['selinux_policy_version'] = nil +################################################################################ +################################################################################ +## Configuration Settings for GitLab EE only ## +################################################################################ +################################################################################ + + +################################################################################ +## Auxiliary cron jobs applicable to GitLab EE only +################################################################################ + +# gitlab_rails['geo_repository_sync_worker_cron'] = "*/5 * * * *" +# gitlab_rails['geo_secondary_registry_consistency_worker'] = "* * * * *" +# gitlab_rails['geo_secondary_usage_data_cron_worker'] = "0 0 * * 0" +# gitlab_rails['geo_prune_event_log_worker_cron'] = "*/5 * * * *" +# gitlab_rails['geo_repository_verification_primary_batch_worker_cron'] = "*/5 * * * *" +# gitlab_rails['geo_repository_verification_secondary_scheduler_worker_cron'] = "*/5 * * * *" +# gitlab_rails['geo_metrics_update_worker_cron'] = "*/1 * * * *" +# gitlab_rails['ldap_sync_worker_cron'] = "30 1 * * *" +# gitlab_rails['ldap_group_sync_worker_cron'] = "0 * * * *" +# gitlab_rails['historical_data_worker_cron'] = "0 12 * * *" +# gitlab_rails['elastic_index_bulk_cron'] = "*/1 * * * *" +# gitlab_rails['analytics_devops_adoption_create_all_snapshots_worker_cron'] = "0 4 * * 0" +# gitlab_rails['ci_runners_stale_group_runners_prune_worker_cron'] = "30 * * * *" +# gitlab_rails['click_house_ci_finished_builds_sync_worker_cron'] = "*/3 * * * *" +# gitlab_rails['click_house_ci_finished_builds_sync_worker_args'] = [1] + +################################################################################ +## Kerberos (EE Only) +##! Docs: https://docs.gitlab.com/ee/integration/kerberos.html#http-git-access +################################################################################ + +# gitlab_rails['kerberos_enabled'] = true +# gitlab_rails['kerberos_keytab'] = /etc/http.keytab +# gitlab_rails['kerberos_service_principal_name'] = HTTP/gitlab.example.com@EXAMPLE.COM +# gitlab_rails['kerberos_simple_ldap_linking_allowed_realms'] = ['example.com','kerberos.example.com'] +# gitlab_rails['kerberos_use_dedicated_port'] = true +# gitlab_rails['kerberos_port'] = 8443 +# gitlab_rails['kerberos_https'] = true + +################################################################################ +## Package repository +##! Docs: https://docs.gitlab.com/ee/administration/packages/ +################################################################################ + +# gitlab_rails['packages_enabled'] = true +# gitlab_rails['packages_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/packages" +# gitlab_rails['packages_object_store_enabled'] = false +# gitlab_rails['packages_object_store_proxy_download'] = false +# gitlab_rails['packages_object_store_remote_directory'] = "packages" +# gitlab_rails['packages_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'host' => 's3.amazonaws.com', +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +################################################################################ +## Dependency proxy +##! Docs: https://docs.gitlab.com/ee/administration/packages/dependency_proxy.html +################################################################################ + +# gitlab_rails['dependency_proxy_enabled'] = true +# gitlab_rails['dependency_proxy_storage_path'] = "/var/opt/gitlab/gitlab-rails/shared/dependency_proxy" +# gitlab_rails['dependency_proxy_object_store_enabled'] = false +# gitlab_rails['dependency_proxy_object_store_proxy_download'] = false +# gitlab_rails['dependency_proxy_object_store_remote_directory'] = "dependency_proxy" +# gitlab_rails['dependency_proxy_object_store_connection'] = { +# 'provider' => 'AWS', +# 'region' => 'eu-west-1', +# 'aws_access_key_id' => 'AWS_ACCESS_KEY_ID', +# 'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY', +# # # The below options configure an S3 compatible host instead of AWS +# # 'host' => 's3.amazonaws.com', +# # 'aws_signature_version' => 4, # For creation of signed URLs. Set to 2 if provider does not support v4. +# # 'endpoint' => 'https://s3.amazonaws.com', # default: nil - Useful for S3 compliant services such as DigitalOcean Spaces +# # 'path_style' => false # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' +# } + +################################################################################ +## GitLab Sentinel (EE Only) +##! Docs: https://docs.gitlab.com/ee/administration/redis/replication_and_failover.html +################################################################################ + +##! **Make sure you configured all redis['master_*'] keys above before +##! continuing.** + +##! To enable Sentinel and disable all other services in this machine, +##! uncomment the line below (if you've enabled Redis role, it will keep it). +##! Docs: https://docs.gitlab.com/ee/administration/redis/replication_and_failover.html +# redis_sentinel_role['enable'] = true + +# sentinel['enable'] = true + +##! Bind to all interfaces, uncomment to specify an IP and bind to a single one +# sentinel['bind'] = '0.0.0.0' + +##! Uncomment to change default port +# sentinel['port'] = 26379 + +##! Uncomment to require a Sentinel password. This may be different from the Redis master password. +# sentinel['password'] = 'sentinel-password-goes-here' + +### Support to run sentinels in a Docker or NAT environment +###! Docs: https://redis.io/topics/sentinel#sentinel-docker-nat-and-possible-issues +###! In an standard case, Sentinel will run in the same network service as Redis, so the same IP will be announce for Redis and Sentinel +###! Only define these values if it is needed to announce for Sentinel a differen IP service than Redis +# sentinel['announce_ip'] = nil # If not defined, its value will be taken from redis['announce_ip'] or nil if not present +# sentinel['announce_port'] = nil # If not defined, its value will be taken from sentinel['port'] or nil if redis['announce_ip'] not present + +##! Quorum must reflect the amount of voting sentinels it take to start a +##! failover. +##! **Value must NOT be greater then the amount of sentinels.** +##! The quorum can be used to tune Sentinel in two ways: +##! 1. If a the quorum is set to a value smaller than the majority of Sentinels +##! we deploy, we are basically making Sentinel more sensible to master +##! failures, triggering a failover as soon as even just a minority of +##! Sentinels is no longer able to talk with the master. +##! 2. If a quorum is set to a value greater than the majority of Sentinels, we +##! are making Sentinel able to failover only when there are a very large +##! number (larger than majority) of well connected Sentinels which agree +##! about the master being down. +# sentinel['quorum'] = 1 + +### Consider unresponsive server down after x amount of ms. +# sentinel['down_after_milliseconds'] = 10000 + +### Specifies the failover timeout in milliseconds. +##! It is used in many ways: +##! +##! - The time needed to re-start a failover after a previous failover was +##! already tried against the same master by a given Sentinel, is two +##! times the failover timeout. +##! +##! - The time needed for a replica replicating to a wrong master according +##! to a Sentinel current configuration, to be forced to replicate +##! with the right master, is exactly the failover timeout (counting since +##! the moment a Sentinel detected the misconfiguration). +##! +##! - The time needed to cancel a failover that is already in progress but +##! did not produced any configuration change (REPLICAOF NO ONE yet not +##! acknowledged by the promoted replica). +##! +##! - The maximum time a failover in progress waits for all the replicas to be +##! reconfigured as replicas of the new master. However even after this time +##! the replicas will be reconfigured by the Sentinels anyway, but not with +##! the exact parallel-syncs progression as specified. +# sentinel['failover_timeout'] = 60000 + +### Sentinel TLS settings +###! To run Sentinel over TLS, specify values for the following settings +# sentinel['tls_port'] = nil +# sentinel['tls_cert_file'] = nil +# sentinel['tls_key_file'] = nil + +###! Other TLS related optional settings +# sentinel['tls_dh_params_file'] = nil +# sentinel['tls_ca_cert_dir'] = '/opt/gitlab/embedded/ssl/certs/' +# sentinel['tls_ca_cert_file'] = '/opt/gitlab/embedded/ssl/certs/cacert.pem' +# sentinel['tls_auth_clients'] = 'optional' +# sentinel['tls_replication'] = nil +# sentinel['tls_cluster'] = nil +# sentinel['tls_protocols'] = nil +# sentinel['tls_ciphers'] = nil +# sentinel['tls_ciphersuites'] = nil +# sentinel['tls_prefer_server_ciphers'] = nil +# sentinel['tls_session_caching'] = nil +# sentinel['tls_session_cache_size'] = nil +# sentinel['tls_session_cache_timeout'] = nil + +### Sentinel hostname support +###! When enabled, Redis will leverage hostname support +###! Generally this does not need to be changed as we determine this based on +###! the provided input from `redis['announce_ip']` +###! * This is configured to `true` when a fully qualified hostname is provided +###! * This is configured to `false` when an IP address is provided +# sentinel['use_hostnames'] = + +### Sentinel log settings +# sentinel['log_directory'] = '/var/log/gitlab/sentinel' + +################################################################################ +## Additional Database Settings (EE only) +##! Docs: https://docs.gitlab.com/ee/administration/postgresql/database_load_balancing.html +################################################################################ +# gitlab_rails['db_load_balancing'] = { 'hosts' => ['secondary1.example.com'] } + +################################################################################ +## GitLab Geo +##! Docs: https://docs.gitlab.com/ee/administration/geo/ +################################################################################ +##! Geo roles 'geo_primary_role' and 'geo_secondary_role' are set above with +##! other roles. For more information, see: https://docs.gitlab.com/omnibus/roles/index.html#roles . + +##! This is an optional identifier which Geo nodes can use to identify themselves. +##! For example, if external_url is the same for two secondaries, you must specify +##! a unique Geo node name for those secondaries. + +##! If it is blank, it defaults to external_url. +# gitlab_rails['geo_node_name'] = nil + +# gitlab_rails['geo_registry_replication_enabled'] = true +# gitlab_rails['geo_registry_replication_primary_api_url'] = 'https://example.com:5050' + + +################################################################################ +## GitLab Geo Secondary (EE only) +################################################################################ +# geo_secondary['auto_migrate'] = true +# geo_secondary['db_adapter'] = "postgresql" +# geo_secondary['db_encoding'] = "unicode" +# geo_secondary['db_collation'] = nil +# geo_secondary['db_database'] = "gitlabhq_geo_production" +# geo_secondary['db_username'] = "gitlab_geo" +# geo_secondary['db_password'] = nil +# geo_secondary['db_host'] = "/var/opt/gitlab/geo-postgresql" +# geo_secondary['db_port'] = 5431 +# geo_secondary['db_socket'] = nil +# geo_secondary['db_sslmode'] = nil +# geo_secondary['db_sslcompression'] = 0 +# geo_secondary['db_sslrootcert'] = nil +# geo_secondary['db_sslca'] = nil +# geo_secondary['db_prepared_statements'] = false +# geo_secondary['db_database_tasks'] = true + +################################################################################ +## GitLab Geo Secondary Tracking Database (EE only) +################################################################################ + +# geo_postgresql['enable'] = false +# geo_postgresql['ha'] = false +# geo_postgresql['dir'] = '/var/opt/gitlab/geo-postgresql' +# geo_postgresql['pgbouncer_user'] = nil +# geo_postgresql['pgbouncer_user_password'] = nil +##! `SQL_USER_PASSWORD_HASH` can be generated using the command `gitlab-ctl pg-password-md5 gitlab` +# geo_postgresql['sql_user_password'] = 'SQL_USER_PASSWORD_HASH' +# geo_postgresql['log_directory'] = '/var/log/gitlab/geo-postgresql' + +##! Automatically restart PostgreSQL service when version changes. +# geo_postgresql['auto_restart_on_version_change'] = true + +################################################################################ +## GitLab Geo Log Cursor Daemon (EE only) +################################################################################ + +# geo_logcursor['enable'] = false +# geo_logcursor['log_directory'] = '/var/log/gitlab/geo-logcursor' +# geo_logcursor['log_group'] = nil + +################################################################################ +## Unleash +##! These settings are for GitLab internal use. +##! They are used to control feature flags during GitLab development. +##! Docs: https://docs.gitlab.com/ee/development/feature_flags +################################################################################ +# gitlab_rails['feature_flags_unleash_enabled'] = false +# gitlab_rails['feature_flags_unleash_url'] = nil +# gitlab_rails['feature_flags_unleash_app_name'] = nil +# gitlab_rails['feature_flags_unleash_instance_id'] = nil + +################################################################################ +## Pgbouncer (EE only) +##! See the GitLab PgBouncer documentation: https://docs.gitlab.com/ee/administration/postgresql/pgbouncer.html +##! See the PgBouncer page http://www.pgbouncer.org/config.html for details +################################################################################ +# pgbouncer['enable'] = false +# pgbouncer['log_directory'] = '/var/log/gitlab/pgbouncer' +# pgbouncer['log_group'] = nil +# pgbouncer['data_directory'] = '/var/opt/gitlab/pgbouncer' +# pgbouncer['env_directory'] = '/opt/gitlab/etc/pgbouncer/env' +# pgbouncer['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } +# pgbouncer['listen_addr'] = '0.0.0.0' +# pgbouncer['listen_port'] = '6432' +# pgbouncer['pool_mode'] = 'transaction' +# pgbouncer['max_prepared_statements'] = 0 +# pgbouncer['server_reset_query'] = 'DISCARD ALL' +# pgbouncer['application_name_add_host'] = '1' +# pgbouncer['max_client_conn'] = '2048' +# pgbouncer['default_pool_size'] = '100' +# pgbouncer['min_pool_size'] = '0' +# pgbouncer['reserve_pool_size'] = '5' +# pgbouncer['reserve_pool_timeout'] = '5.0' +# pgbouncer['server_round_robin'] = '0' +# pgbouncer['log_connections'] = '0' +# pgbouncer['server_idle_timeout'] = '30' +# pgbouncer['dns_max_ttl'] = '15.0' +# pgbouncer['dns_zone_check_period'] = '0' +# pgbouncer['dns_nxdomain_ttl'] = '15.0' +# pgbouncer['admin_users'] = %w(gitlab-psql postgres pgbouncer) +# pgbouncer['stats_users'] = %w(gitlab-psql postgres pgbouncer) +# pgbouncer['ignore_startup_parameters'] = 'extra_float_digits' +# pgbouncer['track_extra_parameters'] = %w(IntervalStyle) +# pgbouncer['databases'] = { +# DATABASE_NAME: { +# host: HOSTNAME, +# port: PORT +# user: USERNAME, +# password: PASSWORD +##! generate this with `echo -n '$password + $username' | md5sum` +# } +# ... +# } +# pgbouncer['logfile'] = nil +# pgbouncer['unix_socket_dir'] = nil +# pgbouncer['unix_socket_mode'] = '0777' +# pgbouncer['unix_socket_group'] = nil +# pgbouncer['auth_type'] = 'md5' +# pgbouncer['auth_hba_file'] = nil +# pgbouncer['auth_dbname'] = nil +# pgbouncer['auth_query'] = 'SELECT username, password FROM public.pg_shadow_lookup($1)' +# pgbouncer['users'] = { +# USERNAME: { +# 'password': MD5_PASSWORD_HASH, +# } +# } +# postgresql['pgbouncer_user'] = nil +# postgresql['pgbouncer_user_password'] = nil +# pgbouncer['server_reset_query_always'] = 0 +# pgbouncer['server_check_query'] = 'select 1' +# pgbouncer['server_check_delay'] = 30 +# pgbouncer['max_db_connections'] = nil +# pgbouncer['max_user_connections'] = nil +# pgbouncer['syslog'] = 0 +# pgbouncer['syslog_facility'] = 'daemon' +# pgbouncer['syslog_ident'] = 'pgbouncer' +# pgbouncer['log_disconnections'] = 1 +# pgbouncer['log_pooler_errors'] = 1 +# pgbouncer['stats_period'] = 60 +# pgbouncer['verbose'] = 0 +# pgbouncer['server_lifetime'] = 3600 +# pgbouncer['server_connect_timeout'] = 15 +# pgbouncer['server_login_retry'] = 15 +# pgbouncer['query_timeout'] = 0 +# pgbouncer['query_wait_timeout'] = 120 +# pgbouncer['client_idle_timeout'] = 0 +# pgbouncer['client_login_timeout'] = 60 +# pgbouncer['autodb_idle_timeout'] = 3600 +# pgbouncer['suspend_timeout'] = 10 +# pgbouncer['idle_transaction_timeout'] = 0 +# pgbouncer['cancel_wait_timeout'] = 10 +# pgbouncer['pkt_buf'] = 4096 +# pgbouncer['listen_backlog'] = 128 +# pgbouncer['sbuf_loopcnt'] = 5 +# pgbouncer['max_packet_size'] = 2147483647 +# pgbouncer['so_reuseport'] = 0 +# pgbouncer['tcp_defer_accept'] = 0 +# pgbouncer['tcp_socket_buffer'] = 0 +# pgbouncer['tcp_keepalive'] = 1 +# pgbouncer['tcp_keepcnt'] = 0 +# pgbouncer['tcp_keepidle'] = 0 +# pgbouncer['tcp_keepintvl'] = 0 +# pgbouncer['disable_pqexec'] = 0 +# default['pgbouncer']['peers'] = {} + +### Pgbouncer client TLS options +# pgbouncer['client_tls_sslmode'] = 'disable' +# pgbouncer['client_tls_ca_file'] = nil +# pgbouncer['client_tls_key_file'] = nil +# pgbouncer['client_tls_cert_file'] = nil +# pgbouncer['client_tls_protocols'] = 'all' +# pgbouncer['client_tls_dheparams'] = 'auto' +# pgbouncer['client_tls_ecdhcurve'] = 'auto' +# +### Pgbouncer server TLS options +# pgbouncer['server_tls_sslmode'] = 'disable' +# pgbouncer['server_tls_ca_file'] = nil +# pgbouncer['server_tls_key_file'] = nil +# pgbouncer['server_tls_cert_file'] = nil +# pgbouncer['server_tls_protocols'] = 'all' +# pgbouncer['server_tls_ciphers'] = 'fast' + +################################################################################ +## Patroni (EE only) +################################################################################ +# patroni['enable'] = false + +# patroni['dir'] = '/var/opt/gitlab/patroni' +# patroni['ctl_command'] = '/opt/gitlab/embedded/bin/patronictl' + +### Patroni dynamic configuration settings +# patroni['loop_wait'] = 10 +# patroni['ttl'] = 30 +# patroni['retry_timeout'] = 10 +# patroni['maximum_lag_on_failover'] = 1_048_576 +# patroni['max_timelines_history'] = 0 +# patroni['master_start_timeout'] = 300 +# patroni['use_pg_rewind'] = true +# patroni['remove_data_directory_on_rewind_failure'] = false +# patroni['remove_data_directory_on_diverged_timelines'] = false +# patroni['use_slots'] = true +# patroni['replication_password'] = nil +# patroni['replication_slots'] = {} +# patroni['callbacks'] = {} +# patroni['recovery_conf'] = {} +# patroni['tags'] = {} + +### Standby cluster replication settings +# patroni['standby_cluster']['enable'] = false +# patroni['standby_cluster']['host'] = nil +# patroni['standby_cluster']['port'] = 5432 +# patroni['standby_cluster']['primary_slot_name'] = nil + +### Global/Universal settings +# patroni['scope'] = 'gitlab-postgresql-ha' +# patroni['name'] = nil + +### Log settings +# patroni['log_directory'] = '/var/log/gitlab/patroni' +# patroni['log_group'] = nil +# patroni['log_level'] = 'INFO' + +### Consul specific settings +# patroni['consul']['url'] = 'http://127.0.0.1:8500' +# patroni['consul']['service_check_interval'] = '10s' +# patroni['consul']['register_service'] = true +# patroni['consul']['checks'] = [] + +### PostgreSQL configuration override +# patroni['postgresql']['hot_standby'] = 'on' + +###! The following must hold the same values on all nodes. +###! Leave unassined to use PostgreSQL's default values. +# patroni['postgresql']['wal_level'] = 'replica' +# patroni['postgresql']['wal_log_hints'] = 'on' +# patroni['postgresql']['max_worker_processes'] = 8 +# patroni['postgresql']['max_locks_per_transaction'] = 64 +# patroni['postgresql']['max_connections'] = 400 +# patroni['postgresql']['checkpoint_timeout'] = 30 + +###! The following can hold different values on all nodes. +###! Leave unassined to use PostgreSQL's default values. +# patroni['postgresql']['wal_keep_segments'] = 8 +# patroni['postgresql']['max_wal_senders'] = 5 +# patroni['postgresql']['max_replication_slots'] = 5 + +### Permanent replication slots for Streaming Replication +# patroni['replication_slots'] = { +# 'geo_secondary' => { 'type' => 'physical' } +# } + +###! The address and port that Patroni API binds to and listens on. +# patroni['listen_address'] = nil +# patroni['port'] = '8008' + +###! The address of the Patroni node that is advertized to other cluster +###! members to communicate with its API and PostgreSQL. If it is not specified, +###! it tries to use the first available private IP and falls back to the default +###! network interface. +# patroni['connect_address'] = nil + +###! The port that Patroni API responds to other cluster members. This port is +###! advertized and by default is the same as patroni['port']. +# patroni['connect_port'] = '8008' + +###! Specifies the set of hosts that are allowed to call unsafe REST API endpoints. +###! Each item can be an hostname, IP address, or CIDR address. +###! All hosts are allowed if this is unset. +# patroni['allowlist'] = [] +# patroni['allowlist_include_members'] = false + +###! The username and password to use for basic auth on write commands to the +###! Patroni API. If not specified then the API does not use basic auth. +# patroni['username'] = nil +# patroni['password'] = nil + +###! TLS configuration for Patroni API. Both certificate and key files are +###! required to enable TLS. If not specified then the API uses plain HTTP. +# patroni['tls_certificate_file'] = nil +# patroni['tls_key_file'] = nil +# patroni['tls_key_password'] = nil +# patroni['tls_ca_file'] = nil +# patroni['tls_ciphers'] = nil +# patroni['tls_client_mode'] = nil +# patroni['tls_client_certificate_file'] = nil +# patroni['tls_client_key_file'] = nil +# patroni['tls_verify'] = true + +################################################################################ +## Consul (EE only) +################################################################################ +# consul['enable'] = false +# consul['binary_path'] = '/opt/gitlab/embedded/bin/consul' +# consul['dir'] = '/var/opt/gitlab/consul' +# consul['username'] = 'gitlab-consul' +# consul['group'] = 'gitlab-consul' +# consul['config_file'] = '/var/opt/gitlab/consul/config.json' +# consul['config_dir'] = '/var/opt/gitlab/consul/config.d' +# consul['data_dir'] = '/var/opt/gitlab/consul/data' +# consul['log_directory'] = '/var/log/gitlab/consul' +# consul['log_group'] = nil +# consul['env_directory'] = '/opt/gitlab/etc/consul/env' +# consul['env'] = { +# 'SSL_CERT_DIR' => "/opt/gitlab/embedded/ssl/certs/" +# } +# consul['monitoring_service_discovery'] = false +# consul['node_name'] = nil +# consul['script_directory'] = '/var/opt/gitlab/consul/scripts' +# consul['configuration'] = { +# 'client_addr' => nil, +# 'datacenter' => 'gitlab_consul', +# 'enable_script_checks' => false, +# 'enable_local_script_checks' => true, +# 'server' => false +# } +# consul['services'] = [] +# consul['service_config'] = { +# 'postgresql' => { +# 'service' => { +# 'name' => "postgresql", +# 'address' => '', +# 'port' => 5432, +# 'checks' => [ +# { +# 'script' => "/var/opt/gitlab/consul/scripts/check_postgresql", +# 'interval' => "10s" +# } +# ] +# } +# } +# } +# consul['watchers'] = [] +# consul['custom_config_dir'] = '/path/to/service/configs/directory' + +### HTTP API ports +# consul['http_port'] = nil +# consul['https_port'] = nil + +### Gossip encryption +# consul['encryption_key'] = nil +# consul['encryption_verify_incoming'] = nil +# consul['encryption_verify_outgoing'] = nil + +### TLS settings +# consul['use_tls'] = false +# consul['tls_ca_file'] = nil +# consul['tls_certificate_file'] = nil +# consul['tls_key_file'] = nil +# consul['tls_verify_client'] = nil + +################################################################################ +## Service desk email settings +################################################################################ +### Service desk email +###! Allow users to create new service desk issues by sending an email to +###! service desk address. +###! Docs: https://docs.gitlab.com/ee/user/project/service_desk/index.html +# gitlab_rails['service_desk_email_enabled'] = false + +#### Service Desk Mailbox Settings (via `mail_room`) +#### Service Desk Email Address +####! The email address including the `%{key}` placeholder that will be replaced +####! to reference the item being replied to. +####! **The placeholder can be omitted but if present, it must appear in the +####! "user" part of the address (before the `@`).** +# gitlab_rails['service_desk_email_address'] = "contact_project+%{key}@gmail.com" + +#### Service Desk Email account username +####! **With third party providers, this is usually the full email address.** +####! **With self-hosted email servers, this is usually the user part of the +####! email address.** +# gitlab_rails['service_desk_email_email'] = "contact_project@gmail.com" + +#### Service Desk Email account password +# gitlab_rails['service_desk_email_password'] = "[REDACTED]" + +####! The mailbox where service desk mail will end up. Usually "inbox". +# gitlab_rails['service_desk_email_mailbox_name'] = "inbox" +####! The IDLE command timeout. +# gitlab_rails['service_desk_email_idle_timeout'] = 60 +####! The file name for internal `mail_room` JSON logfile +# gitlab_rails['service_desk_email_log_file'] = "/var/log/gitlab/mailroom/mail_room_json.log" + +#### Service Desk IMAP Settings +# gitlab_rails['service_desk_email_host'] = "imap.gmail.com" +# gitlab_rails['service_desk_email_port'] = 993 +# gitlab_rails['service_desk_email_ssl'] = true +# gitlab_rails['service_desk_email_start_tls'] = false + +#### Inbox options (for Microsoft Graph) +# gitlab_rails['service_desk_email_inbox_method'] = 'microsoft_graph' +# gitlab_rails['service_desk_email_inbox_options'] = { +# 'tenant_id': 'YOUR-TENANT-ID', +# 'client_id': 'YOUR-CLIENT-ID', +# 'client_secret': 'YOUR-CLIENT-SECRET', +# 'poll_interval': 60 # Optional +# } + +####! How service desk emails are delivered to Rails process. Accept either +####! sidekiq or webhook. The default config is webhook. +# gitlab_rails['service_desk_email_delivery_method'] = "webhook" + +####! Token to authenticate webhook requests. The token must be exactly 32 bytes, +####! encoded with base64 +# gitlab_rails['service_desk_email_auth_token'] = nil + +################################################################################# +## Spamcheck (EE only) +################################################################################# + +# spamcheck['enable'] = false +# spamcheck['dir'] = '/var/opt/gitlab/spamcheck' +# spamcheck['port'] = 8001 +# spamcheck['external_port'] = nil +# spamcheck['monitoring_address'] = ':8003' +# spamcheck['log_level'] = 'info' +# spamcheck['log_format'] = 'json' +# spamcheck['log_output'] = 'stdout' +# spamcheck['monitor_mode'] = false +# spamcheck['allowlist'] = {} +# spamcheck['denylist'] = {} +# spamcheck['log_directory'] = "/var/log/gitlab/spamcheck" +# spamcheck['log_group'] = nil +# spamcheck['env_directory'] = "/opt/gitlab/etc/spamcheck/env" +# spamcheck['env'] = { +# 'SSL_CERT_DIR' => '/opt/gitlab/embedded/ssl/cers' +# } +# spamcheck['classifier']['log_directory'] = "/var/log/gitlab/spam-classifier" + +################################################################################# +## (Go-)Crond +################################################################################# +# crond['log_directory'] = '/var/log/gitlab/crond' +# crond['cron_d'] = '/var/opt/gitlab/crond' +# crond['flags'] = {} + +################################################################################# +## gitlab-backup-cli settings +################################################################################# +# gitlab_backup_cli['enable'] = false +# gitlab_backup_cli['user'] = 'gitlab-backup' +# gitlab_backup_cli['group'] = 'gitlab-backup' +# gitlab_backup_cli['dir'] = '/var/opt/gitlab/backups' +# gitlab_backup_cli['additional_groups'] = %w[git gitlab-psql registry] diff --git a/conf/janus/janus.transport.http.jcfg b/conf/janus/janus.transport.http.jcfg new file mode 100644 index 0000000..bc44811 --- /dev/null +++ b/conf/janus/janus.transport.http.jcfg @@ -0,0 +1,79 @@ +# Web server stuff: whether any should be enabled, which ports they +# should use, whether security should be handled directly or demanded to +# an external application (e.g., web frontend) and what should be the +# base path for the Janus API protocol. Notice that by default +# all the web servers will try and bind on both IPv4 and IPv6: if you +# want to only bind to IPv4 addresses (e.g., because your system does not +# support IPv6), you should set the web server 'ip' property to '0.0.0.0'. +# To see debug logs from the HTTP server library, set 'mhd_debug'. +general: { + enabled = true + #events = true # Whether to notify event handlers about transport events (default=true) + json = "indented" # Whether the JSON messages should be indented (default), + # plain (no indentation) or compact (no indentation and no spaces) + base_path = "/janus" # Base path to bind to in the web server (plain HTTP only) + http = true # Whether to enable the plain HTTP interface + port = 8088 # Web server HTTP port + interface = "eth0" # Whether we should bind this server to a specific interface only + #ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only + https = false # Whether to enable HTTPS (default=false) + #secure_port = 8089 # Web server HTTPS port, if enabled + #secure_interface = "eth0" # Whether we should bind this server to a specific interface only + #secure_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only + #acl = "127.,192.168.0." # Only allow requests coming from this comma separated list of addresses + #acl_forwarded = true # Whether we should check the X-Forwarded-For header too for the ACL + # (default=false, since without a proxy in the middle this could be abused) + #mhd_connection_limit = 1020 # Open connections limit in libmicrohttpd (default=1020) + #mhd_debug = false # Ask libmicrohttpd to write warning and error messages to stderr (default=false) +} + +# Janus can also expose an admin/monitor endpoint, to allow you to check +# which sessions are up, which handles they're managing, their current +# status and so on. This provides a useful aid when debugging potential +# issues in Janus. The configuration is pretty much the same as the one +# already presented above for the webserver stuff, as the API is very +# similar: choose the base bath for the admin/monitor endpoint (/admin +# by default), ports, etc. Besides, you can specify +# a secret that must be provided in all requests as a crude form of +# authorization mechanism, and partial or full source IPs if you want to +# limit access basing on IP addresses. For security reasons, this +# endpoint is disabled by default, enable it by setting admin_http=true. +admin: { + admin_base_path = "/admin" # Base path to bind to in the admin/monitor web server (plain HTTP only) + admin_http = false # Whether to enable the plain HTTP interface + admin_port = 7088 # Admin/monitor web server HTTP port + #admin_interface = "eth0" # Whether we should bind this server to a specific interface only + #admin_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only + admin_https = false # Whether to enable HTTPS (default=false) + #admin_secure_port = 7889 # Admin/monitor web server HTTPS port, if enabled + #admin_secure_interface = "eth0" # Whether we should bind this server to a specific interface only + #admin_secure_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address (v4 or v6) only + #admin_acl = "127.,192.168.0." # Only allow requests coming from this comma separated list of addresses + #admin_acl_forwarded = true # Whether we should check the X-Forwarded-For header too for the admin ACL + # (default=false, since without a proxy in the middle this could be abused) +} + +# The HTTP servers created in Janus support CORS out of the box, but by +# default they return a wildcard (*) in the 'Access-Control-Allow-Origin' +# header. This works fine in most situations, except when we have to +# respond to a credential request (withCredentials=true in the XHR). If +# you need that, uncomment and set the 'allow_origin' below to specify +# what must be returned in 'Access-Control-Allow-Origin'. More details: +# https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS +# In case you want to enforce the Origin validation, rather than leave +# it to browsers, you can set 'enforce_cors' to 'true' to have Janus +# return a '403 Forbidden' for all requests that don't comply. +cors: { + #allow_origin = "http://foo.example" + #enforce_cors = true +} + +# Certificate and key to use for HTTPS, if enabled (and passphrase if needed). +# You can also disable insecure protocols and ciphers by configuring the +# 'ciphers' property accordingly (no limitation by default). +certificates: { + #cert_pem = "/path/to/cert.pem" + #cert_key = "/path/to/key.pem" + #cert_pwd = "secretpassphrase" + #ciphers = "PFS:-VERS-TLS1.0:-VERS-TLS1.1:-3DES-CBC:-ARCFOUR-128" +} diff --git a/conf/janus/janus.transport.websockets.jcfg b/conf/janus/janus.transport.websockets.jcfg new file mode 100644 index 0000000..3bdf748 --- /dev/null +++ b/conf/janus/janus.transport.websockets.jcfg @@ -0,0 +1,73 @@ +# WebSockets stuff: whether they should be enabled, which ports they +# should use, and so on. +general: { + events = true # Whether to notify event handlers about transport events (default=true) + json = "indented" # Whether the JSON messages should be indented (default), + # plain (no indentation) or compact (no indentation and no spaces) + #pingpong_trigger = 30 # After how many seconds of idle, a PING should be sent + #pingpong_timeout = 10 # After how many seconds of not getting a PONG, a timeout should be detected + enabled = true + ws = true # Whether to enable the WebSockets API + ws_port = 8188 # WebSockets server port + #ws_interface = "eth0" # Whether we should bind this server to a specific interface only + ws_ip = "0.0.0.0" # Whether we should bind this server to a specific IP address only + #ws_unix = "/run/ws.sock" # Use WebSocket server over UNIX socket instead of TCP + wss = false # Whether to enable secure WebSockets + #wss_port = 8989 # WebSockets server secure port, if enabled + #wss_interface = "eth0" # Whether we should bind this server to a specific interface only + #wss_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address only + #wss_unix = "/run/wss.sock" # Use WebSocket server over UNIX socket instead of TCP + ws_logging = "err,warn,debug" # libwebsockets debugging level as a comma separated list of things + # to debug, supported values: err, warn, notice, info, debug, parser, + # header, ext, client, latency, user, count (plus 'none' and 'all') + #ws_acl = "127.,192.168.0." # Only allow requests coming from this comma separated list of addresses + #ws_acl_forwarded = true # Whether we should check the X-Forwarded-For header too for the ACL + # (default=false, since without a proxy in the middle this could be abused) + +} + +# If you want to expose the Admin API via WebSockets as well, you need to +# specify a different server instance, as you cannot mix Janus API and +# Admin API messaging. Notice that by default the Admin API support via +# WebSockets is disabled. +admin: { + admin_ws = false # Whether to enable the Admin API WebSockets API + admin_ws_port = 7188 # Admin API WebSockets server port, if enabled + #admin_ws_interface = "eth0" # Whether we should bind this server to a specific interface only + #admin_ws_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address only + #admin_ws_unix = "/run/aws.sock" # Use WebSocket server over UNIX socket instead of TCP + admin_wss = false # Whether to enable the Admin API secure WebSockets + #admin_wss_port = 7989 # Admin API WebSockets server secure port, if enabled + #admin_wss_interface = "eth0" # Whether we should bind this server to a specific interface only + #admin_wss_ip = "192.168.0.1" # Whether we should bind this server to a specific IP address only + #admin_wss_unix = "/run/awss.sock" # Use WebSocket server over UNIX socket instead of TCP + #admin_ws_acl = "127.,192.168.0." # Only allow requests coming from this comma separated list of addresses + #admin_ws_acl_forwarded = true # Whether we should check the X-Forwarded-For header too for the ACL + # (default=false, since without a proxy in the middle this could be abused) +} + +# The HTTP servers created in Janus support CORS out of the box, but by +# default they return a wildcard (*) in the 'Access-Control-Allow-Origin' +# header. This works fine in most situations, except when we have to +# respond to a credential request (withCredentials=true in the XHR). If +# you need that, uncomment and set the 'allow_origin' below to specify +# what must be returned in 'Access-Control-Allow-Origin'. More details: +# https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS +# In case you want to enforce the Origin validation, rather than leave +# it to browsers, you can set 'enforce_cors' to 'true' to have Janus +# return a '403 Forbidden' for all requests that don't comply. +cors: { + #allow_origin = "http://foo.example" + #enforce_cors = true +} + +# Certificate and key to use for any secure WebSocket server, if enabled (and passphrase if needed). +# You can also disable insecure protocols and ciphers by configuring the +# 'ciphers' property accordingly (no limitation by default). +# Examples of recommended cipher strings at https://cheatsheetseries.owasp.org/cheatsheets/TLS_Cipher_String_Cheat_Sheet.html +certificates: { + #cert_pem = "/path/to/cert.pem" + #cert_key = "/path/to/key.pem" + #cert_pwd = "secretpassphrase" + #ciphers = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256" +} diff --git a/conf/nextcloud/config/config.php b/conf/nextcloud/config/config.php new file mode 100644 index 0000000..267a849 --- /dev/null +++ b/conf/nextcloud/config/config.php @@ -0,0 +1,98 @@ + '/', + 'memcache.local' => '\\OC\\Memcache\\APCu', + 'apps_paths' => + array ( + 0 => + array ( + 'path' => '/var/www/html/apps', + 'url' => '/apps', + 'writable' => false, + ), + 1 => + array ( + 'path' => '/var/www/html/custom_apps', + 'url' => '/custom_apps', + 'writable' => true, + ), + ), + 'memcache.distributed' => '\\OC\\Memcache\\Redis', + 'memcache.locking' => '\\OC\\Memcache\\Redis', + 'redis' => + array ( + 'host' => 'redis', + 'password' => '', + 'port' => 6379, + ), + 'upgrade.disable-web' => true, + 'instanceid' => 'ocqtehxjv8x8', + 'passwordsalt' => 'CKSAncvdHjZzkSh2A2w9M9v8algtxh', + 'secret' => 'kYXhPWpJmvJA3fQevaPsqq7WTId6F5qdlHIjxvPPMvsiA1C+', + 'trusted_domains' => + array ( + 0 => 'localhost', + 1 => 'nextcloud', + 2 => 'nextcloud.data-pro.nu', + ), + 'datadirectory' => '/var/www/html/data', + 'dbtype' => 'mysql', + 'version' => '32.0.6.1', + 'overwrite.cli.url' => 'https://nextcloud.data-pro.nu', + 'dbname' => 'nextcloud', + 'dbhost' => 'mariadb', + 'dbport' => '', + 'dbtableprefix' => 'oc_', + 'mysql.utf8mb4' => true, + 'dbuser' => 'nextcloud', + 'dbpassword' => 'MySQL2', + 'installed' => true, + 'forwarded_for_headers' => + array ( + 0 => 'HTTP_X_FORWARDED_FOR', + ), + 'overwritehost' => 'nextcloud.data-pro.nu', + 'overwriteprotocol' => 'https', + 'overwritecondaddr' => '^10\\.|^192\\.168\\.|^172\\.(1[6-9]|2[0-9]|3[0-1])\\.', + 'maintenance_window_start' => 1, + 'maintenance' => false, + 'default_phone_region' => 'NL', + 'mail_from_address' => 'info', + 'mail_smtpmode' => 'smtp', + 'mail_sendmailmode' => 'smtp', + 'mail_domain' => 'data-pro.nu', + 'mail_smtphost' => 'smtp.soverin.net', + 'mail_smtpport' => '587', + 'mail_smtpauth' => true, + 'mail_smtpname' => 'info@data-pro.nu', + 'mail_smtppassword' => 'NgbjK-gTrcQ-PYSNK-4WBbP-bbxbb', + 'talk.signaling-server-url' => 'http://signaling.data-pro.nu:8080', + 'talk.websocket_url' => 'wss://janus.data-pro.nu:8089/janus', + 'loglevel' => 0, + 'app_install_overwrite' => + array ( + 0 => 'files_texteditor', + 1 => 'memories', + ), + 'spreed' => + array ( + 'signaling_server' => 'wss://signaling.data-pro.nu/ws', + 'turn_servers' => + array ( + 0 => + array ( + 'url' => 'turn:turn.data-pro.nu:3478?transport=udp', + 'secret' => 'chy2gng!thg!wep_GCW', + ), + ), + ), + 'memories.db.triggers.fcu' => true, + 'config_preset' => 7, + 'trusted_proxies' => + array ( + 0 => '172.18.0.0/16', + 1 => '172.18.0.2', + ), + 'memories.exiftool' => '/var/www/html/custom_apps/memories/bin-ext/exiftool-amd64-glibc', + 'memories.vod.path' => '/var/www/html/custom_apps/memories/bin-ext/go-vod-amd64', +); diff --git a/conf/signaling/config/server.conf b/conf/signaling/config/server.conf new file mode 100644 index 0000000..fdb83ce --- /dev/null +++ b/conf/signaling/config/server.conf @@ -0,0 +1,38 @@ +[http] +listen = 0.0.0.0:8090 + +[https] +enabled = true + + + +[app] +debug = true + +[sessions] +hashkey = 230295c728f18d8e6a864e72520e431d +blockkey = 6a2222826c54d764f22b324f59ccb393 + +[backend] +backends = backend-1 +allowall = false +timeout = 10 +connectionsperhost = 8 + +[nats] +url = nats://loopback + +[backend-1] +url = https://nextcloud.data-pro.nu +secret = geheim123 + +trustedproxies = 10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 + +[mcu] +type = janus +url = ws://janus:8188 + +[turn] +apikey = STATIC +secret = chy2gng!thg!wep_GCW +servers = turn:turn.data-pro.nu:443?transport=tcp diff --git a/docker/.env b/docker/.env new file mode 100644 index 0000000..ea05ae8 --- /dev/null +++ b/docker/.env @@ -0,0 +1,155 @@ +# Base directory on the host for all persistent data (compose defaults to /data if unset) +DATA_DIR=/data + +# --------------------------- +# Published ports (host side) +# --------------------------- + +# Keycloak HTTP host port +KEYCLOAK_HTTP_PUBLISHED_PORT=8080 + +# Caddy host ports +CADDY_HTTP_PUBLISHED_PORT=80 +CADDY_HTTPS_PUBLISHED_PORT=443 + +# Nextcloud signaling host port +SIGNALING_PUBLISHED_PORT=8090 + +# GitLab SSH host port +GITLAB_SSH_PUBLISHED_PORT=2222 + +# Janus published ports +JANUS_HTTP_PUBLISHED_PORT=8088 +JANUS_HTTPS_PUBLISHED_PORT=8089 +JANUS_ADMIN_HTTP_PUBLISHED_PORT=8188 +JANUS_ADMIN_HTTPS_PUBLISHED_PORT=8889 +JANUS_RTP_PUBLISHED_PORT=8000 +JANUS_WS_PUBLISHED_PORT=7088 +JANUS_WSS_PUBLISHED_PORT=7089 + +# TURN published ports +TURN_PORT=3478 +TURN_TLS_PORT=5349 + +# --------------------------- +# Keycloak +# --------------------------- + +# Keycloak DB mode/vendor (as used by Keycloak) +KC_DB=dev-file +# Enable HTTP listener (true/false) +KC_HTTP_ENABLED=true +# Public hostname for Keycloak +KC_HOSTNAME=keycloak.data-pro.nu +# Proxy headers mode (e.g. xforwarded) +KC_PROXY_HEADERS=xforwarded +# Proxy mode (e.g. edge) +KC_PROXY=edge +# Enforce strict hostname checks (true/false) +KC_HOSTNAME_STRICT=false +# Enforce strict HTTPS hostname checks (true/false) +KC_HOSTNAME_STRICT_HTTPS=false +# Enable metrics endpoint (true/false) +KC_METRICS_ENABLED=true +# Enable health endpoint (true/false) +KC_HEALTH_ENABLED=true +# Log level (e.g. info, debug) +KC_LOG_LEVEL=info +# Bootstrap admin username (first-run) +KC_BOOTSTRAP_ADMIN_USERNAME=admin +# Bootstrap admin password (first-run secret) +KC_BOOTSTRAP_ADMIN_PASSWORD=admin + +# --------------------------- +# Nextcloud +# --------------------------- + +# MariaDB password for the Nextcloud DB user (secret) +NEXTCLOUD_MYSQL_PASSWORD=MySQL2 +# Nextcloud database name +NEXTCLOUD_MYSQL_DATABASE=nextcloud +# Nextcloud database user +NEXTCLOUD_MYSQL_USER=nextcloud +# MariaDB host (service name) +NEXTCLOUD_MYSQL_HOST=mariadb +# Redis host (service name) +NEXTCLOUD_REDIS_HOST=redis + +# --------------------------- +# Signaling +# --------------------------- + +# Path to signaling config inside the container +SIGNALING_CONFIG=/config/server.conf + +# --------------------------- +# GitLab +# --------------------------- + +# GitLab container hostname +GITLAB_HOSTNAME=gitlab.data-pro.nu +# GitLab external URL (used in omnibus config) +GITLAB_EXTERNAL_URL=https://gitlab.data-pro.nu + +# --------------------------- +# Gitea +# --------------------------- + +# Public hostname for Gitea +GITEA_DOMAIN=gitea.data-pro.nu +# Public root URL (must match how users access it) +GITEA_ROOT_URL=https://gitea.data-pro.nu/ +# Internal HTTP port Gitea listens on inside container (usually 3000) +GITEA_HTTP_PORT=3000 +# UID for file ownership on the host volume (match your server user, often 1000) +GITEA_USER_UID=1000 +# GID for file ownership on the host volume (match your server group, often 1000) +GITEA_USER_GID=1000 +# Hostname used in SSH clone URLs shown by Gitea +GITEA_SSH_DOMAIN=gitea.data-pro.nu +# SSH port shown in clone URLs (22 if not publishing a different host port) +GITEA_SSH_PORT=22 +# OPTIONAL: host port to publish for Gitea SSH (only if you enable ports mapping in compose) +GITEA_SSH_PUBLISHED_PORT=2223 + +# --------------------------- +# Collabora +# --------------------------- + +# Collabora 'domain' regex (escaped for .env) +COLLABORA_DOMAIN_REGEX=nextcloud\\.data\\-pro\\.nu +# Collabora admin username +COLLABORA_USERNAME=admin +# Collabora admin password (secret) +COLLABORA_PASSWORD=1Collabora2@ +# Collabora runtime flags (quoted because it contains spaces) +COLLABORA_EXTRA_PARAMS="--o:ssl.enable=false --o:ssl.termination=true" + +# --------------------------- +# MariaDB +# --------------------------- + +# MariaDB root password (secret) +MYSQL_ROOT_PASSWORD=1MySQLRoot12! +# MariaDB initial database name +MARIADB_MYSQL_DATABASE=nextcloud +# MariaDB initial user +MARIADB_MYSQL_USER=nextcloud +# MariaDB initial user password (secret) +MARIADB_MYSQL_PASSWORD=MySQL2 + +#--------------------------- +# n8n +# --------------------------- + +N8N_HOST=n8n.data-pro.nu +N8N_PROTOCOL=https +N8N_WEBHOOK_URL=https://n8n.data-pro.nu/ +N8N_ENCRYPTION_KEY=change_me_to_a_long_random_string +N8N_SECURE_COOKIE=true +N8N_TIMEZONE=Europe/AmsterdamN8N_HOST=n8n.data-pro.nu +N8N_PROTOCOL=https +N8N_WEBHOOK_URL=https://n8n.data-pro.nu/ +N8N_ENCRYPTION_KEY=change_me_to_a_long_random_string +N8N_SECURE_COOKIE=true +N8N_TIMEZONE=Europe/Amsterdam diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml new file mode 100644 index 0000000..45e7718 --- /dev/null +++ b/docker/docker-compose.yml @@ -0,0 +1,214 @@ +services: + + keycloak: + image: keycloak/keycloak:latest + container_name: keycloak + restart: unless-stopped + command: start + depends_on: + - mariadb + ports: + - "${KEYCLOAK_HTTP_PUBLISHED_PORT}:8080" + environment: + KC_DB: ${KC_DB} + KC_HTTP_ENABLED: ${KC_HTTP_ENABLED} + KC_HOSTNAME: ${KC_HOSTNAME} + KC_PROXY_HEADERS: ${KC_PROXY_HEADERS} + KC_PROXY: ${KC_PROXY} + KC_HOSTNAME_STRICT: ${KC_HOSTNAME_STRICT} + KC_HOSTNAME_STRICT_HTTPS: ${KC_HOSTNAME_STRICT_HTTPS} + KC_METRICS_ENABLED: ${KC_METRICS_ENABLED} + KC_HEALTH_ENABLED: ${KC_HEALTH_ENABLED} + KC_LOG_LEVEL: ${KC_LOG_LEVEL} + KC_BOOTSTRAP_ADMIN_USERNAME: ${KC_BOOTSTRAP_ADMIN_USERNAME} + KC_BOOTSTRAP_ADMIN_PASSWORD: ${KC_BOOTSTRAP_ADMIN_PASSWORD} + volumes: + - ${DATA_DIR:-/data}/keycloak:/opt/keycloak/data + networks: + - caddy_net + + caddy: + image: caddy:2 + container_name: caddy + restart: unless-stopped + ports: + - "${CADDY_HTTP_PUBLISHED_PORT}:80" + - "${CADDY_HTTPS_PUBLISHED_PORT}:443" + volumes: + - ${DATA_DIR:-/data}/caddy/Caddyfile:/etc/caddy/Caddyfile + - ${DATA_DIR:-/data}/caddy:/data + - ${DATA_DIR:-/data}/caddy_config:/config + networks: + - caddy_net + + nextcloud: + image: nextcloud:latest + container_name: nextcloud + restart: unless-stopped + depends_on: + - mariadb + - signaling + - caddy + - redis + - janus + - collabora + environment: + MYSQL_PASSWORD: ${NEXTCLOUD_MYSQL_PASSWORD} + MYSQL_DATABASE: ${NEXTCLOUD_MYSQL_DATABASE} + MYSQL_USER: ${NEXTCLOUD_MYSQL_USER} + MYSQL_HOST: ${NEXTCLOUD_MYSQL_HOST} + REDIS_HOST: ${NEXTCLOUD_REDIS_HOST} + volumes: + - ${DATA_DIR:-/data}/nextcloud/config:/var/www/html/config + - ${DATA_DIR:-/data}/nextcloud/data:/var/www/html/data + - ${DATA_DIR:-/data}/nextcloud/custom_apps:/var/www/html/custom_apps + - ${DATA_DIR:-/data}/nextcloud/themes:/var/www/html/themes + - ${DATA_DIR:-/data}/nextcloud/php/conf.d/opcache.ini:/usr/local/etc/php/conf.d/opcache.ini:ro + - ${DATA_DIR:-/data}/nextcloud/scripts:/data/nextcloud/scripts:ro + networks: + - caddy_net + + signaling: + image: ghcr.io/strukturag/nextcloud-spreed-signaling:latest + container_name: signaling + restart: unless-stopped + ports: + - "${SIGNALING_PUBLISHED_PORT}:8090" + depends_on: + - janus + - coturn + volumes: + - ${DATA_DIR:-/data}/signaling/config:/config + - ${DATA_DIR:-/data}/certs:/certs + environment: + SIGNALING_CONFIG: ${SIGNALING_CONFIG} + networks: + - caddy_net + + redis: + image: redis:latest + container_name: redis + restart: unless-stopped + volumes: + - ${DATA_DIR:-/data}/redis:/data + networks: + - caddy_net + + gitea: + image: gitea/gitea:latest + container_name: gitea + restart: unless-stopped + environment: + USER_UID: ${GITEA_USER_UID} + USER_GID: ${GITEA_USER_GID} + + # Configure via environment variables (maps to app.ini keys) + GITEA__server__DOMAIN: ${GITEA_DOMAIN} + GITEA__server__ROOT_URL: ${GITEA_ROOT_URL} + GITEA__server__HTTP_PORT: ${GITEA_HTTP_PORT} + + # Show correct SSH clone URL in the UI + GITEA__server__SSH_DOMAIN: ${GITEA_SSH_DOMAIN} + GITEA__server__SSH_PORT: ${GITEA_SSH_PORT} + volumes: + - ${DATA_DIR:-/data}/gitea:/data + networks: + - caddy_net + # Optional: enable Git-over-SSH on a dedicated host port (avoid conflicts with GitLab 2222) + ports: + - "${GITEA_SSH_PUBLISHED_PORT}:22" + + janus: + image: mwalbeck/janus-gateway + container_name: janus + restart: unless-stopped + ports: + - "${JANUS_HTTP_PUBLISHED_PORT}:8088" + - "${JANUS_HTTPS_PUBLISHED_PORT}:8089" + - "${JANUS_ADMIN_HTTP_PUBLISHED_PORT}:8188" + - "${JANUS_ADMIN_HTTPS_PUBLISHED_PORT}:8889" + - "${JANUS_RTP_PUBLISHED_PORT}:8000" + - "${JANUS_WS_PUBLISHED_PORT}:7088" + - "${JANUS_WSS_PUBLISHED_PORT}:7089" + volumes: + - ${DATA_DIR:-/data}/janus:/usr/local/etc/janus + networks: + - caddy_net + + collabora: + image: collabora/code + container_name: collabora + restart: unless-stopped + environment: + - domain=${COLLABORA_DOMAIN_REGEX} + - username=${COLLABORA_USERNAME} + - password=${COLLABORA_PASSWORD} + - extra_params=${COLLABORA_EXTRA_PARAMS} + volumes: + - ${DATA_DIR:-/data}/collabora:/data + networks: + - caddy_net + + mariadb: + image: mariadb:11.4 + container_name: mariadb + restart: unless-stopped + environment: + MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} + MYSQL_DATABASE: ${MARIADB_MYSQL_DATABASE} + MYSQL_USER: ${MARIADB_MYSQL_USER} + MYSQL_PASSWORD: ${MARIADB_MYSQL_PASSWORD} + volumes: + - ${DATA_DIR:-/data}/mariadb:/var/lib/mysql + networks: + - caddy_net + + coturn: + image: instrumentisto/coturn + container_name: coturn + restart: unless-stopped + networks: + - caddy_net + ports: + - "${TURN_PORT}:3478" # STUN/TURN TCP + - "${TURN_PORT}:3478/udp" # STUN/TURN UDP + - "${TURN_TLS_PORT}:5349" # TLS + - "${TURN_TLS_PORT}:5349/udp" + environment: + - TURN_PORT=${TURN_PORT} + volumes: + - ${DATA_DIR:-/data}/coturn/turnserver.conf:/etc/coturn/turnserver.conf + - ${DATA_DIR:-/data}/coturn/logs:/var/log + - ${DATA_DIR:-/data}/caddy/certificates/acme-v02.api.letsencrypt.org-directory/turn.data-pro.nu:/etc/coturn/certs + + # --- n8n (automation/workflows) --- + n8n: + image: n8nio/n8n:latest + container_name: n8n + restart: unless-stopped + environment: + N8N_HOST: ${N8N_HOST} + N8N_PORT: 5678 + N8N_PROTOCOL: ${N8N_PROTOCOL} + WEBHOOK_URL: ${N8N_WEBHOOK_URL} + GENERIC_TIMEZONE: ${N8N_TIMEZONE:-Europe/Amsterdam} + N8N_ENCRYPTION_KEY: ${N8N_ENCRYPTION_KEY} + N8N_SECURE_COOKIE: ${N8N_SECURE_COOKIE:-true} + volumes: + - ${DATA_DIR:-/data}/n8n:/home/node/.n8n + networks: + - caddy_net + + ansible: + image: alpine/ansible:latest + container_name: ansible + restart: unless-stopped + working_dir: /ansible + volumes: + - ${DATA_DIR:-/data}/ansible/ansible-project:/ansible + - ${DATA_DIR:-/data}/ansible/ansible-ssh:/home/ansible/.ssh + network_mode: host + command: ["sh", "-c", "while true; do sleep 3600; done"] + +networks: + caddy_net: diff --git a/sync-nextcloud-ecosystem-conf.sh b/sync-nextcloud-ecosystem-conf.sh new file mode 100755 index 0000000..5cf3bec --- /dev/null +++ b/sync-nextcloud-ecosystem-conf.sh @@ -0,0 +1,156 @@ +#!/usr/bin/env bash +set -euo pipefail + +# sync-nextcloud-ecosystem-conf.sh +# +# Pull/push a fixed set of server files under /data to a local git-tracked tree, +# preserving folder structure but stripping the leading "/data". +# +# Requires: rsync, ssh +# +# Examples: +# ./sync-nextcloud-ecosystem-conf.sh pull +# ./sync-nextcloud-ecosystem-conf.sh push --dry-run +# ./sync-nextcloud-ecosystem-conf.sh pull --host henrov@nextcloud.data-pro.nu --port 22 +# +# Notes: +# - Uses remote sudo via: --rsync-path="sudo rsync" +# - Allocates a TTY for sudo prompting with ssh -tt +# - Transfers ONLY the listed files (push and pull) + +DEFAULT_HOST="henrov@nextcloud.data-pro.nu" +DEFAULT_PORT="22" +DEFAULT_REMOTE_BASE="/data" +DEFAULT_LOCAL_ROOT="$HOME/Repos/nextcloud_ecosystem/conf" + +usage() { + cat <<'USAGE' +Usage: + sync-nextcloud-ecosystem-conf.sh [--host USER@HOST] [--port N] [--local-root PATH] [--dry-run] + +Options: + --host USER@HOST SSH target (default: henrov@nextcloud.data-pro.nu) + --port N SSH port (default: 22) + --local-root PATH Local destination root (default: ~/Repos/nextcloud_ecosystem/conf) + --dry-run Show what would change without writing (rsync -n + itemize) + -h, --help Show this help + +Behavior: + pull: server:/data/ -> local-root/ + push: local-root/ -> server:/data/ + +Always overwrites destination files (as rsync updates them). Preserves timestamps. + +USAGE +} + +MODE="${1:-}" +shift || true + +HOST="$DEFAULT_HOST" +PORT="$DEFAULT_PORT" +REMOTE_BASE="$DEFAULT_REMOTE_BASE" +LOCAL_ROOT="$DEFAULT_LOCAL_ROOT" +DRY_RUN=0 + +while [[ $# -gt 0 ]]; do + case "$1" in + --host) HOST="${2:?missing value for --host}"; shift 2 ;; + --port) PORT="${2:?missing value for --port}"; shift 2 ;; + --local-root) LOCAL_ROOT="${2:?missing value for --local-root}"; shift 2 ;; + --dry-run) DRY_RUN=1; shift ;; + -h|--help) usage; exit 0 ;; + *) echo "Unknown argument: $1" >&2; usage; exit 2 ;; + esac +done + +if [[ "$MODE" != "pull" && "$MODE" != "push" ]]; then + echo "Error: first argument must be 'pull' or 'push'." >&2 + usage + exit 2 +fi + +mkdir -p "$LOCAL_ROOT" + +# File list is RELATIVE to /data, so /data is effectively "stripped" on local. +# Only these files are transferred in either direction. +read -r -d '' FILES_FROM <<'EOF' || true +caddy/Caddyfile +nextcloud/config/config.php +nextcloud/php/conf.d/opcache.ini +signaling/config/server.conf +janus/janus.transport.http.jcfg +janus/janus.transport.websockets.jcfg +gitlab/config/gitlab.rb +EOF + +tmp_files_from="$(mktemp)" +cleanup() { rm -f "$tmp_files_from"; } +trap cleanup EXIT +printf "%s\n" "$FILES_FROM" > "$tmp_files_from" + +# rsync options: +# -a : archive (recursive, preserve perms, etc.) +# -t : preserve times (also included in -a, but explicit for clarity) +# -v : verbose +# --itemize-changes: useful output, especially with --dry-run +# --files-from: copy only specified files +# --relative not needed because paths are already relative to REMOTE_BASE/LOCAL_ROOT +# +# Excludes (mostly relevant if you ever extend this to directories): +# *~ , *.swp / *.sw? , *.tmp +RSYNC_OPTS=( + -avt + --itemize-changes + --files-from="$tmp_files_from" + --exclude='*~' + --exclude='*.swp' + --exclude='*.sw?' + --exclude='*.tmp' +) + +if [[ "$DRY_RUN" -eq 1 ]]; then + RSYNC_OPTS+=( + --dry-run + ) +fi + +# Use ssh with a TTY so sudo can prompt on the remote end if needed. +SSH_CMD=(ssh -T -p "$PORT") + +# Remote sudo for rsync (read/write privileged files) + +# Preflight: ensure sudo won't prompt during rsync +if ! ssh -p "$PORT" "$HOST" 'sudo -n true' >/dev/null 2>&1; then + echo "[warn] Remote sudo needs authentication. Running 'sudo -v' interactively once..." + ssh -t -p "$PORT" "$HOST" 'sudo -v' +fi + +REMOTE_RSYNC_PATH='sudo -n rsync' + +REMOTE_SRC="${HOST}:${REMOTE_BASE}/" +REMOTE_DST="${HOST}:${REMOTE_BASE}/" + +LOCAL_SRC="${LOCAL_ROOT}/" +LOCAL_DST="${LOCAL_ROOT}/" + +echo "[info] mode=$MODE host=$HOST port=$PORT" +echo "[info] remote_base=$REMOTE_BASE" +echo "[info] local_root=$LOCAL_ROOT" +[[ "$DRY_RUN" -eq 1 ]] && echo "[info] dry-run enabled" + +if [[ "$MODE" == "pull" ]]; then + # server -> local + rsync "${RSYNC_OPTS[@]}" \ + -e "${SSH_CMD[*]}" \ + --rsync-path="$REMOTE_RSYNC_PATH" \ + "$REMOTE_SRC" "$LOCAL_DST" +else + # local -> server + rsync "${RSYNC_OPTS[@]}" \ + -e "${SSH_CMD[*]}" \ + --rsync-path="$REMOTE_RSYNC_PATH" \ + "$LOCAL_SRC" "$REMOTE_DST" +fi + +echo "[ok] done" diff --git a/system-master/.envrc b/system-master/.envrc deleted file mode 100755 index 508a5ca..0000000 --- a/system-master/.envrc +++ /dev/null @@ -1,6 +0,0 @@ -use flake - -watch_file .envrc.private -if [[ -f .envrc.private ]]; then - source_env .envrc.private -fi diff --git a/system-master/.gitignore b/system-master/.gitignore deleted file mode 100755 index 38f3b12..0000000 --- a/system-master/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.direnv/ -*.md -/.envrc-private -/.envrc.private diff --git a/system-master/.sops.yaml b/system-master/.sops.yaml deleted file mode 100755 index b3d3404..0000000 --- a/system-master/.sops.yaml +++ /dev/null @@ -1,7 +0,0 @@ -#keys: -# - &primary age1yq35g6mmlem0rhr47u6ewh8dctlwp9hj0s0ac60e4hrw9hjzlqms6crf7n -#creation_rules: -# - path_regex: secrets/secrets.yaml$ -# key_groups: -# - age: -# - *primary diff --git a/system-master/LICENSE b/system-master/LICENSE deleted file mode 100755 index f288702..0000000 --- a/system-master/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/system-master/README.html b/system-master/README.html deleted file mode 100644 index b0ba8be..0000000 --- a/system-master/README.html +++ /dev/null @@ -1,3568 +0,0 @@ - - - - - - - - - - - - - -
-
-

Table of Contents

-
- -
-
-

-gf#+OPTIONS: toc:nil broken-links:t -

-
-
-NixOS -Emacs -
-
-

Henrov's Literate System Configuration

- -
-
-

1. Introduction

-
-
Screenshot
- -

-This repository contains a literate NixOS configuration built using Emacs Org mode. The primary source of truth is this document itself, which embeds configuration blocks that are tangled into individual files. These generated files are evaluated as a NixOS flake, resulting in an immutable, reproducible system configuration. -

- -

-This work is based on the foundational efforts of Sandeep Nambiar (https://github.com/gamedolphin). -All credit for the original structure, methodology, and guidance belongs to him. His work provided the architectural basis and practical direction upon which this repository is built. This project would not have been possible without his prior contributions, and much of the instructional approach preserved here originates from his documentation. -

- -

-The purpose of this repository is to offer a structured, minimal starting point for deploying a functional NixOS system. It is intentionally not a complete desktop environment, nor is it a “batteries-included” distribution. Instead, it provides a clean and extensible foundation that can be adapted and expanded after installation. -

- -

-Customization is designed to occur primarily through modular .conf files, allowing the system to evolve incrementally while maintaining clarity and separation of concerns. The goal is to enable users to build their own tailored NixOS setup on top of a coherent and reproducible base. -

- -

-Before proceeding with installation, it is strongly recommended to read this documentation carefully. Understanding the structure and design philosophy will help ensure a smooth setup and provide the necessary context for extending the system effectively. -

-
-
-
-

2. Pre-requisites to edit this setup

-
-
    -
  • a NIXOS system installed (can be bare-bones)
  • -
  • an internet connection
  • -
- -

-To set up a connection from cli: -

-
-
# Check if NetworkManager service is running
-systemctl status NetworkManager
-# If not running, start it temporarily
-sudo systemctl start NetworkManager
-# Enable Wi-Fi radio (in case it is disabled)
-nmcli radio wifi on
-# List available Wi-Fi networks
-nmcli device wifi list
-# Connect to a Wi-Fi network (replace SSID and PASSWORD)
-nmcli device wifi connect "SSID_NAME" password "YOUR_PASSWORD"
-# Verify that the connection is active
-nmcli connection show --active
-# Optional: show device status
-nmcli device status
-
-
-
-
-
-

3. machine1 — template machine

-
-

-To generate the Nix files: -

-
-
emacs README.org --batch -f org-babel-tangle
-
-
- -

-Test the build while being able to reboot to previous version -

-
-
sudo nixos-rebuild test --flake .#machine1
-
-
-

-Build and switch to this version on the next reboot -

-
-
sudo nixos-rebuild switch --flake .#machine1
-
-
-

-Build and run in a virtual machine (qemu must be installed) -

-
-
sudo nixos-rebuild build-vm --flake ~/nixos-henrov#machine1
-# running the vm:
-./result/bin/run-nixos-vm
-
-
-

-un this VM with result/ -

- - -
-
emacs README.org --batch -f org-babel-tangle
-
-
- -

-Once the Nix files are generated, deploy using: -

- -
-
nixos-rebuild switch --flake .#<machine>
-
-
- -

-Other files in this repo include: -

-
-
-
-

4. flake.lock for pinning input versions.

-
-
-

5. assets/* for non-Nix-managed artifacts such as images and wallpapers.

-
-

-Generated outputs should not be edited directly. A CI workflow can tangle and commit generated outputs when they differ. -

-
-
-

5.1. Emacs + Org + Tangle

-
-
-
-

6. [Emacs](https://www.gnu.org/software/emacs/][Emacs) is used as the editor and execution environment for this literate configuration.

-
-
-

7. [Org](https://orgmode.org/][Org) mode provides the document structure and the source block execution model used here.

-
-
-

8. Tangling exports source blocks from this Org document into the corresponding configuration files.

-
-
    -
  • References of the form <<code-id>> are noweb placeholders that are expanded from other blocks during tangling.
  • -
-
-
-

8.1. Nix & NixOS

-
-
-
-

9. [Nix](https://nix.dev/][Nix) is used to define packages, environments, and configuration as pure expressions.

-
-
-

10. [NixOS](https://nixos.org/][NixOS) evaluates Nix expressions into a complete system configuration that can be applied by rebuild operations.

-
-
-
-

10.1. Repository layout and folder conventions

-
-

-This repository contains system modules, user modules, and configuration fragments. The following directories are treated as separate layers: -./configuration (NixOS modules), ./home (Home Manager modules), and ./assets/conf (configuration fragments referenced or deployed by the modules). -

-

-To keep navigation consistent, the same internal substructure is used in all three locations. Each layer keeps its role; only the internal grouping is standardized. -

-
-
-
-

10.2. Shared domain folders

-
-
    -
  • core/ – base settings and common infrastructure
  • -
  • desktop/ – graphical session, compositor, UI components, and integration
  • -
  • apps/ – application enablement and application-level configuration
  • -
  • services/ – background services and daemons
  • -
  • security/ – secrets handling and security-related configuration
  • -
  • dev/ – developer tooling and editor configuration
  • -
-
-
-
-

10.3. Full tree (including unchanged parts)

-
-

-The tree below shows the full repository layout, with the standardized internal structure applied only inside -configuration/, home/, and assets/conf/. -

- -
.
-├── assets
-│   ├── background.png
-│   ├── conf
-│   │   ├── apps
-│   │   │   ├── flatpaks.conf
-│   │   │   └── packages.conf
-│   │   ├── core
-│   │   │   └── lightdm.conf
-│   │   ├── desktop
-│   │   │   ├── hypr
-│   │   │   │   ├── bindings.conf
-│   │   │   │   └── hyprland.conf
-│   │   │   ├── wallpaper
-│   │   │   │   └── wallpaper.conf
-│   │   │   └── waybar
-│   │   │       ├── config.jsonc
-│   │   │       └── style.css
-│   │   ├── dev
-│   │   │   ├── hyprshell
-│   │   │   │   ├── config.ron.bak
-│   │   │   │   └── styles.css.bak
-│   │   │   └── terminal
-│   │   │       ├── alacritty.toml
-│   │   │       ├── aliases.conf
-│   │   │       ├── enabled_shells.conf
-│   │   │       ├── kitty.conf
-│   │   │       ├── starship.toml
-│   │   │       └── zsh.conf
-│   │   ├── security
-│   │   │   └── ssh
-│   │   │       └── ssh-client.conf
-│   │   └── services
-│   ├── lock.png
-│   ├── scripts
-│   └── wallpapers
-│       ├── gif
-│       ├── pictures
-│       │   ├── background.png
-│       │   ├── background1.png
-│       │   ├── background2.png
-│       │   ├── background3.png
-│       │   ├── background4.png
-│       │   └── background5.png
-│       └── videos
-│           ├── dark_water_large.mp4
-│           └── white_blobs_small.mp4
-├── configuration
-│   ├── apps
-│   │   ├── install_flatpaks.nix
-│   │   └── install_packages.nix
-│   ├── core
-│   │   ├── boot.nix
-│   │   ├── files.nix
-│   │   ├── locale.nix
-│   │   ├── networking.nix
-│   │   └── nix-settings.nix
-│   ├── default.nix
-│   ├── desktop
-│   │   ├── audio.nix
-│   │   ├── hyprland.nix
-│   │   └── login-tuigreeter.nix
-│   ├── dev
-│   │   └── terminal.nix
-│   ├── security
-│   └── services
-│       └── services.nix
-├── flake.lock
-├── flake.nix
-├── hardware
-│   └── hardware.nix
-├── home
-│   ├── apps
-│   │   ├── defaults-apps.nix
-│   │   └── theme.nix
-│   ├── default.nix
-│   ├── desktop
-│   │   ├── hyprexpo.nix
-│   │   ├── hyprland.nix
-│   │   ├── hyprlock.nix
-│   │   ├── hypridle.nix
-│   │   ├── hyprshell.nix
-│   │   ├── walker.nix
-│   │   ├── wallpaper.nix
-│   │   └── waybar.nix
-│   ├── dev
-│   │   ├── alacritty.nix
-│   │   ├── dev.nix
-│   │   ├── emacs
-│   │   │   ├── default.nix
-│   │   │   ├── early-init.el
-│   │   │   └── init.el
-│   │   ├── kitty.nix
-│   │   ├── shells.nix
-│   │   └── starship.nix
-│   └── zsh.nix
-├── LICENSE
-├── machines
-│   └── traveldroid
-│       ├── configuration.nix
-│       ├── hardware-configuration.nix
-│       └── home.nix
-├── README.org
-├── secrets
-│   └── secrets.yaml
-└── user.nix
-
-
-
-
-

10.4. Notes

-
-
    -
  • Only the internal layout of configuration/, home/, and assets/conf/ is standardized; all other paths remain as currently organized.
  • -
  • The services/ and security/ folders are included for completeness even if initially empty in some layers.
  • -
- -

-YourNixCode(Input) -> System Configuration -

- -

-I use nix flakes which means that the entry point for the nix evaluation is a file called flake.nix which has two parts (among other things) -

- -
-
{
-  inputs: # describes the function input, consisting mainly of package sources
-  outputs: # what the function outputs, a nixos configuration in our case
-}
-
-
- -

-Nix flakes is still behind an experimental flag, but it is de facto the standard by most of the community. -Flakes allow us to pin the input package versions using a flake.lock file. -This prevents unwanted and surprise updates when rebuilding without changing the configuration. -

-
-
-
-
-

11. TLDR App List

-
- - - --- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Window ManagerHyprland
BarWaybar
Application LauncherWalker
Notification DaemonDunst
Terminal EmulatorAlacritty
ShellZsh and Starship
Text EditorEmacs
File ManagerThunar
FontsAporeti
ColorsCatppuccin
IconsCatppuccin Nix
Lock ScreenHyprlock
WallpapersHyprpaper
-
-
-
-

12. Configuration Variables

-
-

-I have a bunch of constant strings that I would rather put in a file. Thats what user.nix is. -The values are imported at the beginning and are available to almost all the functions being called to configure the system. -

-
-
{
-  system = "x86_64-linux";
-  username = "henrov";
-  stateVersion = "25.11";
-  locale = "nl_NL.UTF-8";
-}
-
-
-
-
-
-

13. Flake Inputs

-
-

-The inputs for my system's configuration are very simple -

-
    -
  1. nixpkgs - the main nix repository of packages. Its huge and growing. Pinned to the unstable release channel. -Sometimes pinned to a specific commit because unstable broke something and the fix hasn't made it into the release yet.
  2. -
  3. home-manager - a nix module that helps keep track of user specific dotfiles and configurations as part of my nix config.
  4. -
  5. emacs-overlay - this has more configuration options and generally a newer emacs available provided by the community.
  6. -
  7. catppuccin - nix module that allows everything to be catppuccin themed.
  8. -
- -
-
{
-  description = "Henrov's nixos configuration";
-  inputs = {
-    nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
-    home-manager = {
-      url = "github:nix-community/home-manager";
-      inputs.nixpkgs.follows = "nixpkgs";
-    };
-    emacs-overlay = {
-      url = "github:nix-community/emacs-overlay";
-      inputs.nixpkgs.follows = "nixpkgs";
-      };
-    catppuccin = {
-      url = "github:catppuccin/nix";
-      inputs.nixpkgs.follows = "nixpkgs";
-    };
-  };
-  <<flake-outputs>>
-}
-
-
-
-
-
-

14. Flake Output

-
-

-Now that the inputs are ready, the outputs define what the system will actually look like. I also define the machines that this configuration specifies early on. Finally, I iterate over the machines list and pull files from /.machines/${name} subdirectory. This allows me to have configuration that has machine specific configuration limited to those files while also keeping a modular reusable base. -We also add a devshell that makes editing this repository easier in emacs. -

- -
-
outputs = inputs@{
-  nixpkgs,
-  home-manager,
-  emacs-overlay,
-  catppuccin,
-  ...
-}:
-  let
-    user = import ./user.nix;
-    lib = nixpkgs.lib;
-    machines = [
-      "traveldroid"
-    ];
-    pkgs = import nixpkgs {
-      inherit (user) system;
-    };
-  in
-    {
-      nixosConfigurations = builtins.listToAttrs (
-        builtins.map (machine: {
-          name = machine;
-          value = lib.nixosSystem {
-            modules = [
-              <<flake-emacs-module>>
-              <<flake-config-module>>
-              <<flake-home-module>>
-              catppuccin.nixosModules.catppuccin   # theme
-            ];
-
-            specialArgs = {
-              hostname = machine;
-              inherit user;
-              inherit inputs;
-              flakeRoot = inputs.self;
-            };
-          };
-        }) machines
-      );
-
-      devShells.${user.system}.default = pkgs.mkShell {
-        buildInputs = with pkgs; [
-          nil
-          nixfmt-rfc-style
-        ];
-      };
-    };
-
-
-
- -

-Lets look at the individual modules -

-
    -
  1. -Emacs -The first is the emacs overlay so that it uses the nix-community emacs overlay from the inputs instead of the nixpkgs one. -Overlays are a special nix way to override existing packages within a repository. -

    - -
    -
    ({ ... }: {
    -  nixpkgs.overlays = [ emacs-overlay.overlays.default ];
    -})
    -
    -
  2. - -
  3. -Then the machine specific configuration, in this case, just "traveldroid". -

    -
    -
    ./machines/${machine}/configuration.nix
    -
    -
  4. - -
  5. -And finally the home-manager module. -This can be initialized and managed on its own but I'd rather use the nixos-rebuild command to build everything instead of managing userland dotfiles separately. -

    - -
    -
    home-manager.nixosModules.home-manager
    -{
    -  home-manager.useGlobalPkgs = true;
    -  home-manager.useUserPackages = true;
    -
    -  home-manager.extraSpecialArgs = {
    -    inherit user inputs;
    -    flakeRoot = inputs.self;
    -  };
    -
    -  <<flake-home-backup>>
    -  <<flake-home-config>>
    -}
    -
    -
    -
    - -
      -
    • -Home-Manager will not overwrite existing configuration files and that is good in most cases, but when everything is declarative like it is here, I'd rather that home-manager create a .backup and replace the file. -

    • -
    -
    -
    home-manager.backupFileExtension = "backup";
    -
    -
    - -
      -
    • -Finally I pull in the machine specific home configuration. Along with the overrides from catppuccin. -

    • -
    -
    -
    home-manager.users.${user.username} = {
    -  imports =  [
    -    ./machines/${machine}/home.nix
    -    catppuccin.homeModules.catppuccin
    -  ];
    -};
    -
    -
  6. -
-
-
-

14.1. Envrc + Direnv

-
-

-Editing this file will be much nicer if we have the dev environment configured. -That is done in the devshells section. But to auto load this dev shell, we need a .envrc file. -This tells direnv to load the devshell in the flake. -#Finally, we also look for a .envrc-private file and try to load that. That contains devshell specific secrets. -

- -
-
use flake
-
-watch_file .envrc.private
-if [[ -f .envrc.private ]]; then
-  source_env .envrc.private
-fi
-
-
-
-
-
-
-

15. Machines

-
-

-The individual machines subdirectory is configured as follows :- -

-
-
+--machine
-|  +--configuration.nix
-|  +--home.nix
-|  +--hardware-configuration.nix
-
-
- -
    -
  • configuration.nix has the system configuration.
  • -
  • home.nix has the user level configuration.
  • -
  • hardware-configuration.nix has the unique hardware configuration.
  • - -
  • Note about imports -imports = [] in a nix file will pull in the function/object from the list of files provided. -This imported object (or function result) is just trivially merged into a common object.
  • -
- -

-We can take a look at that the common hardware options I have for all my machines. -

-
-
-

15.0.1. Other Utils

-
-
-
    -
  1. Updates
    -
    -

    -To update the computer, I just need to update the flake.lock file to have references to the latest repository. This is done with :- -

    -
    -
    nix flake update
    -
    -
    -
    -
  2. -
-
-
-
-

16. Hardware

-
-

-I'll let the code comments explain the file here. -

- -
-
{ pkgs, lib, user, config, ...} :
-{
-  nixpkgs.hostPlatform = lib.mkDefault user.system;            # x86_64-linux
-  powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu
-
-  # update cpu microcode with firmware that allows redistribution
-  hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
-
-  hardware = {
-    # always enable bluetooth
-    bluetooth.enable = true;
-
-    # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation)
-    graphics = {
-      enable = true;
-      extraPackages = with pkgs; [
-        vulkan-validation-layers # helps catch and debug vulkan crashes
-      ];
-    };
-  };
-
-  hardware.enableAllFirmware = true; # enable all firmware regardless of license
-}
-
-
-
-
-
-

17. Configuration

-
-

-This section describes the main system configuration for the computers that I have. Nix will look for a default.nix file if you give it a path to a folder to import. And default.nix looks as follows :- -

- -
-
  { pkgs, user, ... } :
-{
-  imports = [
-      ./apps/install_flatpaks.nix
-      ./apps/install_packages.nix
-      ./core/files.nix
-      ./core/locale.nix
-      ./core/networking.nix
-      ./core/nix-settings.nix
-      #./core/login-tuigreeter.nix
-      ./core/login-lightdm.nix
-      ./desktop/audio.nix
-      ./desktop/hyprland.nix
-      ./dev/terminal.nix
-      ./core/boot.nix
-      ./services/services.nix
-    ];
-
-    <<config-system-packages>>
-
-    <<config-user>>
-
-    <<config-programs>>
-
-    <<config-fonts>>
-
-    # enable the catppuccin theme for everything with mocha + blue accents
-    catppuccin.enable = true;
-    catppuccin.flavor = "mocha";
-    catppuccin.accent = "blue";
-
-    system.stateVersion = user.stateVersion;
-}
-
-
-
-
-

17.1. Apps section

-
-

-This section describes a way of installing packages, either through nixpkgs orr flatpak. What apps to instal is decided in the files ./assets/conf/apps/packages.conf and flatpaks.conf -

-
-
-
-

17.2. installpackages.nix

-
-
-
{ config, lib, pkgs, flakeRoot, ... }:
-
-let
-  packagesConfPath = flakeRoot + "/assets/conf/apps/packages.conf";
-  raw = builtins.readFile packagesConfPath;
-
-  # IMPORTANT: explicit "\n" so we never accidentally split into characters
-  rawLines = lib.splitString "\n" raw;
-
-  # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw
-  _guard = assert !(
-    builtins.stringLength raw > 1 &&
-    builtins.length rawLines == builtins.stringLength raw
-  ); true;
-
-  cleanLine = l:
-    let
-      noCR = lib.replaceStrings [ "\r" ] [ "" ] l;
-      noInlineComment = lib.head (lib.splitString "#" noCR);
-    in
-      lib.strings.trim noInlineComment;
-
-  entries =
-    builtins.filter (l: l != "")
-      (map cleanLine rawLines);
-
-  resolvePkg = name:
-    let
-      parts = lib.splitString "." name;
-      found = lib.attrByPath parts null pkgs;
-    in
-      if found == null then
-        throw ''
-          install_packages.nix: package not found in pkgs
-
-          Token           : ${builtins.toJSON name}
-          packages.conf    : ${toString packagesConfPath}
-          Hint            : check the attribute name on search.nixos.org/packages
-        ''
-      else
-        found;
-
-  packages = builtins.seq _guard (map resolvePkg entries);
-
-in
-{
-  environment.systemPackages = packages;
-}
-
-
-
-
-
-

17.3. installflatpaks.nix

-
-
-
{ config, pkgs, lib, flakeRoot, ... }:
-
-let
-  moduleName = "install-flatpaks";
-  flatpakConfPath = flakeRoot + "/assets/conf/apps/flatpaks.conf";
-  raw = builtins.readFile flatpakConfPath;
-
-  # Explicit "\n" so we never accidentally split into characters
-  rawLines = lib.splitString "\n" raw;
-
-  # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw
-  _guard = assert !(
-    builtins.stringLength raw > 1 &&
-    builtins.length rawLines == builtins.stringLength raw
-  ); true;
-
-  cleanLine = l:
-    let
-      noCR = lib.replaceStrings [ "\r" ] [ "" ] l;
-      noInlineComment = lib.head (lib.splitString "#" noCR);
-    in
-      lib.strings.trim noInlineComment;
-
-  entries =
-    builtins.filter (l: l != "")
-      (map cleanLine rawLines);
-
-  # Flatpak app IDs are reverse-DNS style like org.example.App (at least 2 dots).
-  # We'll validate and fail early with a clear message.
-  dotCount = s: builtins.length (lib.splitString "." s) - 1;
-
-  isValidId = s:
-    (dotCount s) >= 2; # matches the error you're seeing: "at least 2 periods"
-
-  _validate =
-    builtins.seq _guard (
-      builtins.map (id:
-        if isValidId id then true else
-          throw ''
-            ${moduleName}: invalid Flatpak ID in flatpaks.conf (needs reverse-DNS with at least 2 dots)
-
-            Token        : ${builtins.toJSON id}
-            flatpaks.conf : ${toString flatpakConfPath}
-
-            Fix: remove stray tokens/headers, or comment them out with '#'.
-          ''
-      ) entries
-    );
-
-  # Use validated entries
-  flatpakApps = builtins.seq _validate entries;
-
-  syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" ''
-    set -euo pipefail
-
-    # Use the deployed config path (matches environment.etc below)
-    CONF="/etc/flatpak/flatpaks.conf"
-    if [[ -f "$CONF" ]]; then
-      echo "flatpak-sync: using $CONF"
-    else
-      echo "flatpak-sync: WARNING: $CONF not found, using embedded list"
-    fi
-
-    if ! flatpak remotes --system --columns=name | grep -qx flathub; then
-      flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
-    fi
-
-    desired_apps=(
-      ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)}
-    )
-
-    for app in "''${desired_apps[@]}"; do
-      if ! flatpak info --system "$app" >/dev/null 2>&1; then
-        flatpak install --system -y --noninteractive flathub "$app"
-      fi
-    done
-  '';
-in
-{
-  services.flatpak.enable = true;
-
-  xdg.portal = {
-    enable = true;
-    extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
-  };
-
-  # Deploy the config file for runtime visibility/debugging
-  environment.etc."flatpak/flatpaks.conf".source = flatpakConfPath;
-
-  systemd.services.flatpak-sync = {
-    description = "Install Flatpak apps listed in flatpaks.conf";
-    wantedBy = [ "multi-user.target" ];
-    wants = [ "network-online.target" ];
-    after = [ "network-online.target" ];
-
-    serviceConfig = {
-      Type = "oneshot";
-      ExecStart = syncFlatpaks;
-    };
-
-    restartTriggers = [ flatpakConfPath ];
-    path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ];
-  };
-}
-
-
-
-
-
-

17.4. Nix Settings

-
-

-These are global nix settings that configure the settings for the actual tool. -

- -
-
{ pkgs, user, ... } :
-{
-  nix.settings = {
-    # enable flakes
-    experimental-features = ["nix-command" "flakes"];
-
-    # add a cache that speed up new applications by downloading binaries
-    # from the trusted cache instead of compiling from sourcer
-    substituters = [
-      "https://nix-community.cachix.org"
-    ];
-    # trust the cache public key
-    trusted-public-keys = [
-      "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
-    ];
-  };
-
-  # allow proprietary software on this machine. I'm not a purist.
-  nixpkgs.config.allowUnfree = true;
-  # unityhub depends on this... for now
-  nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
-
-  # this declares how often old configurations are cleared up.
-  # i cleanup anything older than a week, every week.
-  nix.gc = {
-    automatic = true;
-    options = "--delete-older-than 7d";
-    dates = "weekly";
-  };
-
-  programs = {
-    # command line utility that makes applying changes easy and pretty
-    nh = {
-      enable = true;
-      flake = "/home/${user.username}/system";
-    };
-  };
-}
-
-
-
-
-
-

17.5. Boot

-
-

-This file has most of the settings the control how the computer boots up. -

- -
-
{ pkgs, ... } :
-{
-  boot = {
-    initrd = {
-      verbose = false;     # its a lot of logs. dont need it, unless we do.
-      kernelModules = [ ]; # no kernel modules on boot
-    };
-
-    extraModulePackages = [ ];                   # no extra packages on boot either
-    kernelPackages = pkgs.linuxPackages_latest;  # latest greatest linux kernel
-    kernelParams = [ "silent" ];                 # quiet those logs
-
-    consoleLogLevel = 0;                         # quiten more logs
-    plymouth.enable = true;                      # graphical boot animation instead
-
-    supportedFilesystems = [ "ntfs" ];           # should see the ntfs (windows)
-
-    loader = {
-      systemd-boot.enable = true;                # systemd-boot
-      systemd-boot.configurationLimit = 10;
-      efi.canTouchEfiVariables = true;           # allow editing efi to edit the boot loader
-
-
-      timeout = 5;                               # grub timeout to make a selection
-    };
-  };
-}
-
-
-
-
-
-

17.6. Login

-
-

-Here we control what the login screen would look like. In configuration/default.nix you can choose whether to use tuigreet (very minimalistic) or LightDM (nicer, themeable) -

-
-
-
-

17.7. Tuigreet

-
-

-Doesn't match the rest of the aesthetic of the system (with hyprland), but I like its simplicity. -

- -
-
{ pkgs, user, ... } :
-{
-  environment.systemPackages = with pkgs; [
-    tuigreet
-  ];
-  services.greetd = {
-    enable = true;
-    settings = {
-      default_session = {
-        command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'";
-      };
-    };
-  };
-}
-
-
-
-
-
-

17.8. LightDM

-
-
-
{ config, pkgs, lib, ... }:
-
-let
-  lightdmConf = builtins.readFile ../../assets/conf/core/lightdm.conf;
-  lockPng     = ../../assets/lock.png;
-
-  greeterConfPath = ../../assets/conf/core/lightdm-gtk-greeter.conf;
-  greeterRaw      = builtins.readFile greeterConfPath;
-
-  # Extract "key = value" from the greeter conf.
-  # Returns null if not found.
-  getIniValue = key:
-    let
-      lines = lib.splitString "\n" greeterRaw;
-
-      # Captures the value part (group 0) from a single line.
-      # We match line-by-line because Nix regex does NOT support PCRE flags like (?s).
-      m =
-        let
-          ms = builtins.filter (x: x != null) (map (line:
-            builtins.match
-              ("^[[:space:]]*" + key + "[[:space:]]*=[[:space:]]*([^#;]+).*$")
-              line
-          ) lines);
-        in
-          if ms == [] then null else builtins.elemAt ms 0;
-    in
-      if m == null then null else lib.strings.trim (builtins.elemAt m 0);
-
-  # In your greeter.conf these are *package keys*, not theme names.
-  themePkgKey  = getIniValue "theme-name";
-  iconPkgKey   = getIniValue "icon-theme-name";
-  cursorPkgKey = getIniValue "cursor-theme-name";
-
-  cursorSizeStr = getIniValue "cursor-theme-size";
-  cursorSize =
-    if cursorSizeStr == null then null
-    else lib.toInt (lib.strings.trim cursorSizeStr);
-
-  # Map package-keys (from greeter.conf) -> { package, name }
-  #
-  # IMPORTANT:
-  # - "name" must be the real theme/icon/cursor NAME as seen under share/themes or share/icons.
-  # - "package" is the Nixpkgs derivation providing it.
-  pkgMap = {
-    catppuccinThemePkg = {
-      package = pkgs.catppuccin-gtk.override {
-        accents = [ "blue" ];
-        variant = "mocha";
-        size    = "standard";
-        tweaks  = [ ];
-      };
-      name = "Catppuccin-Mocha-Standard-Blue-Dark";
-    };
-
-    papirus-icon-theme = {
-      package = pkgs.papirus-icon-theme;
-      name    = "Papirus-Dark";
-    };
-
-    bibata-cursors = {
-      package = pkgs.bibata-cursors;
-      name    = "Bibata-Modern-Ice";
-    };
-  };
-
-  pick = key:
-    if key == null then
-      throw "lightdm: missing required key in ${toString greeterConfPath}"
-    else if !(pkgMap ? "${key}") then
-      throw "lightdm: unknown package key '${key}' in ${toString greeterConfPath}. Known keys: ${lib.concatStringsSep ", " (builtins.attrNames pkgMap)}"
-    else
-      pkgMap."${key}";
-
-  themeSel  = pick themePkgKey;
-  iconSel   = pick iconPkgKey;
-  cursorSel = pick cursorPkgKey;
-
-  # Rewrite greeter.conf so LightDM sees REAL names, not package keys.
-  # Also force background to lockPng.
-    greeterFixed =
-    ''
-      [greeter]
-      theme-name = ${themeSel.name}
-      icon-theme-name = ${iconSel.name}
-      cursor-theme-name = ${cursorSel.name}
-      ${lib.optionalString (cursorSize != null) "cursor-theme-size = ${toString cursorSize}"}
-    ''
-    + "\n"
-    + greeterRaw;
-in
-{
-  services.greetd.enable = false;
-
-  services.xserver = {
-    enable = true;
-    desktopManager.xterm.enable = false;
-
-    displayManager.lightdm = {
-      enable = true;
-      background = lockPng;
-
-      greeters.gtk = {
-        enable = true;
-
-        theme = {
-          name    = themeSel.name;
-          package = themeSel.package;
-        };
-
-        iconTheme = {
-          name    = iconSel.name;
-          package = iconSel.package;
-        };
-
-        cursorTheme = {
-          name    = cursorSel.name;
-          package = cursorSel.package;
-        } // lib.optionalAttrs (cursorSize != null) {
-          size = cursorSize;
-        };
-
-        # This includes your (rewritten) greeter config.
-        extraConfig = greeterFixed;
-      };
-
-      extraConfig = lightdmConf;
-    };
-  };
-
-  programs.hyprland.enable = true;
-
-  # Optional: make them available system-wide as well
-  environment.systemPackages = [
-    themeSel.package
-    iconSel.package
-    cursorSel.package
-  ];
-}
-
-
-
-
-
-
-

17.9. Terminal (default system)

-
-

-This is the initial system level configuration for the terminal that I use on this machine. Its just zsh. -

- -
-
{ pkgs, user, ... }:
-{
-  console.useXkbConfig = true;
-  users.users.${user.username}.shell = pkgs.zsh;
-  programs.zsh.enable = true;
-  environment.shells = [ pkgs.zsh ];
-  environment.pathsToLink = [ "/share/zsh" ];
-}
-
-
-
-
-
-

17.10. Files

-
-

-I use Thunar as the file explorer. Also setup a few plugins for Thunar in this config. -Along with that, a few other utilities like zip and enabling services to automount usb drives. -

- -
-
{ pkgs, user, config, ... }:
-{
-  environment.systemPackages = with pkgs; [
-    zip
-    unzip
-    p7zip
-    usbutils
-    udiskie
-    file-roller
-  ];
-
-  programs.thunar = {
-    enable = true;
-    plugins = with pkgs; [
-      thunar-archive-plugin
-      thunar-media-tags-plugin
-      thunar-volman
-      thunar-vcs-plugin
-    ];
-  };
-
-  programs.xfconf.enable = true; # to save thunar settings
-
-  services = {
-    gvfs.enable = true;    # Mount, trash, and other functionalities
-    tumbler.enable = true; # Thumbnail support for images
-    udisks2.enable = true; # Auto mount usb drives
-  };
-}
-
-
-
-
-
-

17.11. Locale

-
-

-I live in Netherlands and would like all my locale and timezone settings to match. Except my default locale. -

-
-
{ user, ... } :
-let
-  locale = user.locale;
-  defaultLocale = "nl_NL.UTF-8";
-in
-{
-  # Set your time zone.
-  time.timeZone = "Europe/Amsterdam";
-
-  # Select internationalisation properties.
-  i18n.defaultLocale = defaultLocale;
-
-  i18n.extraLocaleSettings = {
-    LC_ADDRESS = locale;
-    LC_IDENTIFICATION = locale;
-    LC_MEASUREMENT = locale;
-    LC_MONETARY = locale;
-    LC_NAME = locale;
-    LC_NUMERIC = locale;
-    LC_PAPER = locale;
-    LC_TELEPHONE = locale;
-    LC_TIME = defaultLocale;
-  };
-}
-
-
-
-
-
-

17.12. Networking

-
-

-Not much to see here. I want networking to be enabled. I want firewall as well. -

-
-
{ pkgs, lib, ... }:
-{
-  networking = {
-    useDHCP = lib.mkDefault true;
-    networkmanager.enable = true;
-    networkmanager.wifi.backend = "iwd";
-    wireless.iwd.enable = true;
-    wireless.userControlled.enable = true;
-    firewall = {
-      enable = true;
-      # KDE Connect: discovery + encrypted connections
-      allowedTCPPortRanges = [
-        { from = 1714; to = 1764; }
-      ];
-      allowedUDPPortRanges = [
-        { from = 1714; to = 1764; }
-      ];
-    };
-  };
-  environment.systemPackages = with pkgs; [ impala ];
-}
-
-
-
-
-
-

17.13. Hyprland

-
-

-This is a big one because the DE needs so much configuration. This section mostly installs Hyprland. -The configuration is done in the home manager section. -

-
-
{ pkgs, ... }:
-{
-  nix.settings = {
-    substituters = [ "https://hyprland.cachix.org" ];
-    trusted-public-keys = [
-      "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
-    ];
-  };
-  services.dbus.enable = true;
-  security.polkit.enable = true;
-  services.flatpak.enable = true;
-  services.pipewire = {
-    enable = true;
-    alsa.enable = true;
-    alsa.support32Bit = true;
-    pulse.enable = true;
-    wireplumber.enable = true;
-  };
-  services.gvfs.enable = true;
-  xdg.portal = {
-    enable = true;
-    extraPortals = with pkgs; [
-      xdg-desktop-portal-hyprland
-      xdg-desktop-portal-gtk
-    ];
-    config.common.default = [ "hyprland" "gtk" ];
-  };
-  environment.systemPackages = with pkgs; [
-    walker
-    uwsm
-    hyprland-qtutils
-    hyprpolkitagent
-    grimblast
-  ];
-  programs = {
-    uwsm.enable = true;
-    uwsm.waylandCompositors.hyprland = {
-      prettyName = "Hyprland";
-      comment = "Hyprland compositor managed by UWSM";
-      binPath = "/run/current-system/sw/bin/Hyprland";
-    };
-    hyprland = {
-      withUWSM = true;
-      enable = true;
-      xwayland.enable = true;
-    };
-  };
-  environment.sessionVariables = {
-    XDG_SESSION_TYPE = "wayland";
-    XDG_CURRENT_DESKTOP = "Hyprland";
-    XDG_SESSION_DESKTOP = "Hyprland";
-    NIXOS_OZONE_WL = "1";
-    XCURSOR_SIZE = "24";
-  };
-  security.pam.services.hyprlock = { };
-  # Optional; GNOME-specific (keep only if you really use gnome-keyring integration)
-  security.pam.services.gdm.enableGnomeKeyring = true;
-}
-
-
-
-
-
-

17.14. Services

-
-

-These are some of the services that I enable at the system level. Explanation in the comments. -

-
-
{ user, ...} :
-{
-  services = {
-    blueman.enable = true;                # bluetooth manager
-    fwupd.enable = true;                  # firmware updating service
-    fstrim.enable = true;                 # ssd maintenance service
-    thermald.enable = true;               # thermal regulation service
-    printing.enable = true;               # printing services, cups
-    gnome.gnome-keyring.enable = true;    # keyring
-    flatpak.enable = true;                # allow installing things from flatpaks
-    #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
-
-    # printer discovery
-    avahi = {
-      enable = true;
-      nssmdns4 = true;
-      openFirewall = true;
-    };
-  };
-
-  virtualisation.docker.enable = true;    # enable docker
-  users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group
-}
-
-
-
-
-
-

17.15. Audio

-
-
-
{ config, pkgs, lib, ... }:
-
-{
-  environment.systemPackages = with pkgs; [
-    pipewire
-    wireplumber
-    alsa-utils
-    pulseaudio
-    pamixer
-    pavucontrol
-  ];
-
-  services.pipewire = {
-    enable = true;
-    alsa.enable = true;
-    alsa.support32Bit = true;
-    pulse.enable = true;
-    jack.enable = true;
-    wireplumber.enable = true;
-  };
-
-  security.rtkit.enable = true;
-
-  # Helps on many laptops (Intel SOF etc.)
-  hardware.enableRedistributableFirmware = true;
-
-  # Prefer analog over HDMI/DP in a machine-agnostic way
-  services.pipewire.wireplumber.extraConfig."51-audio-priorities" = {
-    "monitor.alsa.rules" = [
-      # De-prioritize HDMI / DisplayPort sinks
-      {
-        matches = [
-          { "node.name" = "~alsa_output\\..*HDMI.*"; }
-          { "node.name" = "~alsa_output\\..*DisplayPort.*"; }
-        ];
-        actions.update-props = {
-          "priority.session" = 100;
-          "priority.driver" = 100;
-        };
-      }
-
-      # Prefer analog sinks (speakers/headphones)
-      {
-        matches = [
-          { "node.name" = "~alsa_output\\..*analog.*"; }
-          { "node.name" = "~alsa_output\\..*Headphones.*"; }
-          { "node.name" = "~alsa_output\\..*Speaker.*"; }
-        ];
-        actions.update-props = {
-          "priority.session" = 2000;
-          "priority.driver" = 2000;
-        };
-      }
-    ];
-  };
-
-  # Optional: clear "sticky" user-selected defaults so priority rules win
-  systemd.user.services.wireplumber-clear-default-nodes = {
-    description = "Clear WirePlumber saved default nodes (avoid HDMI becoming sticky)";
-
-    after = [ "wireplumber.service" ];
-    partOf = [ "wireplumber.service" ];
-    wantedBy = [ "default.target" ];
-
-    serviceConfig = {
-      Type = "oneshot";
-      ExecStart = "${pkgs.coreutils}/bin/rm -f %h/.local/state/wireplumber/default-nodes";
-    };
-  };
-}
-
-
-
-
-
-
-

17.16. Miscellaneous Packages and Programs

-
-
-
environment.systemPackages = with pkgs; [
-  wget       # fetch utility
-  curl       # more fetch utility
-  binutils   # executable utilities, like ld
-  dmidecode  # tool for dumping system info
-  libnotify  # notification daemon
-  python3    # nice to have this ready for quick things
-  cacert     # certificate authority
-  remmina    # remote desktop app
-  #rg         # ripgrep
-  wev        # for finding keypresses
-  tree       # list foldetrtree's
-  file       # filinfo
-  htop       # sysmonitor
-  solaar     # logitech controller
-  git        # source control
- # jetbrains.pycharm # Dev and course environment
-
-
-];
-
-# to enable icons with wlogout
-# https://github.com/catppuccin/nix/issues/584
-programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
-
-
- -
-
programs = {
-  nix-ld.enable = true;   # helps with linking troubles with dynamic libraries
-  appimage.enable = true; # allow appimage installations
-  dconf.enable = true;    # to save user settings
-  gnupg.agent = {
-    # pgp client
-    enable = true;
-    enableSSHSupport = true;
-  };
-  firefox.enable = true;   # browser
-  wireshark.enable = true; # vpn
-};
-
-
-
-
-
-

17.17. Fonts

-
-

-Nothing much to see here. I love Aporetic, and I use it everywhere. -

-
-
fonts.packages = with pkgs; [
-  aporetic
-  nerd-fonts.iosevka
-];
-
-
-
-
-
-

17.18. User Config

-
-

-This creates the user profile that I login with. Initially created during install. -

-
-
users.users.${user.username} = {
-  isNormalUser = true;
-  description = "henrov";
-  extraGroups = [
-    "networkmanager" # allow editing network connections
-    "wheel"          # can do sudo
-    "scanner"        # access to the network scanner
-    "lp"             # access to the printer
-  ];
-};
-
-
-
-
-
-
-

18. Home

-
-

-I use home-manager to manage my user level dotfiles and configurations. -Most of the "theme" of the system is decided here. -I also use it to install programs that are okay with being installed at the user level instead of the system. -

-
-
-

18.1. default.nix

-
-

-This module will import all necessities. -

- -
-
{ pkgs, user, ... } :
-  {
-    imports = [
-      #./apps/default-apps.nix
-      ./apps/theme.nix
-      ./desktop/hypridle.nix
-      ./desktop/hyprland.nix
-      ./desktop/hyprexpo.nix
-      ./desktop/hyprlock.nix
-      ./desktop/hyprshell.nix
-      ./desktop/wallpaper.nix
-      ./desktop/waybar.nix
-      ./desktop/walker.nix
-      ./dev/dev.nix
-      ./dev/shells.nix
-      ./dev/starship.nix
-      ./dev/emacs
-    ];
-
-    <<home-user>>
-
-    <<home-packages>>
-
-    programs.home-manager.enable =  true;
-  }
-
-
-
-
-
-

18.2. Wallpaper

-
-

-wallpaper.nix installs wpaperd and deploys your wallpaper files from the repo (./assets/conf/desktop/wallpaper/pictures/) into ~/conf/desktop/wallpaper/pictures. It also deploys the default wallpaper configuration from assets/conf/desktop/wallpaper/wallpaper.conf into ~/conf/desktop/wallpaper/wallpaper.conf, which is the file you can edit as a user override. -Finally, it creates a systemd user service (wpaperd.service) that automatically starts wpaperd at login and keeps it running, using your override config so wallpapers rotate according to your settings. -

- -
-
{ config, pkgs, lib, flakeRoot, ... }:
-let
-  repoWallpaperDir  = flakeRoot + "/assets/conf/desktop/wallpaper";
-  repoWallpaperConf = flakeRoot + "/assets/conf/desktop/wallpaper/wallpaper.conf";
-  userRelRoot  = "nixos_conf/wallpaperstuff";
-  userAbsRoot  = "${config.home.homeDirectory}/${userRelRoot}";
-  userConfPath = "${userAbsRoot}/wallpaper.conf";
-  # Exclude wallpaper.conf so HM does NOT manage it (avoids backup collisions)
-  repoWallpapersOnly = lib.cleanSourceWith {
-    src = repoWallpaperDir;
-    filter = path: type:
-      (builtins.baseNameOf path) != "wallpaper.conf";
-  };
-in
-{
-  home.packages = [ pkgs.wpaperd ];
-  # Sync everything *except* wallpaper.conf into ~/nixos_conf/wallpaperstuff
-  home.file."${userRelRoot}" = {
-    source = repoWallpapersOnly;
-    recursive = true;
-  };
-  # Now safely overwrite the config every activation (no HM collision)
-  home.activation.wallpaperConfForce =
-    lib.hm.dag.entryAfter [ "writeBoundary" ] ''
-      set -euo pipefail
-      mkdir -p "${userAbsRoot}"
-      install -m 0644 "${repoWallpaperConf}" "${userConfPath}"
-    '';
-  systemd.user.services.wpaperd = {
-    Unit = {
-      Description = "wpaperd wallpaper daemon";
-      After = [ "default.target" ];
-    };
-    Service = {
-      Type = "simple";
-      ExecStart = "${pkgs.wpaperd}/bin/wpaperd --config ${userConfPath}";
-      Restart = "on-failure";
-      RestartSec = 1;
-    };
-    Install.WantedBy = [ "default.target" ];
-  };
-}
-
-
-
-
-
-

18.3. Waybar

-
- -
-

waybar.png -

-
- -

-Mostly styling and enabling modules in the top bar. -

-
-
{ config, lib, pkgs, flakeRoot, ... }:
-let
-  repoWaybarDir = flakeRoot + "/assets/conf/desktop/waybar";
-in
-{
-  programs.waybar.enable = true;
-
-  # Ensure config matches repo (HM-managed symlink, not user-editable)
-  xdg.configFile."waybar/config" = {
-    source = repoWaybarDir + "/config.jsonc";
-    force = true;
-  };
-
-  # Override HM's internally-generated waybar-style.css derivation
-  # and use your repo file instead.
-  xdg.configFile."waybar/style.css" = {
-    source = lib.mkForce (repoWaybarDir + "/style.css");
-    force = true;
-  };
-
-  # Prevent HM from also trying to generate style content via programs.waybar.style
-  # (not strictly required once mkForce is in place, but keeps intent clear)
-  programs.waybar.style = "";
-}
-
-
-
-
-
-

18.4. Lock Screen

-
-

-The lock screen configured using hyprlock. -I use hypridle to detect idle time and use wlogout to show a logout menu. -They are configured below. -

-
-
{config, lib, pkgs, flakeRoot, ... }:
-let
-  lockPngSrc   = flakeRoot + "/assets/lock.png";
-  hyprlockConf = flakeRoot + "/assets/conf/desktop/hypr/hyprlock.conf";
-in
-{
-  home.packages = [ pkgs.hyprlock ];
-  xdg.configFile."hypr/lock.png".source = lockPngSrc;
-  xdg.configFile."hypr/hyprlock.conf".source = hyprlockConf;
-}
-
-
-
-
-
-

18.5. Idle Screen

-
-

-<henro: needs instruction> -

-
-
{ config, lib, pkgs, flakeRoot, ... }:
-let
-  hypridleConf = flakeRoot + "/assets/conf/desktop/hypr/hypridle.conf";
-in
-{
-  home.packages = [ pkgs.hypridle ];
-  xdg.configFile."hypr/hypridle.conf".source = hypridleConf;
-}
-
-
-
-
-
-

18.6. Hyprshell

-
-

-For nice task-starting and -switching -

-
-
# home/desktop/hyprshell.nix  (Home-Manager module)
-{ config, pkgs, lib, flakeRoot, ... }:
-let
-  repoDir = flakeRoot + "/assets/conf/desktop/hypr/hyprshell";
-  cfgRon  = repoDir + "/config.ron";
-  cssFile = repoDir + "/styles.css";
-in
-{
-  xdg.enable = true;
-  home.packages = [ pkgs.hyprshell ];
-  # Link repo -> ~/.config/hyprshell/...
-  xdg.configFile."hyprshell/config.ron".source = cfgRon;
-  xdg.configFile."hyprshell/styles.css".source = cssFile;
-  # Autostart (systemd user service)
-  systemd.user.services.hyprshell = {
-    Unit = {
-      Description = "Hyprshell (window switcher / launcher)";
-      PartOf = [ "graphical-session.target" ];
-      After  = [ "graphical-session.target" ];
-    };
-    Service = {
-      ExecStart = "${pkgs.hyprshell}/bin/hyprshell";
-      Restart = "on-failure";
-      RestartSec = 1;
-    };
-    Install = {
-      WantedBy = [ "graphical-session.target" ];
-    };
-  };
-}
-
-
-
-
-
-

18.7. Hyprland

-
-

-This configures the desktop environment along with the peripherals. The comments should explain whats happening. -

-
-
{ config, lib, pkgs, flakeRoot, ... }:
-let
-  hyprConf     = flakeRoot + "/assets/conf/desktop/hypr/hyprland.conf";
-  bindingsConf = flakeRoot + "/assets/conf/desktop/hypr/bindings.conf";
-in
-{
-  programs.kitty.enable = true;
-
-  wayland.windowManager.hyprland = {
-    enable = true;
-    systemd.enable = false;
-
-    # Load base config + bindings from repo files
-    extraConfig =
-      (builtins.readFile hyprConf)
-      + "\n\n# --- Repo keybindings ---\n"
-      + (builtins.readFile bindingsConf)
-      + "\n";
-  };
-
-  xdg.configFile."hypr/scripts/lid-lock.sh" = {
-    source = flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh";
-    executable = true;
-  };
-}
-
-
-
-
-
-

18.8. Walker

-
-

-This is how I launch applications. It is bound to Win+Space in the ./asstes/conf/desktop/hypr/bindings.conf. -

-
-
{ config, pkgs, lib, inputs ? null, ... }:
-
-let
-  walkerPkg =
-    if inputs != null && inputs ? walker
-    then inputs.walker.packages.${pkgs.system}.default
-    else pkgs.walker;
-
-  elephantPkg =
-    if inputs != null && inputs ? elephant
-    then inputs.elephant.packages.${pkgs.system}.default
-    else pkgs.elephant;
-
-  sessionTarget = "graphical-session.target";
-in
-{
-  xdg.enable = true;
-
-  home.packages = [
-    walkerPkg
-    elephantPkg
-  ];
-
-  systemd.user.services.elephant = {
-    Unit = {
-      Description = "Elephant backend for Walker";
-      PartOf = [ sessionTarget ];
-      After  = [ sessionTarget ];
-    };
-
-    Service = {
-      Type = "simple";
-      ExecStart = "${elephantPkg}/bin/elephant";
-
-      Restart = "on-failure";
-      RestartSec = 1;
-
-      # Ensure Elephant can create its socket under:
-      # /run/user/$UID/elephant/...
-      RuntimeDirectory = "elephant";
-      RuntimeDirectoryMode = "0700";
-
-      # Light hardening (DO NOT use ProtectSystem=strict here)
-      NoNewPrivileges = true;
-      PrivateTmp = true;
-      ProtectKernelTunables = true;
-      ProtectKernelModules = true;
-      ProtectControlGroups = true;
-      LockPersonality = true;
-      RestrictRealtime = true;
-      RestrictSUIDSGID = true;
-      SystemCallArchitectures = "native";
-    };
-
-    Install = {
-      WantedBy = [ sessionTarget ];
-    };
-  };
-
-  systemd.user.services.walker = {
-    Unit = {
-      Description = "Walker GApplication service";
-      PartOf = [ sessionTarget ];
-      After  = [ sessionTarget "elephant.service" ];
-      Wants  = [ "elephant.service" ];
-    };
-
-    Service = {
-      Type = "simple";
-      ExecStart = "${walkerPkg}/bin/walker --gapplication-service";
-
-      Restart = "on-failure";
-      RestartSec = 1;
-
-      # Light hardening
-      NoNewPrivileges = true;
-      PrivateTmp = true;
-      ProtectKernelTunables = true;
-      ProtectKernelModules = true;
-      ProtectControlGroups = true;
-      LockPersonality = true;
-      RestrictRealtime = true;
-      RestrictSUIDSGID = true;
-      SystemCallArchitectures = "native";
-    };
-
-    Install = {
-      WantedBy = [ sessionTarget ];
-    };
-  };
-}
-
-
-
-
-
-

18.9. Theme

-
-

-I use the Catppuccin almost everywhere. The nix module integrates almost automatically everywhere (except gtk). -You'll notice the color values in multiple places outside this as well. -

-
-
{ pkgs, ...}:
-{
-  gtk = {
-    enable = true;
-    colorScheme = "dark";
-    theme = {
-      name = "Catppuccin-GTK-Grey-Dark-Compact";
-      package = (pkgs.magnetic-catppuccin-gtk.override {
-        accent = [ "grey" ];
-        shade = "dark";
-        tweaks = [ "black" ];
-        size = "compact";
-      });
-    };
-    iconTheme.name = "Papirus-Dark";
-  };
-  catppuccin.enable = true;
-  catppuccin.flavor = "mocha";
-  catppuccin.accent = "blue";
-  catppuccin.gtk.icon.enable = true;
-  catppuccin.cursors.enable = true;
-}
-
-
-
-
-
-

18.10. Default-apps

-
-

-This is where you can set defaults -

-
-
{ config, pkgs, lib, ... }:
-{
-  xdg.mimeApps.enable = true;
-  xdg.mimeApps.defaultApplications = {
-    "x-scheme-handler/http"  = [ "app.zen_browser.zen.desktop" ];
-    "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ];
-    "text/html"              = [ "app.zen_browser.zen.desktop" ];
-  };
-}
-
-
-
-
-
-

18.11. Hyperexpo

-
-

-hyprexpo gets installed and configured -

-
-
{ config, lib, pkgs, ... }:
-
-{
-  wayland.windowManager.hyprland = {
-    # Load the Hyprexpo plugin (from nixpkgs)
-    plugins = [
-      pkgs.hyprlandPlugins.hyprexpo
-    ];
-
-    # Append plugin config + keybind after your existing hyprland.conf
-    extraConfig = lib.mkAfter ''
-      ############################
-      # Hyprexpo (workspace/window overview)
-      ############################
-
-      # Basic plugin config (tweak as you like)
-      plugin {
-        hyprexpo {
-          columns = 3
-          gaps_in = 5
-          gaps_out = 20
-
-          # Optional; comment out if you don't want it
-          # workspace_method = center current
-        }
-      }
-    '';
-  };
-}
-
-
-
-
-
-
-

18.12. Alacritty

-
-

-Alacritty gets installed and configured -

-
-
{ config, pkgs, lib, flakeRoot, ... }:
-let
-  repoAlacrittyConf = flakeRoot + "/assets/conf/dev/alacritty.toml";
-in
-{
-  xdg.enable = true;
-  programs.alacritty.enable = true;
-  # Override the config generated by programs.alacritty
-  xdg.configFile."alacritty/alacritty.toml".source = lib.mkForce repoAlacrittyConf;
-  catppuccin.alacritty.enable = true;
-  catppuccin.alacritty.flavor = "mocha";
-}
-
-
-
-
-
-

18.13. Dev Tools

-
-

-All the miscellaneous dev tools on this computer. -

-
-
{ config, pkgs, lib, ... }:
-{
-  programs = {
-    vscode.enable = true;
-    vim.enable = true;
-    ripgrep.enable = true;
-    btop.enable = true;
-
-    fzf = {
-      enable = true;
-      enableZshIntegration = true;
-      enableBashIntegration = true;
-    };
-
-    zoxide = {
-      enable = true;
-      enableZshIntegration = true;
-      enableBashIntegration = true;
-    };
-
-    eza = {
-      enable = true;
-      enableZshIntegration = true;
-      enableBashIntegration = true;
-    };
-
-    direnv = {
-      enable = true;
-      enableZshIntegration = true;
-      enableBashIntegration = true;
-      nix-direnv.enable = true;
-    };
-
-    # Zsh-specific config belongs here
-    zsh = {
- # for emacs-eat package
-      initContent = lib.mkOrder 1200 ''
-        [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \
-          source "$EAT_SHELL_INTEGRATION_DIR/zsh"
-      '';
-    };
-
-    git = {
-      enable = true;
-      lfs.enable = true;
-    };
-  };
-}
-
-
-
-
-
-
-

18.14. Kitty

-
-

-Kitty gets installed and configured -

-
-
{ config, pkgs, lib, flakeRoot, ... }:
-let
-  repoKittyConf = flakeRoot + "/assets/conf/dev/kitty.conf";
-in
-{
-  xdg.enable = true;
-  programs.kitty.enable = true;
-  catppuccin.alacritty.enable = true;
-  catppuccin.alacritty.flavor = "mocha";
-  syntaxHighlighting.enable = true;
-  autosuggestion.enable = true;
-  enableCompletion = true;
-  xdg.configFile."kitty/kitty.conf".source = repoKittyConf;
-}
-
-
-
-
-
-

18.15. Shells

-
-

-The aliases mentioned in ./assets/conf/dev/terminal/shells.conf will be added to enabled shells -

-
-
# shells.nix — Home-Manager module
-#
-# Reads:
-#   ${flakeRoot}/assets/conf/dev/terminal/enabled_shells.conf
-#   ${flakeRoot}/assets/conf/dev/terminal/aliases.conf
-#
-# For each enabled shell in [enabled_shells]:
-# - installs/enables shell (where HM has an enable option)
-# - if ${flakeRoot}/assets/conf/dev/terminal/<shell>.conf exists, sources it
-# - ensures a *user-editable* aliases file exists in the shell’s default location
-# - if a shell is disabled, its aliases file is removed
-# .
-# Notes on “editable”:
-# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten).
-# - Instead, we create/remove files via home.activation (create only if missing).
-{ config, pkgs, lib, flakeRoot, ... }:
-let
-  terminalDir = flakeRoot + "/assets/conf/dev/terminal";
-  enabledFile = terminalDir + "/enabled_shells.conf";
-  aliasesFile = terminalDir + "/aliases.conf";
-  trim = lib.strings.trim;
-  # ---------- minimal INI-ish parser (sections + raw lines) ----------
-  readMaybe = p: if builtins.pathExists p then builtins.readFile p else "";
-  normalizeLine = l: trim (lib.replaceStrings [ "\r" ] [ "" ] l);
-  parseSections = text:
-    let
-      lines = map normalizeLine (lib.splitString "\n" text);
-        isHeader = l:
-        let s = l;
-        in lib.hasPrefix "[" s
-          && lib.hasSuffix "]" s
-          && builtins.stringLength s >= 3;
-      nameOf = l: lib.removeSuffix "]" (lib.removePrefix "[" l);
-      folded =
-        builtins.foldl'
-          (st: l:
-            if l == "" then st else
-            if isHeader l then st // { current = nameOf l; }
-            else
-              let
-                cur = st.current;
-                prev = st.sections.${cur} or [];
-              in
-                st // { sections = st.sections // { ${cur} = prev ++ [ l ]; }; }
-          )
-          { current = "__root__"; sections = {}; }
-          lines;
-    in
-      folded.sections;
-
-  enabledSections = parseSections (readMaybe enabledFile);
-  aliasSections   = parseSections (readMaybe aliasesFile);
-  # [enabled_shells] lines: key = yes/no
-  enabledShells =
-    let
-      raw = enabledSections.enabled_shells or [];
-      parseKV = l:
-        let m = builtins.match ''^([A-Za-z0-9_-]+)[[:space:]]*=[[:space:]]*(.*)$'' l;
-        in if m == null then null else {
-          k = trim (builtins.elemAt m 0);
-          v = lib.toLower (trim (builtins.elemAt m 1));
-        };
-      kvs = builtins.filter (x: x != null) (map parseKV raw);
-    in
-      map (x: x.k) (builtins.filter (x: x.v == "yes" || x.v == "true" || x.v == "1") kvs);
-  shellEnabled = shell: builtins.elem shell enabledShells;
-  # ---------- per-shell repo config file (<shell>.conf) ----------
-  shellConfPath = shell: terminalDir + "/${shell}.conf";
-  shellConfExists = shell: builtins.pathExists (shellConfPath shell);
-  sourceIfExistsSh = p: ''
-    if [ -f "${toString p}" ]; then
-      source "${toString p}"
-    fi
-  '';
- # ---------- aliases section helpers ----------
-  secLines = name: aliasSections.${name} or [];
-  secText  = name: lib.concatStringsSep "\n" (secLines name);
-  # Default alias-file locations
-  bashAliasesPath = "${config.home.homeDirectory}/.bash_aliases";
-  zshAliasesPath  = "${config.home.homeDirectory}/.zsh_aliases";
-  fishAliasesPath = "${config.xdg.configHome}/fish/conf.d/aliases.fish";
-  # Seeds (created once; user can edit afterwards)
-  bashSeed = ''
-    # Created once from: ${toString aliasesFile}
-    # Edit freely; Home Manager will not overwrite this file.
-    #
-    ${secText "bash_zsh"}
-    ${secText "bash_specific"}
-    '';
-  zshSeed = ''
-    # Created once from: ${toString aliasesFile}
-    # Edit freely; Home Manager will not overwrite this file.
-    #
-    ${secText "bash_zsh"}
-    ${secText "zsh_specific"}
-    '';
-  # Fish: translate [bash_zsh] POSIX alias lines + append [fish_specific] as-is
-  parsePosixAlias = l:
-    let
-      m = builtins.match ''^[[:space:]]*alias[[:space:]]+([A-Za-z0-9_+-]+)=(.*)$'' l;
-    in
-      if m == null then null else
-        let
-          name = trim (builtins.elemAt m 0);
-          rhs0 = trim (builtins.elemAt m 1);
-          unquote =
-            if lib.hasPrefix "'" rhs0 && lib.hasSuffix "'" rhs0 then
-              lib.removeSuffix "'" (lib.removePrefix "'" rhs0)
-            else if lib.hasPrefix "\"" rhs0 && lib.hasSuffix "\"" rhs0 then
-              lib.removeSuffix "\"" (lib.removePrefix "\"" rhs0)
-            else
-              rhs0;
-        in
-          { inherit name; cmd = unquote; };
-  escapeForFish = s:
-    lib.replaceStrings
-      [ "\\"  "\""  "$"   "`" ]
-      [ "\\\\" "\\\"" "\\$" "\\`" ]
-      s;
-  fishTranslated =
-    let
-      parsed = builtins.filter (x: x != null) (map parsePosixAlias (secLines "bash_zsh"));
-    in
-      lib.concatStringsSep "\n" (map (a: ''alias ${a.name} "${escapeForFish a.cmd}"'') parsed);
-  fishSeed = ''
-    # Created once from: ${toString aliasesFile}
-    # Edit freely; Home Manager will not overwrite this file.
-    status is-interactive; or exit
-
-    # Translated from [bash_zsh]:
-    ${fishTranslated}
-
-    # From [fish_specific]:
-    ${secText "fish_specific"}
-      '';
-in
-{
-  xdg.enable = true;
-  # Install/enable shells (no login-shell changes)
-  programs.bash.enable = shellEnabled "bash";
-  programs.zsh.enable  = shellEnabled "zsh";
-  programs.fish.enable = shellEnabled "fish";
-  home.packages =
-    (lib.optionals (shellEnabled "dash")    [ pkgs.dash ]) ++
-    (lib.optionals (shellEnabled "nushell") [ pkgs.nushell ]);
-  # Source per-shell repo config (if present) AND source the user alias file (if it exists).
-  # Important: define each option only ONCE.
-  programs.bash.bashrcExtra = lib.mkIf (shellEnabled "bash") (lib.mkAfter ''
-    ${lib.optionalString (shellConfExists "bash") (sourceIfExistsSh (shellConfPath "bash"))}
-    if [ -f "${bashAliasesPath}" ]; then
-      source "${bashAliasesPath}"
-    fi
-  '');
-  programs.zsh.initContent = lib.mkIf (shellEnabled "zsh") (lib.mkAfter ''
-    ${lib.optionalString (shellConfExists "zsh") (sourceIfExistsSh (shellConfPath "zsh"))}
-    if [ -f "${zshAliasesPath}" ]; then
-      source "${zshAliasesPath}"
-    fi
-  '');
-  programs.fish.interactiveShellInit = lib.mkIf (shellEnabled "fish") (lib.mkAfter ''
-    ${lib.optionalString (shellConfExists "fish") ''
-      if test -f "${toString (shellConfPath "fish")}"
-        source "${toString (shellConfPath "fish")}"
-      end
-    ''}
-    if test -f "${fishAliasesPath}"
-      source "${fishAliasesPath}"
-    end
-  '');
-# Create/remove alias files based on enabled shells
-home.activation.shellAliasesFiles = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
-  set -euo pipefail
-
-  # bash -------------------------------------------------------
-  if ${if shellEnabled "bash" then "true" else "false"}; then
-    cat > "${bashAliasesPath}" <<'EOF'
-${bashSeed}
-EOF
-  else
-    rm -f "${bashAliasesPath}"
-  fi
-
-  # zsh -------------------------------------------------------
-  if ${if shellEnabled "zsh" then "true" else "false"}; then
-    cat > "${zshAliasesPath}" <<'EOF'
-${zshSeed}
-EOF
-  else
-    rm -f "${zshAliasesPath}"
-  fi
-
-  # fish -------------------------------------------------------
-  if ${if shellEnabled "fish" then "true" else "false"}; then
-    mkdir -p "$(dirname "${fishAliasesPath}")"
-    cat > "${fishAliasesPath}" <<'EOF'
-${fishSeed}
-EOF
-  else
-    rm -f "${fishAliasesPath}"
-  fi
-    # fish
-    if ${if shellEnabled "fish" then "true" else "false"}; then
-      mkdir -p "$(dirname "${fishAliasesPath}")"
-      if [ ! -f "${fishAliasesPath}" ]; then
-        cat > "${fishAliasesPath}" <<'EOF'
-${fishSeed}
-EOF
-      fi
-    else
-      rm -f "${fishAliasesPath}"
-    fi
-  '';
-}
-
-
-
-
-
-

18.16. Zsh

-
-

-Zsh gets installed and configured -

-
-
{ config, pkgs, lib, flakeRoot, ... }:
-let
-  repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf";
-in
-{
-  programs.zsh = {
-    enable = true;
-    # Recommended for a good interactive experience
-    enableCompletion = true;
-    autocd = true;
-    # Keep behavior stable (silences your warning)
-    dotDir = config.home.homeDirectory;
-    # ---- Oh My Zsh ----
-    oh-my-zsh = {
-      enable = true;
-      theme = "";
-      plugins = [
-        "git"
-        "sudo"
-        "extract"
-        "colored-man-pages"
-        "command-not-found"
-        "history"
-        "docker"
-        "kubectl"
-        # IMPORTANT: these should be last
-        "zsh-autosuggestions"
-        "zsh-syntax-highlighting"
-      ];
-    };
-    '';
-  };
-}
-
-
-
-
-
-

18.17. Starship

-
-

-The configuration mentioned in ./assets/conf/dev/terminal/starship.toml will be added to enabled shells -

-
-
{ config, pkgs, lib, flakeRoot, ... }:
-
-let
-  repoStarshipToml = flakeRoot + "/assets/conf/dev/terminal/starship.toml";
-
-  # The exact key that appears in the error:
-  targetKey = "${config.home.homeDirectory}/.config/starship.toml";
-in
-{
-  xdg.enable = true;
-
-  programs.starship = {
-    enable = true;
-    enableZshIntegration  = true;
-    enableBashIntegration = true;
-    enableFishIntegration = true;
-  };
-
-  # Force the *actual conflicting option* (home.file."<abs path>".source)
-  home.file."${targetKey}".source = lib.mkForce repoStarshipToml;
-}
-
-
-
-
-
-
-

18.18. Other Settings

-
-

-Some repeated info from the configuration. -

-
-
-

18.18.1. Home User

-
-
-
home.username = "${user.username}";
-home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}";
-home.stateVersion = user.stateVersion;
-
-
-
-
-
-
-
-

19. Emacs

-
-

-I practically live inside emacs. The configuration for it is a mix between init.el and the nix configuration. -Nix allows me to install emacs packages as part of the configuration which is most of the following file. -I install the nix community provided emacs overlay that lets me have the latest emacs with pgtk ui (for wayland). -Comments describe the emacs package and what it does. -

-
-
{ pkgs, ... }:
-{
-  programs.emacs = {
-    enable = true;
-    # install with tree sitter enabled
-    package = (pkgs.emacs-pgtk.override { withTreeSitter = true; });
-    extraPackages = epkgs: [
-      # also install all tree sitter grammars
-      epkgs.manualPackages.treesit-grammars.with-all-grammars
-      epkgs.nerd-icons               # nerd fonts support
-      epkgs.doom-modeline            # model line
-      epkgs.diminish                 # hides modes from modeline
-      epkgs.eldoc                    # doc support
-      epkgs.pulsar                   # pulses the cursor when jumping about
-      epkgs.which-key                # help porcelain
-      epkgs.expreg                   # expand region
-      epkgs.vundo                    # undo tree
-      epkgs.puni                     # structured editing
-      epkgs.avy                      # jumping utility
-      epkgs.consult                  # emacs right click
-      epkgs.vertico                  # minibuffer completion
-      epkgs.marginalia               # annotations for completions
-      epkgs.crux                     # utilities
-      epkgs.magit                    # git porcelain
-      epkgs.nerd-icons-corfu         # nerd icons for completion
-      epkgs.corfu                    # completion
-      epkgs.cape                     # completion extensions
-      epkgs.orderless                # search paradigm
-      epkgs.yasnippet                # snippets support
-      epkgs.yasnippet-snippets       # commonly used snippets
-      epkgs.rg                       # ripgrep
-      epkgs.exec-path-from-shell     # load env and path
-      epkgs.eat                      # better shell
-      epkgs.rust-mode                # rust mode (when rust-ts doesn't cut it)
-      epkgs.rustic                   # more rust things
-      epkgs.nix-mode                 # nix lang
-      epkgs.hcl-mode                 # hashicorp file mode
-      epkgs.shell-pop                # quick shell popup
-      epkgs.envrc                    # support for loading .envrc
-      epkgs.nixpkgs-fmt              # format nix files
-      epkgs.f                        # string + file utilities
-      epkgs.gptel                    # llm chat (mainly claude)
-      epkgs.catppuccin-theme         # catppuccin theme
-      epkgs.eldoc-box                # docs in a box
-      epkgs.sideline                 # mainly for flymake errors on the side
-      epkgs.sideline-flymake         # mainly for flymake errors on the side
-      epkgs.sideline-eglot           # mainly for flymake errors on the side
-    ];
-  };
-  home.sessionVariables = {
-    EDITOR = "emacs";
-    XDG_SCREENSHOTS_DIR = "~/screenshots";
-  };
-  home.file = {
-    emacs-init = {
-      source = ./early-init.el;
-      target = ".emacs.d/early-init.el";
-    };
-    emacs = {
-      source = ./init.el;
-      target = ".emacs.d/init.el";
-    };
-  };
-  services.nextcloud-client = {
-  enable = true;
-  };
-}
-
-
-
-
-

19.1. Early Initialization

-
-

-There are some emacs settings that can be configured before the gui shows up. -And some of them help increase performance and let the gui show up that much faster. -These are listed here. -

- -
-
;;; package --- early init -*- lexical-binding: t -*-
-;;; Commentary:
-;;; Prevents white flash and better Emacs defaults
-;;; Code:
-(set-language-environment "UTF-8")
-(setq-default
- default-frame-alist
- '((background-color . "#1e1e2e")
-   (bottom-divider-width . 1)            ; Thin horizontal window divider
-   (foreground-color . "#bac2de")        ; Default foreground color
-   (fullscreen . maximized)              ; Maximize the window by default
-   (horizontal-scroll-bars . nil)        ; No horizontal scroll-bars
-   (left-fringe . 8)                     ; Thin left fringe
-   (menu-bar-lines . 0)                  ; No menu bar
-   (right-divider-width . 1)             ; Thin vertical window divider
-   (right-fringe . 8)                    ; Thin right fringe
-   (tool-bar-lines . 0)                  ; No tool bar
-   (undecorated . t)                     ; Remove extraneous X decorations
-   (vertical-scroll-bars . nil))         ; No vertical scroll-bars
- user-full-name "Henrov henrov"                ; ME!
- ;; memory configuration
- ;; Higher garbage collection threshold, prevents frequent gc locks, reset later
- gc-cons-threshold most-positive-fixnum
- ;; Ignore warnings for (obsolete) elisp compilations
- byte-compile-warnings '(not obsolete)
- ;; And other log types completely
- warning-suppress-log-types '((comp) (bytecomp))
- ;; Large files are okay in the new millenium.
- large-file-warning-threshold 100000000
- ;; dont show garbage collection messages at startup, will reset later
- garbage-collection-messages nil
- ;; native compilation
- package-native-compile t
- native-comp-warning-on-missing-source nil
- native-comp-async-report-warnings-errors 'silent
- ;; Read more based on system pipe capacity
- read-process-output-max (max (* 10240 10240) read-process-output-max)
- ;; scroll configuration
- scroll-margin 0                                 ; Lets scroll to the end of the margin
- scroll-conservatively 100000                    ; Never recenter the window
- scroll-preserve-screen-position 1               ; Scrolling back and forth
- ;; frame config
- ;; Improve emacs startup time by not resizing to adjust for custom settings
- frame-inhibit-implied-resize t
- ;; Dont resize based on character height / width but to exact pixels
- frame-resize-pixelwise t
- ;; backups & files
- backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter
- backup-by-copying t                             ; Don't clobber symlinks
- create-lockfiles nil                            ; Don't have temp files
- delete-old-versions t                           ; Cleanup automatically
- kept-new-versions 6                             ; Update every few times
- kept-old-versions 2                             ; And cleanup even more
- version-control t                               ; Version them backups
- delete-by-moving-to-trash t                     ; Dont delete, send to trash instead
- ;; startup
- inhibit-startup-screen t                        ; I have already done the tutorial. Twice
- inhibit-startup-message t                       ; I know I am ready
- inhibit-startup-echo-area-message t             ; Yep, still know it
- initial-scratch-message nil                     ; I know it is the scratch buffer!
- initial-buffer-choice nil
- inhibit-startup-buffer-menu t
- inhibit-x-resources t
- initial-major-mode 'fundamental-mode
- pgtk-wait-for-event-timeout 0.001               ; faster child frames
- ad-redefinition-action 'accept                  ; dont care about legacy things being redefined
- inhibit-compacting-font-caches t
- ;; tabs
- tab-width 4                                     ; Always tab 4 spaces.
- indent-tabs-mode nil                            ; Never use actual tabs.
- ;; rendering
- cursor-in-non-selected-windows nil              ; dont render cursors other windows
- ;; packages
- use-package-always-defer t
- load-prefer-newer t
- default-input-method nil
- use-dialog-box nil
- use-file-dialog nil
- use-package-expand-minimally t
- package-enable-at-startup nil
- use-package-enable-imenu-support t
- auto-mode-case-fold nil  ; No second pass of case-insensitive search over auto-mode-alist.
- package-archives '(("melpa"        . "https://melpa.org/packages/")
-                       ("gnu"          . "https://elpa.gnu.org/packages/")
-                       ("nongnu"       . "https://elpa.nongnu.org/nongnu/")
-                       ("melpa-stable" . "https://stable.melpa.org/packages/"))
- package-archive-priorities '(("gnu"    . 99)
-                                 ("nongnu" . 80)
-                                 ("melpa"  . 70)
-                                 ("melpa-stable" . 50))
- )
- ;;; early-init.el ends here
-
-
-
-
-
-

19.2. Initialization

-
-

-Now starts the main emacs configuration. -

- -
-
  ;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*-
-
-  ;;; Commentary:
-  ;;; Simple Emacs setup I carry everywhere
-
-  ;;; Code:
-(setq custom-file (locate-user-emacs-file "custom.el"))
-(load custom-file 'noerror)            ;; no error on missing custom file
-
-(require 'package)
-(package-initialize)
-
-(defun reset-custom-vars ()
-  "Resets the custom variables that were set to crazy numbers"
-  (setopt gc-cons-threshold (* 1024 1024 100))
-  (setopt garbage-collection-messages t))
-
-(use-package emacs
-  :custom
-  (native-comp-async-query-on-exit t)
-  (read-answer-short t)
-  (use-short-answers t)
-  (enable-recursive-minibuffers t)
-  (which-func-update-delay 1.0)
-  (visible-bell nil)
-  (custom-buffer-done-kill t)
-  (whitespace-line-column nil)
-  (x-underline-at-descent-line t)
-  (imenu-auto-rescan t)
-  (uniquify-buffer-name-style 'forward)
-  (confirm-nonexistent-file-or-buffer nil)
-  (create-lockfiles nil)
-  (make-backup-files nil)
-  (kill-do-not-save-duplicates t)
-  (sentence-end-double-space nil)
-  (treesit-enabled-modes t)
-  :init
-  ;; base visual
-  (menu-bar-mode -1)                   ;; no menu bar
-  (toggle-scroll-bar -1)               ;; no scroll bar
-  (tool-bar-mode -1)                   ;; no tool bar either
-  (blink-cursor-mode -1)               ;; stop blinking
-
-  ;; font of the century
-  (set-frame-font "Aporetic Sans Mono 12" nil t)
-
-  :bind
-  (("C-<wheel-up>"   . pixel-scroll-precision) ; dont zoom in please, just scroll
-   ("C-<wheel-down>" . pixel-scroll-precision) ; dont zoom in either, just scroll
-   ("C-x k"          . kill-current-buffer))   ; kill the buffer, dont ask
-  :hook
-  (text-mode . delete-trailing-whitespace-mode)
-  (prog-mode . delete-trailing-whitespace-mode)
-  (after-init . global-display-line-numbers-mode) ;; always show line numbers
-  (after-init . column-number-mode)               ;; column number in the mode line
-  (after-init . size-indication-mode)             ;; file size in the mode line
-  (after-init . pixel-scroll-precision-mode)      ;; smooth mouse scroll
-  (after-init . electric-pair-mode)               ;; i mean ... parens should auto create
-  (after-init . reset-custom-vars)
-  )
-
-(use-package autorevert
-  :ensure nil
-  :custom
-  (auto-revert-interval 3)
-  (auto-revert-remote-files nil)
-  (auto-revert-use-notify t)
-  (auto-revert-avoid-polling nil)
-  (auto-revert-verbose t)
-  :hook
-  (after-init . global-auto-revert-mode))
-
-(use-package recentf
-  :ensure nil
-  :commands (recentf-mode recentf-cleanup)
-  :hook
-  (after-init . recentf-mode)
-  :custom
-  (recentf-auto-cleanup 'never)
-  (recentf-exclude
-   (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$"
-         "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$"
-         "\\.7z$" "\\.rar$"
-         "COMMIT_EDITMSG\\'"
-         "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$"
-         "-autoloads\\.el$" "autoload\\.el$"))
-
-  :config
-  ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before
-  ;; `recentf-save-list', allowing stale entries to be removed before the list
-  ;; is saved by `recentf-save-list', which is automatically added to
-  ;; `kill-emacs-hook' by `recentf-mode'.
-  (add-hook 'kill-emacs-hook #'recentf-cleanup -90))
-
-(use-package savehist
-  :ensure nil
-  :commands (savehist-mode savehist-save)
-  :hook
-  (after-init . savehist-mode)
-  :custom
-  (savehist-autosave-interval 600)
-  (savehist-additional-variables
-   '(kill-ring                        ; clipboard
-     register-alist                   ; macros
-     mark-ring global-mark-ring       ; marks
-     search-ring regexp-search-ring)))
-
-(use-package hl-line
-  :ensure nil
-  :custom
-  (hl-line-sticky-flag nil)
-  (global-hl-line-sticky-flag nil)
-  :hook
-  (after-init . global-hl-line-mode))
-
-(use-package saveplace
-  :ensure nil
-  :commands (save-place-mode save-place-local-mode)
-  :hook
-  (after-init . save-place-mode)
-  :custom
-  (save-place-limit 400))
-
-(use-package nerd-icons
-  :custom
-  ;; disable bright icon colors
-  (nerd-icons-color-icons nil))
-
-(use-package doom-modeline
-  :custom
-  (inhibit-compacting-font-caches t)    ;; speed
-  (doom-modeline-buffer-file-name-style 'relative-from-project)
-  (doom-modeline-major-mode-icon nil)   ;; distracting icons, no thank you
-  (doom-modeline-buffer-encoding nil)   ;; everything is utf-8 anyway
-  (doom-modeline-buffer-state-icon nil) ;; the filename already shows me
-  (doom-modeline-lsp nil)               ;; lsp state is too distracting, too often
-  :hook (after-init . doom-modeline-mode))
-
-(load-theme 'catppuccin :no-confirm)
-
-(use-package diminish :demand t)         ;; declutter the modeline
-(use-package eldoc
-  :diminish eldoc-mode
-  :custom
-  (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything
-
-(use-package eldoc-box
-  :defer t
-  :config
-  (set-face-background 'eldoc-box-border (catppuccin-color 'green))
-  (set-face-background 'eldoc-box-body (catppuccin-color 'base))
-  :bind
-  (("M-h" . eldoc-box-help-at-point)))
-
-(use-package pulsar
-  :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry
-  :init
-  (defface pulsar-catppuccin
-    `((default :extend t)
-      (((class color) (min-colors 88) (background light))
-       :background ,(catppuccin-color 'sapphire))
-      (((class color) (min-colors 88) (background dark))
-       :background ,(catppuccin-color 'sapphire))
-      (t :inverse-video t))
-    "Alternative nord face for `pulsar-face'."
-    :group 'pulsar-faces)
-  :custom
-  (pulsar-face 'pulsar-catppuccin)
-  :hook
-  (after-init . pulsar-global-mode))
-
-(use-package which-key
-  :commands which-key-mode
-  :diminish which-key-mode
-  :hook
-  (after-init . which-key-mode))
-
-(use-package expreg
-  :bind ("M-m" . expreg-expand))
-
-(use-package vundo) ;; undo tree
-
-;; better structured editing
-(use-package puni
-  :commands puni-global-mode
-  :hook
-  (after-init . puni-global-mode))
-
-(use-package avy
-  :bind
-  ("M-i" . avy-goto-char-2)
-  :custom
-  (avy-background t))
-
-(use-package consult
-  :bind
-  ("C-x b"   . consult-buffer)     ;; orig. switch-to-buffer
-  ("M-y"     . consult-yank-pop)   ;; orig. yank-pop
-  ("M-g M-g" . consult-goto-line)  ;; orig. goto-line
-  ("M-g i"   . consult-imenu)      ;; consult version is interactive
-  ("M-g r"   . consult-ripgrep)    ;; find in project also works
-  :custom
-  (consult-narrow-key "<"))
-
-(use-package vertico
-  :commands vertico-mode
-  :custom
-  (read-file-name-completion-ignore-case t)
-  (read-buffer-completion-ignore-case t)
-  (completion-ignore-case t)
-  (enable-recursive-minibuffers t)
-  (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
-  :init
-  (vertico-mode)
-  :hook
-  (minibuffer-setup-hook . cursor-intangible-mode))
-
-(use-package marginalia
-  :commands marginalia-mode
-  :hook (after-init . marginalia-mode))
-
-(use-package crux
-  :bind
-  ("C-c M-e" . crux-find-user-init-file)
-  ("C-c C-w" . crux-transpose-windows)
-  ("C-c M-d" . crux-find-current-directory-dir-locals-file)
-  ("C-a"     . crux-move-beginning-of-line))
-
-(use-package magit
-  :bind (("C-M-g" . magit-status)))
-
-(use-package nerd-icons-corfu
-  :commands nerd-icons-corfu-formatter
-  :defines corfu-margin-formatters)
-
-(use-package corfu
-  :commands global-corfu-mode
-  :custom
-  (corfu-cycle t)
-  (corfu-auto t)
-  (corfu-auto-delay  1)
-  (corfu-auto-prefix 3)
-  (corfu-separator ?_)
-  :hook
-  (after-init . global-corfu-mode)
-  :config
-  (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter))
-
-(use-package cape)
-
-(use-package orderless
-  :custom
-  (completion-styles '(orderless partial-completion basic))
-  (completion-category-defaults nil)
-  (completion-category-overrides nil))
-
-(use-package yasnippet
-  :commands yas-global-mode
-  :diminish yas-minor-mode
-  :hook
-  (after-init . yas-global-mode))
-
-(use-package yasnippet-snippets :after yasnippet)
-
-(use-package exec-path-from-shell
-  :commands exec-path-from-shell-initialize
-  :custom
-  (exec-path-from-shell-arguments nil)
-  :hook
-  (after-init . exec-path-from-shell-initialize))
-
-(use-package nixpkgs-fmt
-  :custom
-  (nixpkgs-fmt-command "nixfmt"))
-
-(use-package eat
-  :bind
-  (("C-c e p" . eat-project)
-   ("C-c e t" . eat)))
-
-(use-package f :demand t)
-
-(use-package envrc
-  :commands envrc-global-mode
-  :hook
-  (after-init . envrc-global-mode))
-
-(use-package gptel
-  :commands gptel-make-anthropic f-read-text
-  :config
-  (gptel-make-anthropic "Claude"
-    :stream t :key (f-read-text "/run/secrets/claude_key")))
-
-(use-package sideline-flymake)
-(use-package sideline-eglot)
-(use-package sideline
-  :custom
-  (sideline-backends-right '(sideline-flymake sideline-eglot))
-  :hook
-  (eglot-managed-mode . sideline-mode)
-  (flymake-mode . sideline-mode))
-
-(use-package eglot
-  :custom
-  (eglot-extend-to-xref t)
-  (eglot-ignored-server-capabilities '(:inlayHintProvider))
-  (jsonrpc-event-hook nil)
-  :hook
-  (eglot-managed-mode . eldoc-box-hover-mode)
-  (before-save . eldoc-format-buffer)
-  :bind
-  (:map eglot-mode-map
-        ("C-c l a" . eglot-code-actions)
-        ("C-c l r" . eglot-rename)
-        ("C-c l h" . eldoc)
-        ("C-c l g" . xref-find-references)
-        ("C-c l w" . eglot-reconnect)))
-
-(use-package proced
-  :custom
-  (proced-auto-update-flag t)
-  (proced-auto-update-interval 3)
-  (proced-enable-color-flag t)
-  (proced-show-remote-processes t))
-
-(use-package org
-  :ensure t
-  :defer t
-  :commands (org-mode org-capture org-agenda)
-  :init
-  (defvar org-journal-file "~/nextcloud/org/journal.org")
-  (defvar org-archive-file "~/nextcloud/org/archive.org")
-  (defvar org-notes-file "~/nextcloud/org/notes.org")
-  (defvar org-inbox-file "~/nextcloud/org/inbox.org")
-  (defvar org-work-file "~/nextcloud/org/work.org")
-  (defun my/org-capture-project-target-heading ()
-    "Determine Org target headings from the current file's project path.
-
-    This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'.
-    It extracts 'COMPANY' and 'PROJECT' to use as nested headlines
-    for an Org capture template.
-
-    If the current buffer is not visi
-ting a file within such a
-    project structure, it returns nil, causing capture to default to
-    the top of the file."
-    (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer
-      (let ((path-parts (split-string path "/" t " ")))
-        (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=))
-                    (company      (nth (+ 1 projects-pos) path-parts))
-                    (project      (nth (+ 2 projects-pos) path-parts)))
-          ;; Return a list of headlines for Org to find or create.
-          (list company project)))))
-  :bind
-  (("C-c c" . org-capture)
-   ("C-c i" . org-store-link)
-   ("C-c a" . org-agenda)
-   :map org-mode-map
-   ("C-c t" . org-toggle-inline-images)
-   ("C-c l" . org-toggle-link-display))
-  :custom
-  (org-agenda-files (list org-inbox-file org-journal-file))
-  (org-directory "~/nextcloud/org")
-  (org-default-notes-file org-inbox-file)
-  (org-archive-location (concat org-archive-file "::* From %s"))
-  (org-log-done 'time)
-  (org-log-into-drawer t)
-  (org-hide-emphasis-markers t)
-  (org-src-fontify-natively t)
-  (org-src-tab-acts-natively t)
-  (org-capture-templates '(("t" "Todo" entry (file org-inbox-file)
-                            "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)")
-                           ("j" "Journal" entry (file+olp+datetree org-journal-file)
-                            "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n")
-                           ("n" "Note" entry (file org-notes-file)
-                            "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n")
-                           ("p" "Project Task" item
-                            (file+function org-work-file my/org-capture-project-target-heading)
-                            "* TODO %? \n  CLOCK: %U"
-                            ))
-                         )
-  :config
-  ;; Enable syntax highlighting in code blocks
-  (add-hook 'org-mode-hook 'turn-on-font-lock)
-  (add-hook 'org-mode-hook 'org-indent-mode))
-
-;; extras
-(use-package comp-run
-  :ensure nil
-  :config
-  (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list)
-  (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list))
-
-(use-package rustic
-  :custom
-  (rustic-lsp-client 'eglot))
-
-(provide 'init)
-
-  ;;; init.el ends here
-
-
-
-
-
-
-

20. Machines

-
-

-Only a few more things left. Specifically the machine level extra settings. -

-
-
-

20.1. Smallbox

-
-

-The configuration for the laptop does not change much. Most changes are because the hardware is different. -

-
-
-

20.1.1. System Level

-
-

-Nothing specific for the laptop. -

- -
-
{ user, ... } : {
-  imports =
-    [
-      ./hardware-configuration.nix
-      ../../configuration
-    ];
-}
-
-
-
-
-
-

20.1.2. Hardware

-
-

-This is the most different. Mostly taken from hardware-configuration.nix setup at first install. -

- -
-
{
-  hostname,
-  pkgs,
-  lib,
-  modulesPath,
-  user,
-  config,
-  ...
-}:
-{
-  imports = [
-    (modulesPath + "/installer/scan/not-detected.nix")
-    ../../hardware/hardware.nix
-  ];
-
-boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ];
-boot.initrd.kernelModules = [ ];
-boot.kernelModules = [ "kvm-intel" ];
-boot.extraModulePackages = [ ];
-
-fileSystems."/" =
-  { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2";
-    fsType = "ext4";
-  };
-
-fileSystems."/boot" =
-  { device = "/dev/disk/by-uuid/811D-0676";
-    fsType = "vfat";
-    options = [ "fmask=0077" "dmask=0077" ];
-  };
-
-swapDevices =
-  [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; }
-  ];
-
-nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
-hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
-}
-
-
-
-
-
-

20.1.3. Home

-
-

-This is mostly about configuring the monitor. And laptop specific utilities. -

-
-
{ pkgs, ... }:
-{
-  imports = [
-    ../../home
-  ];
-  home.packages = with pkgs; [
-    brightnessctl
-  ];
-  wayland.windowManager.hyprland = {
-    extraConfig = ''
-      # Default portable monitor rule
-      monitor=DP-1,3840x1080@144,1920x0,1
-    '';
-  };
-}
-
-
-
-
-
-
-
-

21. README Utils

-
-
-
-

21.0.1. Headers

-
-

-This script adds a DO NOT MODIFY header to all the generated nix files. -

-
-
(progn
-  (defun add-tangle-headers ()
-    (message "running in %s" (buffer-file-name))
-    (when (string= (file-name-extension (buffer-file-name)) "nix")
-      (goto-char (point-min))
-      (insert "# WARNING : This file was generated by README.org\n# DO NOT MODIFY THIS FILE!\n# Any changes made here will be overwritten.\n")
-      (save-buffer))
-    (save-buffer))
-  (add-hook 'org-babel-post-tangle-hook 'add-tangle-headers))
-
-
-
-
-
-
-
-

Author: henrov

-

Created: 2026-02-22 zo 17:46

-

Validate

-
- - diff --git a/system-master/README.org b/system-master/README.org deleted file mode 100755 index 63baef3..0000000 --- a/system-master/README.org +++ /dev/null @@ -1,2754 +0,0 @@ -gf#+OPTIONS: toc:nil broken-links:t -#+PROPERTY: header-args :noweb yes :results silent :mkdirp yes - -#+HTML:
-#+HTML:
-#+HTML: NixOS -#+HTML: Emacs -#+HTML:
-#+HTML:
-#+HTML:

Henrov's Literate System Configuration

-#+HTML: -#+HTML:
- -* Introduction -#+HTML:
Screenshot
- -This repository contains a literate NixOS configuration built using Emacs Org mode. The primary source of truth is this document itself, which embeds configuration blocks that are tangled into individual files. These generated files are evaluated as a NixOS flake, resulting in an immutable, reproducible system configuration. - -This work is based on the foundational efforts of Sandeep Nambiar (https://github.com/gamedolphin). -All credit for the original structure, methodology, and guidance belongs to him. His work provided the architectural basis and practical direction upon which this repository is built. This project would not have been possible without his prior contributions, and much of the instructional approach preserved here originates from his documentation. - -The purpose of this repository is to offer a structured, minimal starting point for deploying a functional NixOS system. It is intentionally not a complete desktop environment, nor is it a “batteries-included” distribution. Instead, it provides a clean and extensible foundation that can be adapted and expanded after installation. - -Customization is designed to occur primarily through modular .conf files, allowing the system to evolve incrementally while maintaining clarity and separation of concerns. The goal is to enable users to build their own tailored NixOS setup on top of a coherent and reproducible base. - -Before proceeding with installation, it is strongly recommended to read this documentation carefully. Understanding the structure and design philosophy will help ensure a smooth setup and provide the necessary context for extending the system effectively. - - -* Pre-requisites to edit this setup -- a NIXOS system installed (can be bare-bones) -- an internet connection - -To set up a connection from cli: -#+begin_src bash :tangle no block -# Check if NetworkManager service is running -systemctl status NetworkManager -# If not running, start it temporarily -sudo systemctl start NetworkManager -# Enable Wi-Fi radio (in case it is disabled) -nmcli radio wifi on -# List available Wi-Fi networks -nmcli device wifi list -# Connect to a Wi-Fi network (replace SSID and PASSWORD) -nmcli device wifi connect "SSID_NAME" password "YOUR_PASSWORD" -# Verify that the connection is active -nmcli connection show --active -# Optional: show device status -nmcli device status -#+end_src - -* machine1 — template machine - -To generate the Nix files: -#+begin_src bash :tangle no -emacs README.org --batch -f org-babel-tangle -#+end_src - -Test the build while being able to reboot to previous version -#+begin_src bash :tangle no -sudo nixos-rebuild test --flake .#machine1 -#+end_src -Build and switch to this version on the next reboot -#+begin_src bash :tangle no -sudo nixos-rebuild switch --flake .#machine1 -#+end_src -Build and run in a virtual machine (qemu must be installed) -#+begin_src bash :tangle no -sudo nixos-rebuild build-vm --flake ~/nixos-henrov#machine1 -# running the vm: -./result/bin/run-nixos-vm -#+end_src -un this VM with result/ - - -#+begin_src bash :tangle no -emacs README.org --batch -f org-babel-tangle -#+end_src - -Once the Nix files are generated, deploy using: - -#+begin_src bash :tangle no -nixos-rebuild switch --flake .# -#+end_src - -Other files in this repo include: - -* ~flake.lock~ for pinning input versions. -* ~assets/*~ for non-Nix-managed artifacts such as images and wallpapers. - -Generated outputs should not be edited directly. A CI workflow can tangle and commit generated outputs when they differ. - -** Emacs + Org + Tangle - -* [[[https://www.gnu.org/software/emacs/][Emacs](https://www.gnu.org/software/emacs/][Emacs)]] is used as the editor and execution environment for this literate configuration. -* [[[https://orgmode.org/][Org](https://orgmode.org/][Org) mode]] provides the document structure and the source block execution model used here. -* Tangling exports source blocks from this Org document into the corresponding configuration files. - - * References of the form ~<>~ are noweb placeholders that are expanded from other blocks during tangling. - -** Nix & NixOS - -* [[[https://nix.dev/][Nix](https://nix.dev/][Nix)]] is used to define packages, environments, and configuration as pure expressions. -* [[[https://nixos.org/][NixOS](https://nixos.org/][NixOS)]] evaluates Nix expressions into a complete system configuration that can be applied by rebuild operations. - -** Repository layout and folder conventions -#+HTML:

-#+HTML: This repository contains system modules, user modules, and configuration fragments. The following directories are treated as separate layers: -#+HTML: ./configuration (NixOS modules), ./home (Home Manager modules), and ./assets/conf (configuration fragments referenced or deployed by the modules). -#+HTML:

-#+HTML:

-#+HTML: To keep navigation consistent, the same internal substructure is used in all three locations. Each layer keeps its role; only the internal grouping is standardized. -#+HTML:

- -** Shared domain folders -#+HTML:
    -#+HTML:
  • core/ – base settings and common infrastructure
  • -#+HTML:
  • desktop/ – graphical session, compositor, UI components, and integration
  • -#+HTML:
  • apps/ – application enablement and application-level configuration
  • -#+HTML:
  • services/ – background services and daemons
  • -#+HTML:
  • security/ – secrets handling and security-related configuration
  • -#+HTML:
  • dev/ – developer tooling and editor configuration
  • -#+HTML:
- -** Full tree (including unchanged parts) -#+HTML:

-#+HTML: The tree below shows the full repository layout, with the standardized internal structure applied only inside -#+HTML: configuration/, home/, and assets/conf/. -#+HTML:

- -#+HTML:
.
-#+HTML: ├── assets
-#+HTML: │   ├── background.png
-#+HTML: │   ├── conf
-#+HTML: │   │   ├── apps
-#+HTML: │   │   │   ├── flatpaks.conf
-#+HTML: │   │   │   └── packages.conf
-#+HTML: │   │   ├── core
-#+HTML: │   │   │   └── lightdm.conf
-#+HTML: │   │   ├── desktop
-#+HTML: │   │   │   ├── hypr
-#+HTML: │   │   │   │   ├── bindings.conf
-#+HTML: │   │   │   │   └── hyprland.conf
-#+HTML: │   │   │   ├── wallpaper
-#+HTML: │   │   │   │   └── wallpaper.conf
-#+HTML: │   │   │   └── waybar
-#+HTML: │   │   │       ├── config.jsonc
-#+HTML: │   │   │       └── style.css
-#+HTML: │   │   ├── dev
-#+HTML: │   │   │   ├── hyprshell
-#+HTML: │   │   │   │   ├── config.ron.bak
-#+HTML: │   │   │   │   └── styles.css.bak
-#+HTML: │   │   │   └── terminal
-#+HTML: │   │   │       ├── alacritty.toml
-#+HTML: │   │   │       ├── aliases.conf
-#+HTML: │   │   │       ├── enabled_shells.conf
-#+HTML: │   │   │       ├── kitty.conf
-#+HTML: │   │   │       ├── starship.toml
-#+HTML: │   │   │       └── zsh.conf
-#+HTML: │   │   ├── security
-#+HTML: │   │   │   └── ssh
-#+HTML: │   │   │       └── ssh-client.conf
-#+HTML: │   │   └── services
-#+HTML: │   ├── lock.png
-#+HTML: │   ├── scripts
-#+HTML: │   └── wallpapers
-#+HTML: │       ├── gif
-#+HTML: │       ├── pictures
-#+HTML: │       │   ├── background.png
-#+HTML: │       │   ├── background1.png
-#+HTML: │       │   ├── background2.png
-#+HTML: │       │   ├── background3.png
-#+HTML: │       │   ├── background4.png
-#+HTML: │       │   └── background5.png
-#+HTML: │       └── videos
-#+HTML: │           ├── dark_water_large.mp4
-#+HTML: │           └── white_blobs_small.mp4
-#+HTML: ├── configuration
-#+HTML: │   ├── apps
-#+HTML: │   │   ├── install_flatpaks.nix
-#+HTML: │   │   └── install_packages.nix
-#+HTML: │   ├── core
-#+HTML: │   │   ├── boot.nix
-#+HTML: │   │   ├── files.nix
-#+HTML: │   │   ├── locale.nix
-#+HTML: │   │   ├── networking.nix
-#+HTML: │   │   └── nix-settings.nix
-#+HTML: │   ├── default.nix
-#+HTML: │   ├── desktop
-#+HTML: │   │   ├── audio.nix
-#+HTML: │   │   ├── hyprland.nix
-#+HTML: │   │   └── login-tuigreeter.nix
-#+HTML: │   ├── dev
-#+HTML: │   │   └── terminal.nix
-#+HTML: │   ├── security
-#+HTML: │   └── services
-#+HTML: │       └── services.nix
-#+HTML: ├── flake.lock
-#+HTML: ├── flake.nix
-#+HTML: ├── hardware
-#+HTML: │   └── hardware.nix
-#+HTML: ├── home
-#+HTML: │   ├── apps
-#+HTML: │   │   ├── defaults-apps.nix
-#+HTML: │   │   └── theme.nix
-#+HTML: │   ├── default.nix
-#+HTML: │   ├── desktop
-#+HTML: │   │   ├── hyprexpo.nix
-#+HTML: │   │   ├── hyprland.nix
-#+HTML: │   │   ├── hyprlock.nix
-#+HTML: │   │   ├── hypridle.nix
-#+HTML: │   │   ├── hyprshell.nix
-#+HTML: │   │   ├── walker.nix
-#+HTML: │   │   ├── wallpaper.nix
-#+HTML: │   │   └── waybar.nix
-#+HTML: │   ├── dev
-#+HTML: │   │   ├── alacritty.nix
-#+HTML: │   │   ├── dev.nix
-#+HTML: │   │   ├── emacs
-#+HTML: │   │   │   ├── default.nix
-#+HTML: │   │   │   ├── early-init.el
-#+HTML: │   │   │   └── init.el
-#+HTML: │   │   ├── kitty.nix
-#+HTML: │   │   ├── shells.nix
-#+HTML: │   │   └── starship.nix
-#+HTML: │   └── zsh.nix
-#+HTML: ├── LICENSE
-#+HTML: ├── machines
-#+HTML: │   └── traveldroid
-#+HTML: │       ├── configuration.nix
-#+HTML: │       ├── hardware-configuration.nix
-#+HTML: │       └── home.nix
-#+HTML: ├── README.org
-#+HTML: ├── secrets
-#+HTML: │   └── secrets.yaml
-#+HTML: └── user.nix
-#+HTML: 
- -** Notes -#+HTML:
    -#+HTML:
  • Only the internal layout of configuration/, home/, and assets/conf/ is standardized; all other paths remain as currently organized.
  • -#+HTML:
  • The services/ and security/ folders are included for completeness even if initially empty in some layers.
  • -#+HTML:
- - ~YourNixCode(Input) -> System Configuration~ - - I use [[https://nixos.wiki/wiki/Flakes][nix flakes]] which means that the entry point for the nix evaluation is a file called ~flake.nix~ which has two parts (among other things) - -#+begin_src nix - { - inputs: # describes the function input, consisting mainly of package sources - outputs: # what the function outputs, a nixos configuration in our case - } - #+end_src - - Nix flakes is still behind an ~experimental~ flag, but it is de facto the standard by most of the community. - Flakes allow us to pin the input package versions using a ~flake.lock~ file. - This prevents unwanted and surprise updates when rebuilding without changing the configuration. - -* TLDR App List - -| Window Manager | [[https://hyprland.org/][Hyprland]] | -| Bar | [[https://github.com/Alexays/Waybar][Waybar]] | -| Application Launcher | [[https://github.com/abenz1267/walker][Walker]] | -| Notification Daemon | [[https://github.com/dunst-project/dunst][Dunst]] | -| Terminal Emulator | [[https://alacritty.org/][Alacritty]] | -| Shell | [[https://ohmyz.sh/][Zsh]] and [[https://starship.rs/][Starship]] | -| Text Editor | [[https://www.gnu.org/software/emacs/][Emacs]] | -| File Manager | [[https://docs.xfce.org/xfce/thunar/start][Thunar]] | -| Fonts | [[https://protesilaos.com/codelog/2025-02-12-aporetic-fonts-version-1-1-0/][Aporeti]] | -| Colors | [[https://catppuccin.com/][Catppuccin]] | -| Icons | [[https://nix.catppuccin.com/][Catppuccin Nix ]] | -| Lock Screen | [[https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/][Hyprlock]] | -| Wallpapers | [[https://github.com/hyprwm/hyprpaper][Hyprpaper]] | - -* Configuration Variables -I have a bunch of constant strings that I would rather put in a file. Thats what ~user.nix~ is. -The values are imported at the beginning and are available to almost all the functions being called to configure the system. -#+begin_src nix :tangle user.nix -{ - system = "x86_64-linux"; - username = "henrov"; - stateVersion = "25.11"; - locale = "nl_NL.UTF-8"; -} -#+end_src - -* Flake Inputs -The inputs for my system's configuration are very simple -1. [[https://search.nixos.org/packages][nixpkgs]] - the main nix repository of packages. Its huge and growing. Pinned to the unstable release channel. - Sometimes pinned to a specific commit because unstable broke something and the fix hasn't made it into the release yet. -2. [[https://nix-community.github.io/home-manager/][home-manager]] - a nix module that helps keep track of user specific dotfiles and configurations as part of my nix config. -3. [[https://github.com/nix-community/emacs-overlay][emacs-overlay]] - this has more configuration options and generally a newer emacs available provided by the community. -4. [[https://nix.catppuccin.com/][catppuccin]] - nix module that allows everything to be catppuccin themed. - -#+begin_src nix :tangle flake.nix :noweb tangle - { - description = "Henrov's nixos configuration"; - inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - emacs-overlay = { - url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - catppuccin = { - url = "github:catppuccin/nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - <> - } -#+end_src - -* Flake Output -Now that the inputs are ready, the outputs define what the system will actually look like. I also define the machines that this configuration specifies early on. Finally, I iterate over the ~machines~ list and pull files from ~/.machines/${name}~ subdirectory. This allows me to have configuration that has machine specific configuration limited to those files while also keeping a modular reusable base. -We also add a devshell that makes editing this repository easier in emacs. - -#+name: flake-outputs -#+begin_src nix :noweb no-export - outputs = inputs@{ - nixpkgs, - home-manager, - emacs-overlay, - catppuccin, - ... - }: - let - user = import ./user.nix; - lib = nixpkgs.lib; - machines = [ - "traveldroid" - ]; - pkgs = import nixpkgs { - inherit (user) system; - }; - in - { - nixosConfigurations = builtins.listToAttrs ( - builtins.map (machine: { - name = machine; - value = lib.nixosSystem { - modules = [ - <> - <> - <> - catppuccin.nixosModules.catppuccin # theme - ]; - - specialArgs = { - hostname = machine; - inherit user; - inherit inputs; - flakeRoot = inputs.self; - }; - }; - }) machines - ); - - devShells.${user.system}.default = pkgs.mkShell { - buildInputs = with pkgs; [ - nil - nixfmt-rfc-style - ]; - }; - }; - -#+end_src - -Lets look at the individual modules -1. Emacs - The first is the emacs overlay so that it uses the nix-community emacs overlay from the inputs instead of the nixpkgs one. - Overlays are a special nix way to override existing packages within a repository. - - #+name: flake-emacs-module - #+begin_src nix - ({ ... }: { - nixpkgs.overlays = [ emacs-overlay.overlays.default ]; - }) - #+end_src - -2. Then the machine specific configuration, in this case, just "traveldroid". - #+name: flake-config-module - #+begin_src nix - ./machines/${machine}/configuration.nix - #+end_src - -3. And finally the home-manager module. - This can be initialized and managed on its own but I'd rather use the ~nixos-rebuild~ command to build everything instead of managing userland dotfiles separately. - - #+name: flake-home-module - #+begin_src nix :noweb no-export - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - - home-manager.extraSpecialArgs = { - inherit user inputs; - flakeRoot = inputs.self; - }; - - <> - <> - } - - #+end_src - - - Home-Manager will not overwrite existing configuration files and that is good in most cases, but when everything is declarative like it is here, I'd rather that home-manager create a ~.backup~ and replace the file. - #+name: flake-home-backup - #+begin_src nix - home-manager.backupFileExtension = "backup"; - #+end_src - - - Finally I pull in the machine specific home configuration. Along with the overrides from catppuccin. - #+name: flake-home-config - #+begin_src nix - home-manager.users.${user.username} = { - imports = [ - ./machines/${machine}/home.nix - catppuccin.homeModules.catppuccin - ]; - }; - #+end_src - -** Envrc + Direnv -Editing this file will be much nicer if we have the dev environment configured. -That is done in the devshells section. But to auto load this dev shell, we need a .envrc file. -This tells [[https://direnv.net/][direnv]] to load the devshell in the flake. -#Finally, we also look for a .envrc-private file and try to load that. That contains devshell specific secrets. - -#+begin_src nix :tangle .envrc - use flake - - watch_file .envrc.private - if [[ -f .envrc.private ]]; then - source_env .envrc.private - fi -#+end_src - -* Machines -The individual machines subdirectory is configured as follows :- -#+name: tree -#+begin_src ditaa - +--machine - | +--configuration.nix - | +--home.nix - | +--hardware-configuration.nix -#+end_src - -- configuration.nix has the system configuration. -- home.nix has the user level configuration. -- hardware-configuration.nix has the unique hardware configuration. - -- Note about imports - ~imports = []~ in a nix file will pull in the function/object from the list of files provided. - This imported object (or function result) is just trivially merged into a common object. - -We can take a look at that the common hardware options I have for all my machines. -*** Other Utils -**** Updates -To update the computer, I just need to update the ~flake.lock~ file to have references to the latest repository. This is done with :- -#+begin_src bash - nix flake update -#+end_src - -* Hardware -I'll let the code comments explain the file here. - -#+begin_src nix :tangle hardware/hardware.nix :noweb tangle :mkdirp yes - { pkgs, lib, user, config, ...} : - { - nixpkgs.hostPlatform = lib.mkDefault user.system; # x86_64-linux - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu - - # update cpu microcode with firmware that allows redistribution - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - - hardware = { - # always enable bluetooth - bluetooth.enable = true; - - # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation) - graphics = { - enable = true; - extraPackages = with pkgs; [ - vulkan-validation-layers # helps catch and debug vulkan crashes - ]; - }; - }; - - hardware.enableAllFirmware = true; # enable all firmware regardless of license - } -#+end_src - -* Configuration -This section describes the main system configuration for the computers that I have. Nix will look for a ~default.nix~ file if you give it a path to a folder to import. And ~default.nix~ looks as follows :- - -#+begin_src nix :tangle configuration/default.nix :noweb tangle :mkdirp yes - { pkgs, user, ... } : -{ - imports = [ - ./apps/install_flatpaks.nix - ./apps/install_packages.nix - ./core/files.nix - ./core/locale.nix - ./core/networking.nix - ./core/nix-settings.nix - #./core/login-tuigreeter.nix - ./core/login-lightdm.nix - ./desktop/audio.nix - ./desktop/hyprland.nix - ./dev/terminal.nix - ./core/boot.nix - ./services/services.nix - ]; - - <> - - <> - - <> - - <> - - # enable the catppuccin theme for everything with mocha + blue accents - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - - system.stateVersion = user.stateVersion; -} -#+end_src - -** Apps section -This section describes a way of installing packages, either through nixpkgs orr flatpak. What apps to instal is decided in the files ./assets/conf/apps/packages.conf and flatpaks.conf - -** install_packages.nix -#+begin_src nix :tangle configuration/apps/install_packages.nix :noweb tangle :mkdirp yes -{ config, lib, pkgs, flakeRoot, ... }: - -let - packagesConfPath = flakeRoot + "/assets/conf/apps/packages.conf"; - raw = builtins.readFile packagesConfPath; - - # IMPORTANT: explicit "\n" so we never accidentally split into characters - rawLines = lib.splitString "\n" raw; - - # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw - _guard = assert !( - builtins.stringLength raw > 1 && - builtins.length rawLines == builtins.stringLength raw - ); true; - - cleanLine = l: - let - noCR = lib.replaceStrings [ "\r" ] [ "" ] l; - noInlineComment = lib.head (lib.splitString "#" noCR); - in - lib.strings.trim noInlineComment; - - entries = - builtins.filter (l: l != "") - (map cleanLine rawLines); - - resolvePkg = name: - let - parts = lib.splitString "." name; - found = lib.attrByPath parts null pkgs; - in - if found == null then - throw '' - install_packages.nix: package not found in pkgs - - Token : ${builtins.toJSON name} - packages.conf : ${toString packagesConfPath} - Hint : check the attribute name on search.nixos.org/packages - '' - else - found; - - packages = builtins.seq _guard (map resolvePkg entries); - -in -{ - environment.systemPackages = packages; -} -#+end_src - -** install_flatpaks.nix -#+begin_src nix :tangle configuration/apps/install_flatpaks.nix :noweb tangle :mkdirp yes -{ config, pkgs, lib, flakeRoot, ... }: - -let - moduleName = "install-flatpaks"; - flatpakConfPath = flakeRoot + "/assets/conf/apps/flatpaks.conf"; - raw = builtins.readFile flatpakConfPath; - - # Explicit "\n" so we never accidentally split into characters - rawLines = lib.splitString "\n" raw; - - # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw - _guard = assert !( - builtins.stringLength raw > 1 && - builtins.length rawLines == builtins.stringLength raw - ); true; - - cleanLine = l: - let - noCR = lib.replaceStrings [ "\r" ] [ "" ] l; - noInlineComment = lib.head (lib.splitString "#" noCR); - in - lib.strings.trim noInlineComment; - - entries = - builtins.filter (l: l != "") - (map cleanLine rawLines); - - # Flatpak app IDs are reverse-DNS style like org.example.App (at least 2 dots). - # We'll validate and fail early with a clear message. - dotCount = s: builtins.length (lib.splitString "." s) - 1; - - isValidId = s: - (dotCount s) >= 2; # matches the error you're seeing: "at least 2 periods" - - _validate = - builtins.seq _guard ( - builtins.map (id: - if isValidId id then true else - throw '' - ${moduleName}: invalid Flatpak ID in flatpaks.conf (needs reverse-DNS with at least 2 dots) - - Token : ${builtins.toJSON id} - flatpaks.conf : ${toString flatpakConfPath} - - Fix: remove stray tokens/headers, or comment them out with '#'. - '' - ) entries - ); - - # Use validated entries - flatpakApps = builtins.seq _validate entries; - - syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" '' - set -euo pipefail - - # Use the deployed config path (matches environment.etc below) - CONF="/etc/flatpak/flatpaks.conf" - if [[ -f "$CONF" ]]; then - echo "flatpak-sync: using $CONF" - else - echo "flatpak-sync: WARNING: $CONF not found, using embedded list" - fi - - if ! flatpak remotes --system --columns=name | grep -qx flathub; then - flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - fi - - desired_apps=( - ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)} - ) - - for app in "''${desired_apps[@]}"; do - if ! flatpak info --system "$app" >/dev/null 2>&1; then - flatpak install --system -y --noninteractive flathub "$app" - fi - done - ''; -in -{ - services.flatpak.enable = true; - - xdg.portal = { - enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - }; - - # Deploy the config file for runtime visibility/debugging - environment.etc."flatpak/flatpaks.conf".source = flatpakConfPath; - - systemd.services.flatpak-sync = { - description = "Install Flatpak apps listed in flatpaks.conf"; - wantedBy = [ "multi-user.target" ]; - wants = [ "network-online.target" ]; - after = [ "network-online.target" ]; - - serviceConfig = { - Type = "oneshot"; - ExecStart = syncFlatpaks; - }; - - restartTriggers = [ flatpakConfPath ]; - path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ]; - }; -} -#+end_src - - -** Nix Settings -These are global nix settings that configure the settings for the actual tool. - -#+begin_src nix :tangle configuration/core/nix-settings.nix :noweb tangle :mkdirp yes - { pkgs, user, ... } : - { - nix.settings = { - # enable flakes - experimental-features = ["nix-command" "flakes"]; - - # add a cache that speed up new applications by downloading binaries - # from the trusted cache instead of compiling from sourcer - substituters = [ - "https://nix-community.cachix.org" - ]; - # trust the cache public key - trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - }; - - # allow proprietary software on this machine. I'm not a purist. - nixpkgs.config.allowUnfree = true; - # unityhub depends on this... for now - nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; - - # this declares how often old configurations are cleared up. - # i cleanup anything older than a week, every week. - nix.gc = { - automatic = true; - options = "--delete-older-than 7d"; - dates = "weekly"; - }; - - programs = { - # command line utility that makes applying changes easy and pretty - nh = { - enable = true; - flake = "/home/${user.username}/system"; - }; - }; - } -#+end_src - -** Boot -This file has most of the settings the control how the computer boots up. - -#+begin_src nix :tangle configuration/core/boot.nix :noweb tangle :mkdirp yes -{ pkgs, ... } : -{ - boot = { - initrd = { - verbose = false; # its a lot of logs. dont need it, unless we do. - kernelModules = [ ]; # no kernel modules on boot - }; - - extraModulePackages = [ ]; # no extra packages on boot either - kernelPackages = pkgs.linuxPackages_latest; # latest greatest linux kernel - kernelParams = [ "silent" ]; # quiet those logs - - consoleLogLevel = 0; # quiten more logs - plymouth.enable = true; # graphical boot animation instead - - supportedFilesystems = [ "ntfs" ]; # should see the ntfs (windows) - - loader = { - systemd-boot.enable = true; # systemd-boot - systemd-boot.configurationLimit = 10; - efi.canTouchEfiVariables = true; # allow editing efi to edit the boot loader - - - timeout = 5; # grub timeout to make a selection - }; - }; -} -#+end_src - -** Login -Here we control what the login screen would look like. In configuration/default.nix you can choose whether to use tuigreet (very minimalistic) or LightDM (nicer, themeable) - -** Tuigreet -Doesn't match the rest of the aesthetic of the system (with hyprland), but I like its simplicity. - -#+begin_src nix :tangle configuration/core/login-tuigreeter.nix :noweb tangle :mkdirp yes - { pkgs, user, ... } : - { - environment.systemPackages = with pkgs; [ - tuigreet - ]; - services.greetd = { - enable = true; - settings = { - default_session = { - command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'"; - }; - }; - }; - } -#+end_src - -** LightDM -#+begin_src nix :tangle configuration/core/login-lightdm.nix :noweb tangle :mkdirp yes -{ config, pkgs, lib, ... }: - -let - lightdmConf = builtins.readFile ../../assets/conf/core/lightdm.conf; - lockPng = ../../assets/lock.png; - - greeterConfPath = ../../assets/conf/core/lightdm-gtk-greeter.conf; - greeterRaw = builtins.readFile greeterConfPath; - - # Extract "key = value" from the greeter conf. - # Returns null if not found. - getIniValue = key: - let - lines = lib.splitString "\n" greeterRaw; - - # Captures the value part (group 0) from a single line. - # We match line-by-line because Nix regex does NOT support PCRE flags like (?s). - m = - let - ms = builtins.filter (x: x != null) (map (line: - builtins.match - ("^[[:space:]]*" + key + "[[:space:]]*=[[:space:]]*([^#;]+).*$") - line - ) lines); - in - if ms == [] then null else builtins.elemAt ms 0; - in - if m == null then null else lib.strings.trim (builtins.elemAt m 0); - - # In your greeter.conf these are *package keys*, not theme names. - themePkgKey = getIniValue "theme-name"; - iconPkgKey = getIniValue "icon-theme-name"; - cursorPkgKey = getIniValue "cursor-theme-name"; - - cursorSizeStr = getIniValue "cursor-theme-size"; - cursorSize = - if cursorSizeStr == null then null - else lib.toInt (lib.strings.trim cursorSizeStr); - - # Map package-keys (from greeter.conf) -> { package, name } - # - # IMPORTANT: - # - "name" must be the real theme/icon/cursor NAME as seen under share/themes or share/icons. - # - "package" is the Nixpkgs derivation providing it. - pkgMap = { - catppuccinThemePkg = { - package = pkgs.catppuccin-gtk.override { - accents = [ "blue" ]; - variant = "mocha"; - size = "standard"; - tweaks = [ ]; - }; - name = "Catppuccin-Mocha-Standard-Blue-Dark"; - }; - - papirus-icon-theme = { - package = pkgs.papirus-icon-theme; - name = "Papirus-Dark"; - }; - - bibata-cursors = { - package = pkgs.bibata-cursors; - name = "Bibata-Modern-Ice"; - }; - }; - - pick = key: - if key == null then - throw "lightdm: missing required key in ${toString greeterConfPath}" - else if !(pkgMap ? "${key}") then - throw "lightdm: unknown package key '${key}' in ${toString greeterConfPath}. Known keys: ${lib.concatStringsSep ", " (builtins.attrNames pkgMap)}" - else - pkgMap."${key}"; - - themeSel = pick themePkgKey; - iconSel = pick iconPkgKey; - cursorSel = pick cursorPkgKey; - - # Rewrite greeter.conf so LightDM sees REAL names, not package keys. - # Also force background to lockPng. - greeterFixed = - '' - [greeter] - theme-name = ${themeSel.name} - icon-theme-name = ${iconSel.name} - cursor-theme-name = ${cursorSel.name} - ${lib.optionalString (cursorSize != null) "cursor-theme-size = ${toString cursorSize}"} - '' - + "\n" - + greeterRaw; -in -{ - services.greetd.enable = false; - - services.xserver = { - enable = true; - desktopManager.xterm.enable = false; - - displayManager.lightdm = { - enable = true; - background = lockPng; - - greeters.gtk = { - enable = true; - - theme = { - name = themeSel.name; - package = themeSel.package; - }; - - iconTheme = { - name = iconSel.name; - package = iconSel.package; - }; - - cursorTheme = { - name = cursorSel.name; - package = cursorSel.package; - } // lib.optionalAttrs (cursorSize != null) { - size = cursorSize; - }; - - # This includes your (rewritten) greeter config. - extraConfig = greeterFixed; - }; - - extraConfig = lightdmConf; - }; - }; - - programs.hyprland.enable = true; - - # Optional: make them available system-wide as well - environment.systemPackages = [ - themeSel.package - iconSel.package - cursorSel.package - ]; -} - -#+end_src - -** Terminal (default system) -This is the initial system level configuration for the terminal that I use on this machine. Its just [[https://ohmyz.sh/][zsh]]. - -#+begin_src nix :tangle configuration/dev/terminal.nix :noweb tangle :mkdirp yes -{ pkgs, user, ... }: -{ - console.useXkbConfig = true; - users.users.${user.username}.shell = pkgs.zsh; - programs.zsh.enable = true; - environment.shells = [ pkgs.zsh ]; - environment.pathsToLink = [ "/share/zsh" ]; -} -#+end_src - -** Files -I use Thunar as the file explorer. Also setup a few plugins for [[https://docs.xfce.org/xfce/thunar/start][Thunar]] in this config. -Along with that, a few other utilities like zip and enabling services to automount usb drives. - -#+begin_src nix :tangle configuration/core/files.nix :noweb tangle :mkdirp yes -{ pkgs, user, config, ... }: -{ - environment.systemPackages = with pkgs; [ - zip - unzip - p7zip - usbutils - udiskie - file-roller - ]; - - programs.thunar = { - enable = true; - plugins = with pkgs; [ - thunar-archive-plugin - thunar-media-tags-plugin - thunar-volman - thunar-vcs-plugin - ]; - }; - - programs.xfconf.enable = true; # to save thunar settings - - services = { - gvfs.enable = true; # Mount, trash, and other functionalities - tumbler.enable = true; # Thumbnail support for images - udisks2.enable = true; # Auto mount usb drives - }; -} -#+end_src - -** Locale -I live in Netherlands and would like all my locale and timezone settings to match. Except my default locale. -#+begin_src nix :tangle configuration/core/locale.nix :noweb tangle :mkdirp yes - { user, ... } : - let - locale = user.locale; - defaultLocale = "nl_NL.UTF-8"; - in - { - # Set your time zone. - time.timeZone = "Europe/Amsterdam"; - - # Select internationalisation properties. - i18n.defaultLocale = defaultLocale; - - i18n.extraLocaleSettings = { - LC_ADDRESS = locale; - LC_IDENTIFICATION = locale; - LC_MEASUREMENT = locale; - LC_MONETARY = locale; - LC_NAME = locale; - LC_NUMERIC = locale; - LC_PAPER = locale; - LC_TELEPHONE = locale; - LC_TIME = defaultLocale; - }; - } -#+end_src - -** Networking -Not much to see here. I want networking to be enabled. I want firewall as well. -#+begin_src nix :tangle configuration/core/networking.nix :noweb tangle :mkdirp yes -{ pkgs, lib, ... }: -{ - networking = { - useDHCP = lib.mkDefault true; - networkmanager.enable = true; - networkmanager.wifi.backend = "iwd"; - wireless.iwd.enable = true; - wireless.userControlled.enable = true; - firewall = { - enable = true; - # KDE Connect: discovery + encrypted connections - allowedTCPPortRanges = [ - { from = 1714; to = 1764; } - ]; - allowedUDPPortRanges = [ - { from = 1714; to = 1764; } - ]; - }; - }; - environment.systemPackages = with pkgs; [ impala ]; -} -#+end_src - -** Hyprland -This is a big one because the DE needs so much configuration. This section mostly installs [[https://hyprland.org/][Hyprland]]. -The configuration is done in the home manager section. -#+begin_src nix :tangle configuration/desktop/hyprland.nix :noweb tangle :mkdirp yes -{ pkgs, ... }: -{ - nix.settings = { - substituters = [ "https://hyprland.cachix.org" ]; - trusted-public-keys = [ - "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" - ]; - }; - services.dbus.enable = true; - security.polkit.enable = true; - services.flatpak.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - wireplumber.enable = true; - }; - services.gvfs.enable = true; - xdg.portal = { - enable = true; - extraPortals = with pkgs; [ - xdg-desktop-portal-hyprland - xdg-desktop-portal-gtk - ]; - config.common.default = [ "hyprland" "gtk" ]; - }; - environment.systemPackages = with pkgs; [ - walker - uwsm - hyprland-qtutils - hyprpolkitagent - grimblast - ]; - programs = { - uwsm.enable = true; - uwsm.waylandCompositors.hyprland = { - prettyName = "Hyprland"; - comment = "Hyprland compositor managed by UWSM"; - binPath = "/run/current-system/sw/bin/Hyprland"; - }; - hyprland = { - withUWSM = true; - enable = true; - xwayland.enable = true; - }; - }; - environment.sessionVariables = { - XDG_SESSION_TYPE = "wayland"; - XDG_CURRENT_DESKTOP = "Hyprland"; - XDG_SESSION_DESKTOP = "Hyprland"; - NIXOS_OZONE_WL = "1"; - XCURSOR_SIZE = "24"; - }; - security.pam.services.hyprlock = { }; - # Optional; GNOME-specific (keep only if you really use gnome-keyring integration) - security.pam.services.gdm.enableGnomeKeyring = true; -} -#+end_src - -** Services -These are some of the services that I enable at the system level. Explanation in the comments. -#+begin_src nix :tangle configuration/services/services.nix :noweb tangle :mkdirp yes - { user, ...} : - { - services = { - blueman.enable = true; # bluetooth manager - fwupd.enable = true; # firmware updating service - fstrim.enable = true; # ssd maintenance service - thermald.enable = true; # thermal regulation service - printing.enable = true; # printing services, cups - gnome.gnome-keyring.enable = true; # keyring - flatpak.enable = true; # allow installing things from flatpaks - #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - - # printer discovery - avahi = { - enable = true; - nssmdns4 = true; - openFirewall = true; - }; - }; - - virtualisation.docker.enable = true; # enable docker - users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group - } -#+end_src - -** Audio -#+begin_src nix :tangle configuration/desktop/audio.nix :noweb tangle :mkdirp yes -{ config, pkgs, lib, ... }: - -{ - environment.systemPackages = with pkgs; [ - pipewire - wireplumber - alsa-utils - pulseaudio - pamixer - pavucontrol - ]; - - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - wireplumber.enable = true; - }; - - security.rtkit.enable = true; - - # Helps on many laptops (Intel SOF etc.) - hardware.enableRedistributableFirmware = true; - - # Prefer analog over HDMI/DP in a machine-agnostic way - services.pipewire.wireplumber.extraConfig."51-audio-priorities" = { - "monitor.alsa.rules" = [ - # De-prioritize HDMI / DisplayPort sinks - { - matches = [ - { "node.name" = "~alsa_output\\..*HDMI.*"; } - { "node.name" = "~alsa_output\\..*DisplayPort.*"; } - ]; - actions.update-props = { - "priority.session" = 100; - "priority.driver" = 100; - }; - } - - # Prefer analog sinks (speakers/headphones) - { - matches = [ - { "node.name" = "~alsa_output\\..*analog.*"; } - { "node.name" = "~alsa_output\\..*Headphones.*"; } - { "node.name" = "~alsa_output\\..*Speaker.*"; } - ]; - actions.update-props = { - "priority.session" = 2000; - "priority.driver" = 2000; - }; - } - ]; - }; - - # Optional: clear "sticky" user-selected defaults so priority rules win - systemd.user.services.wireplumber-clear-default-nodes = { - description = "Clear WirePlumber saved default nodes (avoid HDMI becoming sticky)"; - - after = [ "wireplumber.service" ]; - partOf = [ "wireplumber.service" ]; - wantedBy = [ "default.target" ]; - - serviceConfig = { - Type = "oneshot"; - ExecStart = "${pkgs.coreutils}/bin/rm -f %h/.local/state/wireplumber/default-nodes"; - }; - }; -} - -#+end_src - -** Miscellaneous Packages and Programs -#+name: config-system-packages -#+begin_src nix - environment.systemPackages = with pkgs; [ - wget # fetch utility - curl # more fetch utility - binutils # executable utilities, like ld - dmidecode # tool for dumping system info - libnotify # notification daemon - python3 # nice to have this ready for quick things - cacert # certificate authority - remmina # remote desktop app - #rg # ripgrep - wev # for finding keypresses - tree # list foldetrtree's - file # filinfo - htop # sysmonitor - solaar # logitech controller - git # source control - # jetbrains.pycharm # Dev and course environment - - - ]; - - # to enable icons with wlogout - # https://github.com/catppuccin/nix/issues/584 - programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; -#+end_src - -#+name: config-programs -#+begin_src nix - programs = { - nix-ld.enable = true; # helps with linking troubles with dynamic libraries - appimage.enable = true; # allow appimage installations - dconf.enable = true; # to save user settings - gnupg.agent = { - # pgp client - enable = true; - enableSSHSupport = true; - }; - firefox.enable = true; # browser - wireshark.enable = true; # vpn - }; -#+end_src - -** Fonts -Nothing much to see here. I love [[https://protesilaos.com/codelog/2025-02-12-aporetic-fonts-version-1-1-0/][Aporetic]], and I use it everywhere. -#+name: config-fonts -#+begin_src nix - fonts.packages = with pkgs; [ - aporetic - nerd-fonts.iosevka - ]; -#+end_src - -** User Config -This creates the user profile that I login with. Initially created during install. -#+name: config-user -#+begin_src nix - users.users.${user.username} = { - isNormalUser = true; - description = "henrov"; - extraGroups = [ - "networkmanager" # allow editing network connections - "wheel" # can do sudo - "scanner" # access to the network scanner - "lp" # access to the printer - ]; - }; -#+end_src - -* Home -I use home-manager to manage my user level dotfiles and configurations. -Most of the "theme" of the system is decided here. -I also use it to install programs that are okay with being installed at the user level instead of the system. - -** default.nix -This module will import all necessities. - -#+begin_src nix :tangle home/default.nix :noweb tangle :mkdirp yes -{ pkgs, user, ... } : - { - imports = [ - #./apps/default-apps.nix - ./apps/theme.nix - ./desktop/hypridle.nix - ./desktop/hyprland.nix - ./desktop/hyprexpo.nix - ./desktop/hyprlock.nix - ./desktop/hyprshell.nix - ./desktop/wallpaper.nix - ./desktop/waybar.nix - ./desktop/walker.nix - ./dev/dev.nix - ./dev/shells.nix - ./dev/starship.nix - ./dev/emacs - ]; - - <> - - <> - - programs.home-manager.enable = true; - } -#+end_src - - -** Wallpaper -wallpaper.nix installs wpaperd and deploys your wallpaper files from the repo (./assets/conf/desktop/wallpaper/pictures/) into ~/conf/desktop/wallpaper/pictures. It also deploys the default wallpaper configuration from assets/conf/desktop/wallpaper/wallpaper.conf into ~/conf/desktop/wallpaper/wallpaper.conf, which is the file you can edit as a user override. -Finally, it creates a systemd user service (wpaperd.service) that automatically starts wpaperd at login and keeps it running, using your override config so wallpapers rotate according to your settings. - -#+begin_src nix :tangle home/desktop/wallpaper.nix :noweb tangle :mkdirp yes -{ config, pkgs, lib, flakeRoot, ... }: -let - repoWallpaperDir = flakeRoot + "/assets/conf/desktop/wallpaper"; - repoWallpaperConf = flakeRoot + "/assets/conf/desktop/wallpaper/wallpaper.conf"; - userRelRoot = "nixos_conf/wallpaperstuff"; - userAbsRoot = "${config.home.homeDirectory}/${userRelRoot}"; - userConfPath = "${userAbsRoot}/wallpaper.conf"; - # Exclude wallpaper.conf so HM does NOT manage it (avoids backup collisions) - repoWallpapersOnly = lib.cleanSourceWith { - src = repoWallpaperDir; - filter = path: type: - (builtins.baseNameOf path) != "wallpaper.conf"; - }; -in -{ - home.packages = [ pkgs.wpaperd ]; - # Sync everything *except* wallpaper.conf into ~/nixos_conf/wallpaperstuff - home.file."${userRelRoot}" = { - source = repoWallpapersOnly; - recursive = true; - }; - # Now safely overwrite the config every activation (no HM collision) - home.activation.wallpaperConfForce = - lib.hm.dag.entryAfter [ "writeBoundary" ] '' - set -euo pipefail - mkdir -p "${userAbsRoot}" - install -m 0644 "${repoWallpaperConf}" "${userConfPath}" - ''; - systemd.user.services.wpaperd = { - Unit = { - Description = "wpaperd wallpaper daemon"; - After = [ "default.target" ]; - }; - Service = { - Type = "simple"; - ExecStart = "${pkgs.wpaperd}/bin/wpaperd --config ${userConfPath}"; - Restart = "on-failure"; - RestartSec = 1; - }; - Install.WantedBy = [ "default.target" ]; - }; -} -#+end_src - -** Waybar -[[./.github/images/waybar.png]] - -Mostly styling and enabling modules in the [[https://github.com/Alexays/Waybar][top bar]]. -#+begin_src nix :tangle home/desktop/waybar.nix :noweb tangle :mkdirp yes -{ config, lib, pkgs, flakeRoot, ... }: -let - repoWaybarDir = flakeRoot + "/assets/conf/desktop/waybar"; -in -{ - programs.waybar.enable = true; - - # Ensure config matches repo (HM-managed symlink, not user-editable) - xdg.configFile."waybar/config" = { - source = repoWaybarDir + "/config.jsonc"; - force = true; - }; - - # Override HM's internally-generated waybar-style.css derivation - # and use your repo file instead. - xdg.configFile."waybar/style.css" = { - source = lib.mkForce (repoWaybarDir + "/style.css"); - force = true; - }; - - # Prevent HM from also trying to generate style content via programs.waybar.style - # (not strictly required once mkForce is in place, but keeps intent clear) - programs.waybar.style = ""; -} -#+end_src - -** Lock Screen -The lock screen configured using [[https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/][hyprlock]]. -I use [[https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/][hypridle]] to detect idle time and use wlogout to show a logout menu. -They are configured below. -#+begin_src nix :tangle home/desktop/hyprlock.nix :noweb tangle :mkdirp yes -{config, lib, pkgs, flakeRoot, ... }: -let - lockPngSrc = flakeRoot + "/assets/lock.png"; - hyprlockConf = flakeRoot + "/assets/conf/desktop/hypr/hyprlock.conf"; -in -{ - home.packages = [ pkgs.hyprlock ]; - xdg.configFile."hypr/lock.png".source = lockPngSrc; - xdg.configFile."hypr/hyprlock.conf".source = hyprlockConf; -} -#+end_src - -** Idle Screen - -#+begin_src nix :tangle home/desktop/hypridle.nix :noweb tangle :mkdirp yes{ config, lib, pkgs, flakeRoot, -{ config, lib, pkgs, flakeRoot, ... }: -let - hypridleConf = flakeRoot + "/assets/conf/desktop/hypr/hypridle.conf"; -in -{ - home.packages = [ pkgs.hypridle ]; - xdg.configFile."hypr/hypridle.conf".source = hypridleConf; -} -#+end_src - -** Hyprshell -For nice task-starting and -switching -#+begin_src nix :tangle home/desktop/hyprshell.nix :noweb tangle :mkdirp yes{ config, lib, pkgs, flakeRoot, -# home/desktop/hyprshell.nix (Home-Manager module) -{ config, pkgs, lib, flakeRoot, ... }: -let - repoDir = flakeRoot + "/assets/conf/desktop/hypr/hyprshell"; - cfgRon = repoDir + "/config.ron"; - cssFile = repoDir + "/styles.css"; -in -{ - xdg.enable = true; - home.packages = [ pkgs.hyprshell ]; - # Link repo -> ~/.config/hyprshell/... - xdg.configFile."hyprshell/config.ron".source = cfgRon; - xdg.configFile."hyprshell/styles.css".source = cssFile; - # Autostart (systemd user service) - systemd.user.services.hyprshell = { - Unit = { - Description = "Hyprshell (window switcher / launcher)"; - PartOf = [ "graphical-session.target" ]; - After = [ "graphical-session.target" ]; - }; - Service = { - ExecStart = "${pkgs.hyprshell}/bin/hyprshell"; - Restart = "on-failure"; - RestartSec = 1; - }; - Install = { - WantedBy = [ "graphical-session.target" ]; - }; - }; -} -#+end_src - - -** Hyprland -This configures the desktop environment along with the peripherals. The comments should explain whats happening. -#+begin_src nix :tangle home/desktop/hyprland.nix :noweb tangle :mkdirp yes. -{ config, lib, pkgs, flakeRoot, ... }: -let - hyprConf = flakeRoot + "/assets/conf/desktop/hypr/hyprland.conf"; - bindingsConf = flakeRoot + "/assets/conf/desktop/hypr/bindings.conf"; -in -{ - programs.kitty.enable = true; - - wayland.windowManager.hyprland = { - enable = true; - systemd.enable = false; - - # Load base config + bindings from repo files - extraConfig = - (builtins.readFile hyprConf) - + "\n\n# --- Repo keybindings ---\n" - + (builtins.readFile bindingsConf) - + "\n"; - }; - - xdg.configFile."hypr/scripts/lid-lock.sh" = { - source = flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh"; - executable = true; - }; -} -#+end_src - -** Walker -[[https://github.com/abenz1267/walker][This]] is how I launch applications. It is bound to Win+Space in the ./asstes/conf/desktop/hypr/bindings.conf. -#+begin_src nix :tangle home/desktop/walker.nix :noweb tangle :mkdirp yes. -{ config, pkgs, lib, inputs ? null, ... }: - -let - walkerPkg = - if inputs != null && inputs ? walker - then inputs.walker.packages.${pkgs.system}.default - else pkgs.walker; - - elephantPkg = - if inputs != null && inputs ? elephant - then inputs.elephant.packages.${pkgs.system}.default - else pkgs.elephant; - - sessionTarget = "graphical-session.target"; -in -{ - xdg.enable = true; - - home.packages = [ - walkerPkg - elephantPkg - ]; - - systemd.user.services.elephant = { - Unit = { - Description = "Elephant backend for Walker"; - PartOf = [ sessionTarget ]; - After = [ sessionTarget ]; - }; - - Service = { - Type = "simple"; - ExecStart = "${elephantPkg}/bin/elephant"; - - Restart = "on-failure"; - RestartSec = 1; - - # Ensure Elephant can create its socket under: - # /run/user/$UID/elephant/... - RuntimeDirectory = "elephant"; - RuntimeDirectoryMode = "0700"; - - # Light hardening (DO NOT use ProtectSystem=strict here) - NoNewPrivileges = true; - PrivateTmp = true; - ProtectKernelTunables = true; - ProtectKernelModules = true; - ProtectControlGroups = true; - LockPersonality = true; - RestrictRealtime = true; - RestrictSUIDSGID = true; - SystemCallArchitectures = "native"; - }; - - Install = { - WantedBy = [ sessionTarget ]; - }; - }; - - systemd.user.services.walker = { - Unit = { - Description = "Walker GApplication service"; - PartOf = [ sessionTarget ]; - After = [ sessionTarget "elephant.service" ]; - Wants = [ "elephant.service" ]; - }; - - Service = { - Type = "simple"; - ExecStart = "${walkerPkg}/bin/walker --gapplication-service"; - - Restart = "on-failure"; - RestartSec = 1; - - # Light hardening - NoNewPrivileges = true; - PrivateTmp = true; - ProtectKernelTunables = true; - ProtectKernelModules = true; - ProtectControlGroups = true; - LockPersonality = true; - RestrictRealtime = true; - RestrictSUIDSGID = true; - SystemCallArchitectures = "native"; - }; - - Install = { - WantedBy = [ sessionTarget ]; - }; - }; -} -#+end_src - -** Theme -I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk). -You'll notice the color values in multiple places outside this as well. -#+begin_src nix :tangle home/apps/theme.nix :noweb tangle :mkdirp yes. - { pkgs, ...}: - { - gtk = { - enable = true; - colorScheme = "dark"; - theme = { - name = "Catppuccin-GTK-Grey-Dark-Compact"; - package = (pkgs.magnetic-catppuccin-gtk.override { - accent = [ "grey" ]; - shade = "dark"; - tweaks = [ "black" ]; - size = "compact"; - }); - }; - iconTheme.name = "Papirus-Dark"; - }; - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - catppuccin.gtk.icon.enable = true; - catppuccin.cursors.enable = true; - } -#+end_src - -** Default-apps -This is where you can set defaults -#+begin_src nix :tangle home/apps/defaults-apps.nix :noweb tangle :mkdirp yes. -{ config, pkgs, lib, ... }: -{ - xdg.mimeApps.enable = true; - xdg.mimeApps.defaultApplications = { - "x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ]; - "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ]; - "text/html" = [ "app.zen_browser.zen.desktop" ]; - }; -} -#+end_src - -** Hyperexpo -hyprexpo gets installed and configured -#+begin_src nix :tangle home/desktop/hyprexpo.nix :noweb tangle :mkdirp yes. -{ config, lib, pkgs, ... }: - -{ - wayland.windowManager.hyprland = { - # Load the Hyprexpo plugin (from nixpkgs) - plugins = [ - pkgs.hyprlandPlugins.hyprexpo - ]; - - # Append plugin config + keybind after your existing hyprland.conf - extraConfig = lib.mkAfter '' - ############################ - # Hyprexpo (workspace/window overview) - ############################ - - # Basic plugin config (tweak as you like) - plugin { - hyprexpo { - columns = 3 - gaps_in = 5 - gaps_out = 20 - - # Optional; comment out if you don't want it - # workspace_method = center current - } - } - ''; - }; -} - -#+end_src - -** Alacritty -Alacritty gets installed and configured -#+begin_src nix :tangle home/dev/alacritty.nix :noweb tangle :mkdirp yes. -{ config, pkgs, lib, flakeRoot, ... }: -let - repoAlacrittyConf = flakeRoot + "/assets/conf/dev/alacritty.toml"; -in -{ - xdg.enable = true; - programs.alacritty.enable = true; - # Override the config generated by programs.alacritty - xdg.configFile."alacritty/alacritty.toml".source = lib.mkForce repoAlacrittyConf; - catppuccin.alacritty.enable = true; - catppuccin.alacritty.flavor = "mocha"; -} -#+end_src - -** Dev Tools -All the miscellaneous dev tools on this computer. -#+begin_src nix :tangle home/dev/dev.nix :noweb tangle :mkdirp yes -{ config, pkgs, lib, ... }: -{ - programs = { - vscode.enable = true; - vim.enable = true; - ripgrep.enable = true; - btop.enable = true; - - fzf = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - zoxide = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - eza = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - direnv = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - nix-direnv.enable = true; - }; - - # Zsh-specific config belongs here - zsh = { - # for emacs-eat package - initContent = lib.mkOrder 1200 '' - [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ - source "$EAT_SHELL_INTEGRATION_DIR/zsh" - ''; - }; - - git = { - enable = true; - lfs.enable = true; - }; - }; -} - -#+end_src - -** Kitty -Kitty gets installed and configured -#+begin_src nix :tangle home/dev/kitty.nix :noweb tangle :mkdirp yes. -{ config, pkgs, lib, flakeRoot, ... }: -let - repoKittyConf = flakeRoot + "/assets/conf/dev/kitty.conf"; -in -{ - xdg.enable = true; - programs.kitty.enable = true; - catppuccin.alacritty.enable = true; - catppuccin.alacritty.flavor = "mocha"; - syntaxHighlighting.enable = true; - autosuggestion.enable = true; - enableCompletion = true; - xdg.configFile."kitty/kitty.conf".source = repoKittyConf; -} -#+end_src - -** Shells -The aliases mentioned in ./assets/conf/dev/terminal/shells.conf will be added to enabled shells -#+begin_src nix :tangle home/dev/shells.nix :noweb tangle :mkdirp yes -# shells.nix — Home-Manager module -# -# Reads: -# ${flakeRoot}/assets/conf/dev/terminal/enabled_shells.conf -# ${flakeRoot}/assets/conf/dev/terminal/aliases.conf -# -# For each enabled shell in [enabled_shells]: -# - installs/enables shell (where HM has an enable option) -# - if ${flakeRoot}/assets/conf/dev/terminal/.conf exists, sources it -# - ensures a *user-editable* aliases file exists in the shell’s default location -# - if a shell is disabled, its aliases file is removed -# . -# Notes on “editable”: -# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten). -# - Instead, we create/remove files via home.activation (create only if missing). -{ config, pkgs, lib, flakeRoot, ... }: -let - terminalDir = flakeRoot + "/assets/conf/dev/terminal"; - enabledFile = terminalDir + "/enabled_shells.conf"; - aliasesFile = terminalDir + "/aliases.conf"; - trim = lib.strings.trim; - # ---------- minimal INI-ish parser (sections + raw lines) ---------- - readMaybe = p: if builtins.pathExists p then builtins.readFile p else ""; - normalizeLine = l: trim (lib.replaceStrings [ "\r" ] [ "" ] l); - parseSections = text: - let - lines = map normalizeLine (lib.splitString "\n" text); - isHeader = l: - let s = l; - in lib.hasPrefix "[" s - && lib.hasSuffix "]" s - && builtins.stringLength s >= 3; - nameOf = l: lib.removeSuffix "]" (lib.removePrefix "[" l); - folded = - builtins.foldl' - (st: l: - if l == "" then st else - if isHeader l then st // { current = nameOf l; } - else - let - cur = st.current; - prev = st.sections.${cur} or []; - in - st // { sections = st.sections // { ${cur} = prev ++ [ l ]; }; } - ) - { current = "__root__"; sections = {}; } - lines; - in - folded.sections; - - enabledSections = parseSections (readMaybe enabledFile); - aliasSections = parseSections (readMaybe aliasesFile); - # [enabled_shells] lines: key = yes/no - enabledShells = - let - raw = enabledSections.enabled_shells or []; - parseKV = l: - let m = builtins.match ''^([A-Za-z0-9_-]+)[[:space:]]*=[[:space:]]*(.*)$'' l; - in if m == null then null else { - k = trim (builtins.elemAt m 0); - v = lib.toLower (trim (builtins.elemAt m 1)); - }; - kvs = builtins.filter (x: x != null) (map parseKV raw); - in - map (x: x.k) (builtins.filter (x: x.v == "yes" || x.v == "true" || x.v == "1") kvs); - shellEnabled = shell: builtins.elem shell enabledShells; - # ---------- per-shell repo config file (.conf) ---------- - shellConfPath = shell: terminalDir + "/${shell}.conf"; - shellConfExists = shell: builtins.pathExists (shellConfPath shell); - sourceIfExistsSh = p: '' - if [ -f "${toString p}" ]; then - source "${toString p}" - fi - ''; - # ---------- aliases section helpers ---------- - secLines = name: aliasSections.${name} or []; - secText = name: lib.concatStringsSep "\n" (secLines name); - # Default alias-file locations - bashAliasesPath = "${config.home.homeDirectory}/.bash_aliases"; - zshAliasesPath = "${config.home.homeDirectory}/.zsh_aliases"; - fishAliasesPath = "${config.xdg.configHome}/fish/conf.d/aliases.fish"; - # Seeds (created once; user can edit afterwards) - bashSeed = '' - # Created once from: ${toString aliasesFile} - # Edit freely; Home Manager will not overwrite this file. - # - ${secText "bash_zsh"} - ${secText "bash_specific"} - ''; - zshSeed = '' - # Created once from: ${toString aliasesFile} - # Edit freely; Home Manager will not overwrite this file. - # - ${secText "bash_zsh"} - ${secText "zsh_specific"} - ''; - # Fish: translate [bash_zsh] POSIX alias lines + append [fish_specific] as-is - parsePosixAlias = l: - let - m = builtins.match ''^[[:space:]]*alias[[:space:]]+([A-Za-z0-9_+-]+)=(.*)$'' l; - in - if m == null then null else - let - name = trim (builtins.elemAt m 0); - rhs0 = trim (builtins.elemAt m 1); - unquote = - if lib.hasPrefix "'" rhs0 && lib.hasSuffix "'" rhs0 then - lib.removeSuffix "'" (lib.removePrefix "'" rhs0) - else if lib.hasPrefix "\"" rhs0 && lib.hasSuffix "\"" rhs0 then - lib.removeSuffix "\"" (lib.removePrefix "\"" rhs0) - else - rhs0; - in - { inherit name; cmd = unquote; }; - escapeForFish = s: - lib.replaceStrings - [ "\\" "\"" "$" "`" ] - [ "\\\\" "\\\"" "\\$" "\\`" ] - s; - fishTranslated = - let - parsed = builtins.filter (x: x != null) (map parsePosixAlias (secLines "bash_zsh")); - in - lib.concatStringsSep "\n" (map (a: ''alias ${a.name} "${escapeForFish a.cmd}"'') parsed); - fishSeed = '' - # Created once from: ${toString aliasesFile} - # Edit freely; Home Manager will not overwrite this file. - status is-interactive; or exit - - # Translated from [bash_zsh]: - ${fishTranslated} - - # From [fish_specific]: - ${secText "fish_specific"} - ''; -in -{ - xdg.enable = true; - # Install/enable shells (no login-shell changes) - programs.bash.enable = shellEnabled "bash"; - programs.zsh.enable = shellEnabled "zsh"; - programs.fish.enable = shellEnabled "fish"; - home.packages = - (lib.optionals (shellEnabled "dash") [ pkgs.dash ]) ++ - (lib.optionals (shellEnabled "nushell") [ pkgs.nushell ]); - # Source per-shell repo config (if present) AND source the user alias file (if it exists). - # Important: define each option only ONCE. - programs.bash.bashrcExtra = lib.mkIf (shellEnabled "bash") (lib.mkAfter '' - ${lib.optionalString (shellConfExists "bash") (sourceIfExistsSh (shellConfPath "bash"))} - if [ -f "${bashAliasesPath}" ]; then - source "${bashAliasesPath}" - fi - ''); - programs.zsh.initContent = lib.mkIf (shellEnabled "zsh") (lib.mkAfter '' - ${lib.optionalString (shellConfExists "zsh") (sourceIfExistsSh (shellConfPath "zsh"))} - if [ -f "${zshAliasesPath}" ]; then - source "${zshAliasesPath}" - fi - ''); - programs.fish.interactiveShellInit = lib.mkIf (shellEnabled "fish") (lib.mkAfter '' - ${lib.optionalString (shellConfExists "fish") '' - if test -f "${toString (shellConfPath "fish")}" - source "${toString (shellConfPath "fish")}" - end - ''} - if test -f "${fishAliasesPath}" - source "${fishAliasesPath}" - end - ''); -# Create/remove alias files based on enabled shells -home.activation.shellAliasesFiles = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - set -euo pipefail - - # bash ------------------------------------------------------- - if ${if shellEnabled "bash" then "true" else "false"}; then - cat > "${bashAliasesPath}" <<'EOF' -${bashSeed} -EOF - else - rm -f "${bashAliasesPath}" - fi - - # zsh ------------------------------------------------------- - if ${if shellEnabled "zsh" then "true" else "false"}; then - cat > "${zshAliasesPath}" <<'EOF' -${zshSeed} -EOF - else - rm -f "${zshAliasesPath}" - fi - - # fish ------------------------------------------------------- - if ${if shellEnabled "fish" then "true" else "false"}; then - mkdir -p "$(dirname "${fishAliasesPath}")" - cat > "${fishAliasesPath}" <<'EOF' -${fishSeed} -EOF - else - rm -f "${fishAliasesPath}" - fi - # fish - if ${if shellEnabled "fish" then "true" else "false"}; then - mkdir -p "$(dirname "${fishAliasesPath}")" - if [ ! -f "${fishAliasesPath}" ]; then - cat > "${fishAliasesPath}" <<'EOF' -${fishSeed} -EOF - fi - else - rm -f "${fishAliasesPath}" - fi - ''; -} -#+end_src - -** Zsh -Zsh gets installed and configured -#+begin_src nix :tangle home/dev/zsh.nix :noweb tangle :mkdirp yes. -{ config, pkgs, lib, flakeRoot, ... }: -let - repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf"; -in -{ - programs.zsh = { - enable = true; - # Recommended for a good interactive experience - enableCompletion = true; - autocd = true; - # Keep behavior stable (silences your warning) - dotDir = config.home.homeDirectory; - # ---- Oh My Zsh ---- - oh-my-zsh = { - enable = true; - theme = ""; - plugins = [ - "git" - "sudo" - "extract" - "colored-man-pages" - "command-not-found" - "history" - "docker" - "kubectl" - # IMPORTANT: these should be last - "zsh-autosuggestions" - "zsh-syntax-highlighting" - ]; - }; - ''; - }; -} -#+end_src - -** Starship -The configuration mentioned in ./assets/conf/dev/terminal/starship.toml will be added to enabled shells -#+begin_src nix :tangle home/dev/starship.nix :noweb tangle :mkdirp yes -{ config, pkgs, lib, flakeRoot, ... }: - -let - repoStarshipToml = flakeRoot + "/assets/conf/dev/terminal/starship.toml"; - - # The exact key that appears in the error: - targetKey = "${config.home.homeDirectory}/.config/starship.toml"; -in -{ - xdg.enable = true; - - programs.starship = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - enableFishIntegration = true; - }; - - # Force the *actual conflicting option* (home.file."".source) - home.file."${targetKey}".source = lib.mkForce repoStarshipToml; -} - -#+end_src - -** Other Settings -Some repeated info from the configuration. -*** Home User -#+name: home-user -#+begin_src nix - home.username = "${user.username}"; - home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}"; - home.stateVersion = user.stateVersion; -#+end_src - -* Emacs -I practically live inside emacs. The configuration for it is a mix between init.el and the nix configuration. -Nix allows me to install emacs packages as part of the configuration which is most of the following file. -I install the nix community provided emacs overlay that lets me have the latest emacs with pgtk ui (for wayland). -Comments describe the emacs package and what it does. -#+begin_src nix :tangle home/dev/emacs/default.nix :noweb tangle :mkdirp yes - { pkgs, ... }: - { - programs.emacs = { - enable = true; - # install with tree sitter enabled - package = (pkgs.emacs-pgtk.override { withTreeSitter = true; }); - extraPackages = epkgs: [ - # also install all tree sitter grammars - epkgs.manualPackages.treesit-grammars.with-all-grammars - epkgs.nerd-icons # nerd fonts support - epkgs.doom-modeline # model line - epkgs.diminish # hides modes from modeline - epkgs.eldoc # doc support - epkgs.pulsar # pulses the cursor when jumping about - epkgs.which-key # help porcelain - epkgs.expreg # expand region - epkgs.vundo # undo tree - epkgs.puni # structured editing - epkgs.avy # jumping utility - epkgs.consult # emacs right click - epkgs.vertico # minibuffer completion - epkgs.marginalia # annotations for completions - epkgs.crux # utilities - epkgs.magit # git porcelain - epkgs.nerd-icons-corfu # nerd icons for completion - epkgs.corfu # completion - epkgs.cape # completion extensions - epkgs.orderless # search paradigm - epkgs.yasnippet # snippets support - epkgs.yasnippet-snippets # commonly used snippets - epkgs.rg # ripgrep - epkgs.exec-path-from-shell # load env and path - epkgs.eat # better shell - epkgs.rust-mode # rust mode (when rust-ts doesn't cut it) - epkgs.rustic # more rust things - epkgs.nix-mode # nix lang - epkgs.hcl-mode # hashicorp file mode - epkgs.shell-pop # quick shell popup - epkgs.envrc # support for loading .envrc - epkgs.nixpkgs-fmt # format nix files - epkgs.f # string + file utilities - epkgs.gptel # llm chat (mainly claude) - epkgs.catppuccin-theme # catppuccin theme - epkgs.eldoc-box # docs in a box - epkgs.sideline # mainly for flymake errors on the side - epkgs.sideline-flymake # mainly for flymake errors on the side - epkgs.sideline-eglot # mainly for flymake errors on the side - ]; - }; - home.sessionVariables = { - EDITOR = "emacs"; - XDG_SCREENSHOTS_DIR = "~/screenshots"; - }; - home.file = { - emacs-init = { - source = ./early-init.el; - target = ".emacs.d/early-init.el"; - }; - emacs = { - source = ./init.el; - target = ".emacs.d/init.el"; - }; - }; - services.nextcloud-client = { - enable = true; - }; - } -#+end_src - -** Early Initialization -There are some emacs settings that can be configured before the gui shows up. -And some of them help increase performance and let the gui show up that much faster. -These are listed here. - -#+begin_src emacs-lisp :tangle home/dev/emacs/early-init.el :mkdirp yes - ;;; package --- early init -*- lexical-binding: t -*- - ;;; Commentary: - ;;; Prevents white flash and better Emacs defaults - ;;; Code: - (set-language-environment "UTF-8") - (setq-default - default-frame-alist - '((background-color . "#1e1e2e") - (bottom-divider-width . 1) ; Thin horizontal window divider - (foreground-color . "#bac2de") ; Default foreground color - (fullscreen . maximized) ; Maximize the window by default - (horizontal-scroll-bars . nil) ; No horizontal scroll-bars - (left-fringe . 8) ; Thin left fringe - (menu-bar-lines . 0) ; No menu bar - (right-divider-width . 1) ; Thin vertical window divider - (right-fringe . 8) ; Thin right fringe - (tool-bar-lines . 0) ; No tool bar - (undecorated . t) ; Remove extraneous X decorations - (vertical-scroll-bars . nil)) ; No vertical scroll-bars - user-full-name "Henrov henrov" ; ME! - ;; memory configuration - ;; Higher garbage collection threshold, prevents frequent gc locks, reset later - gc-cons-threshold most-positive-fixnum - ;; Ignore warnings for (obsolete) elisp compilations - byte-compile-warnings '(not obsolete) - ;; And other log types completely - warning-suppress-log-types '((comp) (bytecomp)) - ;; Large files are okay in the new millenium. - large-file-warning-threshold 100000000 - ;; dont show garbage collection messages at startup, will reset later - garbage-collection-messages nil - ;; native compilation - package-native-compile t - native-comp-warning-on-missing-source nil - native-comp-async-report-warnings-errors 'silent - ;; Read more based on system pipe capacity - read-process-output-max (max (* 10240 10240) read-process-output-max) - ;; scroll configuration - scroll-margin 0 ; Lets scroll to the end of the margin - scroll-conservatively 100000 ; Never recenter the window - scroll-preserve-screen-position 1 ; Scrolling back and forth - ;; frame config - ;; Improve emacs startup time by not resizing to adjust for custom settings - frame-inhibit-implied-resize t - ;; Dont resize based on character height / width but to exact pixels - frame-resize-pixelwise t - ;; backups & files - backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter - backup-by-copying t ; Don't clobber symlinks - create-lockfiles nil ; Don't have temp files - delete-old-versions t ; Cleanup automatically - kept-new-versions 6 ; Update every few times - kept-old-versions 2 ; And cleanup even more - version-control t ; Version them backups - delete-by-moving-to-trash t ; Dont delete, send to trash instead - ;; startup - inhibit-startup-screen t ; I have already done the tutorial. Twice - inhibit-startup-message t ; I know I am ready - inhibit-startup-echo-area-message t ; Yep, still know it - initial-scratch-message nil ; I know it is the scratch buffer! - initial-buffer-choice nil - inhibit-startup-buffer-menu t - inhibit-x-resources t - initial-major-mode 'fundamental-mode - pgtk-wait-for-event-timeout 0.001 ; faster child frames - ad-redefinition-action 'accept ; dont care about legacy things being redefined - inhibit-compacting-font-caches t - ;; tabs - tab-width 4 ; Always tab 4 spaces. - indent-tabs-mode nil ; Never use actual tabs. - ;; rendering - cursor-in-non-selected-windows nil ; dont render cursors other windows - ;; packages - use-package-always-defer t - load-prefer-newer t - default-input-method nil - use-dialog-box nil - use-file-dialog nil - use-package-expand-minimally t - package-enable-at-startup nil - use-package-enable-imenu-support t - auto-mode-case-fold nil ; No second pass of case-insensitive search over auto-mode-alist. - package-archives '(("melpa" . "https://melpa.org/packages/") - ("gnu" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/") - ("melpa-stable" . "https://stable.melpa.org/packages/")) - package-archive-priorities '(("gnu" . 99) - ("nongnu" . 80) - ("melpa" . 70) - ("melpa-stable" . 50)) - ) - ;;; early-init.el ends here -#+end_src - -** Initialization -Now starts the main emacs configuration. - -#+begin_src emacs-lisp :tangle home/dev/emacs/init.el :mkdirp yes - ;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*- - - ;;; Commentary: - ;;; Simple Emacs setup I carry everywhere - - ;;; Code: - (setq custom-file (locate-user-emacs-file "custom.el")) - (load custom-file 'noerror) ;; no error on missing custom file - - (require 'package) - (package-initialize) - - (defun reset-custom-vars () - "Resets the custom variables that were set to crazy numbers" - (setopt gc-cons-threshold (* 1024 1024 100)) - (setopt garbage-collection-messages t)) - - (use-package emacs - :custom - (native-comp-async-query-on-exit t) - (read-answer-short t) - (use-short-answers t) - (enable-recursive-minibuffers t) - (which-func-update-delay 1.0) - (visible-bell nil) - (custom-buffer-done-kill t) - (whitespace-line-column nil) - (x-underline-at-descent-line t) - (imenu-auto-rescan t) - (uniquify-buffer-name-style 'forward) - (confirm-nonexistent-file-or-buffer nil) - (create-lockfiles nil) - (make-backup-files nil) - (kill-do-not-save-duplicates t) - (sentence-end-double-space nil) - (treesit-enabled-modes t) - :init - ;; base visual - (menu-bar-mode -1) ;; no menu bar - (toggle-scroll-bar -1) ;; no scroll bar - (tool-bar-mode -1) ;; no tool bar either - (blink-cursor-mode -1) ;; stop blinking - - ;; font of the century - (set-frame-font "Aporetic Sans Mono 12" nil t) - - :bind - (("C-" . pixel-scroll-precision) ; dont zoom in please, just scroll - ("C-" . pixel-scroll-precision) ; dont zoom in either, just scroll - ("C-x k" . kill-current-buffer)) ; kill the buffer, dont ask - :hook - (text-mode . delete-trailing-whitespace-mode) - (prog-mode . delete-trailing-whitespace-mode) - (after-init . global-display-line-numbers-mode) ;; always show line numbers - (after-init . column-number-mode) ;; column number in the mode line - (after-init . size-indication-mode) ;; file size in the mode line - (after-init . pixel-scroll-precision-mode) ;; smooth mouse scroll - (after-init . electric-pair-mode) ;; i mean ... parens should auto create - (after-init . reset-custom-vars) - ) - - (use-package autorevert - :ensure nil - :custom - (auto-revert-interval 3) - (auto-revert-remote-files nil) - (auto-revert-use-notify t) - (auto-revert-avoid-polling nil) - (auto-revert-verbose t) - :hook - (after-init . global-auto-revert-mode)) - - (use-package recentf - :ensure nil - :commands (recentf-mode recentf-cleanup) - :hook - (after-init . recentf-mode) - :custom - (recentf-auto-cleanup 'never) - (recentf-exclude - (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$" - "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$" - "\\.7z$" "\\.rar$" - "COMMIT_EDITMSG\\'" - "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$" - "-autoloads\\.el$" "autoload\\.el$")) - - :config - ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before - ;; `recentf-save-list', allowing stale entries to be removed before the list - ;; is saved by `recentf-save-list', which is automatically added to - ;; `kill-emacs-hook' by `recentf-mode'. - (add-hook 'kill-emacs-hook #'recentf-cleanup -90)) - - (use-package savehist - :ensure nil - :commands (savehist-mode savehist-save) - :hook - (after-init . savehist-mode) - :custom - (savehist-autosave-interval 600) - (savehist-additional-variables - '(kill-ring ; clipboard - register-alist ; macros - mark-ring global-mark-ring ; marks - search-ring regexp-search-ring))) - - (use-package hl-line - :ensure nil - :custom - (hl-line-sticky-flag nil) - (global-hl-line-sticky-flag nil) - :hook - (after-init . global-hl-line-mode)) - - (use-package saveplace - :ensure nil - :commands (save-place-mode save-place-local-mode) - :hook - (after-init . save-place-mode) - :custom - (save-place-limit 400)) - - (use-package nerd-icons - :custom - ;; disable bright icon colors - (nerd-icons-color-icons nil)) - - (use-package doom-modeline - :custom - (inhibit-compacting-font-caches t) ;; speed - (doom-modeline-buffer-file-name-style 'relative-from-project) - (doom-modeline-major-mode-icon nil) ;; distracting icons, no thank you - (doom-modeline-buffer-encoding nil) ;; everything is utf-8 anyway - (doom-modeline-buffer-state-icon nil) ;; the filename already shows me - (doom-modeline-lsp nil) ;; lsp state is too distracting, too often - :hook (after-init . doom-modeline-mode)) - - (load-theme 'catppuccin :no-confirm) - - (use-package diminish :demand t) ;; declutter the modeline - (use-package eldoc - :diminish eldoc-mode - :custom - (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything - - (use-package eldoc-box - :defer t - :config - (set-face-background 'eldoc-box-border (catppuccin-color 'green)) - (set-face-background 'eldoc-box-body (catppuccin-color 'base)) - :bind - (("M-h" . eldoc-box-help-at-point))) - - (use-package pulsar - :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry - :init - (defface pulsar-catppuccin - `((default :extend t) - (((class color) (min-colors 88) (background light)) - :background ,(catppuccin-color 'sapphire)) - (((class color) (min-colors 88) (background dark)) - :background ,(catppuccin-color 'sapphire)) - (t :inverse-video t)) - "Alternative nord face for `pulsar-face'." - :group 'pulsar-faces) - :custom - (pulsar-face 'pulsar-catppuccin) - :hook - (after-init . pulsar-global-mode)) - - (use-package which-key - :commands which-key-mode - :diminish which-key-mode - :hook - (after-init . which-key-mode)) - - (use-package expreg - :bind ("M-m" . expreg-expand)) - - (use-package vundo) ;; undo tree - - ;; better structured editing - (use-package puni - :commands puni-global-mode - :hook - (after-init . puni-global-mode)) - - (use-package avy - :bind - ("M-i" . avy-goto-char-2) - :custom - (avy-background t)) - - (use-package consult - :bind - ("C-x b" . consult-buffer) ;; orig. switch-to-buffer - ("M-y" . consult-yank-pop) ;; orig. yank-pop - ("M-g M-g" . consult-goto-line) ;; orig. goto-line - ("M-g i" . consult-imenu) ;; consult version is interactive - ("M-g r" . consult-ripgrep) ;; find in project also works - :custom - (consult-narrow-key "<")) - - (use-package vertico - :commands vertico-mode - :custom - (read-file-name-completion-ignore-case t) - (read-buffer-completion-ignore-case t) - (completion-ignore-case t) - (enable-recursive-minibuffers t) - (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) - :init - (vertico-mode) - :hook - (minibuffer-setup-hook . cursor-intangible-mode)) - - (use-package marginalia - :commands marginalia-mode - :hook (after-init . marginalia-mode)) - - (use-package crux - :bind - ("C-c M-e" . crux-find-user-init-file) - ("C-c C-w" . crux-transpose-windows) - ("C-c M-d" . crux-find-current-directory-dir-locals-file) - ("C-a" . crux-move-beginning-of-line)) - - (use-package magit - :bind (("C-M-g" . magit-status))) - - (use-package nerd-icons-corfu - :commands nerd-icons-corfu-formatter - :defines corfu-margin-formatters) - - (use-package corfu - :commands global-corfu-mode - :custom - (corfu-cycle t) - (corfu-auto t) - (corfu-auto-delay 1) - (corfu-auto-prefix 3) - (corfu-separator ?_) - :hook - (after-init . global-corfu-mode) - :config - (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) - - (use-package cape) - - (use-package orderless - :custom - (completion-styles '(orderless partial-completion basic)) - (completion-category-defaults nil) - (completion-category-overrides nil)) - - (use-package yasnippet - :commands yas-global-mode - :diminish yas-minor-mode - :hook - (after-init . yas-global-mode)) - - (use-package yasnippet-snippets :after yasnippet) - - (use-package exec-path-from-shell - :commands exec-path-from-shell-initialize - :custom - (exec-path-from-shell-arguments nil) - :hook - (after-init . exec-path-from-shell-initialize)) - - (use-package nixpkgs-fmt - :custom - (nixpkgs-fmt-command "nixfmt")) - - (use-package eat - :bind - (("C-c e p" . eat-project) - ("C-c e t" . eat))) - - (use-package f :demand t) - - (use-package envrc - :commands envrc-global-mode - :hook - (after-init . envrc-global-mode)) - - (use-package gptel - :commands gptel-make-anthropic f-read-text - :config - (gptel-make-anthropic "Claude" - :stream t :key (f-read-text "/run/secrets/claude_key"))) - - (use-package sideline-flymake) - (use-package sideline-eglot) - (use-package sideline - :custom - (sideline-backends-right '(sideline-flymake sideline-eglot)) - :hook - (eglot-managed-mode . sideline-mode) - (flymake-mode . sideline-mode)) - - (use-package eglot - :custom - (eglot-extend-to-xref t) - (eglot-ignored-server-capabilities '(:inlayHintProvider)) - (jsonrpc-event-hook nil) - :hook - (eglot-managed-mode . eldoc-box-hover-mode) - (before-save . eldoc-format-buffer) - :bind - (:map eglot-mode-map - ("C-c l a" . eglot-code-actions) - ("C-c l r" . eglot-rename) - ("C-c l h" . eldoc) - ("C-c l g" . xref-find-references) - ("C-c l w" . eglot-reconnect))) - - (use-package proced - :custom - (proced-auto-update-flag t) - (proced-auto-update-interval 3) - (proced-enable-color-flag t) - (proced-show-remote-processes t)) - - (use-package org - :ensure t - :defer t - :commands (org-mode org-capture org-agenda) - :init - (defvar org-journal-file "~/nextcloud/org/journal.org") - (defvar org-archive-file "~/nextcloud/org/archive.org") - (defvar org-notes-file "~/nextcloud/org/notes.org") - (defvar org-inbox-file "~/nextcloud/org/inbox.org") - (defvar org-work-file "~/nextcloud/org/work.org") - (defun my/org-capture-project-target-heading () - "Determine Org target headings from the current file's project path. - - This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'. - It extracts 'COMPANY' and 'PROJECT' to use as nested headlines - for an Org capture template. - - If the current buffer is not visi - ting a file within such a - project structure, it returns nil, causing capture to default to - the top of the file." - (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer - (let ((path-parts (split-string path "/" t " "))) - (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=)) - (company (nth (+ 1 projects-pos) path-parts)) - (project (nth (+ 2 projects-pos) path-parts))) - ;; Return a list of headlines for Org to find or create. - (list company project))))) - :bind - (("C-c c" . org-capture) - ("C-c i" . org-store-link) - ("C-c a" . org-agenda) - :map org-mode-map - ("C-c t" . org-toggle-inline-images) - ("C-c l" . org-toggle-link-display)) - :custom - (org-agenda-files (list org-inbox-file org-journal-file)) - (org-directory "~/nextcloud/org") - (org-default-notes-file org-inbox-file) - (org-archive-location (concat org-archive-file "::* From %s")) - (org-log-done 'time) - (org-log-into-drawer t) - (org-hide-emphasis-markers t) - (org-src-fontify-natively t) - (org-src-tab-acts-natively t) - (org-capture-templates '(("t" "Todo" entry (file org-inbox-file) - "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)") - ("j" "Journal" entry (file+olp+datetree org-journal-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("n" "Note" entry (file org-notes-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("p" "Project Task" item - (file+function org-work-file my/org-capture-project-target-heading) - "* TODO %? \n CLOCK: %U" - )) - ) - :config - ;; Enable syntax highlighting in code blocks - (add-hook 'org-mode-hook 'turn-on-font-lock) - (add-hook 'org-mode-hook 'org-indent-mode)) - - ;; extras - (use-package comp-run - :ensure nil - :config - (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list) - (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list)) - - (use-package rustic - :custom - (rustic-lsp-client 'eglot)) - - (provide 'init) - - ;;; init.el ends here - #+end_src - -* Machines -Only a few more things left. Specifically the machine level extra settings. -** Traveldroid -The configuration for the laptop does not change much. Most changes are because the hardware is different. -*** System Level -Nothing specific for the laptop. - -#+begin_src nix :tangle machines/traveldroid/configuration.nix :noweb tangle :mkdirp yes -{ user, ... } : { - imports = - [ - ./hardware-configuration.nix - ../../configuration - ]; -} -#+end_src - -*** Hardware -This is the most different. Mostly taken from hardware-configuration.nix setup at first install. - -#+begin_src nix :tangle machines/traveldroid/hardware-configuration.nix :noweb tangle :mkdirp yes - { - hostname, - pkgs, - lib, - modulesPath, - user, - config, - ... - }: - { - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ../../hardware/hardware.nix - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2"; - fsType = "ext4"; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/811D-0676"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; } - ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - } -#+end_src - -*** Home -This is mostly about configuring the monitor. And laptop specific utilities. -#+begin_src nix :tangle machines/traveldroid/home.nix :noweb tangle :mkdirp yes -{ pkgs, ... }: -{ - imports = [ - ../../home - ]; - home.packages = with pkgs; [ - brightnessctl - ]; - wayland.windowManager.hyprland = { - extraConfig = '' - # Default portable monitor rule - monitor=DP-1,3840x1080@144,1920x0,1 - ''; - }; -} -#+end_src - -* README Utils -*** Headers -This script adds a =DO NOT MODIFY= header to all the generated nix files. -#+NAME: startup -#+BEGIN_SRC emacs-lisp - (progn - (defun add-tangle-headers () - (message "running in %s" (buffer-file-name)) - (when (string= (file-name-extension (buffer-file-name)) "nix") - (goto-char (point-min)) - (insert "# WARNING : This file was generated by README.org\n# DO NOT MODIFY THIS FILE!\n# Any changes made here will be overwritten.\n") - (save-buffer)) - (save-buffer)) - (add-hook 'org-babel-post-tangle-hook 'add-tangle-headers)) -#+END_SRC - -# Local Variables: -# org-confirm-babel-evaluate: nil -# eval: (progn (org-babel-goto-named-src-block "startup") (org-babel-execute-src-block) (outline-hide-sublevels 1)) -# End: diff --git a/system-master/assets/conf/apps/flatpaks.conf b/system-master/assets/conf/apps/flatpaks.conf deleted file mode 100644 index 86b5ae5..0000000 --- a/system-master/assets/conf/apps/flatpaks.conf +++ /dev/null @@ -1,21 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################## -app.zen_browser.zen -com.github.tchx84.Flatseal -eu.betterbird.Betterbird diff --git a/system-master/assets/conf/apps/packages.conf b/system-master/assets/conf/apps/packages.conf deleted file mode 100644 index b2d87b7..0000000 --- a/system-master/assets/conf/apps/packages.conf +++ /dev/null @@ -1,92 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -# -#IMPORTANT: -# Only packages/attributes that exist in Nixpkgs can be installed. -# Check names on https://search.nixos.org/packages -# A wrong package name (or attribute path) will cause the Nix build to fail. -############################################### - - -# system -nixVersions.latest -wofi -xdg-utils -desktop-file-utils -playerctl -pamixer -pavucontrol -brightnessctl -rofi -simple-scan -mpv - -#productivity -todoist #< -- was a flatpak, did not get installed - -# browsers -brave -vivaldi -chromium - -# hyprland -hyprpaper - -# utils -wget -nextcloud-client -kdePackages.okular -kdePackages.gwenview -kdePackages.kdeconnect-kde -_1password-gui -docker -tree -ripgrep -gparted -file -htop -wev -solaar - -# terminals -kdePackages.konsole -kdePackages.yakuake - -# office -obsidian -onlyoffice-desktopeditors - -# development -git -vscode-with-extensions -kdePackages.kate -postman -tea - -#jetbrains.pycharm -python3 - -# communication -nextcloud-talk-desktop -signal-desktop -openssl - -# multimedia -audacity -handbrake -spotify -vlc diff --git a/system-master/assets/conf/core/lightdm-gtk-greeter.conf b/system-master/assets/conf/core/lightdm-gtk-greeter.conf deleted file mode 100644 index 39e54ae..0000000 --- a/system-master/assets/conf/core/lightdm-gtk-greeter.conf +++ /dev/null @@ -1,7 +0,0 @@ -[greeter] -theme-name = catppuccinThemePkg -icon-theme-name = papirus-icon-theme -cursor-theme-name = bibata-cursors -cursor-theme-size = 24 -font-name = Sans 11 -indicators = ~host;~spacer;~clock;~spacer;~session;~language;~power diff --git a/system-master/assets/conf/core/lightdm.conf b/system-master/assets/conf/core/lightdm.conf deleted file mode 100644 index 52e59f5..0000000 --- a/system-master/assets/conf/core/lightdm.conf +++ /dev/null @@ -1,27 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################## -# Minimal Hyprland config for greetd - -[LightDM] -run-directory=/run/lightdm - -[Seat:*] -greeter-session=lightdm-gtk-greeter -user-session=hyprland -allow-guest=false diff --git a/system-master/assets/conf/desktop/hypr/bindings.conf b/system-master/assets/conf/desktop/hypr/bindings.conf deleted file mode 100644 index 0004b6d..0000000 --- a/system-master/assets/conf/desktop/hypr/bindings.conf +++ /dev/null @@ -1,169 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################### - - - -# Keybindings # -############### - -$mainMod = SUPER - -# use walker to show exec menu -bind = $mainMod, Space , exec, walker -bind = $mainMod, P, pseudo -bind = $mainMod, T, togglesplit - -# grimblast -bind = $mainMod SHIFT, p, exec, grimblast -n -f copysave active -bind = $mainMod SHIFT, a, exec, grimblast -n -f copysave area -bind = $mainMod ALT, p, exec, grimblast -n -f copysave output -bind = $mainMod CTRL, p, exec, grimblast -n -f copysave screen - -# Terminal / launcher / kill / reload -bind = $mainMod, E, exec, thunar -bind = $mainMod, RETURN, exec, kitty -bind = $mainMod, D, exec, wofi --show drun -bind = $mainMod, Q, killactive, -bind = $mainMod SHIFT, Q, exit, -bind = $mainMod SHIFT, R, exec, hyprctl reload - -# Default browser -bind = $mainMod, W, exec, flatpak run app.zen_browser.zen - -# Switch windows -bind = $mainMod, TAB, hyprexpo:expo, toggle -bind = ALT, TAB, cyclenext -bind = ALT SHIFT, TAB, cyclenext , prev - -# Focus movement -bind = $mainMod, H, movefocus, l -bind = $mainMod, L, movefocus, r -bind = $mainMod, K, movefocus, u -bind = $mainMod, J, movefocus, d -bind = $mainMod, left, movefocus, l -bind = $mainMod, right, movefocus, r -bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d - -# # Move windows -bind = $mainMod SHIFT, H, movewindow, l -bind = $mainMod SHIFT, L, movewindow, r -bind = $mainMod SHIFT, K, movewindow, u -bind = $mainMod SHIFT, J, movewindow, d -bind = $mainMod SHIFT, left, movewindow, l -bind = $mainMod SHIFT, right, movewindow, r -bind = $mainMod SHIFT, up, movewindow, u -bind = $mainMod SHIFT, down, movewindow, d - -# Resize windows -bind = $mainMod CTRL, H, resizeactive, -30 0 -bind = $mainMod CTRL, L, resizeactive, 30 0 -bind = $mainMod CTRL, K, resizeactive, 0 -30 -bind = $mainMod CTRL, J, resizeactive, 0 30 - -# Floating / fullscreen -bind = $mainMod, V, togglefloating, -bind = $mainMod, F, fullscreen, 0 -bind = $mainMod SHIFT, F, fullscreen, 1 - -# Workspaces -bind = $mainMod, 1, workspace, 1 -bind = $mainMod, 2, workspace, 2 -bind = $mainMod, 3, workspace, 3 -bind = $mainMod, 4, workspace, 4 -bind = $mainMod, 5, workspace, 5 -bind = $mainMod, 6, workspace, 6 -bind = $mainMod, 7, workspace, 7 -bind = $mainMod, 8, workspace, 8 -bind = $mainMod, 9, workspace, 9 -bind = $mainMod, 0, workspace, 10 - -bind = $mainMod SHIFT, 1, movetoworkspace, 1 -bind = $mainMod SHIFT, 2, movetoworkspace, 2 -bind = $mainMod SHIFT, 3, movetoworkspace, 3 -bind = $mainMod SHIFT, 4, movetoworkspace, 4 -bind = $mainMod SHIFT, 5, movetoworkspace, 5 -bind = $mainMod SHIFT, 6, movetoworkspace, 6 -bind = $mainMod SHIFT, 7, movetoworkspace, 7 -bind = $mainMod SHIFT, 8, movetoworkspace, 8 -bind = $mainMod SHIFT, 9, movetoworkspace, 9 -bind = $mainMod SHIFT, 0, movetoworkspace, 10 - -# Cycle workspaces -bind = $mainMod, mouse_down, workspace, e+1 -bind = $mainMod, mouse_up, workspace, e-1 - -# Mouse drag -bindm = $mainMod, mouse:272, movewindow -bindm = $mainMod, mouse:273, resizewindow - -######################### -# Screenshots -######################### -bind = $mainMod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -bind = , XF86Screenshot, exec, grim - | wl-copy - -######################### -# Audio (pamixer) -######################### -bind = , XF86AudioRaiseVolume, exec, pamixer -i 5 -bind = , XF86AudioLowerVolume, exec, pamixer -d 5 -bind = , XF86AudioMute, exec, pamixer -t -bind = , XF86AudioMicMute, exec, pamixer --default-source -t - -######################### -# Media (playerctl) -######################### -bind = , XF86AudioPlay, exec, playerctl play-pause -bind = , XF86AudioPause, exec, playerctl pause -bind = , XF86AudioNext, exec, playerctl next -bind = , XF86AudioPrev, exec, playerctl previous -bind = , XF86AudioStop, exec, playerctl stop - -######################### -# Brightness (brightnessctl) -######################### -bind = , XF86MonBrightnessUp, exec, brightnessctl set +10% -bind = , XF86MonBrightnessDown, exec, brightnessctl set 10%- -bind = , XF86KbdBrightnessUp, exec, brightnessctl -d '*kbd_backlight*' set +10% -bind = , XF86KbdBrightnessDown, exec, brightnessctl -d '*kbd_backlight*' set 10%- - -######################### -# Power / session -######################### -bind = , XF86Sleep, exec, systemctl suspend -bind = , XF86PowerOff, exec, systemctl poweroff -bind = , XF86WakeUp, exec, systemctl suspend -bind = $mainMod, L, exec, loginctl lock-session - -######################### -# Laptop lid settings -######################### -bindl = , switch:on:Lid Switch, exec, ~/.config/hypr/scripts/lid-action.sh -bindl = , switch:off:Lid Switch, exec, ~/.config/hypr/scripts/lid-restore.sh - -######################### -# Start apps -######################### -bind = CTRL ALT, B, exec, flatpak run eu.betterbird.Betterbird -bind = CTRL ALT, S, exec, spotify -bind = CTRL ALT, z, exec, flatpak run app.zen_browser.zen --filesystem=home -bind = CTRL ALT, k, exec, kate - - diff --git a/system-master/assets/conf/desktop/hypr/hypridle.conf b/system-master/assets/conf/desktop/hypr/hypridle.conf deleted file mode 100644 index fa196fd..0000000 --- a/system-master/assets/conf/desktop/hypr/hypridle.conf +++ /dev/null @@ -1,16 +0,0 @@ -general { - lock_cmd = hyprlock - after_sleep_cmd = hyprctl dispatch dpms on - ignore_dbus_inhibit = false -} - -listener { - timeout = 600 - on-timeout = hyprlock -} - -listener { - timeout = 900 - on-timeout = hyprctl dispatch dpms off - on-resume = hyprctl dispatch dpms on -} diff --git a/system-master/assets/conf/desktop/hypr/hyprland.conf b/system-master/assets/conf/desktop/hypr/hyprland.conf deleted file mode 100644 index d695eaf..0000000 --- a/system-master/assets/conf/desktop/hypr/hyprland.conf +++ /dev/null @@ -1,91 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything definitive, edit the source files in: -# ~/system-master/assets/conf -# Temporarily(!) testing can by editing this file, edit the file and reloading hyprshell -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################### - -############################ -# Variables -############################ - -# Colors (Hyprland "col" values commonly use rgba(aarrggbb)-style hex) -# See Hyprland variable / type docs for color formats & bools. :contentReference[oaicite:2]{index=2} -$base = rgba(1e1e2eff) -$inactive = rgba(595959aa) -$blue = rgba(33ccffee) -$green = rgba(00ff99ee) - -# Recommended for correct environment in systemd user session / portals. :contentReference[oaicite:4]{index=4} -exec-once = dbus-update-activation-environment --systemd --all -exec-once = uwsm app -- waybar - -input { - follow_mouse = 1 - kb_layout = us - kb_options = ctrl:nocaps - sensitivity = -0.5 - accel_profile = adaptive - scroll_factor = 0.5 - touchpad { - natural_scroll = yes - scroll_factor = 0.5 - } -} -cursor { - no_hardware_cursors = true -} -general { - gaps_in = 2 - gaps_out = 4 - border_size = 2 - # Gradient syntax: color color angle (e.g. 45deg). :contentReference[oaicite:5]{index=5} - col.active_border = $blue $green 45deg - col.inactive_border = $inactive - layout = dwindle - resize_on_border = true - extend_border_grab_area = 20 # Makes it easier to "grab" the edge -} -decoration { - rounding = 5 -} -animations { - enabled = yes - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default -} -dwindle { - pseudotile = yes - preserve_split = yes -} -misc { - disable_hyprland_logo = false - focus_on_activate = true -} -# Start required session helpers -exec-once = hypridle -exec-once = hyprpolkitagent -# Lid close: lock only if no external monitor is connected -bindl = , switch:on:Lid Switch, exec, ~/.config/hypr/scripts/lid-lock.sh -# Lid open: turn DPMS back on (does not unlock) -bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on - -exec-once = systemd-run --user --scope --unit=elephant elephant diff --git a/system-master/assets/conf/desktop/hypr/hyprlock.conf b/system-master/assets/conf/desktop/hypr/hyprlock.conf deleted file mode 100644 index c7fdcd3..0000000 --- a/system-master/assets/conf/desktop/hypr/hyprlock.conf +++ /dev/null @@ -1,32 +0,0 @@ -# ~/.config/hypr/hyprlock.conf - -general { - grace = 2 - ignore_empty_input = true -} - -background { - path = ~/.config/hypr/lock.png - blur_passes = 2 - blur_size = 6 -} - -input-field { - size = 320, 60 - outline_thickness = 2 - dots_size = 0.25 - dots_spacing = 0.20 - fade_on_empty = true - placeholder_text = "Password" - position = 0, -120 - halign = center - valign = center -} - -label { - text = $TIME - font_size = 72 - position = 0, 120 - halign = center - valign = center -} diff --git a/system-master/assets/conf/desktop/hypr/hyprshell/config.ron b/system-master/assets/conf/desktop/hypr/hyprshell/config.ron deleted file mode 100644 index 9928604..0000000 --- a/system-master/assets/conf/desktop/hypr/hyprshell/config.ron +++ /dev/null @@ -1,71 +0,0 @@ -// Edit with `hyprshell config edit` <-- GUI app, resize! -( - version: 3, - windows: ( - scale: 8.5, - items_per_row: 5 , - overview: ( - launcher: ( - default_terminal: None, - launch_modifier: "ctrl", - width: 800, - max_items: 5, - show_when_empty: true, - plugins: ( - applications: ( - run_cache_weeks: 8, - show_execs: true, - show_actions_submenu: true, - ), - terminal: None, - shell: None, - websearch: None, - calc: (), - path: (), - actions: ( - actions: [ - lock_screen, - hibernate, - logout, - reboot, - shutdown, - suspend, - custom( - names: [ - "Kill", - "Stop", - ], - details: "Kill or stop a process by name", - command: "pkill \"{}\" && notify-send hyprshell \"stopped {}\"", - icon: "remove", - ), - custom( - names: [ - "Reload Hyprshell", - ], - details: "Reload Hyprshell", - command: "sleep 1; hyprshell socat \'\"Restart\"\'", - icon: "system-restart", - ), - ], - ), - ), - ), - key: "Super_L", - modifier: "super", - filter_by: [], - hide_filtered: false, - exclude_special_workspaces: "", - ), - switch: ( - modifier: "alt", - key: "Tab", - filter_by: [ - current_monitor, - ], - switch_workspaces: false, - exclude_special_workspaces: "", - ), - switch_2: None, - ), -) diff --git a/system-master/assets/conf/desktop/hypr/hyprshell/styles.css b/system-master/assets/conf/desktop/hypr/hyprshell/styles.css deleted file mode 100644 index ac37156..0000000 --- a/system-master/assets/conf/desktop/hypr/hyprshell/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -window { - background: rgba(20, 20, 20, 0.92); - border-radius: 18px; -} - -* { - background-color: unset; -} diff --git a/system-master/assets/conf/desktop/hypr/scripts/lid-lock.sh b/system-master/assets/conf/desktop/hypr/scripts/lid-lock.sh deleted file mode 100644 index 55e0e92..0000000 --- a/system-master/assets/conf/desktop/hypr/scripts/lid-lock.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -INTERNAL="eDP1" - -has_external() { - # Any monitor name that is not INTERNAL counts as external - hyprctl monitors -j | grep -q '"name"' && ! hyprctl monitors -j | grep -q "\"name\":\"$INTERNAL\"\"" -} - -has_external_robust() { - # robust without jq: count monitor names; if there's >1 OR there's a name not INTERNAL - local names - names="$(hyprctl monitors -j | sed -n 's/.*"name":"\([^"]*\)".*/\1/p')" - # if any name != INTERNAL then external - echo "$names" | grep -vx "$INTERNAL" >/dev/null 2>&1 -} - -if has_external_robust; then - # Clamshell: disable laptop panel, no lock - hyprctl keyword monitor "${INTERNAL},disable" -else - # Laptop only: suspend - systemctl suspend -fi diff --git a/system-master/assets/conf/desktop/hypr/scripts/lid-restore.sh b/system-master/assets/conf/desktop/hypr/scripts/lid-restore.sh deleted file mode 100644 index 5767d35..0000000 --- a/system-master/assets/conf/desktop/hypr/scripts/lid-restore.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -INTERNAL="eDP1" - -# Restore panel using preferred mode, auto position, scale 1 -hyprctl keyword monitor "${INTERNAL},preferred,auto,1" diff --git a/system-master/assets/conf/desktop/wallpaper/pictures/background.png b/system-master/assets/conf/desktop/wallpaper/pictures/background.png deleted file mode 100755 index 5cdb0af..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/pictures/background.png and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/pictures/background1.jpg b/system-master/assets/conf/desktop/wallpaper/pictures/background1.jpg deleted file mode 100644 index 5f52686..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/pictures/background1.jpg and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/pictures/background2.jpg b/system-master/assets/conf/desktop/wallpaper/pictures/background2.jpg deleted file mode 100644 index 1acd099..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/pictures/background2.jpg and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/pictures/background3.jpg b/system-master/assets/conf/desktop/wallpaper/pictures/background3.jpg deleted file mode 100644 index e3008f0..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/pictures/background3.jpg and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/pictures/background4.jpg b/system-master/assets/conf/desktop/wallpaper/pictures/background4.jpg deleted file mode 100644 index c304de4..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/pictures/background4.jpg and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/pictures/background5.jpg b/system-master/assets/conf/desktop/wallpaper/pictures/background5.jpg deleted file mode 100644 index ecf0dce..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/pictures/background5.jpg and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/videos/dark_water_large.mp4 b/system-master/assets/conf/desktop/wallpaper/videos/dark_water_large.mp4 deleted file mode 100644 index cf66295..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/videos/dark_water_large.mp4 and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/videos/white_blobs_small.mp4 b/system-master/assets/conf/desktop/wallpaper/videos/white_blobs_small.mp4 deleted file mode 100644 index 0a4faaf..0000000 Binary files a/system-master/assets/conf/desktop/wallpaper/videos/white_blobs_small.mp4 and /dev/null differ diff --git a/system-master/assets/conf/desktop/wallpaper/wallpaper.conf b/system-master/assets/conf/desktop/wallpaper/wallpaper.conf deleted file mode 100644 index 5d60286..0000000 --- a/system-master/assets/conf/desktop/wallpaper/wallpaper.conf +++ /dev/null @@ -1,41 +0,0 @@ -############################################## -# Wallpaper config (wpaperd, TOML) -# -# Source-of-truth in repo: -# ~/system-master/assets/conf/desktop/wallpaper/wallpaper.conf -# -# Runtime override (user edits this): -# ~/conf/desktop/wallpaper/wallpaper.conf -# -# Wallpapers are copied from repo to: -# ~/wallpapers/ -# and by default loaded from: -# ~/wallpapers/pictures -############################################## - -[default] -# Directory to pick wallpapers from -path = "~/nixos_conf/wallpaperstuff/pictures" - -# Switch every 60 minutes -duration = "5m" - -# Random order (ascending/descending/random) -sorting = "random" - -# Include subfolders -recursive = true - -# How to fit wallpaper on screen -mode = "stretch" - -# Transition time in milliseconds -transition-time = 2500 - -# Apply a "fade-like" transition (uses gl-transitions) -[default.transition.dissolve] -# (leave empty to use the transition defaults) - -# Apply these defaults to any monitor not explicitly listed -[any] -# (inherits [default]; keep empty unless you want overrides) diff --git a/system-master/assets/conf/desktop/waybar/config.jsonc b/system-master/assets/conf/desktop/waybar/config.jsonc deleted file mode 100644 index 963f991..0000000 --- a/system-master/assets/conf/desktop/waybar/config.jsonc +++ /dev/null @@ -1,62 +0,0 @@ -{ - "layer": "top", - "height": 34, - "modules-left": ["hyprland/workspaces", "hyprland/window"], - "modules-right": [ - "idle_inhibitor", - "pulseaudio", - "network", - "cpu", - "memory", - "temperature", - "battery", - "tray", - "clock" - ], - - "idle_inhibitor": { - "format": "{icon}", - "format-icons": { "activated": "  ", "deactivated": " 󰒲 " } - }, - - "pulseaudio": { - "format": "{volume}% {icon}", - "format-bluetooth": "{volume}% {icon}", - "format-muted": "", - "format-icons": { - "headphones": "", - "headset": "", - "phone": "", - "portab le": "", - "default": ["", ""] - }, - "on-click": "pavucontrol" - }, - - "network": { - "format-wifi": " ({bandwidthDownBits})", - "format-ethernet": " ({bandwidthDownBits})", - "format-disconnected": "Disconnected ⚠", - "tooltip-format-wifi": "{essid} ({signalStrength}%)", - "tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}", - "on-click": "impala" - }, - - "cpu": { "format": "{usage}%  ", "tooltip": false }, - "memory": { "format": "{percentage}%  " }, - - "temperature": { "format": "{temperatureC}°C ", "tooltip": false }, - - "tray": { "spacing": 10, "icon-size": 14 }, - - "clock": { "format": "{:%a, %d %b %Y - %H:%M}", "tooltip": false }, - - "battery": { - "bat": "BAT0", - "states": { "good": 95, "warning": 30, "critical": 15 }, - "format": "{capacity}% {icon}", - "format-charging": "{capacity}% 󰂄", - "format-plugged": "{capacity}%  ", - "format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󱈏 "] - } -} diff --git a/system-master/assets/conf/desktop/waybar/style.css b/system-master/assets/conf/desktop/waybar/style.css deleted file mode 100644 index ccc0461..0000000 --- a/system-master/assets/conf/desktop/waybar/style.css +++ /dev/null @@ -1,89 +0,0 @@ -* { -font-family: Aporetic Sans Mono, Iosevka Nerd Font, Roboto, Helvetica, Arial, sans-serif; -font-size: 13px; -} - -window#waybar { - background-color: @base; - color: @text; - transition-property: background-color; - border-bottom: 0px solid rgba(0, 0, 0, 0); - transition-duration: .5s; -} - -#workspaces button { -padding: 0 5px; -background-color: transparent; -border: none; -border-radius: 0; -color: @text; -} - -#workspaces button:hover { -background: @surface1; -color: @text; -} - -#workspaces button.active { -background-color: @green; -color: @base; -box-shadow: inset 0 -3px @subtext1; -} - -#clock, -#idle_inhibitor, -#battery, -#cpu, -#memory, -#temperature, -#network, -#pulseaudio, -#tray { -margin: 0 5px; -padding: 0 2px; -} - -#idle_inhibitor.activated { -background-color: @green; -} - -#battery.charging { -color: @green; -} - -@keyframes blink { - to { - background-color: #ffffff; - color: black; - } -} - -#battery.warning:not(.charging) { -color: white; -animation-name: blink; -animation-duration: 0.5s; -animation-timing-function: linear; -animation-iteration-count: infinite; -animation-direction: alternate; -} - -#window, -#workspaces { -margin: 0 4px; -} - -.modules-left > widget:first-child > #workspaces { - margin-left: 0; -} - -.modules-right > widget:last-child > #workspaces { - margin-right: 0; -} - -#network.disconnected { -background-color: @red; -} - -#temperature.critical { -background-color: @red; -} diff --git a/system-master/assets/conf/dev/terminal/alacritty.toml b/system-master/assets/conf/dev/terminal/alacritty.toml deleted file mode 100644 index 74dc275..0000000 --- a/system-master/assets/conf/dev/terminal/alacritty.toml +++ /dev/null @@ -1,64 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################## - -# ============================================ -# Alacritty config (TOML) -# Path: ~/.config/alacritty/alacritty.toml -# Source-of-truth: assets/conf/dev/alacritty.toml -# ============================================ - -[terminal.shell] -program = "zsh" - -[font] -size = 12.0 - -[font.normal] -family = "Aporetic Sans Mono" -style = "Regular" - -[font.bold] -family = "Aporetic Sans Mono" -style = "Bold" - -[font.italic] -family = "Aporetic Sans Mono" -style = "Italic" - -[window] -dynamic_padding = false -decorations = "Full" - -[window.padding] -x = 4 -y = 4 - -[scrolling] -history = 10000 -multiplier = 3 - -[mouse] -hide_when_typing = true - -[cursor] -style = "Block" -unfocused_hollow = true - -[selection] -save_to_clipboard = true diff --git a/system-master/assets/conf/dev/terminal/aliases.conf b/system-master/assets/conf/dev/terminal/aliases.conf deleted file mode 100644 index c7d4ec7..0000000 --- a/system-master/assets/conf/dev/terminal/aliases.conf +++ /dev/null @@ -1,67 +0,0 @@ -############################################## -# Aliases (source-of-truth) -# -# This file is written in bash/zsh alias syntax in [bash_zsh], [bash_specific], [zsh_specific]. -# Fish has different syntax; the Nix module translates [bash_zsh] into fish format and then -# appends [fish_specific] as-is. -############################################## - -############################################## -# Generic aliases (bash/zsh) -# These are intended to be available in bash and zsh. -############################################## -[bash_zsh] -alias ll='ls -lah' -alias gs='git status' -alias ga='git add' -alias gc='git commit' -alias gp ='git push' -alias gcp = 'git add . && git commit && git push' - -alias cd ='z' - -alias emt ='emacs README.org --batch -f org-babel-tangle && emacs -Q --batch README.org -f org-html-export-to-html' -alias nxs='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild switch --flake .#traveldroid' -alias nxt='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild test --flake .#traveldroid' -alias nxv='cd ~/Repos/nextcloud_ecosystem/system-master/ && sudo nixos-rebuild build-vm --flake .#traveldroid && "$(ls -1 ./result/bin/run-*-vm | head -n 1)"' - -alias rb='systemctl reboot' -alias po='systemctl poweroff' - -alias fpl='flatpak search' -alias fpi='flatpak install' -alias fpr='flatpak run' - -alias nxc='ssh henrov@nextcloud.data-pro.nu' -alias nps='xdg-open https://search.nixos.org' - -alias vs='code' - - -############################################## -# Shell-specific aliases / examples -# -# Everything below is COMMENTED OUT on purpose. -# These examples show syntax or commands that are shell-specific -# (or behave differently across shells). -############################################## - -[bash_specific] -# Enable recursive globbing (**) -# alias sg='shopt -s globstar' - -[zsh_specific] -# Recursive globbing works by default in zsh; this prints matches one-per-line -# alias recglob='print -l **/*.nix' - -[fish_specific] -# Fish has its own language; this is fish-only syntax (not bash/zsh) -# alias setvar='set -gx EDITOR emacs' - -[dash_specific] -# dash is a minimal POSIX shell; shown here only as an example -# alias com='command -v ls' - -[nushell_specific] -# Nushell pipelines structured data; this is nu-only syntax -# alias fbf='ls | where size > 1mb | get name' diff --git a/system-master/assets/conf/dev/terminal/enabled_shells.conf b/system-master/assets/conf/dev/terminal/enabled_shells.conf deleted file mode 100644 index f2ae8d5..0000000 --- a/system-master/assets/conf/dev/terminal/enabled_shells.conf +++ /dev/null @@ -1,15 +0,0 @@ -############################################## -# Enabled shells (source-of-truth) -# -# Edit this file in the repo: -# ./assets/conf/dev/terminal/enabled_shells.conf -# -# After changing, rebuild Home Manager / your system as you normally do. -############################################## - -[enabled_shells] -bash = yes -zsh = yes -fish = no -dash = no -nushell = no diff --git a/system-master/assets/conf/dev/terminal/kitty.conf b/system-master/assets/conf/dev/terminal/kitty.conf deleted file mode 100644 index a1c055c..0000000 --- a/system-master/assets/conf/dev/terminal/kitty.conf +++ /dev/null @@ -1,31 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################### -#~/nixos/files/conf/terminal/kitty.conf - -# Kitty config (https://sw.kovidgoyal.net/kitty/conf/) -# -# Edit freely; NixOS will inject this file verbatim via programs.kitty.extraConfig. - -# Example baseline settings: -background_opacity 0.60 -dynamic_background_opacity yes - -# Suggested: allow ctrl+shift+v paste (many distros default this already) -map ctrl+shift+v paste_from_clipboard -map ctrl+shift+c copy_to_clipboard diff --git a/system-master/assets/conf/dev/terminal/starship.toml b/system-master/assets/conf/dev/terminal/starship.toml deleted file mode 100644 index ba9bd82..0000000 --- a/system-master/assets/conf/dev/terminal/starship.toml +++ /dev/null @@ -1,279 +0,0 @@ -"$schema" = 'https://starship.rs/config-schema.json' - -format = """ -[](red)\ -$os\ -$username\ -[](bg:peach fg:red)\ -$directory\ -[](bg:yellow fg:peach)\ -$git_branch\ -$git_status\ -[](fg:yellow bg:green)\ -$c\ -$rust\ -$golang\ -$nodejs\ -$php\ -$java\ -$kotlin\ -$haskell\ -$python\ -[](fg:green bg:sapphire)\ -$conda\ -[](fg:sapphire bg:lavender)\ -$time\ -[ ](fg:lavender)\ -$cmd_duration\ -$line_break\ -$character""" - -palette = 'catppuccin_mocha' - -[os] -disabled = false -style = "bg:red fg:crust" - -[os.symbols] -Windows = "" -Ubuntu = "󰕈" -SUSE = "" -Raspbian = "󰐿" -Mint = "󰣭" -Macos = "󰀵" -Manjaro = "" -Linux = "󰌽" -Gentoo = "󰣨" -Fedora = "󰣛" -Alpine = "" -Amazon = "" -Android = "" -AOSC = "" -Arch = "󰣇" -Artix = "󰣇" -CentOS = "" -Debian = "󰣚" -Redhat = "󱄛" -RedHatEnterprise = "󱄛" - -[username] -show_always = true -style_user = "bg:red fg:crust" -style_root = "bg:red fg:crust" -format = '[ $user]($style)' - -[directory] -style = "bg:peach fg:crust" -format = "[ $path ]($style)" -truncation_length = 3 -truncation_symbol = "…/" - -[directory.substitutions] -"Documents" = "󰈙 " -"Downloads" = " " -"Music" = "󰝚 " -"Pictures" = " " -"Developer" = "󰲋 " - -[git_branch] -symbol = "" -style = "bg:yellow" -format = '[[ $symbol $branch ](fg:crust bg:yellow)]($style)' - -[git_status] -style = "bg:yellow" -format = '[[($all_status$ahead_behind )](fg:crust bg:yellow)]($style)' - -[nodejs] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[c] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[rust] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[golang] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[php] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[java] -symbol = " " -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[kotlin] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[haskell] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version) ](fg:crust bg:green)]($style)' - -[python] -symbol = "" -style = "bg:green" -format = '[[ $symbol( $version)(\(#$virtualenv\)) ](fg:crust bg:green)]($style)' - -[docker_context] -symbol = "" -style = "bg:sapphire" -format = '[[ $symbol( $context) ](fg:crust bg:sapphire)]($style)' - -[conda] -symbol = "  " -style = "fg:crust bg:sapphire" -format = '[$symbol$environment ]($style)' -ignore_base = false - -[time] -disabled = false -time_format = "%R" -style = "bg:lavender" -format = '[[  $time ](fg:crust bg:lavender)]($style)' - -[line_break] -disabled = false - -[character] -disabled = false -success_symbol = '[❯](bold fg:green)' -error_symbol = '[❯](bold fg:red)' -vimcmd_symbol = '[❮](bold fg:green)' -vimcmd_replace_one_symbol = '[❮](bold fg:lavender)' -vimcmd_replace_symbol = '[❮](bold fg:lavender)' -vimcmd_visual_symbol = '[❮](bold fg:yellow)' - -[cmd_duration] -show_milliseconds = true -format = " in $duration " -style = "bg:lavender" -disabled = false -show_notifications = true -min_time_to_notify = 45000 - -[palettes.catppuccin_mocha] -rosewater = "#f5e0dc" -flamingo = "#f2cdcd" -pink = "#f5c2e7" -mauve = "#cba6f7" -red = "#f38ba8" -maroon = "#eba0ac" -peach = "#fab387" -yellow = "#f9e2af" -green = "#a6e3a1" -teal = "#94e2d5" -sky = "#89dceb" -sapphire = "#74c7ec" -blue = "#89b4fa" -lavender = "#b4befe" -text = "#cdd6f4" -subtext1 = "#bac2de" -subtext0 = "#a6adc8" -overlay2 = "#9399b2" -overlay1 = "#7f849c" -overlay0 = "#6c7086" -surface2 = "#585b70" -surface1 = "#45475a" -surface0 = "#313244" -base = "#1e1e2e" -mantle = "#181825" -crust = "#11111b" - -[palettes.catppuccin_frappe] -rosewater = "#f2d5cf" -flamingo = "#eebebe" -pink = "#f4b8e4" -mauve = "#ca9ee6" -red = "#e78284" -maroon = "#ea999c" -peach = "#ef9f76" -yellow = "#e5c890" -green = "#a6d189" -teal = "#81c8be" -sky = "#99d1db" -sapphire = "#85c1dc" -blue = "#8caaee" -lavender = "#babbf1" -text = "#c6d0f5" -subtext1 = "#b5bfe2" -subtext0 = "#a5adce" -overlay2 = "#949cbb" -overlay1 = "#838ba7" -overlay0 = "#737994" -surface2 = "#626880" -surface1 = "#51576d" -surface0 = "#414559" -base = "#303446" -mantle = "#292c3c" -crust = "#232634" - -[palettes.catppuccin_latte] -rosewater = "#dc8a78" -flamingo = "#dd7878" -pink = "#ea76cb" -mauve = "#8839ef" -red = "#d20f39" -maroon = "#e64553" -peach = "#fe640b" -yellow = "#df8e1d" -green = "#40a02b" -teal = "#179299" -sky = "#04a5e5" -sapphire = "#209fb5" -blue = "#1e66f5" -lavender = "#7287fd" -text = "#4c4f69" -subtext1 = "#5c5f77" -subtext0 = "#6c6f85" -overlay2 = "#7c7f93" -overlay1 = "#8c8fa1" -overlay0 = "#9ca0b0" -surface2 = "#acb0be" -surface1 = "#bcc0cc" -surface0 = "#ccd0da" -base = "#eff1f5" -mantle = "#e6e9ef" -crust = "#dce0e8" - -[palettes.catppuccin_macchiato] -rosewater = "#f4dbd6" -flamingo = "#f0c6c6" -pink = "#f5bde6" -mauve = "#c6a0f6" -red = "#ed8796" -maroon = "#ee99a0" -peach = "#f5a97f" -yellow = "#eed49f" -green = "#a6da95" -teal = "#8bd5ca" -sky = "#91d7e3" -sapphire = "#7dc4e4" -blue = "#8aadf4" -lavender = "#b7bdf8" -text = "#cad3f5" -subtext1 = "#b8c0e0" -subtext0 = "#a5adcb" -overlay2 = "#939ab7" -overlay1 = "#8087a2" -overlay0 = "#6e738d" -surface2 = "#5b6078" -surface1 = "#494d64" -surface0 = "#363a4f" -base = "#24273a" -mantle = "#1e2030" -crust = "#181926" diff --git a/system-master/assets/conf/dev/terminal/zsh.conf b/system-master/assets/conf/dev/terminal/zsh.conf deleted file mode 100644 index 6228ddd..0000000 --- a/system-master/assets/conf/dev/terminal/zsh.conf +++ /dev/null @@ -1,30 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################### -#~/nixos/files/conf/terminal/zsh.conf - -# Additional zsh configuration sourced for every interactive zsh shell. -# Keep this file POSIX-ish; it is sourced by zsh. - -# Example: history settings -HISTFILE="$HOME/.zsh_history" -HISTSIZE=10000 -SAVEHIST=10000 - -setopt HIST_IGNORE_ALL_DUPS -setopt SHARE_HISTORY diff --git a/system-master/assets/conf/security/ssh/ssh-client.conf b/system-master/assets/conf/security/ssh/ssh-client.conf deleted file mode 100644 index bbf24ba..0000000 --- a/system-master/assets/conf/security/ssh/ssh-client.conf +++ /dev/null @@ -1,22 +0,0 @@ -############################################## -# These files are just for reference. -# If you want to change anything, edit the source files in: -# ~/system-master/assets/conf -# -# After that, run: -# cd ~/system-master && emacs README.org --batch -f org-babel-tangle && git add . && git commit -m "Adjusted conf files" && sudo nixos-rebuild switch --flake .# -# -# If everything still works, you can use the same command but: -# - keep "switch" -# - and add a reboot: -# -# cd ~/system-master && sudo nixos-rebuild switch --flake .# && systemctl reboot -# -# NOTE: -# Make sure the lines starting with: cd ~/system-master -# are written as ONE single line. -############################################## -Host * - AddKeysToAgent yes - ServerAliveInterval 30 - ServerAliveCountMax 3 diff --git a/system-master/assets/cursors/Bibata_Cursor-main/.github/FUNDING.yml b/system-master/assets/cursors/Bibata_Cursor-main/.github/FUNDING.yml deleted file mode 100644 index 92dd9cb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -github: ful1e5 diff --git a/system-master/assets/cursors/Bibata_Cursor-main/.github/workflows/build.yml b/system-master/assets/cursors/Bibata_Cursor-main/.github/workflows/build.yml deleted file mode 100644 index b512d4d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/.github/workflows/build.yml +++ /dev/null @@ -1,57 +0,0 @@ -name: build - -on: - push: - paths-ignore: - - "**.md" - - LICENSE - - .github/FUNDING.yml - branches: [main, dev] - pull_request: - paths-ignore: - - "**.md" - - LICENSE - - .github/FUNDING.yml - branches: [main] - -jobs: - build: - runs-on: "ubuntu-latest" - - steps: - - uses: actions/checkout@v4 - - - name: Setup node - uses: actions/setup-node@v4 - with: - node-version: 16 - - - name: Installing Node Dependencies - run: | - rm -rf node_modules yarn.lock - yarn install --frozen-lockfile - continue-on-error: false - - - name: Print cbmp version - run: npx cbmp --version - - - name: Rendering Bitmaps - run: yarn render - continue-on-error: false - - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: 3.11 - - - name: Installing PyPi Dependencies - run: python -m pip install --upgrade pip clickgen - continue-on-error: false - - - name: Print clickgen Version - run: | - clickgen --version - ctgen --version - - - name: Building Bibata Cursors - run: yarn build diff --git a/system-master/assets/cursors/Bibata_Cursor-main/.gitignore b/system-master/assets/cursors/Bibata_Cursor-main/.gitignore deleted file mode 100644 index 25fc584..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/.gitignore +++ /dev/null @@ -1,252 +0,0 @@ -# Custom -themes/ -bin/ -bitmaps/ - -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Distribution / packaging -.Python -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -pip-wheel-metadata/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ -.pytest_cache/ - -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 -db.sqlite3-journal - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# IPython -profile_default/ -ipython_config.py - -# pyenv -.python-version - -# pipenv -# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. -# However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don't work, or not -# install all needed dependencies. -#Pipfile.lock - -# PEP 582; used by e.g. github.com/David-OConnor/pyflow -__pypackages__/ - -# Celery stuff -celerybeat-schedule -celerybeat.pid - -# SageMath parsed files -*.sage.py - -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/ -.dmypy.json -dmypy.json - -# Pyre type checker -.pyre/ - - -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* - -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage -*.lcov - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# Snowpack dependency directory (https://snowpack.dev/) -web_modules/ - -# TypeScript cache -*.tsbuildinfo - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env -.env.test - -# parcel-bundler cache (https://parceljs.org/) -.cache -.parcel-cache - -# Next.js build output -.next -out - -# Nuxt.js build / generate output -.nuxt -dist - -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and not Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public - -# vuepress build output -.vuepress/dist - -# Serverless directories -.serverless/ - -# FuseBox cache -.fusebox/ - -# DynamoDB Local files -.dynamodb/ - -# TernJS port file -.tern-port - -# Stores VSCode versions used for testing VSCode extensions -.vscode-test - -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.pnp.* diff --git a/system-master/assets/cursors/Bibata_Cursor-main/LICENSE b/system-master/assets/cursors/Bibata_Cursor-main/LICENSE deleted file mode 100644 index dbf7321..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - Opensource, compact, and material designed cursor set. - Copyright (C) 2018 Abdulkaiz Khatri - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Bibata_Cursor Copyright (C) 2018 Abdulkaiz Khatri - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/system-master/assets/cursors/Bibata_Cursor-main/build.sh b/system-master/assets/cursors/Bibata_Cursor-main/build.sh deleted file mode 100755 index 29f7a0b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/build.sh +++ /dev/null @@ -1,100 +0,0 @@ -#!/bin/bash -# A script for preparing binaries of Bibata Cursors, created by Abdulkaiz Khatri. - -version="v2.0.6" - -error() ( - set -o pipefail - "$@" 2> >(sed $'s,.*,\e[31m&\e[m,' >&2) -) - -get_config_path() { - local key="${1}" - local cfg_path="configs" - - if [[ $key == *"Right"* ]]; then - cfg_path="${cfg_path}/right" - else - cfg_path="${cfg_path}/normal" - fi - - echo $cfg_path -} - -with_version() { - local comment="${1}" - echo "$comment ($version)." -} - -if ! type -p ctgen >/dev/null; then - error ctgen - exit 127 # exit program with "command not found" error code -fi - -declare -A names -names["Bibata-Modern-Amber"]=$(with_version "Yellowish and rounded edge Bibata") -names["Bibata-Modern-Amber-Right"]=$(with_version "Yellowish and rounded edge right-hand Bibata") -names["Bibata-Modern-Classic"]=$(with_version "Black and rounded edge Bibata") -names["Bibata-Modern-Classic-Right"]=$(with_version "Black and rounded edge right-hand Bibata") -names["Bibata-Modern-Ice"]=$(with_version "White and rounded edge Bibata") -names["Bibata-Modern-Ice-Right"]=$(with_version "White and rounded edge right-hand Bibata") -names["Bibata-Original-Amber"]=$(with_version "Yellowish and sharp edge Bibata") -names["Bibata-Original-Amber-Right"]=$(with_version "Yellowish and sharp edge right-hand Bibata") -names["Bibata-Original-Classic"]=$(with_version "Black and sharp edge Bibata") -names["Bibata-Original-Classic-Right"]=$(with_version "Black and sharp edge right-hand Bibata") -names["Bibata-Original-Ice"]=$(with_version "White and sharp edge Bibata") -names["Bibata-Original-Ice-Right"]=$(with_version "White and sharp edge right-hand Bibata") - -# Cleanup old builds -rm -rf themes bin - -# Building Bibata XCursor binaries -for key in "${!names[@]}"; do - comment="${names[$key]}" - cfg_path=$(get_config_path "$key") - - ctgen "$cfg_path/x.build.toml" -p x11 -d "bitmaps/$key" -n "$key" -c "$comment XCursors" & - PID=$! - wait $PID -done - -# Building Bibata Windows binaries -for key in "${!names[@]}"; do - comment="${names[$key]}" - cfg_path=$(get_config_path "$key") - - ctgen "$cfg_path/win_rg.build.toml" -d "bitmaps/$key" -n "$key-Regular" -c "$comment Windows Cursors" & - ctgen "$cfg_path/win_lg.build.toml" -d "bitmaps/$key" -n "$key-Large" -c "$comment Windows Cursors" & - ctgen "$cfg_path/win_xl.build.toml" -d "bitmaps/$key" -n "$key-Extra-Large" -c "$comment Windows Cursors" & - PID=$! - wait $PID -done - -# Compressing Binaries -mkdir -p bin -cd themes || exit - -for key in "${!names[@]}"; do - tar -cJvf "../bin/${key}.tar.xz" "${key}" & - PID=$! - wait $PID -done - -# Compressing Bibata.tar.xz -cp ../LICENSE . -tar -cJvf "../bin/Bibata.tar.xz" --exclude="*-Windows" . & -PID=$! -wait $PID - -# Compressing Bibata-*-Windows -for key in "${!names[@]}"; do - zip -rv "../bin/${key}-Windows.zip" "${key}-Small-Windows" "${key}-Regular-Windows" "${key}-Large-Windows" "${key}-Extra-Large-Windows" & - PID=$! - wait $PID -done - -cd .. - -# Copying License File for 'bitmaps' -cp LICENSE bitmaps/ -zip -rv bin/bitmaps.zip bitmaps diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_lg.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_lg.build.toml deleted file mode 100644 index 622227f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_lg.build.toml +++ /dev/null @@ -1,128 +0,0 @@ -[theme] -name = 'Bibata Large Windows Cursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'windows' - -[cursors] -[cursors.fallback_settings] -win_sizes = ["26:32", "39:48", "52:64", "77:96", "103:128"] -x_hotspot = 128 -y_hotspot = 128 -win_delay = 1 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -win_name = 'Dgn1' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Unavailable' - -[cursors.crosshair] -png = 'crosshair.png' -win_name = 'Cross' - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -win_name = 'Dgn2' - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 128 -y_hotspot = 66 -win_name = 'Grabbing' - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 144 -y_hotspot = 79 -win_name = 'Pan' - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 114 -y_hotspot = 18 -win_name = 'Link' - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Pointer' - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -win_sizes = "78:96" -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Work' - -[cursors.move] -png = 'move.png' -win_name = 'Move' - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -win_name = 'Handwriting' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -win_name = 'Help' - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 204 -y_hotspot = 17 -win_name = 'Alternate' - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -win_name = 'Horz' - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -win_name = 'Vert' - -[cursors.wait] -png = 'wait-*.png' -win_sizes = "78:96" -win_name = 'Busy' - -[cursors.xterm] -png = 'xterm.png' -win_name = 'Text' - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-out' - -[cursors.person] -png = 'person.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Person' - -[cursors.pin] -png = 'pin.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Pin' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_rg.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_rg.build.toml deleted file mode 100644 index 40662d8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_rg.build.toml +++ /dev/null @@ -1,128 +0,0 @@ -[theme] -name = 'Bibata Regular Windows Cursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'windows' - -[cursors] -[cursors.fallback_settings] -win_sizes = ["22:32", "32:48", "43:64", "64:96", "86:128"] -x_hotspot = 128 -y_hotspot = 128 -win_delay = 1 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -win_name = 'Dgn1' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Unavailable' - -[cursors.crosshair] -png = 'crosshair.png' -win_name = 'Cross' - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -win_name = 'Dgn2' - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 128 -y_hotspot = 66 -win_name = 'Grabbing' - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 144 -y_hotspot = 79 -win_name = 'Pan' - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 114 -y_hotspot = 18 -win_name = 'Link' - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Pointer' - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -win_sizes = "64:96" -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Work' - -[cursors.move] -png = 'move.png' -win_name = 'Move' - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -win_name = 'Handwriting' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -win_name = 'Help' - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 204 -y_hotspot = 17 -win_name = 'Alternate' - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -win_name = 'Horz' - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -win_name = 'Vert' - -[cursors.wait] -png = 'wait-*.png' -win_sizes = "64:96" -win_name = 'Busy' - -[cursors.xterm] -png = 'xterm.png' -win_name = 'Text' - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-out' - -[cursors.person] -png = 'person.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Person' - -[cursors.pin] -png = 'pin.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Pin' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_xl.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_xl.build.toml deleted file mode 100644 index cbc0990..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/win_xl.build.toml +++ /dev/null @@ -1,128 +0,0 @@ -[theme] -name = 'Bibata Extra Large Windows Cursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'windows' - -[cursors] -[cursors.fallback_settings] -win_sizes = [32, 48, 64, 96, 128] -x_hotspot = 128 -y_hotspot = 128 -win_delay = 1 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -win_name = 'Dgn1' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Unavailable' - -[cursors.crosshair] -png = 'crosshair.png' -win_name = 'Cross' - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -win_name = 'Dgn2' - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 128 -y_hotspot = 66 -win_name = 'Grabbing' - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 144 -y_hotspot = 79 -win_name = 'Pan' - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 114 -y_hotspot = 18 -win_name = 'Link' - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Pointer' - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -win_sizes = 96 -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Work' - -[cursors.move] -png = 'move.png' -win_name = 'Move' - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -win_name = 'Handwriting' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -win_name = 'Help' - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 204 -y_hotspot = 17 -win_name = 'Alternate' - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -win_name = 'Horz' - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -win_name = 'Vert' - -[cursors.wait] -png = 'wait-*.png' -win_sizes = 96 -win_name = 'Busy' - -[cursors.xterm] -png = 'xterm.png' -win_name = 'Text' - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-out' - -[cursors.person] -png = 'person.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Person' - -[cursors.pin] -png = 'pin.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Pin' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/x.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/x.build.toml deleted file mode 100644 index 591b018..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/normal/x.build.toml +++ /dev/null @@ -1,412 +0,0 @@ -[theme] -name = 'Bibata XCursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'x11' - -[cursors] -[cursors.fallback_settings] -x11_sizes = [16, 20, 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] -x_hotspot = 128 -y_hotspot = 128 -x11_delay = 40 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -x11_name = 'bd_double_arrow' -x11_symlinks = ["c7088f0f3e6c8088236ef8e1e3e70000", "nwse-resize", "size_fdiag"] - -[cursors.bottom_left_corner] -png = 'bottom_left_corner.png' -x_hotspot = 26 -y_hotspot = 232 -x11_name = 'bottom_left_corner' -x11_symlinks = ["sw-resize"] - -[cursors.bottom_right_corner] -png = 'bottom_right_corner.png' -x_hotspot = 229 -y_hotspot = 232 -x11_name = 'bottom_right_corner' -x11_symlinks = ['se-resize'] - -[cursors.bottom_side] -png = 'bottom_side.png' -x_hotspot = 129 -y_hotspot = 234 -x11_name = 'bottom_side' -x11_symlinks = ['s-resize'] - -[cursors.bottom_tee] -png = 'bottom_tee.png' -x_hotspot = 128 -y_hotspot = 230 -x11_name = 'bottom_tee' - -[cursors.center_ptr] -png = 'center_ptr.png' -x_hotspot = 127 -y_hotspot = 17 -x11_name = 'center_ptr' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 55 -y_hotspot = 17 -x11_name = 'circle' -x11_symlinks = ['forbidden'] - -[cursors.context-menu] -png = 'context-menu.png' -x_hotspot = 57 -y_hotspot = 17 -x11_name = 'context-menu' - -[cursors.copy] -png = 'copy.png' -x_hotspot = 55 -y_hotspot = 17 -x11_name = 'copy' -x11_symlinks = [ - "1081e37283d90000800003c07f3ef6bf", - "6407b0e94181790501fd1e167b474872", - "b66166c04f8c3109214a4fbd64a50fc8" -] - -[cursors.cross] -png = 'cross.png' -x11_name = 'cross' -x11_symlinks = ["cross_reverse", "diamond_cross"] - -[cursors.crossed_circle] -png = 'crossed_circle.png' -x11_name = 'crossed_circle' -x11_symlinks = ["03b6e0fcb3499374a867c041f52298f0", "not-allowed"] - -[cursors.crosshair] -png = 'crosshair.png' -x11_name = 'crosshair' - -[cursors.dnd_no_drop] -png = 'dnd_no_drop.png' -x_hotspot = 100 -y_hotspot = 65 -x11_name = 'dnd_no_drop' -x11_symlinks = ["no-drop"] - -[cursors.dnd-ask] -png = 'dnd-ask.png' -x_hotspot = 100 -y_hotspot = 65 -x11_name = 'dnd-ask' - -[cursors.dnd-copy] -png = 'dnd-copy.png' -x_hotspot = 100 -y_hotspot = 65 -x11_name = 'dnd-copy' - -[cursors.dnd-link] -png = 'dnd-link.png' -x_hotspot = 100 -y_hotspot = 65 -x11_name = 'dnd-link' -x11_symlinks = ['alias'] - -[cursors.dotbox] -png = 'dotbox.png' -x11_name = 'dotbox' -x11_symlinks = ["dot_box_mask", "draped_box", "icon", "target"] - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -x11_name = 'fd_double_arrow' -x11_symlinks = ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"] - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 128 -y_hotspot = 66 -x11_name = 'grabbing' -x11_symlinks = [ - "closedhand", - "dnd-move", - "dnd-none", - "fcf21c00b30f7e3f83fe0dfd12e71cff" -] - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 144 -y_hotspot = 79 -x11_name = 'hand1' -x11_symlinks = ["grab", "openhand"] - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 114 -y_hotspot = 18 -x11_name = 'hand2' -x11_symlinks = [ - "9d800788f1b08800ae810202380a0822", - "e29285e634086352946a0e7090d73106", - "pointer", - "pointing_hand" -] - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -x11_name = 'left_ptr' -x11_symlinks = ["arrow", "default", "top_left_arrow"] - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -x_hotspot = 55 -y_hotspot = 17 -x11_name = 'left_ptr_watch' -x11_symlinks = [ - "00000000000000020006000e7e9ffc3f", - "08e8e1c95fe2fc01f976f1e063a24ccd", - "3ecb610c1bf2410f44200f48c40d3599", - "progress" -] - -[cursors.left_side] -png = 'left_side.png' -x_hotspot = 21 -y_hotspot = 128 -x11_name = 'left_side' -x11_symlinks = ['w-resize'] - -[cursors.left_tee] -png = 'left_tee.png' -x_hotspot = 230 -y_hotspot = 128 -x11_name = 'left_tee' - -[cursors.link] -png = 'link.png' -x_hotspot = 55 -y_hotspot = 17 -x11_name = 'link' -x11_symlinks = [ - "3085a0e285430894940527032f8b26df", - "640fb0e74195791501fd1ed57b41487f", - "a2a266d0498c3104214a47bd64ab0fc8", -] - -[cursors.ll_angle] -png = 'll_angle.png' -x_hotspot = 30 -y_hotspot = 223 -x11_name = 'll_angle' - -[cursors.lr_angle] -png = 'lr_angle.png' -x_hotspot = 224 -y_hotspot = 230 -x11_name = 'lr_angle' - -[cursors.move] -png = 'move.png' -x11_name = 'move' -x11_symlinks = [ - "4498f0e0c1937ffe01fd06f973665830", - "9081237383d90e509aa00f00170e968f", - "all-scroll", - "fleur", - "size_all" -] - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -x11_name = 'pencil' -x11_symlinks = ['draft'] - -[cursors.plus] -png = 'plus.png' -x11_name = 'plus' -x11_symlinks = ['cell'] - -[cursors.pointer-move] -png = 'pointer-move.png' -x_hotspot = 55 -y_hotspot = 17 -x11_name = 'pointer-move' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -x11_name = 'question_arrow' -x11_symlinks = [ - "5c6cd98b3f3ebcb1f9c7f1c204630408", - "d9ce0ab605698f320427677b458ad60b", - "help", - "left_ptr_help", - "whats_this", -] - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 204 -y_hotspot = 17 -x11_name = 'right_ptr' -x11_symlinks = ["draft_large", "draft_small"] - -[cursors.right_side] -png = 'right_side.png' -x_hotspot = 233 -y_hotspot = 128 -x11_name = 'right_side' -x11_symlinks = ['e-resize'] - -[cursors.right_tee] -png = 'right_tee.png' -x_hotspot = 29 -y_hotspot = 128 -x11_name = 'right_tee' - -[cursors.sb_down_arrow] -png = 'sb_down_arrow.png' -x_hotspot = 128 -y_hotspot = 222 -x11_name = 'sb_down_arrow' -x11_symlinks = ['down-arrow'] - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -x11_name = 'sb_h_double_arrow' -x11_symlinks = [ - "028006030e0e7ebffc7f7070c0600140", - "14fef782d02440884392942c1120523", - "col-resize", - "ew-resize", - "h_double_arrow", - "size-hor", - "size_hor", - "split_h", -] - -[cursors.sb_left_arrow] -png = 'sb_left_arrow.png' -x_hotspot = 33 -y_hotspot = 128 -x11_name = 'sb_left_arrow' -x11_symlinks = ['left-arrow'] - -[cursors.sb_right_arrow] -png = 'sb_right_arrow.png' -x_hotspot = 223 -y_hotspot = 128 -x11_name = 'sb_right_arrow' -x11_symlinks = ['right-arrow'] - -[cursors.sb_up_arrow] -png = 'sb_up_arrow.png' -x_hotspot = 128 -y_hotspot = 33 -x11_name = 'sb_up_arrow' -x11_symlinks = ['up-arrow'] - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -x11_name = 'sb_v_double_arrow' -x11_symlinks = [ - "00008160000006810000408080010102", - "2870a09082c103050810ffdffffe0204", - "double_arrow", - "ns-resize", - "row-resize", - "size-ver", - "size_ver", - "split_v", - "v_double_arrow", -] - -[cursors.tcross] -png = 'tcross.png' -x11_name = 'tcross' -x11_symlinks = ['color-picker'] - -[cursors.top_left_corner] -png = 'top_left_corner.png' -x_hotspot = 29 -y_hotspot = 24 -x11_name = 'top_left_corner' -x11_symlinks = ['nw-resize'] - -[cursors.top_right_corner] -png = 'top_right_corner.png' -x_hotspot = 229 -y_hotspot = 24 -x11_name = 'top_right_corner' -x11_symlinks = ['ne-resize'] - -[cursors.top_side] -png = 'top_side.png' -x_hotspot = 128 -y_hotspot = 23 -x11_name = 'top_side' -x11_symlinks = ['n-resize'] - -[cursors.top_tee] -png = 'top_tee.png' -x_hotspot = 128 -y_hotspot = 27 -x11_name = 'top_tee' - -[cursors.ul_angle] -png = 'ul_angle.png' -x_hotspot = 33 -y_hotspot = 33 -x11_name = 'ul_angle' - -[cursors.ur_angle] -png = 'ur_angle.png' -x_hotspot = 225 -y_hotspot = 33 -x11_name = 'ur_angle' - -[cursors.vertical-text] -png = 'vertical-text.png' -x11_name = 'vertical-text' - -[cursors.wait] -png = 'wait-*.png' -x11_name = 'wait' -x11_symlinks = ['watch'] - -[cursors.wayland-cursor] -png = 'wayland-cursor.png' -x11_name = 'wayland-cursor' - -[cursors.X_cursor] -png = 'X_cursor.png' -x11_name = 'X_cursor' -x11_symlinks = ["pirate", "x-cursor"] - -[cursors.xterm] -png = 'xterm.png' -x11_name = 'xterm' -x11_symlinks = ["ibeam", "text"] - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -x11_name = 'zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -x11_name = 'zoom-out' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_lg.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_lg.build.toml deleted file mode 100644 index 59b31c4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_lg.build.toml +++ /dev/null @@ -1,128 +0,0 @@ -[theme] -name = 'Bibata Right Large Windows Cursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'windows' - -[cursors] -[cursors.fallback_settings] -win_sizes = ["26:32", "39:48", "52:64", "77:96", "103:128"] -x_hotspot = 128 -y_hotspot = 128 -win_delay = 1 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -win_name = 'Dgn1' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Unavailable' - -[cursors.crosshair] -png = 'crosshair.png' -win_name = 'Cross' - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -win_name = 'Dgn2' - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 112 -y_hotspot = 64 -win_name = 'Grabbing' - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 97 -y_hotspot = 80 -win_name = 'Pan' - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 138 -y_hotspot = 14 -win_name = 'Link' - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Pointer' - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -x_hotspot = 197 -y_hotspot = 24 -win_name = 'Work' -win_sizes = "77:96" - -[cursors.move] -png = 'move.png' -win_name = 'Move' - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -win_name = 'Handwriting' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -win_name = 'Help' - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Alternate' - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -win_name = 'Horz' - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -win_name = 'Vert' - -[cursors.wait] -png = 'wait-*.png' -win_name = 'Busy' -win_sizes = "77:96" - -[cursors.xterm] -png = 'xterm.png' -win_name = 'Text' - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-out' - -[cursors.person] -png = 'person.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Person' - -[cursors.pin] -png = 'pin.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Pin' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_rg.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_rg.build.toml deleted file mode 100644 index 3a05cc5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_rg.build.toml +++ /dev/null @@ -1,128 +0,0 @@ -[theme] -name = 'Bibata Right Regular Windows Cursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'windows' - -[cursors] -[cursors.fallback_settings] -win_sizes = ["22:32", "32:48", "43:64", "64:96", "86:128"] -x_hotspot = 128 -y_hotspot = 128 -win_delay = 1 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -win_name = 'Dgn1' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Unavailable' - -[cursors.crosshair] -png = 'crosshair.png' -win_name = 'Cross' - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -win_name = 'Dgn2' - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 112 -y_hotspot = 64 -win_name = 'Grabbing' - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 97 -y_hotspot = 80 -win_name = 'Pan' - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 138 -y_hotspot = 14 -win_name = 'Link' - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Pointer' - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -x_hotspot = 197 -y_hotspot = 24 -win_name = 'Work' -win_sizes = "64:96" - -[cursors.move] -png = 'move.png' -win_name = 'Move' - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -win_name = 'Handwriting' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -win_name = 'Help' - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Alternate' - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -win_name = 'Horz' - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -win_name = 'Vert' - -[cursors.wait] -png = 'wait-*.png' -win_name = 'Busy' -win_sizes = "64:96" - -[cursors.xterm] -png = 'xterm.png' -win_name = 'Text' - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-out' - -[cursors.person] -png = 'person.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Person' - -[cursors.pin] -png = 'pin.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Pin' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_xl.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_xl.build.toml deleted file mode 100644 index f2f342b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/win_xl.build.toml +++ /dev/null @@ -1,128 +0,0 @@ -[theme] -name = 'Bibata Right Extra Large Windows Cursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'windows' - -[cursors] -[cursors.fallback_settings] -win_sizes = [32, 48, 64, 96, 128] -x_hotspot = 128 -y_hotspot = 128 -win_delay = 1 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -win_name = 'Dgn1' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Unavailable' - -[cursors.crosshair] -png = 'crosshair.png' -win_name = 'Cross' - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -win_name = 'Dgn2' - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 112 -y_hotspot = 64 -win_name = 'Grabbing' - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 97 -y_hotspot = 80 -win_name = 'Pan' - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 138 -y_hotspot = 14 -win_name = 'Link' - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Pointer' - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -x_hotspot = 197 -y_hotspot = 24 -win_name = 'Work' -win_sizes = 96 - -[cursors.move] -png = 'move.png' -win_name = 'Move' - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -win_name = 'Handwriting' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -win_name = 'Help' - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -win_name = 'Alternate' - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -win_name = 'Horz' - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -win_name = 'Vert' - -[cursors.wait] -png = 'wait-*.png' -win_name = 'Busy' -win_sizes = 96 - -[cursors.xterm] -png = 'xterm.png' -win_name = 'Text' - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -win_name = 'Zoom-out' - -[cursors.person] -png = 'person.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Person' - -[cursors.pin] -png = 'pin.png' -x_hotspot = 207 -y_hotspot = 24 -win_name = 'Pin' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/x.build.toml b/system-master/assets/cursors/Bibata_Cursor-main/configs/right/x.build.toml deleted file mode 100644 index bf8aeb4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/configs/right/x.build.toml +++ /dev/null @@ -1,412 +0,0 @@ -[theme] -name = 'Bibata Right XCursor' -comment = 'Bibata is open source, compact, and material designed cursor set.' -website = 'https://www.bibata.live' - -[config] -bitmaps_dir = '' # This config will assigned with `ctgen -d ` -out_dir = '../../themes' -platforms = 'x11' - -[cursors] -[cursors.fallback_settings] -x11_sizes = [16, 20, 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] -x_hotspot = 128 -y_hotspot = 128 -x11_delay = 40 - -[cursors.bd_double_arrow] -png = 'bd_double_arrow.png' -x11_name = 'bd_double_arrow' -x11_symlinks = ["c7088f0f3e6c8088236ef8e1e3e70000", "nwse-resize", "size_fdiag"] - -[cursors.bottom_left_corner] -png = 'bottom_left_corner.png' -x_hotspot = 26 -y_hotspot = 232 -x11_name = 'bottom_left_corner' -x11_symlinks = ["sw-resize"] - -[cursors.bottom_right_corner] -png = 'bottom_right_corner.png' -x_hotspot = 229 -y_hotspot = 232 -x11_name = 'bottom_right_corner' -x11_symlinks = ['se-resize'] - -[cursors.bottom_side] -png = 'bottom_side.png' -x_hotspot = 129 -y_hotspot = 234 -x11_name = 'bottom_side' -x11_symlinks = ['s-resize'] - -[cursors.bottom_tee] -png = 'bottom_tee.png' -x_hotspot = 128 -y_hotspot = 230 -x11_name = 'bottom_tee' - -[cursors.center_ptr] -png = 'center_ptr.png' -x_hotspot = 127 -y_hotspot = 17 -x11_name = 'center_ptr' - -[cursors.circle] -png = 'circle.png' -x_hotspot = 207 -y_hotspot = 24 -x11_name = 'circle' -x11_symlinks = ['forbidden'] - -[cursors.context-menu] -png = 'context-menu.png' -x_hotspot = 207 -y_hotspot = 24 -x11_name = 'context-menu' - -[cursors.copy] -png = 'copy.png' -x_hotspot = 207 -y_hotspot = 24 -x11_name = 'copy' -x11_symlinks = [ - "1081e37283d90000800003c07f3ef6bf", - "6407b0e94181790501fd1e167b474872", - "b66166c04f8c3109214a4fbd64a50fc8" -] - -[cursors.cross] -png = 'cross.png' -x11_name = 'cross' -x11_symlinks = ["cross_reverse", "diamond_cross"] - -[cursors.crossed_circle] -png = 'crossed_circle.png' -x11_name = 'crossed_circle' -x11_symlinks = ["03b6e0fcb3499374a867c041f52298f0", "not-allowed"] - -[cursors.crosshair] -png = 'crosshair.png' -x11_name = 'crosshair' - -[cursors.dnd_no_drop] -png = 'dnd_no_drop.png' -x_hotspot = 156 -y_hotspot = 68 -x11_name = 'dnd_no_drop' -x11_symlinks = ["no-drop"] - -[cursors.dnd-ask] -png = 'dnd-ask.png' -x_hotspot = 156 -y_hotspot = 68 -x11_name = 'dnd-ask' - -[cursors.dnd-copy] -png = 'dnd-copy.png' -x_hotspot = 156 -y_hotspot = 68 -x11_name = 'dnd-copy' - -[cursors.dnd-link] -png = 'dnd-link.png' -x_hotspot = 156 -y_hotspot = 68 -x11_name = 'dnd-link' -x11_symlinks = ['alias'] - -[cursors.dotbox] -png = 'dotbox.png' -x11_name = 'dotbox' -x11_symlinks = ["dot_box_mask", "draped_box", "icon", "target"] - -[cursors.fd_double_arrow] -png = 'fd_double_arrow.png' -x11_name = 'fd_double_arrow' -x11_symlinks = ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"] - -[cursors.grabbing] -png = 'grabbing.png' -x_hotspot = 112 -y_hotspot = 64 -x11_name = 'grabbing' -x11_symlinks = [ - "closedhand", - "dnd-move", - "dnd-none", - "fcf21c00b30f7e3f83fe0dfd12e71cff" -] - -[cursors.hand1] -png = 'hand1.png' -x_hotspot = 97 -y_hotspot = 80 -x11_name = 'hand1' -x11_symlinks = ["grab", "openhand"] - -[cursors.hand2] -png = 'hand2.png' -x_hotspot = 138 -y_hotspot = 14 -x11_name = 'hand2' -x11_symlinks = [ - "9d800788f1b08800ae810202380a0822", - "e29285e634086352946a0e7090d73106", - "pointer", - "pointing_hand" -] - -[cursors.left_ptr] -png = 'left_ptr.png' -x_hotspot = 207 -y_hotspot = 24 -x11_name = 'left_ptr' -x11_symlinks = ["arrow", "default", "top_left_arrow"] - -[cursors.left_ptr_watch] -png = 'left_ptr_watch-*.png' -x_hotspot = 197 -y_hotspot = 24 -x11_name = 'left_ptr_watch' -x11_symlinks = [ - "00000000000000020006000e7e9ffc3f", - "08e8e1c95fe2fc01f976f1e063a24ccd", - "3ecb610c1bf2410f44200f48c40d3599", - "progress" -] - -[cursors.left_side] -png = 'left_side.png' -x_hotspot = 21 -y_hotspot = 128 -x11_name = 'left_side' -x11_symlinks = ['w-resize'] - -[cursors.left_tee] -png = 'left_tee.png' -x_hotspot = 230 -y_hotspot = 128 -x11_name = 'left_tee' - -[cursors.link] -png = 'link.png' -x_hotspot = 207 -y_hotspot = 24 -x11_name = 'link' -x11_symlinks = [ - "3085a0e285430894940527032f8b26df", - "640fb0e74195791501fd1ed57b41487f", - "a2a266d0498c3104214a47bd64ab0fc8", -] - -[cursors.ll_angle] -png = 'll_angle.png' -x_hotspot = 30 -y_hotspot = 223 -x11_name = 'll_angle' - -[cursors.lr_angle] -png = 'lr_angle.png' -x_hotspot = 224 -y_hotspot = 230 -x11_name = 'lr_angle' - -[cursors.move] -png = 'move.png' -x11_name = 'move' -x11_symlinks = [ - "4498f0e0c1937ffe01fd06f973665830", - "9081237383d90e509aa00f00170e968f", - "all-scroll", - "fleur", - "size_all" -] - -[cursors.pencil] -png = 'pencil.png' -x_hotspot = 46 -y_hotspot = 211 -x11_name = 'pencil' -x11_symlinks = ['draft'] - -[cursors.plus] -png = 'plus.png' -x11_name = 'plus' -x11_symlinks = ['cell'] - -[cursors.pointer-move] -png = 'pointer-move.png' -x_hotspot = 207 -y_hotspot = 24 -x11_name = 'pointer-move' - -[cursors.question_arrow] -png = 'question_arrow.png' -x_hotspot = 42 -y_hotspot = 86 -x11_name = 'question_arrow' -x11_symlinks = [ - "5c6cd98b3f3ebcb1f9c7f1c204630408", - "d9ce0ab605698f320427677b458ad60b", - "help", - "left_ptr_help", - "whats_this", -] - -[cursors.right_ptr] -png = 'right_ptr.png' -x_hotspot = 55 -y_hotspot = 17 -x11_name = 'right_ptr' -x11_symlinks = ["draft_large", "draft_small"] - -[cursors.right_side] -png = 'right_side.png' -x_hotspot = 233 -y_hotspot = 128 -x11_name = 'right_side' -x11_symlinks = ['e-resize'] - -[cursors.right_tee] -png = 'right_tee.png' -x_hotspot = 29 -y_hotspot = 128 -x11_name = 'right_tee' - -[cursors.sb_down_arrow] -png = 'sb_down_arrow.png' -x_hotspot = 128 -y_hotspot = 222 -x11_name = 'sb_down_arrow' -x11_symlinks = ['down-arrow'] - -[cursors.sb_h_double_arrow] -png = 'sb_h_double_arrow.png' -x11_name = 'sb_h_double_arrow' -x11_symlinks = [ - "028006030e0e7ebffc7f7070c0600140", - "14fef782d02440884392942c1120523", - "col-resize", - "ew-resize", - "h_double_arrow", - "size-hor", - "size_hor", - "split_h", -] - -[cursors.sb_left_arrow] -png = 'sb_left_arrow.png' -x_hotspot = 33 -y_hotspot = 128 -x11_name = 'sb_left_arrow' -x11_symlinks = ['left-arrow'] - -[cursors.sb_right_arrow] -png = 'sb_right_arrow.png' -x_hotspot = 223 -y_hotspot = 128 -x11_name = 'sb_right_arrow' -x11_symlinks = ['right-arrow'] - -[cursors.sb_up_arrow] -png = 'sb_up_arrow.png' -x_hotspot = 128 -y_hotspot = 33 -x11_name = 'sb_up_arrow' -x11_symlinks = ['up-arrow'] - -[cursors.sb_v_double_arrow] -png = 'sb_v_double_arrow.png' -x11_name = 'sb_v_double_arrow' -x11_symlinks = [ - "00008160000006810000408080010102", - "2870a09082c103050810ffdffffe0204", - "double_arrow", - "ns-resize", - "row-resize", - "size-ver", - "size_ver", - "split_v", - "v_double_arrow", -] - -[cursors.tcross] -png = 'tcross.png' -x11_name = 'tcross' -x11_symlinks = ['color-picker'] - -[cursors.top_left_corner] -png = 'top_left_corner.png' -x_hotspot = 29 -y_hotspot = 24 -x11_name = 'top_left_corner' -x11_symlinks = ['nw-resize'] - -[cursors.top_right_corner] -png = 'top_right_corner.png' -x_hotspot = 229 -y_hotspot = 24 -x11_name = 'top_right_corner' -x11_symlinks = ['ne-resize'] - -[cursors.top_side] -png = 'top_side.png' -x_hotspot = 128 -y_hotspot = 23 -x11_name = 'top_side' -x11_symlinks = ['n-resize'] - -[cursors.top_tee] -png = 'top_tee.png' -x_hotspot = 128 -y_hotspot = 27 -x11_name = 'top_tee' - -[cursors.ul_angle] -png = 'ul_angle.png' -x_hotspot = 33 -y_hotspot = 33 -x11_name = 'ul_angle' - -[cursors.ur_angle] -png = 'ur_angle.png' -x_hotspot = 225 -y_hotspot = 33 -x11_name = 'ur_angle' - -[cursors.vertical-text] -png = 'vertical-text.png' -x11_name = 'vertical-text' - -[cursors.wait] -png = 'wait-*.png' -x11_name = 'wait' -x11_symlinks = ['watch'] - -[cursors.wayland-cursor] -png = 'wayland-cursor.png' -x11_name = 'wayland-cursor' - -[cursors.X_cursor] -png = 'X_cursor.png' -x11_name = 'X_cursor' -x11_symlinks = ["pirate", "x-cursor"] - -[cursors.xterm] -png = 'xterm.png' -x11_name = 'xterm' -x11_symlinks = ["ibeam", "text"] - -[cursors.zoom_in] -png = 'zoom-in.png' -x_hotspot = 116 -y_hotspot = 116 -x11_name = 'zoom-in' - -[cursors.zoom_out] -png = 'zoom-out.png' -x_hotspot = 116 -y_hotspot = 116 -x11_name = 'zoom-out' diff --git a/system-master/assets/cursors/Bibata_Cursor-main/package.json b/system-master/assets/cursors/Bibata_Cursor-main/package.json deleted file mode 100644 index d96c96d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/package.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "type": "module", - "dependencies": { - "cbmp": "^1.1.1" - }, - "scripts": { - "clean": "rm -rf bin bitmaps themes", - "render": "npx cbmp render.json", - "build": "bash build.sh", - "generate": "npx cbmp render.json && bash build.sh" - } -} diff --git a/system-master/assets/cursors/Bibata_Cursor-main/pling.txt b/system-master/assets/cursors/Bibata_Cursor-main/pling.txt deleted file mode 100644 index ccc8775..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/pling.txt +++ /dev/null @@ -1,22 +0,0 @@ -Bibata is one of the most popular cursors set in the Linux community so far and is now available for freely with multiple colors and size options for Windows as well. The aim of this project is to provide personalized cursors to users. - -Check [url=https://github.com/ful1e5/Bibata_Cursor]README.md[/url] for installation, uninstallation, and personalize cursor sizes or colors. - -[b]Bibata Styles:[/b] -- Bibata Modern: Round Edges Bibata Cursors -- Bibata Original: Sharp Edges Bibata Cursors - -[b]XCursor Sizes:[/b] -16x16, 20x20, 22x22, 24x24, 28x28, 32x32, 40x40, 48x48, 56x56, 64x64, 72x72, 80x80, 88x88, 96x96 - -[b]Windows Cursor Size:[/b] -- 16x16 - Small -- 24x24 - Regular -- 32x32 - Large -- 48x48 - Extra Large - -[b]How to Personalize Bibata[/b] -Visit [url=https://www.bibata.live]https://www.bibata.live[/url] to personalize and download your own Bibata Cursor. - -[b]License & Terms:[/b] -'Bibata_Cursor' is available under the terms of the 'GPL-3.0' license. diff --git a/system-master/assets/cursors/Bibata_Cursor-main/render.json b/system-master/assets/cursors/Bibata_Cursor-main/render.json deleted file mode 100644 index 6c48be7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/render.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "Bibata-Modern-Amber": { - "dir": "svg/modern", - "out": "bitmaps/Bibata-Modern-Amber", - "colors": [ - { "match": "#00FF00", "replace": "#FF8300" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#001524" } - ] - }, - "Bibata-Modern-Amber-Right": { - "dir": "svg/modern-right", - "out": "bitmaps/Bibata-Modern-Amber-Right", - "colors": [ - { "match": "#00FF00", "replace": "#FF8300" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#001524" } - ] - }, - - "Bibata-Modern-Classic": { - "dir": "svg/modern", - "out": "bitmaps/Bibata-Modern-Classic", - "colors": [ - { "match": "#00FF00", "replace": "#000000" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#000000" } - ] - }, - "Bibata-Modern-Classic-Right": { - "dir": "svg/modern-right", - "out": "bitmaps/Bibata-Modern-Classic-Right", - "colors": [ - { "match": "#00FF00", "replace": "#000000" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#000000" } - ] - }, - - "Bibata-Modern-Ice": { - "dir": "svg/modern", - "out": "bitmaps/Bibata-Modern-Ice", - "colors": [ - { "match": "#00FF00", "replace": "#FFFFFF" }, - { "match": "#0000FF", "replace": "#000000" }, - { "match": "#FF0000", "replace": "#FFFFFF" } - ] - }, - "Bibata-Modern-Ice-Right": { - "dir": "svg/modern-right", - "out": "bitmaps/Bibata-Modern-Ice-Right", - "colors": [ - { "match": "#00FF00", "replace": "#FFFFFF" }, - { "match": "#0000FF", "replace": "#000000" }, - { "match": "#FF0000", "replace": "#FFFFFF" } - ] - }, - - "Bibata-Original-Amber": { - "dir": "svg/original", - "out": "bitmaps/Bibata-Original-Amber", - "colors": [ - { "match": "#00FF00", "replace": "#FF8300" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#001524" } - ] - }, - "Bibata-Original-Amber-Right": { - "dir": "svg/original-right", - "out": "bitmaps/Bibata-Original-Amber-Right", - "colors": [ - { "match": "#00FF00", "replace": "#FF8300" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#001524" } - ] - }, - - "Bibata-Original-Classic": { - "dir": "svg/original", - "out": "bitmaps/Bibata-Original-Classic", - "colors": [ - { "match": "#00FF00", "replace": "#000000" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#000000" } - ] - }, - "Bibata-Original-Classic-Right": { - "dir": "svg/original-right", - "out": "bitmaps/Bibata-Original-Classic-Right", - "colors": [ - { "match": "#00FF00", "replace": "#000000" }, - { "match": "#0000FF", "replace": "#FFFFFF" }, - { "match": "#FF0000", "replace": "#000000" } - ] - }, - - "Bibata-Original-Ice": { - "dir": "svg/original", - "out": "bitmaps/Bibata-Original-Ice", - "colors": [ - { "match": "#00FF00", "replace": "#FFFFFF" }, - { "match": "#0000FF", "replace": "#000000" }, - { "match": "#FF0000", "replace": "#FFFFFF" } - ] - }, - "Bibata-Original-Ice-Right": { - "dir": "svg/original-right", - "out": "bitmaps/Bibata-Original-Ice-Right", - "colors": [ - { "match": "#00FF00", "replace": "#FFFFFF" }, - { "match": "#0000FF", "replace": "#000000" }, - { "match": "#FF0000", "replace": "#FFFFFF" } - ] - } -} diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-ask.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-ask.svg deleted file mode 100644 index 28c7228..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-ask.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-copy.svg deleted file mode 100644 index 3c54459..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-copy.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-link.svg deleted file mode 100644 index 924185e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd-link.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd_no_drop.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd_no_drop.svg deleted file mode 100644 index c57c000..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/dnd_no_drop.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/grabbing.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/grabbing.svg deleted file mode 100644 index 12e52c7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/grabbing.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand1.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand1.svg deleted file mode 100644 index 437ecea..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand1.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand2.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand2.svg deleted file mode 100644 index c8703b8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand-right/hand2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-ask.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-ask.svg deleted file mode 100644 index 5914282..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-ask.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-copy.svg deleted file mode 100644 index 84cf75f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-copy.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-link.svg deleted file mode 100644 index d15bfe4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd-link.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd_no_drop.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd_no_drop.svg deleted file mode 100644 index 413e7e3..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/dnd_no_drop.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/grabbing.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/grabbing.svg deleted file mode 100644 index bef9885..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/grabbing.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand1.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand1.svg deleted file mode 100644 index 7ab4918..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand1.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand2.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand2.svg deleted file mode 100644 index 894b1e2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/hand/hand2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/bd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/bd_double_arrow.svg deleted file mode 100644 index d19bf8d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/bd_double_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/fd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/fd_double_arrow.svg deleted file mode 100644 index 8990e6c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/fd_double_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/move.svg deleted file mode 100644 index 0b111b4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/move.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_down_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_down_arrow.svg deleted file mode 100644 index 11fa971..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_down_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_h_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_h_double_arrow.svg deleted file mode 100644 index 7d11fa7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_h_double_arrow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_left_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_left_arrow.svg deleted file mode 100644 index f25cf50..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_left_arrow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_right_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_right_arrow.svg deleted file mode 100644 index 0e28e32..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_right_arrow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_up_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_up_arrow.svg deleted file mode 100644 index a8111ab..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_up_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_v_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_v_double_arrow.svg deleted file mode 100644 index 40fc7db..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-arrow/sb_v_double_arrow.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/center_ptr.svg deleted file mode 100644 index 18b7983..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/center_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/circle.svg deleted file mode 100644 index 1b5099d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/circle.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/context-menu.svg deleted file mode 100644 index 3b2a94f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/context-menu.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/copy.svg deleted file mode 100644 index 83cda54..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/copy.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr.svg deleted file mode 100644 index ef2a315..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-01.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-01.svg deleted file mode 100644 index 7b3e941..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-01.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-02.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-02.svg deleted file mode 100644 index caccfc5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-02.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-03.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-03.svg deleted file mode 100644 index 2b41b1c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-03.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-04.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-04.svg deleted file mode 100644 index ef416a4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-04.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-05.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-05.svg deleted file mode 100644 index f8a141d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-05.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-06.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-06.svg deleted file mode 100644 index 8fa97b4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-06.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-07.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-07.svg deleted file mode 100644 index 7db011c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-07.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-08.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-08.svg deleted file mode 100644 index 0f373ab..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-08.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-09.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-09.svg deleted file mode 100644 index 64d8284..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-09.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-10.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-10.svg deleted file mode 100644 index 999f40a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-10.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-11.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-11.svg deleted file mode 100644 index 6078cb1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-11.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-12.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-12.svg deleted file mode 100644 index 16e48d7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-12.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-13.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-13.svg deleted file mode 100644 index 719a2b2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-13.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-14.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-14.svg deleted file mode 100644 index 70e2195..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-14.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-15.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-15.svg deleted file mode 100644 index ffb4abf..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-15.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-16.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-16.svg deleted file mode 100644 index 03fe65f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-16.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-17.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-17.svg deleted file mode 100644 index bcccc85..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-17.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-18.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-18.svg deleted file mode 100644 index ecb6b12..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-18.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-19.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-19.svg deleted file mode 100644 index 47527a0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-19.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-20.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-20.svg deleted file mode 100644 index 58c87af..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-20.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-21.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-21.svg deleted file mode 100644 index 13727ff..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-21.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-22.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-22.svg deleted file mode 100644 index d46fe54..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-22.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-23.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-23.svg deleted file mode 100644 index af27a8c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-23.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-24.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-24.svg deleted file mode 100644 index 7fd7d03..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-24.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-25.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-25.svg deleted file mode 100644 index 1664bed..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-25.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-26.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-26.svg deleted file mode 100644 index be3bd63..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-26.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-27.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-27.svg deleted file mode 100644 index 59a399e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-27.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-28.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-28.svg deleted file mode 100644 index 59f1c0b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-28.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-29.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-29.svg deleted file mode 100644 index 6565976..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-29.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-30.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-30.svg deleted file mode 100644 index 9ca7300..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-30.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-31.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-31.svg deleted file mode 100644 index c2e9e43..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-31.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-32.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-32.svg deleted file mode 100644 index 5b3ec37..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-32.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-33.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-33.svg deleted file mode 100644 index cb55916..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-33.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-34.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-34.svg deleted file mode 100644 index 1d89b94..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-34.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-35.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-35.svg deleted file mode 100644 index 3113b21..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-35.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-36.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-36.svg deleted file mode 100644 index a6050d7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-36.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-37.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-37.svg deleted file mode 100644 index 2db6e0a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-37.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-38.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-38.svg deleted file mode 100644 index fdaf711..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-38.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-39.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-39.svg deleted file mode 100644 index 36a0833..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-39.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-40.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-40.svg deleted file mode 100644 index 1af8dcd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-40.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-41.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-41.svg deleted file mode 100644 index c5f17a7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-41.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-42.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-42.svg deleted file mode 100644 index 70f4aa4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-42.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-43.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-43.svg deleted file mode 100644 index 1bb3b4a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-43.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-44.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-44.svg deleted file mode 100644 index 5b1f14b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-44.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-45.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-45.svg deleted file mode 100644 index 49100dd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-45.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-46.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-46.svg deleted file mode 100644 index a71c72d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-46.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-47.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-47.svg deleted file mode 100644 index e3fd438..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-47.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-48.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-48.svg deleted file mode 100644 index 7da93ba..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-48.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-49.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-49.svg deleted file mode 100644 index fc1f623..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-49.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-50.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-50.svg deleted file mode 100644 index 8a62847..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-50.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-51.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-51.svg deleted file mode 100644 index 4ac0ad8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-51.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-52.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-52.svg deleted file mode 100644 index 45324d6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-52.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-53.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-53.svg deleted file mode 100644 index ea11883..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-53.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-54.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-54.svg deleted file mode 100644 index 0570a2c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/left_ptr_watch/left_ptr_watch-54.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/link.svg deleted file mode 100644 index a722a94..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/link.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/person.svg deleted file mode 100644 index 0fcf133..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/person.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pin.svg deleted file mode 100644 index d5c624e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pin.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pointer-move.svg deleted file mode 100644 index 3d45799..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/pointer-move.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/right_ptr.svg deleted file mode 100644 index 14e72a1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern-right/right_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/center_ptr.svg deleted file mode 100644 index 18b7983..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/center_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/circle.svg deleted file mode 100644 index 6aaf190..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/circle.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/context-menu.svg deleted file mode 100644 index 3141221..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/context-menu.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/copy.svg deleted file mode 100644 index a0253e9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/copy.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr.svg deleted file mode 100644 index 14e72a1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-01.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-01.svg deleted file mode 100644 index 219148a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-01.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-02.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-02.svg deleted file mode 100644 index b7092eb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-02.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-03.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-03.svg deleted file mode 100644 index 167fa62..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-03.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-04.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-04.svg deleted file mode 100644 index 7a861ff..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-04.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-05.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-05.svg deleted file mode 100644 index 8deff27..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-05.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-06.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-06.svg deleted file mode 100644 index 096d647..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-06.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-07.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-07.svg deleted file mode 100644 index 9b38194..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-07.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-08.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-08.svg deleted file mode 100644 index a184231..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-08.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-09.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-09.svg deleted file mode 100644 index 727dc6f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-09.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-10.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-10.svg deleted file mode 100644 index 402049a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-10.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-11.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-11.svg deleted file mode 100644 index 58b85ba..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-11.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-12.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-12.svg deleted file mode 100644 index 04f13af..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-12.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-13.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-13.svg deleted file mode 100644 index 11073f1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-13.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-14.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-14.svg deleted file mode 100644 index b24a78e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-14.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-15.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-15.svg deleted file mode 100644 index a6059a2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-15.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-16.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-16.svg deleted file mode 100644 index 81fcb70..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-16.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-17.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-17.svg deleted file mode 100644 index 8cfe8e1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-17.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-18.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-18.svg deleted file mode 100644 index a6d7960..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-18.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-19.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-19.svg deleted file mode 100644 index 7027359..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-19.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-20.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-20.svg deleted file mode 100644 index c71f1a4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-20.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-21.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-21.svg deleted file mode 100644 index bb3c1a3..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-21.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-22.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-22.svg deleted file mode 100644 index 4c7e490..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-22.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-23.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-23.svg deleted file mode 100644 index caa1d12..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-23.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-24.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-24.svg deleted file mode 100644 index 6399d60..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-24.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-25.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-25.svg deleted file mode 100644 index a92c629..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-25.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-26.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-26.svg deleted file mode 100644 index 50b0f3f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-26.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-27.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-27.svg deleted file mode 100644 index ceeb6a9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-27.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-28.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-28.svg deleted file mode 100644 index e52cb23..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-28.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-29.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-29.svg deleted file mode 100644 index 785b131..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-29.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-30.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-30.svg deleted file mode 100644 index 4ccec35..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-30.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-31.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-31.svg deleted file mode 100644 index 3fae5b6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-31.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-32.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-32.svg deleted file mode 100644 index 8617293..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-32.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-33.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-33.svg deleted file mode 100644 index 079a80b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-33.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-34.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-34.svg deleted file mode 100644 index 0b744bf..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-34.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-35.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-35.svg deleted file mode 100644 index 1f088c7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-35.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-36.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-36.svg deleted file mode 100644 index 246183a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-36.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-37.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-37.svg deleted file mode 100644 index 75fb1da..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-37.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-38.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-38.svg deleted file mode 100644 index ecfa5b3..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-38.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-39.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-39.svg deleted file mode 100644 index 11e38be..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-39.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-40.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-40.svg deleted file mode 100644 index 15a2beb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-40.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-41.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-41.svg deleted file mode 100644 index d7fc2e9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-41.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-42.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-42.svg deleted file mode 100644 index 4168cc9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-42.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-43.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-43.svg deleted file mode 100644 index 7e3a01d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-43.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-44.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-44.svg deleted file mode 100644 index bfe0c8c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-44.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-45.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-45.svg deleted file mode 100644 index c198830..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-45.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-46.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-46.svg deleted file mode 100644 index 05ac5ef..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-46.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-47.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-47.svg deleted file mode 100644 index ebe76d6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-47.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-48.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-48.svg deleted file mode 100644 index 7fb2151..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-48.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-49.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-49.svg deleted file mode 100644 index ae798c0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-49.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-50.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-50.svg deleted file mode 100644 index 4235ea1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-50.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-51.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-51.svg deleted file mode 100644 index 5ba027a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-51.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-52.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-52.svg deleted file mode 100644 index a4c0c17..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-52.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-53.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-53.svg deleted file mode 100644 index 816c6f6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-53.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-54.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-54.svg deleted file mode 100644 index 185bafa..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/left_ptr_watch/left_ptr_watch-54.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/link.svg deleted file mode 100644 index 23a7a83..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/link.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/person.svg deleted file mode 100644 index 0183b75..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/person.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pin.svg deleted file mode 100644 index 5bdb656..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pin.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pointer-move.svg deleted file mode 100644 index 4963a18..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/pointer-move.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/right_ptr.svg deleted file mode 100644 index 4284c88..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/modern/right_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/bd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/bd_double_arrow.svg deleted file mode 100644 index 19ef3c6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/bd_double_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/fd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/fd_double_arrow.svg deleted file mode 100644 index 2fd55e3..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/fd_double_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/move.svg deleted file mode 100644 index 8148b31..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/move.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_down_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_down_arrow.svg deleted file mode 100644 index c0aef7f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_down_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_h_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_h_double_arrow.svg deleted file mode 100644 index d77aa5b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_h_double_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_left_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_left_arrow.svg deleted file mode 100644 index 31c8a37..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_left_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_right_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_right_arrow.svg deleted file mode 100644 index 875ca9c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_right_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_up_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_up_arrow.svg deleted file mode 100644 index 8baada5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_up_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_v_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_v_double_arrow.svg deleted file mode 100644 index 9bfca47..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-arrow/sb_v_double_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/center_ptr.svg deleted file mode 100644 index 2d4c2cc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/center_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/circle.svg deleted file mode 100644 index fad9d16..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/circle.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/context-menu.svg deleted file mode 100644 index 7d30a4f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/context-menu.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/copy.svg deleted file mode 100644 index c9e28c5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/copy.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr.svg deleted file mode 100644 index 0c6a2b0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-01.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-01.svg deleted file mode 100644 index ff85cf3..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-01.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-02.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-02.svg deleted file mode 100644 index bd9d84c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-02.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-03.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-03.svg deleted file mode 100644 index 45ccc65..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-03.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-04.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-04.svg deleted file mode 100644 index 408e821..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-04.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-05.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-05.svg deleted file mode 100644 index ff7e2bd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-05.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-06.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-06.svg deleted file mode 100644 index 8560670..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-06.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-07.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-07.svg deleted file mode 100644 index bb26a75..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-07.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-08.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-08.svg deleted file mode 100644 index 9ac177c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-08.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-09.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-09.svg deleted file mode 100644 index b4f8cc5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-09.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-10.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-10.svg deleted file mode 100644 index cf7ebd9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-10.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-11.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-11.svg deleted file mode 100644 index 215dbc5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-11.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-12.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-12.svg deleted file mode 100644 index 0dbb483..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-12.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-13.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-13.svg deleted file mode 100644 index adb6ff0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-13.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-14.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-14.svg deleted file mode 100644 index 4fe0204..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-14.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-15.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-15.svg deleted file mode 100644 index 8cb7335..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-15.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-16.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-16.svg deleted file mode 100644 index 9647e2e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-16.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-17.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-17.svg deleted file mode 100644 index 95db825..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-17.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-18.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-18.svg deleted file mode 100644 index 68236a9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-18.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-19.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-19.svg deleted file mode 100644 index 0e1ad44..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-19.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-20.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-20.svg deleted file mode 100644 index ae74ced..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-20.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-21.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-21.svg deleted file mode 100644 index c7ba1bf..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-21.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-22.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-22.svg deleted file mode 100644 index aa077ff..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-22.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-23.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-23.svg deleted file mode 100644 index b09e3e6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-23.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-24.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-24.svg deleted file mode 100644 index 4c153d8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-24.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-25.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-25.svg deleted file mode 100644 index a273053..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-25.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-26.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-26.svg deleted file mode 100644 index 75d2ac1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-26.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-27.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-27.svg deleted file mode 100644 index 27b2076..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-27.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-28.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-28.svg deleted file mode 100644 index 12593b2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-28.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-29.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-29.svg deleted file mode 100644 index 3d54a27..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-29.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-30.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-30.svg deleted file mode 100644 index bbf01e5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-30.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-31.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-31.svg deleted file mode 100644 index 4136af8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-31.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-32.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-32.svg deleted file mode 100644 index 457aabe..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-32.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-33.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-33.svg deleted file mode 100644 index f1e1c65..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-33.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-34.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-34.svg deleted file mode 100644 index 8ef883f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-34.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-35.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-35.svg deleted file mode 100644 index a6fe05f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-35.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-36.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-36.svg deleted file mode 100644 index c9d8afd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-36.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-37.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-37.svg deleted file mode 100644 index bb08b1f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-37.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-38.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-38.svg deleted file mode 100644 index eaa6312..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-38.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-39.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-39.svg deleted file mode 100644 index 68f5dd9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-39.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-40.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-40.svg deleted file mode 100644 index 82e0de4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-40.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-41.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-41.svg deleted file mode 100644 index 6861f7c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-41.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-42.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-42.svg deleted file mode 100644 index 89ca65e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-42.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-43.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-43.svg deleted file mode 100644 index 1bd6175..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-43.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-44.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-44.svg deleted file mode 100644 index 06e3c0d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-44.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-45.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-45.svg deleted file mode 100644 index f90a8ca..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-45.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-46.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-46.svg deleted file mode 100644 index 37c306d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-46.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-47.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-47.svg deleted file mode 100644 index 7aa9473..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-47.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-48.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-48.svg deleted file mode 100644 index 5b5ee52..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-48.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-49.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-49.svg deleted file mode 100644 index 695694c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-49.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-50.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-50.svg deleted file mode 100644 index 67f77bd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-50.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-51.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-51.svg deleted file mode 100644 index c741764..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-51.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-52.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-52.svg deleted file mode 100644 index 951521f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-52.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-53.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-53.svg deleted file mode 100644 index b3016e4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-53.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-54.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-54.svg deleted file mode 100644 index 94d194e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/left_ptr_watch/left_ptr_watch-54.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/link.svg deleted file mode 100644 index a7c0688..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/link.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/person.svg deleted file mode 100644 index e6d3349..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/person.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pin.svg deleted file mode 100644 index 4108cd8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pin.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pointer-move.svg deleted file mode 100644 index 9c4ec88..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/pointer-move.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/right_ptr.svg deleted file mode 100644 index 5555a96..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original-right/right_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/center_ptr.svg deleted file mode 100644 index b43be4d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/center_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/circle.svg deleted file mode 100644 index 148c60f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/circle.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/context-menu.svg deleted file mode 100644 index 5b3c161..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/context-menu.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/copy.svg deleted file mode 100644 index e0fc95c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/copy.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr.svg deleted file mode 100644 index 8f49c04..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-01.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-01.svg deleted file mode 100644 index cd35201..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-01.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-02.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-02.svg deleted file mode 100644 index 0a80c30..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-02.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-03.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-03.svg deleted file mode 100644 index 5cb7339..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-03.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-04.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-04.svg deleted file mode 100644 index 80ce9eb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-04.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-05.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-05.svg deleted file mode 100644 index 84f3bb1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-05.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-06.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-06.svg deleted file mode 100644 index cfea5de..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-06.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-07.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-07.svg deleted file mode 100644 index f017d68..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-07.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-08.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-08.svg deleted file mode 100644 index da5e053..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-08.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-09.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-09.svg deleted file mode 100644 index c85e642..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-09.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-10.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-10.svg deleted file mode 100644 index 30f384e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-10.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-11.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-11.svg deleted file mode 100644 index 4166d5f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-11.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-12.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-12.svg deleted file mode 100644 index c6c5ba2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-12.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-13.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-13.svg deleted file mode 100644 index 186ea47..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-13.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-14.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-14.svg deleted file mode 100644 index d754b8e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-14.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-15.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-15.svg deleted file mode 100644 index af35fe7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-15.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-16.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-16.svg deleted file mode 100644 index 35e5f9c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-16.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-17.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-17.svg deleted file mode 100644 index 546890d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-17.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-18.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-18.svg deleted file mode 100644 index 59ca48a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-18.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-19.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-19.svg deleted file mode 100644 index 8b686ab..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-19.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-20.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-20.svg deleted file mode 100644 index cb96d14..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-20.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-21.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-21.svg deleted file mode 100644 index 6c568cc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-21.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-22.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-22.svg deleted file mode 100644 index eb728d7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-22.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-23.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-23.svg deleted file mode 100644 index 5450301..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-23.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-24.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-24.svg deleted file mode 100644 index 1094851..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-24.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-25.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-25.svg deleted file mode 100644 index fbccfb2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-25.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-26.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-26.svg deleted file mode 100644 index 389049d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-26.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-27.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-27.svg deleted file mode 100644 index 1c575d3..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-27.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-28.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-28.svg deleted file mode 100644 index 95c3887..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-28.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-29.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-29.svg deleted file mode 100644 index d95333c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-29.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-30.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-30.svg deleted file mode 100644 index 7ae4ed0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-30.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-31.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-31.svg deleted file mode 100644 index 09f4644..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-31.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-32.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-32.svg deleted file mode 100644 index 7960ef8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-32.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-33.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-33.svg deleted file mode 100644 index c42f054..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-33.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-34.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-34.svg deleted file mode 100644 index 39b3891..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-34.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-35.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-35.svg deleted file mode 100644 index e50913f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-35.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-36.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-36.svg deleted file mode 100644 index 84f117d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-36.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-37.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-37.svg deleted file mode 100644 index 5ac13bb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-37.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-38.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-38.svg deleted file mode 100644 index 5a8f777..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-38.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-39.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-39.svg deleted file mode 100644 index 0b41563..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-39.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-40.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-40.svg deleted file mode 100644 index 9222c32..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-40.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-41.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-41.svg deleted file mode 100644 index 9ec5cbe..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-41.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-42.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-42.svg deleted file mode 100644 index 39a7fea..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-42.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-43.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-43.svg deleted file mode 100644 index bcc8aa5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-43.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-44.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-44.svg deleted file mode 100644 index 9ff7f23..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-44.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-45.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-45.svg deleted file mode 100644 index 656273d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-45.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-46.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-46.svg deleted file mode 100644 index 11139bc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-46.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-47.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-47.svg deleted file mode 100644 index cff8a03..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-47.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-48.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-48.svg deleted file mode 100644 index 81579d4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-48.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-49.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-49.svg deleted file mode 100644 index 31f97d3..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-49.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-50.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-50.svg deleted file mode 100644 index bd25fbf..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-50.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-51.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-51.svg deleted file mode 100644 index 959eb2a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-51.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-52.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-52.svg deleted file mode 100644 index ccd22c1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-52.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-53.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-53.svg deleted file mode 100644 index 4321508..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-53.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-54.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-54.svg deleted file mode 100644 index 7b59880..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/left_ptr_watch/left_ptr_watch-54.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/link.svg deleted file mode 100644 index d769096..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/link.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/person.svg deleted file mode 100644 index 3798a54..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/person.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/pin.svg deleted file mode 100644 index 64abfef..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/pin.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/pointer-move.svg deleted file mode 100644 index 4b3f8d9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/pointer-move.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/right_ptr.svg deleted file mode 100644 index c0b9954..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/original/right_ptr.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/X_cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/X_cursor.svg deleted file mode 100644 index 528f8ee..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/X_cursor.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_left_corner.svg deleted file mode 100644 index 455c532..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_left_corner.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_right_corner.svg deleted file mode 100644 index 6f98eb0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_right_corner.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_side.svg deleted file mode 100644 index e6d01b0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_side.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_tee.svg deleted file mode 100644 index e52ebfa..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/bottom_tee.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/cross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/cross.svg deleted file mode 100644 index 1439617..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/cross.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crossed_circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crossed_circle.svg deleted file mode 100644 index 61c866d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crossed_circle.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crosshair.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crosshair.svg deleted file mode 100644 index 4ea7e71..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/crosshair.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/dotbox.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/dotbox.svg deleted file mode 100644 index 41ec11e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/dotbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_side.svg deleted file mode 100644 index ca2fce2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_side.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_tee.svg deleted file mode 100644 index bccf00d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/left_tee.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ll_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ll_angle.svg deleted file mode 100644 index 99ba6ae..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ll_angle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/lr_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/lr_angle.svg deleted file mode 100644 index 29034f4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/lr_angle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/pencil.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/pencil.svg deleted file mode 100644 index aacb3b2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/pencil.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/plus.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/plus.svg deleted file mode 100644 index a8d68f0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/plus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/question_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/question_arrow.svg deleted file mode 100644 index 1794c3c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/question_arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_side.svg deleted file mode 100644 index 2d0cea9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_side.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_tee.svg deleted file mode 100644 index 220f490..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/right_tee.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/tcross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/tcross.svg deleted file mode 100644 index 45f3957..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/tcross.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_left_corner.svg deleted file mode 100644 index ba19da5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_left_corner.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_right_corner.svg deleted file mode 100644 index 1edd37e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_right_corner.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_side.svg deleted file mode 100644 index 5e29e02..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_side.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_tee.svg deleted file mode 100644 index 5f56152..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/top_tee.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ul_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ul_angle.svg deleted file mode 100644 index 01ea733..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ul_angle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ur_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ur_angle.svg deleted file mode 100644 index 1ca4d7e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/ur_angle.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/vertical-text.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/vertical-text.svg deleted file mode 100644 index 9d753d8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/vertical-text.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-01.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-01.svg deleted file mode 100644 index aeb20d6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-01.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-02.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-02.svg deleted file mode 100644 index 69179d5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-02.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-03.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-03.svg deleted file mode 100644 index dc5ef62..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-03.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-04.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-04.svg deleted file mode 100644 index 797c477..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-04.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-05.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-05.svg deleted file mode 100644 index 11a00ed..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-05.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-06.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-06.svg deleted file mode 100644 index f1e2941..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-06.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-07.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-07.svg deleted file mode 100644 index dabc9a1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-07.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-08.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-08.svg deleted file mode 100644 index 1406579..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-08.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-09.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-09.svg deleted file mode 100644 index e83b7ca..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-09.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-10.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-10.svg deleted file mode 100644 index ed897df..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-10.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-11.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-11.svg deleted file mode 100644 index 319d3df..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-11.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-12.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-12.svg deleted file mode 100644 index 5278e9b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-12.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-13.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-13.svg deleted file mode 100644 index 16d7423..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-13.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-14.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-14.svg deleted file mode 100644 index a51ce5f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-14.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-15.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-15.svg deleted file mode 100644 index a185104..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-15.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-16.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-16.svg deleted file mode 100644 index 3c3f330..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-16.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-17.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-17.svg deleted file mode 100644 index 11ae9d7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-17.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-18.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-18.svg deleted file mode 100644 index ff16067..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-18.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-19.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-19.svg deleted file mode 100644 index c45cf7a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-19.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-20.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-20.svg deleted file mode 100644 index 137f5dd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-20.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-21.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-21.svg deleted file mode 100644 index ab7f67d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-21.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-22.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-22.svg deleted file mode 100644 index 7b97bb7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-22.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-23.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-23.svg deleted file mode 100644 index 92e576c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-23.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-24.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-24.svg deleted file mode 100644 index 19657e2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-24.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-25.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-25.svg deleted file mode 100644 index 3c2824a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-25.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-26.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-26.svg deleted file mode 100644 index 2e25637..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-26.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-27.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-27.svg deleted file mode 100644 index 4b32422..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-27.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-28.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-28.svg deleted file mode 100644 index 84e17bc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-28.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-29.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-29.svg deleted file mode 100644 index f5d4467..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-29.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-30.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-30.svg deleted file mode 100644 index 6d94701..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-30.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-31.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-31.svg deleted file mode 100644 index 97b1a76..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-31.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-32.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-32.svg deleted file mode 100644 index b2dc5dc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-32.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-33.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-33.svg deleted file mode 100644 index 2c70d0d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-33.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-34.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-34.svg deleted file mode 100644 index 0ab5fa2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-34.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-35.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-35.svg deleted file mode 100644 index 54a7d15..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-35.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-36.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-36.svg deleted file mode 100644 index a639838..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-36.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-37.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-37.svg deleted file mode 100644 index 465895f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-37.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-38.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-38.svg deleted file mode 100644 index 6399641..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-38.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-39.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-39.svg deleted file mode 100644 index ab721e8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-39.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-40.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-40.svg deleted file mode 100644 index 983d94d..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-40.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-41.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-41.svg deleted file mode 100644 index 2383ff9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-41.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-42.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-42.svg deleted file mode 100644 index 63939c6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-42.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-43.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-43.svg deleted file mode 100644 index 67c9dda..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-43.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-44.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-44.svg deleted file mode 100644 index 9607471..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-44.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-45.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-45.svg deleted file mode 100644 index 81cd47f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-45.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-46.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-46.svg deleted file mode 100644 index 6858d28..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-46.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-47.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-47.svg deleted file mode 100644 index 6697203..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-47.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-48.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-48.svg deleted file mode 100644 index 10e18eb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-48.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-49.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-49.svg deleted file mode 100644 index ce1aac2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-49.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-50.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-50.svg deleted file mode 100644 index 06d8ba2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-50.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-51.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-51.svg deleted file mode 100644 index bb38e6c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-51.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-52.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-52.svg deleted file mode 100644 index 633cd23..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-52.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-53.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-53.svg deleted file mode 100644 index 1399f3c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-53.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-54.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-54.svg deleted file mode 100644 index 6f21d6b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wait/wait-54.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wayland-cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wayland-cursor.svg deleted file mode 100644 index 67b004e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/wayland-cursor.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/xterm.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/xterm.svg deleted file mode 100644 index d0be8db..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/xterm.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-in.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-in.svg deleted file mode 100644 index c3224be..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-in.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-out.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-out.svg deleted file mode 100644 index 21f9cde..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/groups/shared/zoom-out.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/link.py b/system-master/assets/cursors/Bibata_Cursor-main/svg/link.py deleted file mode 100644 index 16e398f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/link.py +++ /dev/null @@ -1,78 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -import contextlib -import os -from pathlib import Path -from typing import List - - -@contextlib.contextmanager -def cwd(dir): - curdir = os.getcwd() - try: - os.chdir(dir) - yield - finally: - os.chdir(curdir) - - -def gen_symlinks(src_dirs: List[str], dst_dir: str) -> None: - dst = Path(dst_dir) - for src_dir in src_dirs: - for file in Path(src_dir).glob("*"): - link = dst / file.name - if os.path.exists(link): - os.remove(link) - - print(f"Creating symlink for {link.name}") - with cwd(dst): - os.symlink( - os.path.relpath(file, dst), - link.name, - ) - - -# Linking Bibata Modern -gen_symlinks( - [ - "groups/modern", - "groups/modern-arrow", - "groups/shared", - "groups/hand", - ], - "modern", -) - -# Linking Bibata Modern Right -gen_symlinks( - [ - "groups/modern-right", - "groups/modern-arrow", - "groups/shared", - "groups/hand-right", - ], - "modern-right", -) - -# Linking Bibata Original -gen_symlinks( - [ - "groups/original", - "groups/original-arrow", - "groups/shared", - "groups/hand", - ], - "original", -) - -# Linking Bibata Original Right -gen_symlinks( - [ - "groups/original-right", - "groups/original-arrow", - "groups/shared", - "groups/hand-right", - ], - "original-right", -) diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/X_cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/X_cursor.svg deleted file mode 120000 index 8af83b9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/X_cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bd_double_arrow.svg deleted file mode 120000 index 592e128..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_left_corner.svg deleted file mode 120000 index 70eeeba..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_right_corner.svg deleted file mode 120000 index 07ee287..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_side.svg deleted file mode 120000 index d15c7a4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_tee.svg deleted file mode 120000 index 80daefc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/bottom_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/center_ptr.svg deleted file mode 120000 index b5b9120..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/center_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/center_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/circle.svg deleted file mode 120000 index a00fbc1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/context-menu.svg deleted file mode 120000 index 0def715..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/context-menu.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/context-menu.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/copy.svg deleted file mode 120000 index a0dce0f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/cross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/cross.svg deleted file mode 120000 index d2fc18a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/cross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/cross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/crossed_circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/crossed_circle.svg deleted file mode 120000 index 4c7f0b8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/crossed_circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/crosshair.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/crosshair.svg deleted file mode 120000 index 184871e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/crosshair.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crosshair.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-ask.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-ask.svg deleted file mode 120000 index da23c35..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-ask.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd-ask.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-copy.svg deleted file mode 120000 index f3ba577..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd-copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-link.svg deleted file mode 120000 index 226141c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd-link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd-link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd_no_drop.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd_no_drop.svg deleted file mode 120000 index fd1e459..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dnd_no_drop.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd_no_drop.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dotbox.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dotbox.svg deleted file mode 120000 index 3c3e70a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/dotbox.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/dotbox.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/fd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/fd_double_arrow.svg deleted file mode 120000 index 7d8c136..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/fd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/grabbing.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/grabbing.svg deleted file mode 120000 index e3a6e22..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/grabbing.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/grabbing.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand1.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand1.svg deleted file mode 120000 index 8c44d67..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand1.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/hand1.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand2.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand2.svg deleted file mode 120000 index db8a2d4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/hand2.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/hand2.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr.svg deleted file mode 120000 index b689530..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/left_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr_watch b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr_watch deleted file mode 120000 index 08b9f99..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_ptr_watch +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/left_ptr_watch \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_side.svg deleted file mode 120000 index ac9de01..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_tee.svg deleted file mode 120000 index 8d8ecad..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/left_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/link.svg deleted file mode 120000 index d97f707..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ll_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ll_angle.svg deleted file mode 120000 index e90a586..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ll_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/lr_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/lr_angle.svg deleted file mode 120000 index 01a224c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/lr_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/move.svg deleted file mode 120000 index 6be28a6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pencil.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pencil.svg deleted file mode 120000 index c1d501b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pencil.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/pencil.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/person.svg deleted file mode 120000 index 5aa7bb0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/person.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/person.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pin.svg deleted file mode 120000 index f9c86be..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pin.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/pin.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/plus.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/plus.svg deleted file mode 120000 index 7ed6325..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/plus.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/plus.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pointer-move.svg deleted file mode 120000 index ff8a5e5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/pointer-move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/pointer-move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/question_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/question_arrow.svg deleted file mode 120000 index f6f912c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/question_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_ptr.svg deleted file mode 120000 index a82f814..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-right/right_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_side.svg deleted file mode 120000 index 0c1688a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_tee.svg deleted file mode 120000 index 5bb1654..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/right_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_down_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_down_arrow.svg deleted file mode 120000 index 8ce689a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_down_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_h_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_h_double_arrow.svg deleted file mode 120000 index de88436..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_h_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_left_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_left_arrow.svg deleted file mode 120000 index 8ac9e43..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_left_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_right_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_right_arrow.svg deleted file mode 120000 index efd4112..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_right_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_up_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_up_arrow.svg deleted file mode 120000 index eaf3104..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_up_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_v_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_v_double_arrow.svg deleted file mode 120000 index 1317c42..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/sb_v_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/tcross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/tcross.svg deleted file mode 120000 index 3ef7970..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/tcross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/tcross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_left_corner.svg deleted file mode 120000 index b3c9621..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_right_corner.svg deleted file mode 120000 index 767ca1f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_side.svg deleted file mode 120000 index 5bc47ab..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_tee.svg deleted file mode 120000 index 57c23e9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/top_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ul_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ul_angle.svg deleted file mode 120000 index 5d62525..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ul_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ur_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ur_angle.svg deleted file mode 120000 index 9461262..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/ur_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/vertical-text.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/vertical-text.svg deleted file mode 120000 index 1dcf1af..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/vertical-text.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/wait b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/wait deleted file mode 120000 index 9ba3c47..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/wait +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wait \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/wayland-cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/wayland-cursor.svg deleted file mode 120000 index 017760e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/wayland-cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/xterm.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/xterm.svg deleted file mode 120000 index a91cdf9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/xterm.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/xterm.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-in.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-in.svg deleted file mode 120000 index 54a86dd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-out.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-out.svg deleted file mode 120000 index 2f6beaa..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern-right/zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/X_cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/X_cursor.svg deleted file mode 120000 index 8af83b9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/X_cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bd_double_arrow.svg deleted file mode 120000 index 592e128..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_left_corner.svg deleted file mode 120000 index 70eeeba..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_right_corner.svg deleted file mode 120000 index 07ee287..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_side.svg deleted file mode 120000 index d15c7a4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_tee.svg deleted file mode 120000 index 80daefc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/bottom_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/center_ptr.svg deleted file mode 120000 index cc06b32..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/center_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/center_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/circle.svg deleted file mode 120000 index 54cfe8b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/context-menu.svg deleted file mode 120000 index 2c85fc6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/context-menu.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/context-menu.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/copy.svg deleted file mode 120000 index 015a15f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/cross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/cross.svg deleted file mode 120000 index d2fc18a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/cross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/cross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/crossed_circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/crossed_circle.svg deleted file mode 120000 index 4c7f0b8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/crossed_circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/crosshair.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/crosshair.svg deleted file mode 120000 index 184871e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/crosshair.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crosshair.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-ask.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-ask.svg deleted file mode 120000 index c83e8d1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-ask.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd-ask.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-copy.svg deleted file mode 120000 index 9d9a09b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd-copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-link.svg deleted file mode 120000 index 75dae13..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd-link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd-link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd_no_drop.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd_no_drop.svg deleted file mode 120000 index 1cac2d4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dnd_no_drop.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd_no_drop.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dotbox.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dotbox.svg deleted file mode 120000 index 3c3e70a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/dotbox.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/dotbox.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/fd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/fd_double_arrow.svg deleted file mode 120000 index 7d8c136..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/fd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/grabbing.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/grabbing.svg deleted file mode 120000 index 1acdae8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/grabbing.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/grabbing.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/hand1.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/hand1.svg deleted file mode 120000 index ddbab3b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/hand1.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/hand1.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/hand2.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/hand2.svg deleted file mode 120000 index bf075cb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/hand2.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/hand2.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr.svg deleted file mode 120000 index 414583b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/left_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr_watch b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr_watch deleted file mode 120000 index 75c57df..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_ptr_watch +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/left_ptr_watch \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_side.svg deleted file mode 120000 index ac9de01..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_tee.svg deleted file mode 120000 index 8d8ecad..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/left_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/link.svg deleted file mode 120000 index b52c968..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ll_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ll_angle.svg deleted file mode 120000 index e90a586..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ll_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/lr_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/lr_angle.svg deleted file mode 120000 index 01a224c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/lr_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/move.svg deleted file mode 120000 index 6be28a6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pencil.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pencil.svg deleted file mode 120000 index c1d501b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pencil.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/pencil.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/person.svg deleted file mode 120000 index aa4dea5..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/person.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/person.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pin.svg deleted file mode 120000 index 8d7ad98..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pin.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/pin.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/plus.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/plus.svg deleted file mode 120000 index 7ed6325..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/plus.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/plus.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pointer-move.svg deleted file mode 120000 index 57d049c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/pointer-move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/pointer-move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/question_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/question_arrow.svg deleted file mode 120000 index f6f912c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/question_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_ptr.svg deleted file mode 120000 index 7be572c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern/right_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_side.svg deleted file mode 120000 index 0c1688a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_tee.svg deleted file mode 120000 index 5bb1654..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/right_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_down_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_down_arrow.svg deleted file mode 120000 index 8ce689a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_down_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_h_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_h_double_arrow.svg deleted file mode 120000 index de88436..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_h_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_left_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_left_arrow.svg deleted file mode 120000 index 8ac9e43..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_left_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_right_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_right_arrow.svg deleted file mode 120000 index efd4112..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_right_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_up_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_up_arrow.svg deleted file mode 120000 index eaf3104..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_up_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_v_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_v_double_arrow.svg deleted file mode 120000 index 1317c42..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/sb_v_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/modern-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/tcross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/tcross.svg deleted file mode 120000 index 3ef7970..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/tcross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/tcross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_left_corner.svg deleted file mode 120000 index b3c9621..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_right_corner.svg deleted file mode 120000 index 767ca1f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_side.svg deleted file mode 120000 index 5bc47ab..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_tee.svg deleted file mode 120000 index 57c23e9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/top_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ul_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ul_angle.svg deleted file mode 120000 index 5d62525..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ul_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ur_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ur_angle.svg deleted file mode 120000 index 9461262..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/ur_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/vertical-text.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/vertical-text.svg deleted file mode 120000 index 1dcf1af..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/vertical-text.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/wait b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/wait deleted file mode 120000 index 9ba3c47..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/wait +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wait \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/wayland-cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/wayland-cursor.svg deleted file mode 120000 index 017760e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/wayland-cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/xterm.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/xterm.svg deleted file mode 120000 index a91cdf9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/xterm.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/xterm.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-in.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-in.svg deleted file mode 120000 index 54a86dd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-out.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-out.svg deleted file mode 120000 index 2f6beaa..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/modern/zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/X_cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/X_cursor.svg deleted file mode 120000 index 8af83b9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/X_cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bd_double_arrow.svg deleted file mode 120000 index 8431879..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_left_corner.svg deleted file mode 120000 index 70eeeba..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_right_corner.svg deleted file mode 120000 index 07ee287..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_side.svg deleted file mode 120000 index d15c7a4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_tee.svg deleted file mode 120000 index 80daefc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/bottom_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/center_ptr.svg deleted file mode 120000 index c0269b6..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/center_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/center_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/circle.svg deleted file mode 120000 index 108fd1e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/context-menu.svg deleted file mode 120000 index ff700e8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/context-menu.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/context-menu.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/copy.svg deleted file mode 120000 index cbad0fb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/cross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/cross.svg deleted file mode 120000 index d2fc18a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/cross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/cross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/crossed_circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/crossed_circle.svg deleted file mode 120000 index 4c7f0b8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/crossed_circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/crosshair.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/crosshair.svg deleted file mode 120000 index 184871e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/crosshair.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crosshair.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-ask.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-ask.svg deleted file mode 120000 index da23c35..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-ask.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd-ask.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-copy.svg deleted file mode 120000 index f3ba577..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd-copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-link.svg deleted file mode 120000 index 226141c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd-link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd-link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd_no_drop.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd_no_drop.svg deleted file mode 120000 index fd1e459..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dnd_no_drop.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/dnd_no_drop.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dotbox.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dotbox.svg deleted file mode 120000 index 3c3e70a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/dotbox.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/dotbox.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/fd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/fd_double_arrow.svg deleted file mode 120000 index 8bfc5a2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/fd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/grabbing.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/grabbing.svg deleted file mode 120000 index e3a6e22..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/grabbing.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/grabbing.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/hand1.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/hand1.svg deleted file mode 120000 index 8c44d67..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/hand1.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/hand1.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/hand2.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/hand2.svg deleted file mode 120000 index db8a2d4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/hand2.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand-right/hand2.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr.svg deleted file mode 120000 index 3905df1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/left_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr_watch b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr_watch deleted file mode 120000 index 4a871aa..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_ptr_watch +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/left_ptr_watch \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_side.svg deleted file mode 120000 index ac9de01..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_tee.svg deleted file mode 120000 index 8d8ecad..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/left_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/link.svg deleted file mode 120000 index 5a3724b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ll_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ll_angle.svg deleted file mode 120000 index e90a586..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ll_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/lr_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/lr_angle.svg deleted file mode 120000 index 01a224c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/lr_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/move.svg deleted file mode 120000 index a684811..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pencil.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pencil.svg deleted file mode 120000 index c1d501b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pencil.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/pencil.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/person.svg deleted file mode 120000 index cd00c44..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/person.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/person.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pin.svg deleted file mode 120000 index 2e5a278..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pin.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/pin.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/plus.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/plus.svg deleted file mode 120000 index 7ed6325..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/plus.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/plus.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pointer-move.svg deleted file mode 120000 index e9d9e99..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/pointer-move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/pointer-move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/question_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/question_arrow.svg deleted file mode 120000 index f6f912c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/question_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_ptr.svg deleted file mode 120000 index fd34f5a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-right/right_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_side.svg deleted file mode 120000 index 0c1688a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_tee.svg deleted file mode 120000 index 5bb1654..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/right_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_down_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_down_arrow.svg deleted file mode 120000 index efeb71a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_down_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_h_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_h_double_arrow.svg deleted file mode 120000 index 096da5a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_h_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_left_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_left_arrow.svg deleted file mode 120000 index 04b06d0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_left_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_right_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_right_arrow.svg deleted file mode 120000 index b545c13..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_right_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_up_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_up_arrow.svg deleted file mode 120000 index 6fdeadd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_up_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_v_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_v_double_arrow.svg deleted file mode 120000 index e1ab310..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/sb_v_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/tcross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/tcross.svg deleted file mode 120000 index 3ef7970..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/tcross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/tcross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_left_corner.svg deleted file mode 120000 index b3c9621..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_right_corner.svg deleted file mode 120000 index 767ca1f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_side.svg deleted file mode 120000 index 5bc47ab..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_tee.svg deleted file mode 120000 index 57c23e9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/top_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ul_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ul_angle.svg deleted file mode 120000 index 5d62525..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ul_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ur_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ur_angle.svg deleted file mode 120000 index 9461262..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/ur_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/vertical-text.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/vertical-text.svg deleted file mode 120000 index 1dcf1af..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/vertical-text.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/wait b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/wait deleted file mode 120000 index 9ba3c47..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/wait +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wait \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/wayland-cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/wayland-cursor.svg deleted file mode 120000 index 017760e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/wayland-cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/xterm.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/xterm.svg deleted file mode 120000 index a91cdf9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/xterm.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/xterm.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-in.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-in.svg deleted file mode 120000 index 54a86dd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-out.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-out.svg deleted file mode 120000 index 2f6beaa..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original-right/zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/X_cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/X_cursor.svg deleted file mode 120000 index 8af83b9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/X_cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/X_cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bd_double_arrow.svg deleted file mode 120000 index 8431879..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/bd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_left_corner.svg deleted file mode 120000 index 70eeeba..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_right_corner.svg deleted file mode 120000 index 07ee287..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_side.svg deleted file mode 120000 index d15c7a4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_tee.svg deleted file mode 120000 index 80daefc..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/bottom_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/bottom_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/center_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/center_ptr.svg deleted file mode 120000 index e512061..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/center_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/center_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/circle.svg deleted file mode 120000 index 039ede1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/context-menu.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/context-menu.svg deleted file mode 120000 index f366d91..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/context-menu.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/context-menu.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/copy.svg deleted file mode 120000 index 72ee847..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/cross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/cross.svg deleted file mode 120000 index d2fc18a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/cross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/cross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/crossed_circle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/crossed_circle.svg deleted file mode 120000 index 4c7f0b8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/crossed_circle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crossed_circle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/crosshair.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/crosshair.svg deleted file mode 120000 index 184871e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/crosshair.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/crosshair.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-ask.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-ask.svg deleted file mode 120000 index c83e8d1..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-ask.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd-ask.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-copy.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-copy.svg deleted file mode 120000 index 9d9a09b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-copy.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd-copy.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-link.svg deleted file mode 120000 index 75dae13..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd-link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd-link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd_no_drop.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd_no_drop.svg deleted file mode 120000 index 1cac2d4..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dnd_no_drop.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/dnd_no_drop.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dotbox.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dotbox.svg deleted file mode 120000 index 3c3e70a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/dotbox.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/dotbox.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/fd_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/fd_double_arrow.svg deleted file mode 120000 index 8bfc5a2..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/fd_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/fd_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/grabbing.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/grabbing.svg deleted file mode 120000 index 1acdae8..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/grabbing.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/grabbing.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/hand1.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/hand1.svg deleted file mode 120000 index ddbab3b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/hand1.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/hand1.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/hand2.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/hand2.svg deleted file mode 120000 index bf075cb..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/hand2.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/hand/hand2.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr.svg deleted file mode 120000 index a0db103..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/left_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr_watch b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr_watch deleted file mode 120000 index d034109..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_ptr_watch +++ /dev/null @@ -1 +0,0 @@ -../groups/original/left_ptr_watch \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_side.svg deleted file mode 120000 index ac9de01..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_tee.svg deleted file mode 120000 index 8d8ecad..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/left_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/left_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/link.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/link.svg deleted file mode 120000 index 1811dd7..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/link.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/link.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ll_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ll_angle.svg deleted file mode 120000 index e90a586..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ll_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ll_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/lr_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/lr_angle.svg deleted file mode 120000 index 01a224c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/lr_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/lr_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/move.svg deleted file mode 120000 index a684811..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pencil.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pencil.svg deleted file mode 120000 index c1d501b..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pencil.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/pencil.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/person.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/person.svg deleted file mode 120000 index 29d8d89..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/person.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/person.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pin.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pin.svg deleted file mode 120000 index 8a12d5a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pin.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/pin.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/plus.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/plus.svg deleted file mode 120000 index 7ed6325..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/plus.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/plus.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pointer-move.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pointer-move.svg deleted file mode 120000 index a4ab018..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/pointer-move.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/pointer-move.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/question_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/question_arrow.svg deleted file mode 120000 index f6f912c..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/question_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/question_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_ptr.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_ptr.svg deleted file mode 120000 index 6e8b37f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_ptr.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original/right_ptr.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_side.svg deleted file mode 120000 index 0c1688a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_tee.svg deleted file mode 120000 index 5bb1654..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/right_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/right_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_down_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_down_arrow.svg deleted file mode 120000 index efeb71a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_down_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_down_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_h_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_h_double_arrow.svg deleted file mode 120000 index 096da5a..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_h_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_h_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_left_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_left_arrow.svg deleted file mode 120000 index 04b06d0..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_left_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_left_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_right_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_right_arrow.svg deleted file mode 120000 index b545c13..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_right_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_right_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_up_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_up_arrow.svg deleted file mode 120000 index 6fdeadd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_up_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_up_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_v_double_arrow.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_v_double_arrow.svg deleted file mode 120000 index e1ab310..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/sb_v_double_arrow.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/original-arrow/sb_v_double_arrow.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/tcross.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/tcross.svg deleted file mode 120000 index 3ef7970..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/tcross.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/tcross.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_left_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_left_corner.svg deleted file mode 120000 index b3c9621..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_left_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_left_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_right_corner.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_right_corner.svg deleted file mode 120000 index 767ca1f..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_right_corner.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_right_corner.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_side.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_side.svg deleted file mode 120000 index 5bc47ab..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_side.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_side.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_tee.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_tee.svg deleted file mode 120000 index 57c23e9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/top_tee.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/top_tee.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ul_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ul_angle.svg deleted file mode 120000 index 5d62525..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ul_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ul_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ur_angle.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ur_angle.svg deleted file mode 120000 index 9461262..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/ur_angle.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/ur_angle.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/vertical-text.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/vertical-text.svg deleted file mode 120000 index 1dcf1af..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/vertical-text.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/vertical-text.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/wait b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/wait deleted file mode 120000 index 9ba3c47..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/wait +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wait \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/wayland-cursor.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/wayland-cursor.svg deleted file mode 120000 index 017760e..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/wayland-cursor.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/wayland-cursor.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/xterm.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/xterm.svg deleted file mode 120000 index a91cdf9..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/xterm.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/xterm.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/zoom-in.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/zoom-in.svg deleted file mode 120000 index 54a86dd..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/zoom-out.svg b/system-master/assets/cursors/Bibata_Cursor-main/svg/original/zoom-out.svg deleted file mode 120000 index 2f6beaa..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/svg/original/zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -../groups/shared/zoom-out.svg \ No newline at end of file diff --git a/system-master/assets/cursors/Bibata_Cursor-main/yarn.lock b/system-master/assets/cursors/Bibata_Cursor-main/yarn.lock deleted file mode 100644 index b207223..0000000 --- a/system-master/assets/cursors/Bibata_Cursor-main/yarn.lock +++ /dev/null @@ -1,1196 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@babel/code-frame@^7.0.0": - version "7.23.5" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" - integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== - dependencies: - "@babel/highlight" "^7.23.4" - chalk "^2.4.2" - -"@babel/helper-validator-identifier@^7.22.20": - version "7.22.20" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" - integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== - -"@babel/highlight@^7.23.4": - version "7.23.4" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" - integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== - dependencies: - "@babel/helper-validator-identifier" "^7.22.20" - chalk "^2.4.2" - js-tokens "^4.0.0" - -"@isaacs/cliui@^8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" - integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== - dependencies: - string-width "^5.1.2" - string-width-cjs "npm:string-width@^4.2.0" - strip-ansi "^7.0.1" - strip-ansi-cjs "npm:strip-ansi@^6.0.1" - wrap-ansi "^8.1.0" - wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" - -"@pkgjs/parseargs@^0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" - integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== - -"@puppeteer/browsers@1.9.1": - version "1.9.1" - resolved "https://registry.yarnpkg.com/@puppeteer/browsers/-/browsers-1.9.1.tgz#384ee8b09786f0e8f62b1925e4c492424cb549ee" - integrity sha512-PuvK6xZzGhKPvlx3fpfdM2kYY3P/hB1URtK8wA7XUJ6prn6pp22zvJHu48th0SGcHL9SutbPHrFuQgfXTFobWA== - dependencies: - debug "4.3.4" - extract-zip "2.0.1" - progress "2.0.3" - proxy-agent "6.3.1" - tar-fs "3.0.4" - unbzip2-stream "1.4.3" - yargs "17.7.2" - -"@resvg/resvg-js-android-arm-eabi@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-android-arm-eabi/-/resvg-js-android-arm-eabi-2.6.0.tgz#fed7723ed5c5f7490762e025ad704bcbceee37b7" - integrity sha512-lJnZ/2P5aMocrFMW7HWhVne5gH82I8xH6zsfH75MYr4+/JOaVcGCTEQ06XFohGMdYRP3v05SSPLPvTM/RHjxfA== - -"@resvg/resvg-js-android-arm64@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-android-arm64/-/resvg-js-android-arm64-2.6.0.tgz#e0531a220ec8954e41039b2483cc3706d30d3635" - integrity sha512-N527f529bjMwYWShZYfBD60dXA4Fux+D695QsHQ93BDYZSHUoOh1CUGUyICevnTxs7VgEl98XpArmUWBZQVMfQ== - -"@resvg/resvg-js-darwin-arm64@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-darwin-arm64/-/resvg-js-darwin-arm64-2.6.0.tgz#38f609cd2bd71ce6a065df7a8b8144479b156969" - integrity sha512-MabUKLVayEwlPo0mIqAmMt+qESN8LltCvv5+GLgVga1avpUrkxj/fkU1TKm8kQegutUjbP/B0QuMuUr0uhF8ew== - -"@resvg/resvg-js-darwin-x64@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-darwin-x64/-/resvg-js-darwin-x64-2.6.0.tgz#5c3f69d0cd68980e7e5cfcabf0db90e85d289559" - integrity sha512-zrFetdnSw/suXjmyxSjfDV7i61hahv6DDG6kM7BYN2yJ3Es5+BZtqYZTcIWogPJedYKmzN1YTMWGd/3f0ubFiA== - -"@resvg/resvg-js-linux-arm-gnueabihf@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-arm-gnueabihf/-/resvg-js-linux-arm-gnueabihf-2.6.0.tgz#6bcae7d4101e7fea2be0db167eda832cab63e27f" - integrity sha512-sH4gxXt7v7dGwjGyzLwn7SFGvwZG6DQqLaZ11MmzbCwd9Zosy1TnmrMJfn6TJ7RHezmQMgBPi18bl55FZ1AT4A== - -"@resvg/resvg-js-linux-arm64-gnu@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-arm64-gnu/-/resvg-js-linux-arm64-gnu-2.6.0.tgz#fb71ea6b9a4b30412fa096fdbf9e8427012b3a99" - integrity sha512-fCyMncqCJtrlANADIduYF4IfnWQ295UKib7DAxFXQhBsM9PLDTpizr0qemZcCNadcwSVHnAIzL4tliZhCM8P6A== - -"@resvg/resvg-js-linux-arm64-musl@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-arm64-musl/-/resvg-js-linux-arm64-musl-2.6.0.tgz#ec7e85b8b6eea23c0242faa1f1486241f253a190" - integrity sha512-ouLjTgBQHQyxLht4FdMPTvuY8xzJigM9EM2Tlu0llWkN1mKyTQrvYWi6TA6XnKdzDJHy7ZLpWpjZi7F5+Pg+Vg== - -"@resvg/resvg-js-linux-x64-gnu@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-x64-gnu/-/resvg-js-linux-x64-gnu-2.6.0.tgz#2a9b2a14554b0b1825c2ebc52b5fc2d95a831a63" - integrity sha512-n3zC8DWsvxC1AwxpKFclIPapDFibs5XdIRoV/mcIlxlh0vseW1F49b97F33BtJQRmlntsqqN6GMMqx8byB7B+Q== - -"@resvg/resvg-js-linux-x64-musl@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-linux-x64-musl/-/resvg-js-linux-x64-musl-2.6.0.tgz#42081a8b06ccfa011aee9cc10b2f0fea3a4563ed" - integrity sha512-n4tasK1HOlAxdTEROgYA1aCfsEKk0UOFDNd/AQTTZlTmCbHKXPq+O8npaaKlwXquxlVK8vrkcWbksbiGqbCAcw== - -"@resvg/resvg-js-win32-arm64-msvc@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-win32-arm64-msvc/-/resvg-js-win32-arm64-msvc-2.6.0.tgz#3af0d5f7bd9193ac6be8f226b539be6f7576302d" - integrity sha512-X2+EoBJFwDI5LDVb51Sk7ldnVLitMGr9WwU/i21i3fAeAXZb3hM16k67DeTy16OYkT2dk/RfU1tP1wG+rWbz2Q== - -"@resvg/resvg-js-win32-ia32-msvc@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-win32-ia32-msvc/-/resvg-js-win32-ia32-msvc-2.6.0.tgz#64af45bfee41cb2bea0b6dd0bdc94175183f2b56" - integrity sha512-L7oevWjQoUgK5W1fCKn0euSVemhDXVhrjtwqpc7MwBKKimYeiOshO1Li1pa8bBt5PESahenhWgdB6lav9O0fEg== - -"@resvg/resvg-js-win32-x64-msvc@2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js-win32-x64-msvc/-/resvg-js-win32-x64-msvc-2.6.0.tgz#08431a243c15f002d32e5e628857d19852323274" - integrity sha512-8lJlghb+Unki5AyKgsnFbRJwkEj9r1NpwyuBG8yEJiG1W9eEGl03R3I7bsVa3haof/3J1NlWf0rzSa1G++A2iw== - -"@resvg/resvg-js@^2.6.0": - version "2.6.0" - resolved "https://registry.yarnpkg.com/@resvg/resvg-js/-/resvg-js-2.6.0.tgz#d811100796dda1f37a516c747dab3bbc9b24e5e4" - integrity sha512-Tf3YpbBKcQn991KKcw/vg7vZf98v01seSv6CVxZBbRkL/xyjnoYB6KgrFL6zskT1A4dWC/vg77KyNOW+ePaNlA== - optionalDependencies: - "@resvg/resvg-js-android-arm-eabi" "2.6.0" - "@resvg/resvg-js-android-arm64" "2.6.0" - "@resvg/resvg-js-darwin-arm64" "2.6.0" - "@resvg/resvg-js-darwin-x64" "2.6.0" - "@resvg/resvg-js-linux-arm-gnueabihf" "2.6.0" - "@resvg/resvg-js-linux-arm64-gnu" "2.6.0" - "@resvg/resvg-js-linux-arm64-musl" "2.6.0" - "@resvg/resvg-js-linux-x64-gnu" "2.6.0" - "@resvg/resvg-js-linux-x64-musl" "2.6.0" - "@resvg/resvg-js-win32-arm64-msvc" "2.6.0" - "@resvg/resvg-js-win32-ia32-msvc" "2.6.0" - "@resvg/resvg-js-win32-x64-msvc" "2.6.0" - -"@tootallnate/quickjs-emscripten@^0.23.0": - version "0.23.0" - resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c" - integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA== - -"@types/node@*": - version "20.11.20" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659" - integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg== - dependencies: - undici-types "~5.26.4" - -"@types/yauzl@^2.9.1": - version "2.10.3" - resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz#e9b2808b4f109504a03cda958259876f61017999" - integrity sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q== - dependencies: - "@types/node" "*" - -agent-base@^7.0.2, agent-base@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434" - integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== - dependencies: - debug "^4.3.4" - -ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-regex@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" - integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== - -ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -ansi-styles@^6.1.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" - integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== - -argparse@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" - integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== - -ast-types@^0.13.4: - version "0.13.4" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782" - integrity sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w== - dependencies: - tslib "^2.0.1" - -b4a@^1.6.4: - version "1.6.6" - resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.6.tgz#a4cc349a3851987c3c4ac2d7785c18744f6da9ba" - integrity sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg== - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -bare-events@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.2.0.tgz#a7a7263c107daf8b85adf0b64f908503454ab26e" - integrity sha512-Yyyqff4PIFfSuthCZqLlPISTWHmnQxoPuAvkmgzsJEmG3CesdIv6Xweayl0JkCZJSB2yYIdJyEz97tpxNhgjbg== - -base64-js@^1.3.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -basic-ftp@^5.0.2: - version "5.0.4" - resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.0.4.tgz#28aeab7bfbbde5f5d0159cd8bb3b8e633bbb091d" - integrity sha512-8PzkB0arJFV4jJWSGOYR+OEic6aeKMu/osRhBULN6RY0ykby6LKhbmuQ5ublvaas5BOwboah5D87nrHyuh8PPA== - -bl@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-5.1.0.tgz#183715f678c7188ecef9fe475d90209400624273" - integrity sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ== - dependencies: - buffer "^6.0.3" - inherits "^2.0.4" - readable-stream "^3.4.0" - -brace-expansion@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" - integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== - dependencies: - balanced-match "^1.0.0" - -buffer-crc32@~0.2.3: - version "0.2.13" - resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== - -buffer@^5.2.1: - version "5.7.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -buffer@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" - integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.2.1" - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -cbmp@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/cbmp/-/cbmp-1.1.1.tgz#e36d216f18582b01f4b9de14fd6f14c873dd9840" - integrity sha512-G2CstvZ8bgX85hzA9nDhKRglGyjZWIp8V01SXtQ6f4NNFe7Xy+lL+z7MrtWCnpKPbBUtr2VJWwZRJaexJDm5kA== - dependencies: - "@resvg/resvg-js" "^2.6.0" - chalk "^5.3.0" - commander "^11.0.0" - glob "^10.3.4" - ora "^7.0.1" - pixelmatch "^5.3.0" - pngjs "^7.0.0" - puppeteer "^21.1.1" - -chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^5.0.0, chalk@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" - integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== - -chromium-bidi@0.5.8: - version "0.5.8" - resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.5.8.tgz#5053038425c062ed34b9bc973e84e79de0a5cef0" - integrity sha512-blqh+1cEQbHBKmok3rVJkBlBxt9beKBgOsxbFgs7UJcoVbbeZ+K7+6liAsjgpc8l1Xd55cQUy14fXZdGSb4zIw== - dependencies: - mitt "3.0.1" - urlpattern-polyfill "10.0.0" - -cli-cursor@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-4.0.0.tgz#3cecfe3734bf4fe02a8361cbdc0f6fe28c6a57ea" - integrity sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg== - dependencies: - restore-cursor "^4.0.0" - -cli-spinners@^2.9.0: - version "2.9.2" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" - integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== - -cliui@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" - integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.1" - wrap-ansi "^7.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -commander@^11.0.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906" - integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ== - -cosmiconfig@9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" - integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== - dependencies: - env-paths "^2.2.1" - import-fresh "^3.3.0" - js-yaml "^4.1.0" - parse-json "^5.2.0" - -cross-fetch@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983" - integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g== - dependencies: - node-fetch "^2.6.12" - -cross-spawn@^7.0.0: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -data-uri-to-buffer@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz#8a58bb67384b261a38ef18bea1810cb01badd28b" - integrity sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw== - -debug@4, debug@4.3.4, debug@^4.1.1, debug@^4.3.4: - version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - -degenerator@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-5.0.1.tgz#9403bf297c6dad9a1ece409b37db27954f91f2f5" - integrity sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ== - dependencies: - ast-types "^0.13.4" - escodegen "^2.1.0" - esprima "^4.0.1" - -devtools-protocol@0.0.1232444: - version "0.0.1232444" - resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1232444.tgz#406345a90a871ba852c530d73482275234936eed" - integrity sha512-pM27vqEfxSxRkTMnF+XCmxSEb6duO5R+t8A9DEEJgy4Wz2RVanje2mmj99B6A3zv2r/qGfYlOvYznUhuokizmg== - -eastasianwidth@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" - integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== - -emoji-regex@^10.2.1: - version "10.3.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23" - integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -emoji-regex@^9.2.2: - version "9.2.2" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" - integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== - -end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -env-paths@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" - integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -escalade@^3.1.1: - version "3.1.2" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" - integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== - -escodegen@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17" - integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== - dependencies: - esprima "^4.0.1" - estraverse "^5.2.0" - esutils "^2.0.2" - optionalDependencies: - source-map "~0.6.1" - -esprima@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -estraverse@^5.2.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" - integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -extract-zip@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a" - integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg== - dependencies: - debug "^4.1.1" - get-stream "^5.1.0" - yauzl "^2.10.0" - optionalDependencies: - "@types/yauzl" "^2.9.1" - -fast-fifo@^1.1.0, fast-fifo@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c" - integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ== - -fd-slicer@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" - integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g== - dependencies: - pend "~1.2.0" - -foreground-child@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" - integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== - dependencies: - cross-spawn "^7.0.0" - signal-exit "^4.0.1" - -fs-extra@^11.2.0: - version "11.2.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" - integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - -get-caller-file@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-stream@^5.1.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" - integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - dependencies: - pump "^3.0.0" - -get-uri@^6.0.1: - version "6.0.3" - resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-6.0.3.tgz#0d26697bc13cf91092e519aa63aa60ee5b6f385a" - integrity sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw== - dependencies: - basic-ftp "^5.0.2" - data-uri-to-buffer "^6.0.2" - debug "^4.3.4" - fs-extra "^11.2.0" - -glob@^10.3.4: - version "10.3.10" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" - integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== - dependencies: - foreground-child "^3.1.0" - jackspeak "^2.3.5" - minimatch "^9.0.1" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry "^1.10.1" - -graceful-fs@^4.1.6, graceful-fs@^4.2.0: - version "4.2.11" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" - integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== - -http-proxy-agent@^7.0.0: - version "7.0.2" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz#9a8b1f246866c028509486585f62b8f2c18c270e" - integrity sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig== - dependencies: - agent-base "^7.1.0" - debug "^4.3.4" - -https-proxy-agent@^7.0.2: - version "7.0.4" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168" - integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg== - dependencies: - agent-base "^7.0.2" - debug "4" - -ieee754@^1.1.13, ieee754@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -import-fresh@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" - integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -inherits@^2.0.3, inherits@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -ip-address@^9.0.5: - version "9.0.5" - resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-9.0.5.tgz#117a960819b08780c3bd1f14ef3c1cc1d3f3ea5a" - integrity sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g== - dependencies: - jsbn "1.1.0" - sprintf-js "^1.1.3" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-interactive@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-2.0.0.tgz#40c57614593826da1100ade6059778d597f16e90" - integrity sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ== - -is-unicode-supported@^1.1.0, is-unicode-supported@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" - integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== - -jackspeak@^2.3.5: - version "2.3.6" - resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8" - integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== - dependencies: - "@isaacs/cliui" "^8.0.2" - optionalDependencies: - "@pkgjs/parseargs" "^0.11.0" - -js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== - dependencies: - argparse "^2.0.1" - -jsbn@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040" - integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -jsonfile@^6.0.1: - version "6.1.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" - integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== - dependencies: - universalify "^2.0.0" - optionalDependencies: - graceful-fs "^4.1.6" - -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== - -log-symbols@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93" - integrity sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA== - dependencies: - chalk "^5.0.0" - is-unicode-supported "^1.1.0" - -lru-cache@^7.14.1: - version "7.18.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" - integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== - -"lru-cache@^9.1.1 || ^10.0.0": - version "10.2.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3" - integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -minimatch@^9.0.1: - version "9.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== - dependencies: - brace-expansion "^2.0.1" - -"minipass@^5.0.0 || ^6.0.2 || ^7.0.0": - version "7.0.4" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" - integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== - -mitt@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1" - integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw== - -mkdirp-classic@^0.5.2: - version "0.5.3" - resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113" - integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== - -ms@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -netmask@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7" - integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg== - -node-fetch@^2.6.12: - version "2.7.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" - integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== - dependencies: - whatwg-url "^5.0.0" - -once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== - dependencies: - wrappy "1" - -onetime@^5.1.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" - integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - dependencies: - mimic-fn "^2.1.0" - -ora@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/ora/-/ora-7.0.1.tgz#cdd530ecd865fe39e451a0e7697865669cb11930" - integrity sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw== - dependencies: - chalk "^5.3.0" - cli-cursor "^4.0.0" - cli-spinners "^2.9.0" - is-interactive "^2.0.0" - is-unicode-supported "^1.3.0" - log-symbols "^5.1.0" - stdin-discarder "^0.1.0" - string-width "^6.1.0" - strip-ansi "^7.1.0" - -pac-proxy-agent@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz#6b9ddc002ec3ff0ba5fdf4a8a21d363bcc612d75" - integrity sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A== - dependencies: - "@tootallnate/quickjs-emscripten" "^0.23.0" - agent-base "^7.0.2" - debug "^4.3.4" - get-uri "^6.0.1" - http-proxy-agent "^7.0.0" - https-proxy-agent "^7.0.2" - pac-resolver "^7.0.0" - socks-proxy-agent "^8.0.2" - -pac-resolver@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-7.0.1.tgz#54675558ea368b64d210fd9c92a640b5f3b8abb6" - integrity sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg== - dependencies: - degenerator "^5.0.0" - netmask "^2.0.2" - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-json@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-scurry@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698" - integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== - dependencies: - lru-cache "^9.1.1 || ^10.0.0" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - -pend@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" - integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg== - -pixelmatch@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/pixelmatch/-/pixelmatch-5.3.0.tgz#5e5321a7abedfb7962d60dbf345deda87cb9560a" - integrity sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q== - dependencies: - pngjs "^6.0.0" - -pngjs@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-6.0.0.tgz#ca9e5d2aa48db0228a52c419c3308e87720da821" - integrity sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg== - -pngjs@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-7.0.0.tgz#a8b7446020ebbc6ac739db6c5415a65d17090e26" - integrity sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow== - -progress@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - -proxy-agent@6.3.1: - version "6.3.1" - resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.3.1.tgz#40e7b230552cf44fd23ffaf7c59024b692612687" - integrity sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ== - dependencies: - agent-base "^7.0.2" - debug "^4.3.4" - http-proxy-agent "^7.0.0" - https-proxy-agent "^7.0.2" - lru-cache "^7.14.1" - pac-proxy-agent "^7.0.1" - proxy-from-env "^1.1.0" - socks-proxy-agent "^8.0.2" - -proxy-from-env@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" - integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -puppeteer-core@21.11.0: - version "21.11.0" - resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-21.11.0.tgz#6c60ec350f1a3a2152179c68166da6edfce18a23" - integrity sha512-ArbnyA3U5SGHokEvkfWjW+O8hOxV1RSJxOgriX/3A4xZRqixt9ZFHD0yPgZQF05Qj0oAqi8H/7stDorjoHY90Q== - dependencies: - "@puppeteer/browsers" "1.9.1" - chromium-bidi "0.5.8" - cross-fetch "4.0.0" - debug "4.3.4" - devtools-protocol "0.0.1232444" - ws "8.16.0" - -puppeteer@^21.1.1: - version "21.11.0" - resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-21.11.0.tgz#46e64067b742b0e17a3b8dc668bc437f45cdd9f1" - integrity sha512-9jTHuYe22TD3sNxy0nEIzC7ZrlRnDgeX3xPkbS7PnbdwYjl2o/z/YuCrRBwezdKpbTDTJ4VqIggzNyeRcKq3cg== - dependencies: - "@puppeteer/browsers" "1.9.1" - cosmiconfig "9.0.0" - puppeteer-core "21.11.0" - -queue-tick@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142" - integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag== - -readable-stream@^3.4.0: - version "3.6.2" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" - integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -restore-cursor@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-4.0.0.tgz#519560a4318975096def6e609d44100edaa4ccb9" - integrity sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -signal-exit@^3.0.2: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -signal-exit@^4.0.1: - version "4.1.0" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" - integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== - -smart-buffer@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" - integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== - -socks-proxy-agent@^8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz#5acbd7be7baf18c46a3f293a840109a430a640ad" - integrity sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g== - dependencies: - agent-base "^7.0.2" - debug "^4.3.4" - socks "^2.7.1" - -socks@^2.7.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.1.tgz#22c7d9dd7882649043cba0eafb49ae144e3457af" - integrity sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ== - dependencies: - ip-address "^9.0.5" - smart-buffer "^4.2.0" - -source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -sprintf-js@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a" - integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== - -stdin-discarder@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/stdin-discarder/-/stdin-discarder-0.1.0.tgz#22b3e400393a8e28ebf53f9958f3880622efde21" - integrity sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ== - dependencies: - bl "^5.0.0" - -streamx@^2.15.0: - version "2.16.1" - resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.16.1.tgz#2b311bd34832f08aa6bb4d6a80297c9caef89614" - integrity sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ== - dependencies: - fast-fifo "^1.1.0" - queue-tick "^1.0.1" - optionalDependencies: - bare-events "^2.2.0" - -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string-width@^5.0.1, string-width@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" - integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== - dependencies: - eastasianwidth "^0.2.0" - emoji-regex "^9.2.2" - strip-ansi "^7.0.1" - -string-width@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-6.1.0.tgz#96488d6ed23f9ad5d82d13522af9e4c4c3fd7518" - integrity sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ== - dependencies: - eastasianwidth "^0.2.0" - emoji-regex "^10.2.1" - strip-ansi "^7.0.1" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-ansi@^7.0.1, strip-ansi@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" - integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== - dependencies: - ansi-regex "^6.0.1" - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -tar-fs@3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.4.tgz#a21dc60a2d5d9f55e0089ccd78124f1d3771dbbf" - integrity sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w== - dependencies: - mkdirp-classic "^0.5.2" - pump "^3.0.0" - tar-stream "^3.1.5" - -tar-stream@^3.1.5: - version "3.1.7" - resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b" - integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ== - dependencies: - b4a "^1.6.4" - fast-fifo "^1.2.0" - streamx "^2.15.0" - -through@^2.3.8: - version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== - -tslib@^2.0.1: - version "2.6.2" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" - integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== - -unbzip2-stream@1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7" - integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg== - dependencies: - buffer "^5.2.1" - through "^2.3.8" - -undici-types@~5.26.4: - version "5.26.5" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" - integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== - -universalify@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" - integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== - -urlpattern-polyfill@10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz#f0a03a97bfb03cdf33553e5e79a2aadd22cac8ec" - integrity sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg== - -util-deprecate@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -which@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" - integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== - dependencies: - ansi-styles "^6.1.0" - string-width "^5.0.1" - strip-ansi "^7.0.1" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== - -ws@8.16.0: - version "8.16.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4" - integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== - -y18n@^5.0.5: - version "5.0.8" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" - integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== - -yargs-parser@^21.1.1: - version "21.1.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" - integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== - -yargs@17.7.2: - version "17.7.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" - integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== - dependencies: - cliui "^8.0.1" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.1.1" - -yauzl@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" - integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g== - dependencies: - buffer-crc32 "~0.2.3" - fd-slicer "~1.1.0" diff --git a/system-master/assets/icons/papirus-icon-theme-master/AUTHORS b/system-master/assets/icons/papirus-icon-theme-master/AUTHORS deleted file mode 100644 index 387ec81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/AUTHORS +++ /dev/null @@ -1,75 +0,0 @@ -Project maintainers: - - - Alexey Varfolomeev (https://github.com/varlesh) - Lead designer, core contributor, and the author of Papirus icon theme - - - maxtron95 (https://github.com/maxtron95) - Major contributor of icons - - - Igor Dyatlov (https://github.com/igor-dyatlov) - Top contributor of icons - - - Sergei Eremenko (https://github.com/SmartFinn) - Developer, core contributor, and maintainer of this project - - -Contributors (sorted alphabetically): - - KDE colorscheme support: - - - Andreas Kainz (https://github.com/DarkknightAK) - - Authors of extra icons: - - - David Pisani (https://github.com/dapisani) - - Gabriel Pereira (https://github.com/gabrieldelsaint) - - Gregor Kofler (https://github.com/Vectrex) - - Kevin Kane (https://github.com/w3r3wolv3s) - - Kristan Kenney (https://github.com/skmkenn) - - Martin Wörister (https://github.com/miascugh) - - mjkim0727 (https://github.com/mjkim0727) - - Mohammed Aquib Azad (https://github.com/azadaquib) - - morganist (https://github.com/morganist) - - Tim Stahel (https://github.com/Swedneck) - - See https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/contributors - for details. - - -Special Thanks (sorted alphabetically): - - - Bilal Elmoussaoui (https://github.com/bil-elmoussaoui) - - Gregory Dk (https://github.com/gregorydk) - - Joe Sneddon (http://www.omgubuntu.co.uk) - - Shubham Arora (https://github.com/arshubham) - - Yangfl (https://github.com/yangfl) - - jEsuSdA (https://github.com/jEsuSdA) - - And thanks to everyone who helped this project to be like this. - - -Some icons are based on: - - - Paper Icon Theme (https://github.com/snwh/paper-icon-theme) - Author: Sam Hewitt (https://samuelhewitt.com) - License: CC-BY-SA-4.0 - - - Numix icon theme (https://github.com/numixproject/numix-icon-theme) - Author: Numix Project (http://numixproject.org) - License: GPL-3.0 - - - Numix Core (https://github.com/numixproject/numix-core) - Author: Numix Project (http://numixproject.org) - License: GPL-3.0 - - - elementary+ Icon Theme (https://github.com/mank319/elementaryPlus) - Author: elementaryPlus contributors (https://github.com/mank319/elementaryPlus) - License: GPL-3.0 - - - elementary Icon Theme (https://github.com/elementary/icons) - Author: elementary OS (https://elementary.io) - License: GPL-3.0 - - - Breeze Plasma Theme (http://plasma.kde.org) - Author: KDE Visual Design Group - License: LGPL diff --git a/system-master/assets/icons/papirus-icon-theme-master/LICENSE b/system-master/assets/icons/papirus-icon-theme-master/LICENSE deleted file mode 100644 index f288702..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/128x128 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/128x128 deleted file mode 120000 index b161ad4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/128x128 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/128x128 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Finished.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Finished.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Finished.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Info-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Info-amarok.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/Info-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionError.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionError.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionError.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionTM.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionTM.svg deleted file mode 120000 index a832098..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/SuggestionTM.svg +++ /dev/null @@ -1 +0,0 @@ -database-index.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-albumfolder-importdir2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-albumfolder-importdir2.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-albumfolder-importdir2.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-rss_tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-rss_tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-rss_tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-unavailable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-unavailable.svg deleted file mode 100644 index 161be99..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/action-unavailable.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/activities.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/activities.svg deleted file mode 100644 index d3e67b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/activities.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-files-to-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-files-to-archive.svg deleted file mode 100644 index 3c4ac38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-files-to-archive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-folder-to-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-folder-to-archive.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-folder-to-archive.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-placemark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-placemark.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-placemark.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-subtitle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-subtitle.svg deleted file mode 120000 index 4fc2914..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add-subtitle.svg +++ /dev/null @@ -1 +0,0 @@ -media-view-subtitles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/address-book-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/address-book-new.svg deleted file mode 100644 index 22e9c11..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/address-book-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/addressbook-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/addressbook-details.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/addressbook-details.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustcurves.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustcurves.svg deleted file mode 100644 index 125cf25..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustcurves.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjusthsl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjusthsl.svg deleted file mode 100644 index 00e91aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjusthsl.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustlevels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustlevels.svg deleted file mode 100644 index eed2dfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustlevels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustrgb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustrgb.svg deleted file mode 100644 index 4c27638..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adjustrgb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adress-book-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adress-book-new.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/adress-book-new.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadi-phone-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadi-phone-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadi-phone-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadiconsole.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadiconsole.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/akonadiconsole.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importdir.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importdir.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importdir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importimages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importimages.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-importimages.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-new.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-user-trash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-user-trash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/albumfolder-user-trash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-baseline.svg deleted file mode 100644 index 49461cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-bottom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-bottom-out.svg deleted file mode 100644 index 087d031..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-bottom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-center.svg deleted file mode 100644 index ba82d72..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-out.svg deleted file mode 100644 index 84a4bcc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-to-anchor.svg deleted file mode 100644 index 100053c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left.svg deleted file mode 100644 index 4b6652c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-out.svg deleted file mode 100644 index eb1f984..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-to-anchor.svg deleted file mode 100644 index 1d19511..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right.svg deleted file mode 100644 index 10ed32b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-top-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-top-out.svg deleted file mode 100644 index 9cdcce0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-horizontal-top-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-baseline.svg deleted file mode 100644 index d17abf4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-out.svg deleted file mode 100644 index 46074ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-to-anchor.svg deleted file mode 100644 index 31ea8a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom.svg deleted file mode 100644 index 916d1f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-center.svg deleted file mode 100644 index fc22e08..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-out.svg deleted file mode 100644 index 22a1348..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-to-anchor.svg deleted file mode 100644 index 355438c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top.svg deleted file mode 100644 index 08e9395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/align-vertical-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_artist.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_artist.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_add.svg deleted file mode 100644 index a91d6a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_remove.svg deleted file mode 100644 index 483d969..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_view.svg deleted file mode 100644 index c85dc65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_cart_view.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_change_language.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_change_language.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_change_language.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_clock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_clock.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_clock.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_lyrics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_lyrics.svg deleted file mode 120000 index 2dd7676..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_lyrics.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-lyrics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playcount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playcount.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_playlist_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_scripts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_scripts.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/amarok_scripts.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/antivignetting.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/antivignetting.svg deleted file mode 100644 index d80f361..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/antivignetting.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-exit.svg deleted file mode 100644 index d6b91b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-exit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-menu.svg deleted file mode 120000 index 57642f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-menu.svg +++ /dev/null @@ -1 +0,0 @@ -open-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-rss+xml.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-rss+xml.svg deleted file mode 100644 index cbd79a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/application-rss+xml.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-missed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-missed.svg deleted file mode 100644 index 891d973..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-missed.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-soon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-soon.svg deleted file mode 100644 index ca0ae20..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment-soon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/appointment.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert-directory.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert-directory.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-insert.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-remove.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive-remove.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive.svg deleted file mode 100644 index 8cc6be7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/archive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down-double.svg deleted file mode 100644 index f6973d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-down.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left-double.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left-double.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left.svg deleted file mode 120000 index 293e17f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-left.svg +++ /dev/null @@ -1 +0,0 @@ -pan-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right-double.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right-double.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-right.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up-double.svg deleted file mode 100644 index 8827eda..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/arrow-up.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as.svg deleted file mode 100644 index e750c1a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_disabled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_disabled.svg deleted file mode 100644 index e8b8049..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_disabled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_light.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_light.svg deleted file mode 100644 index 1ec0ce4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/as_light.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/atmosphere.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/atmosphere.svg deleted file mode 100644 index 708bb91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/atmosphere.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-high.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-high.svg deleted file mode 100644 index 681f942..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-high.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-low.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-low.svg deleted file mode 100644 index b29db89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-low.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-medium.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-medium.svg deleted file mode 100644 index e36b90e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-medium.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-muted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-muted.svg deleted file mode 100644 index 252f442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/audio-volume-muted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-all.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-all.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-scale-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-type.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-type.svg deleted file mode 100644 index fb30f94..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/auto-type.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/autocorrection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/autocorrection.svg deleted file mode 100644 index 551d791..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/autocorrection.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/automated-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/automated-tasks.svg deleted file mode 100644 index 2d8bdc3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/automated-tasks.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/back.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/back.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bitmap-trace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bitmap-trace.svg deleted file mode 100644 index 836bbd4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bitmap-trace.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-active.svg deleted file mode 100644 index d2ab17d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-active.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-inactive.svg deleted file mode 100644 index dd886e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-down-inactive.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-send-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-send-file.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-send-file.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-trust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-trust.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-trust.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-untrust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-untrust.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-untrust.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-active.svg deleted file mode 100644 index c0b9f02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-active.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-inactive.svg deleted file mode 100644 index d9e2367..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blueman-up-inactive.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blur.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blur.svg deleted file mode 100644 index b27b547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blur.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurfx.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurfx.svg deleted file mode 100644 index d0d4efd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurfx.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurimage.svg deleted file mode 120000 index e937ebe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/blurimage.svg +++ /dev/null @@ -1 +0,0 @@ -blur.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bonobo-component-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bonobo-component-browser.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bonobo-component-browser.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-add-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-add-folder.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-add-folder.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-edit.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-edit.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new-list.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new-list.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new.svg deleted file mode 100644 index 8b0b4ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-remove.svg deleted file mode 100644 index 4eb0b51..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-toolbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-toolbar.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark-toolbar.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark.svg deleted file mode 120000 index eb7b1c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark_add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmark_add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-bookmarked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-bookmarked.svg deleted file mode 100644 index 650cc9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-bookmarked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-organize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-organize.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks-organize.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks.svg deleted file mode 100644 index de215c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks_list_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks_list_add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bookmarks_list_add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost-boosted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost-boosted.svg deleted file mode 100644 index 3d63a2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost-boosted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost.svg deleted file mode 100644 index a173643..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boost.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bordertool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bordertool.svg deleted file mode 100644 index 3a8b31a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bordertool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom.svg deleted file mode 100644 index ed9eae0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_left.svg deleted file mode 100644 index 074f5c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_right.svg deleted file mode 100644 index f904628..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_bottom_right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_center.svg deleted file mode 100644 index 700117f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_center.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_left.svg deleted file mode 100644 index 82971b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_right.svg deleted file mode 100644 index 5f14231..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top.svg deleted file mode 100644 index e01c3ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_left.svg deleted file mode 100644 index 35edaff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_right.svg deleted file mode 100644 index 7c37768..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/boundingbox_top_right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-addqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-addqueue.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-addqueue.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-commit.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-commit.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-diff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-diff.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-diff.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-rmqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-rmqueue.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-rmqueue.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-update.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bqm-update.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/brightnesssettings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/brightnesssettings.svg deleted file mode 120000 index d1318a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/brightnesssettings.svg +++ /dev/null @@ -1 +0,0 @@ -contrast.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/browser-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/browser-download.svg deleted file mode 100644 index 09adaee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/browser-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/burst.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/burst.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/burst.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/button_ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bwtonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bwtonal.svg deleted file mode 100644 index e1ba1f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/bwtonal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_view.svg deleted file mode 120000 index c992929..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cab_view.svg +++ /dev/null @@ -1 +0,0 @@ -mail-thread-watch.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/calendar-go-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/calendar-go-today.svg deleted file mode 100644 index dd81828..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/calendar-go-today.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-start.svg deleted file mode 100644 index ec5d133..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-stop.svg deleted file mode 100644 index 4ceb843..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/call-stop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cards-block.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cards-block.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cards-block.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cd.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cell_edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cell_edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cell_edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/channelmixer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/channelmixer.svg deleted file mode 100644 index 9cb327b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/channelmixer.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/character-set.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/character-set.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/character-set.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chart-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chart-line.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chart-line.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/check-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/check-filled.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/check-filled.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkbox.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkbox.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checked-completed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checked-completed.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checked-completed.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkmark.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/checkmark.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-lap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-lap.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-lap.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-pause.svg deleted file mode 100644 index 4feaf14..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-reset.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-reset.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-start.svg deleted file mode 100644 index 9759db7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/chronometer.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clear_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clear_left.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clear_left.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock-large.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock-large.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock.svg deleted file mode 100644 index 364bf96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/clock.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-download.svg deleted file mode 100644 index 9233135..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-upload.svg deleted file mode 100644 index fe02129..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cloud-upload.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_briefview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_briefview.svg deleted file mode 120000 index a99300c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_briefview.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-compact.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_columnsview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_columnsview.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_columnsview.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_copyfullnamestoclip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_copyfullnamestoclip.svg deleted file mode 120000 index e953e89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_copyfullnamestoclip.svg +++ /dev/null @@ -1 +0,0 @@ -edit-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_extractfiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_extractfiles.svg deleted file mode 100644 index c14195e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_extractfiles.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_flatview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_flatview.svg deleted file mode 100644 index 9d03502..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_flatview.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markinvert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markinvert.svg deleted file mode 100644 index 9186189..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markinvert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markminus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markminus.svg deleted file mode 100644 index c685411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markminus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markplus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markplus.svg deleted file mode 100644 index ab93207..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_markplus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_multirename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_multirename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_multirename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_options.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_options.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_packfiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_packfiles.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_packfiles.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_runterm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_runterm.svg deleted file mode 100644 index ffb06a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_runterm.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_syncdirs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_syncdirs.svg deleted file mode 120000 index a854b9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_syncdirs.svg +++ /dev/null @@ -1 +0,0 @@ -distribute-horizontal-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_thumbnailsview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_thumbnailsview.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_thumbnailsview.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistorynext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistorynext.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistorynext.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistoryprev.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistoryprev.svg deleted file mode 100644 index a56a4c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cm_viewhistoryprev.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-block.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-block.svg deleted file mode 100644 index dd5e1e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-block.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-class.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-class.svg deleted file mode 100644 index 78ca109..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-class.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-context.svg deleted file mode 100644 index 960ea6f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-context.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-function.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-function.svg deleted file mode 100644 index 0c7922d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-function.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-typedef.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-typedef.svg deleted file mode 100644 index a916bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-typedef.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-variable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-variable.svg deleted file mode 100644 index 8976f17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/code-variable.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collapse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collapse.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collapse.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collection-rescan-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collection-rescan-amarok.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/collection-rescan-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-fill.svg deleted file mode 100644 index 394807d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-fill.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-gradient.svg deleted file mode 100644 index 15e69e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-gradient.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-management.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-management.svg deleted file mode 100644 index 268474f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-management.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-black.svg deleted file mode 100644 index af6810c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-black.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-grey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-grey.svg deleted file mode 100644 index 7ce835a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-grey.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-white.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-white.svg deleted file mode 100644 index d7dea0e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker-white.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker.svg deleted file mode 120000 index 1f41e7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-select.svg deleted file mode 100644 index b1de13c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/color-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorfx.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorfx.svg deleted file mode 100644 index 45049a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorfx.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colormanagement.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colormanagement.svg deleted file mode 120000 index 21e4611..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colormanagement.svg +++ /dev/null @@ -1 +0,0 @@ -color-management.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorneg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorneg.svg deleted file mode 100644 index e3c7752..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colorneg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromablue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromablue.svg deleted file mode 100644 index 2b7a343..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromablue.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromagreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromagreen.svg deleted file mode 100644 index 84040d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromagreen.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromared.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromared.svg deleted file mode 100644 index 6f5840c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-chromared.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-luma.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-luma.svg deleted file mode 100644 index a0dd066..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/colors-luma.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/compass.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/compass.svg deleted file mode 100644 index 001823b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/compass.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-on.svg deleted file mode 120000 index 445e9e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-on.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-composite.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-preview.svg deleted file mode 100644 index 92f3908..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composite-track-preview.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composition.svg deleted file mode 100644 index ff0327a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/composition.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configuration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configuration.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configuration.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-toolbars.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-toolbars.svg deleted file mode 100644 index cb9918a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure-toolbars.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure.svg deleted file mode 100644 index 1993529..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_toolbars.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_toolbars.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/configure_toolbars.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connected.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connected.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connected.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-avoid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-avoid.svg deleted file mode 100644 index 32e3706..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-avoid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-ignore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-ignore.svg deleted file mode 100644 index 0743a8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-ignore.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-orthogonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-orthogonal.svg deleted file mode 100644 index 599ab7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/connector-orthogonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contact-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contact-new.svg deleted file mode 100644 index a641554..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contact-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contents.svg deleted file mode 120000 index 8e108d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contents.svg +++ /dev/null @@ -1 +0,0 @@ -view-readermode.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contexthelp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contexthelp.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contexthelp.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contrast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contrast.svg deleted file mode 100644 index 56f0993..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/contrast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cookies.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cookies.svg deleted file mode 120000 index b32b12a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cookies.svg +++ /dev/null @@ -1 +0,0 @@ -tool-spray.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/coordinate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/coordinate.svg deleted file mode 100644 index b50c9b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/coordinate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/copy-coordinates.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/copy-coordinates.svg deleted file mode 120000 index 710c632..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/copy-coordinates.svg +++ /dev/null @@ -1 +0,0 @@ -coordinate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/crosshairs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/crosshairs.svg deleted file mode 100644 index 50d8120..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/crosshairs.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/currenttrack_play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cursor-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cursor-arrow.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cursor-arrow.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/curve-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/curve-connector.svg deleted file mode 100644 index 4297abb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/curve-connector.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-about.svg deleted file mode 120000 index a92bf1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-about.svg +++ /dev/null @@ -1 +0,0 @@ -pgp-keys.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-configure.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-configure.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-connect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-connect.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-connect.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-disconnect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-disconnect.svg deleted file mode 120000 index a3b26c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-disconnect.svg +++ /dev/null @@ -1 +0,0 @@ -network-disconnect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-info.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/cvc-info.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dashboard-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dashboard-show.svg deleted file mode 100644 index cc78687..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dashboard-show.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-change-key.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-change-key.svg deleted file mode 100644 index ed3ec27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-change-key.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-index.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-index.svg deleted file mode 100644 index 3b9ac95..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-index.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/database-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-from-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-from-cursor.svg deleted file mode 100644 index 3e102dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-from-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-to-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-to-cursor.svg deleted file mode 100644 index 4ff6018..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-execute-to-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run-cursor.svg deleted file mode 100644 index 58dfd0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run.svg deleted file mode 100644 index a56fdc0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-run.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-instruction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-instruction.svg deleted file mode 100644 index 72d9808..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-instruction.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into-instruction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into-instruction.svg deleted file mode 120000 index f207a55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into-instruction.svg +++ /dev/null @@ -1 +0,0 @@ -debug-step-instruction.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into.svg deleted file mode 100644 index 6d7a747..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-into.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-out.svg deleted file mode 100644 index 78307fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-over.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-over.svg deleted file mode 100644 index 03df2e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/debug-step-over.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete-comment.svg deleted file mode 100644 index bacab20..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete-comment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth16to8.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth16to8.svg deleted file mode 100644 index 07a5028..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth16to8.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth8to16.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth8to16.svg deleted file mode 100644 index 8e1ed98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/depth8to16.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/device.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/device.svg deleted file mode 120000 index a67cd89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/device.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-input-devices.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-align-and-distribute.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-align-and-distribute.svg deleted file mode 120000 index 019e49d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-align-and-distribute.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-error.svg deleted file mode 100644 index 50e9bef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-error.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-fill-and-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-fill-and-stroke.svg deleted file mode 100644 index 3982cfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-fill-and-stroke.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-filters.svg deleted file mode 120000 index bf1c124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-filters.svg +++ /dev/null @@ -1 +0,0 @@ -view-filter.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-geometry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-geometry.svg deleted file mode 100644 index 5da2f97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-geometry.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-icon-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-icon-preview.svg deleted file mode 120000 index 7a2e5e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-icon-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-information.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-information.svg deleted file mode 100644 index 5991695..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-information.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-input-devices.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-input-devices.svg deleted file mode 100644 index 5499da9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-input-devices.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-layers.svg deleted file mode 100644 index 3356e32..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-layers.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-memory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-memory.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-memory.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-messages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-messages.svg deleted file mode 100644 index 9626b3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-messages.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-object-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-object-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-object-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-objects.svg deleted file mode 100644 index 40fb242..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-objects.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-password.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-password.svg deleted file mode 100644 index e179230..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-password.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-path-effects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-path-effects.svg deleted file mode 100644 index 6f3595b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-path-effects.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-question.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-question.svg deleted file mode 100644 index 5685c84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-question.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-rows-and-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-rows-and-columns.svg deleted file mode 100644 index 6b8d878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-rows-and-columns.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-scripts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-scripts.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-scripts.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-selectors.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-selectors.svg deleted file mode 120000 index 22b9425..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-selectors.svg +++ /dev/null @@ -1 +0,0 @@ -code-context.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-templates.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-templates.svg deleted file mode 120000 index 911d559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-templates.svg +++ /dev/null @@ -1 +0,0 @@ -document-new-from-template.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-text-and-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-text-and-font.svg deleted file mode 100644 index 4adf217..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-text-and-font.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-tile-clones.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-tile-clones.svg deleted file mode 100644 index aefaf4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-tile-clones.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-transform.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-transform.svg deleted file mode 120000 index 617c98b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-transform.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zoom-large.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-warning.svg deleted file mode 100644 index 07c2576..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-warning.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-xml-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-xml-editor.svg deleted file mode 100644 index 10f3872..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-xml-editor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dialog-yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/directory.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/directory.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dirsync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dirsync.svg deleted file mode 120000 index 0e0e5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dirsync.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sync.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/disconnected.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/disconnected.svg deleted file mode 120000 index a3b26c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/disconnected.svg +++ /dev/null @@ -1 +0,0 @@ -network-disconnect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph-directed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph-directed.svg deleted file mode 100644 index ad3db99..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph-directed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph.svg deleted file mode 100644 index 1157dc7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-graph.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-baseline.svg deleted file mode 100644 index 3df507c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-center.svg deleted file mode 100644 index 9cf8eec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-equal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-equal.svg deleted file mode 100644 index a044784..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-equal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-gaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-gaps.svg deleted file mode 100644 index bf810e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-gaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-left.svg deleted file mode 100644 index ae4d7dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-margin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-margin.svg deleted file mode 100644 index cee48b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-margin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-page.svg deleted file mode 100644 index a766b2f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-page.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-right.svg deleted file mode 100644 index d8cd6d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-x.svg deleted file mode 100644 index 3fea0f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-horizontal-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-randomize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-randomize.svg deleted file mode 100644 index 9782d5a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-randomize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-remove-overlaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-remove-overlaps.svg deleted file mode 100644 index 0fd64ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-remove-overlaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-unclump.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-unclump.svg deleted file mode 100644 index 6cbf49b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-unclump.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-baseline.svg deleted file mode 120000 index 05b020a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-baseline.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-underline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-bottom.svg deleted file mode 100644 index a43564d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-center.svg deleted file mode 100644 index 85a9444..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-equal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-equal.svg deleted file mode 100644 index dc075d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-equal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-gaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-gaps.svg deleted file mode 100644 index ccdd5e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-gaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-margin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-margin.svg deleted file mode 100644 index aba9f25..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-margin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-page.svg deleted file mode 100644 index f0a1268..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-page.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-top.svg deleted file mode 100644 index ac53cbb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-y.svg deleted file mode 100644 index 809813e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/distribute-vertical-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-cleanup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-cleanup.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-decrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-decrypt.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-decrypt.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt-verify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt-verify.svg deleted file mode 100644 index c5d93ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt-verify.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt.svg deleted file mode 100644 index 5ef22f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-decrypt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-encrypt.svg deleted file mode 100644 index 3ad3604..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-encrypt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign-encrypt.svg deleted file mode 100644 index 5a82a9b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign-encrypt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign.svg deleted file mode 100644 index 9058c1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-sign.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-verify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-verify.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit-verify.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypt.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypt.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypted.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-ocal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-ocal.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-table.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export-table.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export.svg deleted file mode 100644 index 7a5f664..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-export.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import-ocal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import-ocal.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import.svg deleted file mode 100644 index 2dd664f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-import.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new-from-template.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new-from-template.svg deleted file mode 100644 index 599f97e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new-from-template.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new.svg deleted file mode 100644 index a15ff83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-data.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-data.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-data.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-folder.svg deleted file mode 100644 index 6ab7229..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-folder.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-recent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-recent.svg deleted file mode 100644 index 2a2f40b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-recent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-remote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-remote.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open-remote.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open.svg deleted file mode 100644 index a44657f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-open.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-page-setup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-page-setup.svg deleted file mode 100644 index 63b51ca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-page-setup.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview-archive.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview-archive.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview.svg deleted file mode 100644 index 7bc6918..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-preview.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-direct.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-direct.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-direct.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-frame.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-frame.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-preview.svg deleted file mode 100644 index 61541e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print-preview.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print.svg deleted file mode 100644 index 6edae17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-print.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-replace.svg deleted file mode 100644 index 6834945..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-replace.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert-rtl.svg deleted file mode 100644 index b854c0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert.svg deleted file mode 100644 index 3eab35e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-revert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-all.svg deleted file mode 100644 index d7aa7b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-as.svg deleted file mode 100644 index f0ab7eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save-as.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save.svg deleted file mode 100644 index 4fc4fcc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-save.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-send.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-send.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-share.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-share.svg deleted file mode 100644 index 044bf06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-share.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-sign.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-sign.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-swap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-swap.svg deleted file mode 100644 index 758fe7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/document-swap.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentation.svg deleted file mode 100644 index 3f9d221..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/documentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/donate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/donate.svg deleted file mode 100644 index e818acc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/donate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/double-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/double-page.svg deleted file mode 100644 index 27f3e1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/double-page.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-amarok.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-later.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-later.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download-later.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/downloading.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/downloading.svg deleted file mode 100644 index 35d0207..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/downloading.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-back.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-back.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-forward.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-forward.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow.svg deleted file mode 100644 index 4f39c76..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-arrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-bezier-curves.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-bezier-curves.svg deleted file mode 100644 index 5b771c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-bezier-curves.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-booleans.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-booleans.svg deleted file mode 100644 index d1b2b17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-booleans.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-brush.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-brush.svg deleted file mode 100644 index 5cbc4e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-brush.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-calligraphic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-calligraphic.svg deleted file mode 100644 index 9bcbc47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-calligraphic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-circle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-circle.svg deleted file mode 100644 index 4301a79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-connector.svg deleted file mode 100644 index d7f434b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-connector.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cross.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cross.svg deleted file mode 100644 index f935c79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cross.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cuboid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cuboid.svg deleted file mode 100644 index 0a19739..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-cuboid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-donut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-donut.svg deleted file mode 100644 index e8bdf42..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-donut.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-arc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-arc.svg deleted file mode 100644 index 941dde7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-arc.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-chord.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-chord.svg deleted file mode 100644 index 3fa51c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-chord.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-segment.svg deleted file mode 100644 index e86f883..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-segment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-whole.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-whole.svg deleted file mode 100644 index 82cc41c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse-whole.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse.svg deleted file mode 100644 index 66067ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-ellipse.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser-delete-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser-delete-objects.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser-delete-objects.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser.svg deleted file mode 100644 index 6e08bbd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-eraser.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-freehand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-freehand.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-freehand.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-angle-bisector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-angle-bisector.svg deleted file mode 100644 index 72a3d5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-angle-bisector.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-radius.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-radius.svg deleted file mode 100644 index b1fa9de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-radius.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-three-points.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-three-points.svg deleted file mode 100644 index db1d2ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-circle-from-three-points.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-inactive.svg deleted file mode 100644 index ddea256..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-parallel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-parallel.svg deleted file mode 100644 index 6b2591a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-parallel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-perpendicular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-perpendicular.svg deleted file mode 100644 index 4cf2de0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-perpendicular.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-segment.svg deleted file mode 100644 index 1e16efb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-line-segment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-mirror.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-mirror.svg deleted file mode 100644 index c21a7b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-mirror.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-set-bounding-box.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-set-bounding-box.svg deleted file mode 100644 index 61a73cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-set-bounding-box.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-show-measuring-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-show-measuring-info.svg deleted file mode 100644 index 4055299..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry-show-measuring-info.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry.svg deleted file mode 100644 index 1a89c5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-geometry.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle1.svg deleted file mode 100644 index 3495f59..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle1.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle2.svg deleted file mode 100644 index f739538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle3.svg deleted file mode 100644 index 4e2fa18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle3.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle4.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle4.svg deleted file mode 100644 index dca0336..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-halfcircle4.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-highlight.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-highlight.svg deleted file mode 100644 index 83b1a7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-highlight.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-line.svg deleted file mode 100644 index dd7ac46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-number.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-number.svg deleted file mode 100644 index 4f7a8a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-number.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-path.svg deleted file mode 100644 index 07ddd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-path.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon-star.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon.svg deleted file mode 100644 index 99f2516..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polygon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polyline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polyline.svg deleted file mode 100644 index 19ec4a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-polyline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-rectangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-rectangle.svg deleted file mode 100644 index 67afa9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-rectangle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-spiral.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-spiral.svg deleted file mode 100644 index 00c2206..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-spiral.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-square-inverted-corners.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-square-inverted-corners.svg deleted file mode 100644 index 0d1a621..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-square-inverted-corners.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-star.svg deleted file mode 100644 index 61cb2a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-text.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-text.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-trace-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-trace-background.svg deleted file mode 100644 index 50ee981..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-trace-background.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle.svg deleted file mode 100644 index ab781f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle1.svg deleted file mode 120000 index 293e17f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle1.svg +++ /dev/null @@ -1 +0,0 @@ -pan-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle2.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle2.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle3.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle3.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle4.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle4.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-triangle4.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-pressure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-pressure.svg deleted file mode 100644 index ce9a821..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-pressure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-tilt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-tilt.svg deleted file mode 100644 index f74618d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-use-tilt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-watercolor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-watercolor.svg deleted file mode 100644 index 36ccdfa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/draw-watercolor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dynamic-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dynamic-amarok.svg deleted file mode 120000 index 26f6696..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/dynamic-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-shuffle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/earthquake.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/earthquake.svg deleted file mode 100644 index 7df1c04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/earthquake.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-bomb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-bomb.svg deleted file mode 100644 index 6d00569..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-bomb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-all.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-history.svg deleted file mode 100644 index 1943569..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-history.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-list.svg deleted file mode 100644 index dc569e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-ltr.svg deleted file mode 120000 index beaae79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-rtl.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-locationbar-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-rtl.svg deleted file mode 100644 index 58e92e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear.svg deleted file mode 100644 index 2f8fe54..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clear.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone-unlink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone-unlink.svg deleted file mode 100644 index 2fdf62e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone-unlink.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone.svg deleted file mode 100644 index d8690af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-clone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-comment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-comment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-copy.svg deleted file mode 100644 index cb79edb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-copy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-cut.svg deleted file mode 100644 index 13f7d3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-cut.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-remove.svg deleted file mode 100644 index fff5b56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-shred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-shred.svg deleted file mode 100644 index 2c4d843..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete-shred.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-download.svg deleted file mode 100644 index 2720dca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-duplicate.svg deleted file mode 100644 index 0fe3ab7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-duplicate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-entry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-entry.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-entry.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-mail.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-mail.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-mail.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-project.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-project.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-project.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-replace.svg deleted file mode 100644 index 027a2fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-replace.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-user.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find-user.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find.svg deleted file mode 100644 index 8da39f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-find.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-flag.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-guides.svg deleted file mode 100644 index fa734d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-guides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-add.svg deleted file mode 100644 index c43ba19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-detect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-detect.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-detect.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-recognize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-recognize.svg deleted file mode 100644 index 8cc66b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-recognize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-show.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-image-face-show.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-link.svg deleted file mode 100644 index 31b637d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-map.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-map.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-map.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-mark.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-mark.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-move.svg deleted file mode 100644 index a3dc437..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-move.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-node.svg deleted file mode 100644 index cb39a0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-none.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-none.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-opacity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-opacity.svg deleted file mode 100644 index 11d1d6f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-opacity.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-in-place.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-in-place.svg deleted file mode 100644 index 0c5389c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-in-place.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-style.svg deleted file mode 100644 index f6b9467..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste-style.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste.svg deleted file mode 100644 index 3c4bd65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-paste.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-redo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-redo.svg deleted file mode 100644 index 48f7210..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-redo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all-layers.svg deleted file mode 100644 index f6a20f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all-layers.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all.svg deleted file mode 100644 index 5061956..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-invert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-invert.svg deleted file mode 100644 index e883fa4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-invert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-lasso.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-lasso.svg deleted file mode 100644 index 9a8c4f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-lasso.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-none.svg deleted file mode 100644 index df675b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-none.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-original.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-original.svg deleted file mode 100644 index cdbd2c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-original.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-text.svg deleted file mode 100644 index c862b25..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select-text.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select.svg deleted file mode 100644 index 0e8dee8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-merge.svg deleted file mode 100644 index f81fbe9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-merge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-split.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-split.svg deleted file mode 100644 index a1b8b73..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-cell-split.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-column.svg deleted file mode 100644 index 94918b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-column.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-row.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-row.svg deleted file mode 100644 index 99ce0fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-delete-row.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-left.svg deleted file mode 100644 index 7c84579..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-right.svg deleted file mode 100644 index 9c2b04c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-column-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-above.svg deleted file mode 100644 index 63967cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-below.svg deleted file mode 100644 index 09094b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-under.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-under.svg deleted file mode 100644 index c1e1e47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-table-insert-row-under.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-text-frame-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-text-frame-update.svg deleted file mode 100644 index 5c691ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-text-frame-update.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo-history.svg deleted file mode 100644 index 08581b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo-history.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo.svg deleted file mode 100644 index 81e0d7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit-undo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit.svg deleted file mode 100644 index 173a68d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editclear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editclear.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editclear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcopy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcopy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcopy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editcut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editdelete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editdelete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editdelete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editimage.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editor.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editor.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editpaste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editpaste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/editpaste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittext.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittext.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittrash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittrash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/edittrash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/embosstool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/embosstool.svg deleted file mode 100644 index 9144e43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/embosstool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/emptytrash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/emptytrash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/emptytrash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/enterprise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/enterprise.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/enterprise.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-clone.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-clone.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-delete.svg deleted file mode 100644 index 463994e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-new.svg deleted file mode 100644 index 581510d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/entry-new.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/equalizer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/equalizer.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/equalizer.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/error.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/error.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-all.svg deleted file mode 100644 index 3d509ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-all.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-down.svg deleted file mode 100644 index 0e7268b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-horizontal.svg deleted file mode 100644 index 4dcaaca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-horizontal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-left.svg deleted file mode 100644 index 1a6454d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-right.svg deleted file mode 100644 index 06c267a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-up.svg deleted file mode 100644 index 8653744..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-up.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-vertical.svg deleted file mode 100644 index 4903e90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/escape-direction-vertical.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-clockwise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-clockwise.svg deleted file mode 100644 index 78b3a24..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-clockwise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-zorder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-zorder.svg deleted file mode 100644 index e9e3e33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions-zorder.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions.svg deleted file mode 100644 index f86cd03..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exchange-positions.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exifinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exifinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exifinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exit.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/exit.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/expand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/expand.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/expand.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/extract-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/extract-archive.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/extract-archive.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favicon-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favicon-download.svg deleted file mode 120000 index 9510df9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favicon-download.svg +++ /dev/null @@ -1 +0,0 @@ -insert-image.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-favorited.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-favorited.svg deleted file mode 100644 index 906d599..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-favorited.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-genres-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-genres-amarok.svg deleted file mode 100644 index 11bced2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite-genres-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorite.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorites.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/favorites.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-anthy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-anthy.svg deleted file mode 100644 index 1ea15ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-anthy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-bopomofo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-bopomofo.svg deleted file mode 120000 index 9194339..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-bopomofo.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-rime.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-cangjie.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-cangjie.svg deleted file mode 100644 index 1dab90f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-cangjie.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chewing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chewing.svg deleted file mode 100644 index 6c234b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chewing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chn.svg deleted file mode 100644 index 2ebe42e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-active.svg deleted file mode 100644 index ef01a4a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-active.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-inactive.svg deleted file mode 100644 index a6d5ddf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-chttrans-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-erbi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-erbi.svg deleted file mode 100644 index bf02214..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-erbi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-active.svg deleted file mode 100644 index 2fb5975..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-active.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-inactive.svg deleted file mode 100644 index ed2a420..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-fullwidth-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-googlepinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-googlepinyin.svg deleted file mode 100644 index 8e1a4ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-googlepinyin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-active.svg deleted file mode 100644 index 8096a5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-active.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-inactive.svg deleted file mode 100644 index 73d604e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-handwriting-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-hangul.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-hangul.svg deleted file mode 100644 index b5d20a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-hangul.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kbd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kbd.svg deleted file mode 100644 index 56c325b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kbd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kkc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kkc.svg deleted file mode 100644 index 86cb4da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-kkc.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin-libpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin-libpinyin.svg deleted file mode 120000 index d7b28ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin-libpinyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-pinyin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin.svg deleted file mode 100644 index e7bbdba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-pinyin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-active.svg deleted file mode 100644 index a2a2ece..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-active.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-inactive.svg deleted file mode 100644 index 7d1975d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-punc-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-active.svg deleted file mode 100644 index 7f6f0fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-active.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-inactive.svg deleted file mode 100644 index f01b0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-remind-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-deploy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-deploy.svg deleted file mode 100644 index 44b2ea1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-deploy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-sync.svg deleted file mode 100644 index fdb2336..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime-sync.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime.svg deleted file mode 100644 index a75fea9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-rime.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sayura.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sayura.svg deleted file mode 100644 index abf26f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sayura.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin-libpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin-libpinyin.svg deleted file mode 120000 index d936682..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin-libpinyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-shuangpin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin.svg deleted file mode 100644 index 00cb1ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-shuangpin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-skk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-skk.svg deleted file mode 100644 index caeaa15..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-skk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sunpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sunpinyin.svg deleted file mode 100644 index e1a5075..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-sunpinyin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-unikey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-unikey.svg deleted file mode 100644 index acdc865..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-unikey.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-active.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-active.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-inactive.svg deleted file mode 100644 index 0e86cde..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-vk-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wbpy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wbpy.svg deleted file mode 120000 index 8edd84f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wbpy.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-wubi.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wubi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wubi.svg deleted file mode 100644 index 53f7cba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-wubi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-zhuyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-zhuyin.svg deleted file mode 120000 index 9194339..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-zhuyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-rime.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-ziranma.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-ziranma.svg deleted file mode 100644 index e4a6449..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fcitx-ziranma.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/featured-vm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/featured-vm.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/featured-vm.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/feed-subscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/feed-subscribe.svg deleted file mode 120000 index 2f0fbff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/feed-subscribe.svg +++ /dev/null @@ -1 +0,0 @@ -application-rss+xml.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-in.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-out.svg deleted file mode 120000 index 580ed01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/file-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filefind.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filefind.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filefind.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-album-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-album-amarok.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-album-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-and-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-and-amarok.svg deleted file mode 100644 index 71f12fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-and-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-artist-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-artist-amarok.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-artist-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-bpm-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-bpm-amarok.svg deleted file mode 120000 index 52a2514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-bpm-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -kt-speed-limits.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-comment-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-comment-amarok.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-comment-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-composer-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-composer-amarok.svg deleted file mode 120000 index c2db299..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-composer-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit-sign.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dash-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dash-amarok.svg deleted file mode 120000 index bc895d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dash-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dashboard-show.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-discnumber-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-discnumber-amarok.svg deleted file mode 100644 index 240b738..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-discnumber-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-divider.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-divider.svg deleted file mode 100644 index cac3bdb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-divider.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dot-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dot-amarok.svg deleted file mode 100644 index eb73df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-dot-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-filetype-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-filetype-amarok.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-filetype-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-genre-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-genre-amarok.svg deleted file mode 120000 index 597fac1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-genre-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-genres-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-length.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-length.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-length.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-tracks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-tracks.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-group-tracks.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-ignore-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-ignore-amarok.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-ignore-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-initial-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-initial-amarok.svg deleted file mode 100644 index 6931f0a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-initial-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-last-played.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-last-played.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-last-played.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-moodbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-moodbar.svg deleted file mode 100644 index f203c92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-moodbar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-sample-rate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-sample-rate.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-sample-rate.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-slash-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-slash-amarok.svg deleted file mode 100644 index 629f2a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-slash-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-space-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-space-amarok.svg deleted file mode 100644 index 217bb6a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-space-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-title-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-title-amarok.svg deleted file mode 100644 index 64099a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-title-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-track-amarok.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-track-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-underscore-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-underscore-amarok.svg deleted file mode 100644 index ad1004f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-underscore-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-year-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-year-amarok.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filename-year-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filenew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filenew.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filenew.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileopen.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileopen.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileprint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileprint.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileprint.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filequickprint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filequickprint.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filequickprint.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesave.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesave.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesave.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesaveas.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesaveas.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filesaveas.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileview-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileview-preview.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fileview-preview.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-color.svg deleted file mode 120000 index 10765a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-even-odd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-even-odd.svg deleted file mode 100644 index ddee07b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-even-odd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-nonzero.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-nonzero.svg deleted file mode 100644 index 5b7df07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fill-rule-nonzero.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filmgrain.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filmgrain.svg deleted file mode 100644 index 8db6f5b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filmgrain.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-active.svg deleted file mode 100644 index b5d001f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-active.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-all.svg deleted file mode 120000 index a80b355..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-all.svg +++ /dev/null @@ -1 +0,0 @@ -pack-less.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-inactive.svg deleted file mode 100644 index 2522ca7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-stalled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-stalled.svg deleted file mode 100644 index 3ae04ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/filter-stalled.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find-location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find-location.svg deleted file mode 100644 index 1b5d483..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find-location.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/firewalled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/firewalled.svg deleted file mode 100644 index c4d3957..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/firewalled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitbest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitbest.svg deleted file mode 100644 index fb34dbc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitbest.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitheight.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitheight.svg deleted file mode 100644 index 3694b37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitheight.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitmanual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitmanual.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitmanual.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitsize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitsize.svg deleted file mode 100644 index 8b539e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitsize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitwidth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitwidth.svg deleted file mode 100644 index 965ae0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fitwidth.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-black.svg deleted file mode 100644 index 6429a3d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-black.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-blue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-blue.svg deleted file mode 100644 index 4a6cb60..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-blue.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-green.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-green.svg deleted file mode 100644 index bc3782a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-green.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-red.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-red.svg deleted file mode 100644 index dde4e1a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-red.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-yellow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-yellow.svg deleted file mode 100644 index 5d9e08f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag-yellow.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag.svg deleted file mode 100644 index 1b4e2b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flag.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flatten_simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flatten_simplify.svg deleted file mode 100644 index 1bca548..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/flatten_simplify.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-compact.svg deleted file mode 120000 index 887959b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-compact.svg +++ /dev/null @@ -1 +0,0 @@ -view-compact.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-details.svg deleted file mode 120000 index a379444..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-details.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-details.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-icons.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-icons.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-icons.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-thumbs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-thumbs.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fm-thumbs.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-legacy-systray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-legacy-systray.svg deleted file mode 100644 index 537f7fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-legacy-systray.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-top-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-top-bar.svg deleted file mode 100644 index 485dab4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-top-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-windows.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-windows.svg deleted file mode 100644 index 7fedc2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/focus-windows.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-copy.svg deleted file mode 100644 index f923762..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-copy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-move.svg deleted file mode 100644 index 2d4bf38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-move.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-new.svg deleted file mode 100644 index 60b8626..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open-recent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open-recent.svg deleted file mode 100644 index a130dcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open-recent.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-saved-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-saved-search.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-saved-search.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-sync.svg deleted file mode 100644 index 960ce27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-sync.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_color_picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_color_picker.svg deleted file mode 120000 index aed2477..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_color_picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-picker.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_new.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/folder_new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/followmouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/followmouse.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/followmouse.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/font-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/font-select.svg deleted file mode 100644 index a61ff88..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/font-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/footsteps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/footsteps.svg deleted file mode 100644 index e5a4493..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/footsteps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/force-recheck.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/force-recheck.svg deleted file mode 120000 index c24482e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/force-recheck.svg +++ /dev/null @@ -1 +0,0 @@ -gtk-convert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fork.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fork.svg deleted file mode 100644 index aea3bb0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/fork.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-add-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-add-node.svg deleted file mode 100644 index 4e9e920..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-add-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-center.svg deleted file mode 100644 index 5cfb1c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-align-vertical-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-border-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-border-style.svg deleted file mode 120000 index c47e3dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-border-style.svg +++ /dev/null @@ -1 +0,0 @@ -draw-path.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-break-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-break-node.svg deleted file mode 100644 index 9615ab0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-break-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-connect-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-connect-node.svg deleted file mode 100644 index 670550b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-connect-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-convert-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-convert-to-path.svg deleted file mode 100644 index 0289a8d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-convert-to-path.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-currency.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-currency.svg deleted file mode 100644 index 72d6293..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-currency.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-disconnect-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-disconnect-node.svg deleted file mode 120000 index 9dc8e1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-disconnect-node.svg +++ /dev/null @@ -1 +0,0 @@ -format-connect-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-fill-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-fill-color.svg deleted file mode 120000 index 10765a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-fill-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-less.svg deleted file mode 100644 index ea2b3e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-less.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-more.svg deleted file mode 100644 index a39e9f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-font-size-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-less.svg deleted file mode 100644 index d596d86..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-less.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-more.svg deleted file mode 100644 index 0031360..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-indent-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-insert-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-insert-node.svg deleted file mode 100644 index f045dfc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-insert-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-join-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-join-node.svg deleted file mode 100644 index b0dc2dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-join-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-center.svg deleted file mode 100644 index 833a0d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-fill.svg deleted file mode 100644 index 8c7df32..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-fill.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-left.svg deleted file mode 100644 index f4af447..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-right.svg deleted file mode 100644 index 0c98d3b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-justify-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-double.svg deleted file mode 100644 index 8bd46de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-normal.svg deleted file mode 100644 index 3d30d3a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-normal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-triple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-triple.svg deleted file mode 100644 index 5f7d932..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-line-spacing-triple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-ordered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-ordered.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-ordered.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-unordered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-unordered.svg deleted file mode 100644 index cf5e3f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-list-unordered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-corner.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-corner.svg deleted file mode 100644 index 79dcddc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-corner.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-curve.svg deleted file mode 100644 index 87d6e1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-line.svg deleted file mode 100644 index 04fc10c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-smooth.svg deleted file mode 100644 index a7b82f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-smooth.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-symmetric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-symmetric.svg deleted file mode 100644 index a12177d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-node-symmetric.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-number-percent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-number-percent.svg deleted file mode 100644 index 18ca17b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-number-percent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-less.svg deleted file mode 100644 index 4057f5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-less.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-more.svg deleted file mode 100644 index 5f86b71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-precision-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-remove-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-remove-node.svg deleted file mode 100644 index 2a459b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-remove-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-curve.svg deleted file mode 100644 index edfe926..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-line.svg deleted file mode 100644 index 7e238a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-segment-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-stroke-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-stroke-color.svg deleted file mode 120000 index 7a7334d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-stroke-color.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-baseline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-blockquote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-blockquote.svg deleted file mode 100644 index 9129ec9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-blockquote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-bold.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-bold.svg deleted file mode 100644 index 524e6a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-bold.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-capitalize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-capitalize.svg deleted file mode 100644 index 47dc037..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-capitalize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-code.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-code.svg deleted file mode 120000 index a6da8dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-code.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-xml-editor.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-color.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-color.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-horizontal.svg deleted file mode 100644 index b511ba2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-ltr.svg deleted file mode 100644 index b03863f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-ltr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-r2l.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-r2l.svg deleted file mode 100644 index 6bd5e54..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-r2l.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-rtl.svg deleted file mode 100644 index 2d4efce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical-lr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical-lr.svg deleted file mode 100644 index 2b9a246..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical-lr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical.svg deleted file mode 100644 index 4b21d51..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-direction-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-italic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-italic.svg deleted file mode 100644 index 6d86093..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-italic.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-larger.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-larger.svg deleted file mode 100644 index 412507b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-larger.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-lowercase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-lowercase.svg deleted file mode 100644 index 1ed1fa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-lowercase.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-remove-formatting.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-remove-formatting.svg deleted file mode 100644 index 8619cc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-remove-formatting.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-smaller.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-smaller.svg deleted file mode 100644 index 0635057..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-smaller.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-strikethrough.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-strikethrough.svg deleted file mode 100644 index cc02d7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-strikethrough.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-subscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-subscript.svg deleted file mode 100644 index 405281d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-subscript.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-superscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-superscript.svg deleted file mode 100644 index 9c8afc2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-superscript.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-symbol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-symbol.svg deleted file mode 100644 index 2298722..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-symbol.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-underline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-underline.svg deleted file mode 100644 index 2106151..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-underline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-uppercase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-uppercase.svg deleted file mode 100644 index 7a62a43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/format-text-uppercase.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/formula.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/formula.svg deleted file mode 100644 index 7eb8758..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/formula.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-achievements.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-achievements.svg deleted file mode 100644 index 5e131a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-achievements.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-background.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-background.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-board.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-board.svg deleted file mode 100644 index 0f92d3d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-board.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-custom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-custom.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-custom.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-options.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-options.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-theme.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-theme.svg deleted file mode 120000 index 2873b7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-theme.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-tiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-tiles.svg deleted file mode 100644 index 35258d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-config-tiles.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-difficult.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-difficult.svg deleted file mode 100644 index e45d1c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-difficult.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-endturn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-endturn.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-endturn.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-highscores.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-highscores.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-highscores.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-hint.svg deleted file mode 100644 index 07805a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-hint.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-solve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-solve.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/games-solve.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gcr-gnupg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gcr-gnupg.svg deleted file mode 100644 index c7a745c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gcr-gnupg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-build.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-build.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-build.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-close-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-close-all.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-save-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-save-all.svg deleted file mode 120000 index 43e072f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/geany-save-all.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/get-hot-new-stuff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/get-hot-new-stuff.svg deleted file mode 100644 index 01ebacc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/get-hot-new-stuff.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-branch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-branch.svg deleted file mode 100644 index 72e83f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-branch.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-diff-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-diff-view.svg deleted file mode 120000 index 36fc9a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-diff-view.svg +++ /dev/null @@ -1 +0,0 @@ -cm_flatview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-history-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-history-view.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-history-view.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-remote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-remote.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-remote.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/giggle-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/globe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/globe.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/globe.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-app-install-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-app-install-star.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-app-install-star.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-lockscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-lockscreen.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-lockscreen.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-searchtool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-searchtool.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-searchtool.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-fwd.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-fwd.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-rpl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-rpl.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-rpl.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-snd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-snd.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnome-stock-mail-snd.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-comment-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-comment-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-comment-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-link-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-link-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gnumeric-link-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-bottom.svg deleted file mode 100644 index 487e811..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-bottom.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down-search.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down-search.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down.svg deleted file mode 100644 index 32810ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view-page.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first.svg deleted file mode 100644 index 2d25ebc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-first.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home-large.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home-large.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home.svg deleted file mode 100644 index 85ef6c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-home.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-declaration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-declaration.svg deleted file mode 100644 index ffdc1ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-declaration.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-definition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-definition.svg deleted file mode 100644 index 2468f2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-definition.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-locationbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-locationbar.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-locationbar.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-rtl.svg deleted file mode 100644 index 72e2f0d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-today.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump-today.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump.svg deleted file mode 100644 index b3c2b69..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-jump.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view-page.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last.svg deleted file mode 100644 index be3b97d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-last.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-left.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-left.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-context.svg deleted file mode 100644 index bd7cd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-context.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-use.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-use.svg deleted file mode 100644 index 8009f97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-use.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view-page.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next.svg deleted file mode 100644 index 1da9ce2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-next.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-parent-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-parent-folder.svg deleted file mode 100644 index 590554e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-parent-folder.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-context.svg deleted file mode 100644 index deeff7b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-context.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-use.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-use.svg deleted file mode 100644 index 809a276..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-use.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view-page.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous.svg deleted file mode 100644 index 4bc1a5b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-previous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-right.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-right.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-today.svg deleted file mode 120000 index 516e9f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-today.svg +++ /dev/null @@ -1 +0,0 @@ -calendar-go-today.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-top.svg deleted file mode 100644 index 2f839a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-top.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up-search.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up-search.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up.svg deleted file mode 100644 index cbee6d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/go-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gohome.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gohome.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gohome.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpg.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpg.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpgsm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpgsm.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gpgsm.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gps.svg deleted file mode 120000 index 940ccf4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gps.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-in-place.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-axonometric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-axonometric.svg deleted file mode 100644 index 94115b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-axonometric.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-rectangular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-rectangular.svg deleted file mode 100644 index 108b4cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid-rectangular.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/grid.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-delete.svg deleted file mode 100644 index 6580026..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-delete.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-edit.svg deleted file mode 100644 index 234ebac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-edit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-new.svg deleted file mode 100644 index c72d58f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/group-new.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-note-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-note-new.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-note-new.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-people.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-people.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag-new.svg deleted file mode 120000 index 4bfd68b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag-new.svg +++ /dev/null @@ -1 +0,0 @@ -tag-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-all.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-none.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-tags-none.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-dismiss.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-dismiss.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-dismiss.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-done.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-done.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-done.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-new.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undismiss.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undismiss.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undismiss.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undone.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-task-undone.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-work.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-work.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtg-work.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-authentication.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-authentication.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-authentication.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-bold.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-bold.svg deleted file mode 120000 index 3921884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-bold.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-bold.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cdrom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cdrom.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cdrom.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-clear.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-color-picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-color-picker.svg deleted file mode 120000 index 1f41e7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-color-picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-connect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-connect.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-connect.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-convert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-convert.svg deleted file mode 100644 index 37faba7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-convert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-copy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-cut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-directory.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-directory.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-disconnect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-disconnect.svg deleted file mode 120000 index a3b26c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-disconnect.svg +++ /dev/null @@ -1 +0,0 @@ -network-disconnect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-dnd-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-dnd-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-dnd-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-execute.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-execute.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-execute.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-file.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-file.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find-and-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find-and-replace.svg deleted file mode 120000 index 0c2ba29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find-and-replace.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find-replace.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-floppy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-floppy.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-floppy.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-ltr.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-rtl.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-back-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-ltr.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-rtl.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-forward-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-go-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-ltr.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-rtl.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-first-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-ltr.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-rtl.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-last-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-goto-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-ltr.svg deleted file mode 120000 index db83cea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-rtl.svg deleted file mode 120000 index c5f5002..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-indent-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-less.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-index.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-index.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-index.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-info.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-info.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-italic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-italic.svg deleted file mode 120000 index a20d812..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-italic.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-italic.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-ltr.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-rtl.svg deleted file mode 120000 index ccdd201..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-jump-to-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-center.svg deleted file mode 120000 index 68248d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-center.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-fill.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-fill.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-left.svg deleted file mode 120000 index 019e49d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-left.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-right.svg deleted file mode 120000 index 28bd790..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-justify-right.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-right.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-leave-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-leave-fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-leave-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-ltr.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-rtl.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-forward-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-ltr.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-rtl.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-next-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-play-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-play-ltr.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-play-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-ltr.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-rtl.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-previous-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-record.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-record.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-ltr.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-rtl.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-rewind-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-paste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-paste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-preferences.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-preferences.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-preferences.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print-preview.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-print.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-quit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-quit.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-quit.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-remove.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-remove.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-ltr.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-rtl.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-revert-to-saved-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save-as.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save-as.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-save.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-color.svg deleted file mode 120000 index aed2477..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-picker.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-font.svg deleted file mode 100644 index 5752079..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-select-font.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-spell-check.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-spell-check.svg deleted file mode 120000 index 9100ee7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-spell-check.svg +++ /dev/null @@ -1 +0,0 @@ -tools-check-spelling.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-ltr.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-rtl.svg deleted file mode 120000 index a13a878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-undelete-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-zoom-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-zoom-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/gtk-zoom-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/guides.svg deleted file mode 100644 index 0bcbdb8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/guides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hand.svg deleted file mode 120000 index 374fc6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hand.svg +++ /dev/null @@ -1 +0,0 @@ -transform-browse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/handle-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/handle-sort.svg deleted file mode 100644 index 6b0d777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/handle-sort.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-activity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-activity.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-activity.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-add-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-add-queue.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-add-queue.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-complete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-complete.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-complete.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-picture.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-picture.svg deleted file mode 120000 index 5a18f81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-picture.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-presets.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-presets.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-presets.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-showqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-showqueue.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-showqueue.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-source.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-source.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-source.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hb-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-about.svg deleted file mode 100644 index 94687a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-about.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents-vmware.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents-vmware.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents-vmware.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents.svg deleted file mode 100644 index e625536..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contextual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contextual.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-contextual.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-donate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-donate.svg deleted file mode 120000 index 761fdb5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-donate.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-feedback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-feedback.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-feedback.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-hint.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-hint.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-info.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-info.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-keybord-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-keybord-shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-keybord-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-whatsthis.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-whatsthis.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help-whatsthis.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hidemouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hidemouse.svg deleted file mode 120000 index d4c7351..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hidemouse.svg +++ /dev/null @@ -1 +0,0 @@ -kr_unselect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hint.svg deleted file mode 100644 index edf5497..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hint.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history_entry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history_entry.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/history_entry.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/homerun.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/homerun.svg deleted file mode 100644 index f359841..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/homerun.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hook-notifier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hook-notifier.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hook-notifier.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/horizontal.svg deleted file mode 100644 index a1aaea6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hotpixels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hotpixels.svg deleted file mode 100644 index 7720830..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hotpixels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hypnotoad.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hypnotoad.svg deleted file mode 100644 index 46e05da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/hypnotoad.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_console.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_console.svg deleted file mode 100644 index a53e280..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_console.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_details.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_details.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_radio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_radio.svg deleted file mode 100644 index c9a230f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_radio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_user.svg deleted file mode 100644 index 0eea9d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/icon_user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/identity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/identity.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/identity.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-aim.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-aim.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-aim.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-kick-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-kick-user.svg deleted file mode 120000 index 2379f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-kick-user.svg +++ /dev/null @@ -1 +0,0 @@ -im-kick-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-user.svg deleted file mode 100644 index e6e31e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-ban-user.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-facebook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-facebook.svg deleted file mode 100644 index 928ee54..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-facebook.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-gadugadu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-gadugadu.svg deleted file mode 100644 index 2d81b3c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-gadugadu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google-talk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google-talk.svg deleted file mode 100644 index 0ab78a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google-talk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google.svg deleted file mode 100644 index 3af58be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-google.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-groupwise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-groupwise.svg deleted file mode 100644 index 6be8ce3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-groupwise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-icq.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-icq.svg deleted file mode 100644 index 4eb6034..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-icq.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-identi.ca.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-identi.ca.svg deleted file mode 100644 index be8a816..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-identi.ca.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-invisible-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-invisible-user.svg deleted file mode 100644 index d30b7c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-invisible-user.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-irc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-irc.svg deleted file mode 100644 index 2840a95..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-irc.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-jabber.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-jabber.svg deleted file mode 100644 index 7fdda80..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-jabber.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-kick-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-kick-user.svg deleted file mode 100644 index 4ec56ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-kick-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-local-xmpp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-local-xmpp.svg deleted file mode 120000 index 979d9af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-local-xmpp.svg +++ /dev/null @@ -1 +0,0 @@ -im-jabber.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-message-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-message-new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-message-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-msn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-msn.svg deleted file mode 100644 index 44153a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-msn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-nov.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-nov.svg deleted file mode 120000 index 83745bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-nov.svg +++ /dev/null @@ -1 +0,0 @@ -im-groupwise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-qq.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-qq.svg deleted file mode 100644 index e473e41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-qq.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-skype.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-skype.svg deleted file mode 100644 index 2ae214e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-skype.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-twitter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-twitter.svg deleted file mode 100644 index 6fabf82..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-twitter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-away.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-away.svg deleted file mode 100644 index b5b85f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-away.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-busy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-busy.svg deleted file mode 100644 index c921dea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-busy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-offline.svg deleted file mode 100644 index 0e125c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-offline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-online.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-online.svg deleted file mode 100644 index 3ab1ac7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user-online.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user.svg deleted file mode 100644 index 3ade9b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-yahoo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-yahoo.svg deleted file mode 100644 index fbc2bab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-yahoo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-youtube.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-youtube.svg deleted file mode 100644 index 460ff7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/im-youtube.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-adjust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-adjust.svg deleted file mode 120000 index aa5daf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-adjust.svg +++ /dev/null @@ -1 +0,0 @@ -adjustlevels.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-auto-adjust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-auto-adjust.svg deleted file mode 120000 index 7902623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-auto-adjust.svg +++ /dev/null @@ -1 +0,0 @@ -autocorrection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-crop.svg deleted file mode 100644 index 5fa9af8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-crop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-denoise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-denoise.svg deleted file mode 100644 index 2f20f67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-denoise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-filter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-filter.svg deleted file mode 100644 index e4d13f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-filter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-loading.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-loading.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-loading.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-missing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-missing.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-missing.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-red-eye.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-red-eye.svg deleted file mode 100644 index a244249..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-red-eye.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-sharpen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-sharpen.svg deleted file mode 100644 index 68809eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-sharpen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-straighten.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-straighten.svg deleted file mode 100644 index afc3f2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/image-straighten.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/imagecomment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/imagecomment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/imagecomment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/inbox.svg deleted file mode 100644 index c872dae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/inbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-deselect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-deselect.svg deleted file mode 100644 index 8801ec5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-deselect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-select.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/indicator-notification-close-select.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-button.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-button.svg deleted file mode 100644 index 5f5b5af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-button.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-emoticon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-emoticon.svg deleted file mode 100644 index 1a84307..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-emoticon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-endnote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-endnote.svg deleted file mode 100644 index 418fd44..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-endnote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-footnote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-footnote.svg deleted file mode 100644 index f1b551e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-footnote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-horizontal-rule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-horizontal-rule.svg deleted file mode 120000 index c47e3dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-horizontal-rule.svg +++ /dev/null @@ -1 +0,0 @@ -draw-path.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-image.svg deleted file mode 100644 index f512193..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-image.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-link.svg deleted file mode 100644 index 7eecdc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-math-expression.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-math-expression.svg deleted file mode 100644 index 88b5e8d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-math-expression.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-more-mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-more-mark.svg deleted file mode 100644 index e9ef0a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-more-mark.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-object.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-object.svg deleted file mode 100644 index 35eda2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-object.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-page-break.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-page-break.svg deleted file mode 100644 index f23b5ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-page-break.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table-of-contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table-of-contents.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table-of-contents.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table.svg deleted file mode 100644 index 241242b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-table.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-tableofcontents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-tableofcontents.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-tableofcontents.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text-frame.svg deleted file mode 100644 index 099cb10..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text-frame.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text.svg deleted file mode 100644 index 5d17fe6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/insert-text.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/interactive_simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/interactive_simplify.svg deleted file mode 100644 index ca6fadf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/interactive_simplify.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-amarok.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-services.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-services.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/internet-services.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/invertimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/invertimage.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/invertimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-active.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-active.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-inactive.svg deleted file mode 100644 index 08e89a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-channel-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-close-channel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-close-channel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-close-channel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-join-channel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-join-channel.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-join-channel.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-operator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-operator.svg deleted file mode 120000 index b3dc283..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-operator.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-custom-effect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-remove-operator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-remove-operator.svg deleted file mode 100644 index 1892359..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-remove-operator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-unvoice.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-unvoice.svg deleted file mode 120000 index b941b18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-unvoice.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume-muted.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-voice.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-voice.svg deleted file mode 120000 index c453305..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/irc-voice.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/items-tags.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/items-tags.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/items-tags.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-copy-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-copy-link.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-copy-link.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-error.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-error.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-folder.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-information.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-information.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-information.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-open-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-open-browser.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-open-browser.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-question.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-question.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-question.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-quit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-quit.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-quit.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-resize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-resize.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-resize.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-rotate.svg deleted file mode 120000 index ae703d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-rotate.svg +++ /dev/null @@ -1 +0,0 @@ -transform-rotate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-tools.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-tools.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-tools.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-upload.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-upload.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-utils.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-utils.svg deleted file mode 120000 index 6995ac4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-utils.svg +++ /dev/null @@ -1 +0,0 @@ -configure-toolbars.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-warning.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/itmages-warning.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/journal-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/journal-new.svg deleted file mode 100644 index c294b23..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/journal-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-color-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-color-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-color-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-slide-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-slide-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-slide-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-text-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-text-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-add-text-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-hor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-hor.svg deleted file mode 100644 index f481cf2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-hor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-left.svg deleted file mode 100644 index cad685d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-none.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-none.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-right.svg deleted file mode 100644 index 2930417..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-vert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-vert.svg deleted file mode 100644 index 374a48b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-align-vert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-composite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-composite.svg deleted file mode 100644 index 8073b62..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-composite.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-custom-effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-custom-effect.svg deleted file mode 100644 index b958295..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-custom-effect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-deleffect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-deleffect.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-deleffect.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-audio.svg deleted file mode 100644 index 2983c41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-audio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-video.svg deleted file mode 100644 index ca25e60..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-hide-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-edit.svg deleted file mode 100644 index a9a9a21..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-rect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-rect.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-rect.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-unicode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-unicode.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-insert-unicode.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-menu.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-menu.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-normal-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-normal-edit.svg deleted file mode 100644 index bc00cd3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-normal-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-height.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-height.svg deleted file mode 100644 index 5ac7347..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-height.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-width.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-width.svg deleted file mode 100644 index 2c6594d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-object-width.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-overwrite-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-overwrite-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-overwrite-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-all.svg deleted file mode 100644 index 6ffb26a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-images.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-images.svg deleted file mode 100644 index 39a1fda..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-images.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-rects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-rects.svg deleted file mode 100644 index d215f6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-rects.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-texts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-texts.svg deleted file mode 100644 index 6e22457..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-texts.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-tool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-tool.svg deleted file mode 100644 index 3b2bafa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-select-tool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audio.svg deleted file mode 100644 index 681f942..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audiothumb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audiothumb.svg deleted file mode 100644 index b4e7603..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-audiothumb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-markers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-markers.svg deleted file mode 100644 index 1a0723d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-markers.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-video.svg deleted file mode 100644 index 5eebcdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-videothumb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-videothumb.svg deleted file mode 120000 index 7b51f34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-show-videothumb.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audiothumb.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slide.svg deleted file mode 100644 index d5c4994..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slip.svg deleted file mode 100644 index dc58f52..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-slip.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-snap.svg deleted file mode 120000 index 305374a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-snap.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-align-hor.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-spacer-tool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-spacer-tool.svg deleted file mode 100644 index 16e8570..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-spacer-tool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-split-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-split-audio.svg deleted file mode 100644 index 5f101eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-split-audio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track-has-effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track-has-effect.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track-has-effect.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track_has_effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track_has_effect.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-track_has_effect.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unlock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unselect-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unselect-all.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-unselect-all.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-down.svg deleted file mode 100644 index 318c90a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-down.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-top.svg deleted file mode 100644 index f99feae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-top.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-up.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zindex-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-end.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-end.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zone-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-large.svg deleted file mode 100644 index 74f063d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-large.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-small.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-small.svg deleted file mode 100644 index 9b48587..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdenlive-zoom-small.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdocumentinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdocumentinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kdocumentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key-enter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key-enter.svg deleted file mode 100644 index e0947ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key-enter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key_enter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key_enter.svg deleted file mode 120000 index 4ded946..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/key_enter.svg +++ /dev/null @@ -1 +0,0 @@ -key-enter.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-add.svg deleted file mode 100644 index 310e77d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-add.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-disable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-disable.svg deleted file mode 100644 index 407b190..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-disable.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-duplicate.svg deleted file mode 100644 index 69bbc1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-duplicate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-next.svg deleted file mode 100644 index 7871be2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-next.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-previous.svg deleted file mode 100644 index 541a911..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-previous.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-record.svg deleted file mode 100644 index 161fece..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-record.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-remove.svg deleted file mode 100644 index 9a18b46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe-remove.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe.svg deleted file mode 100644 index 7779e1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/keyframe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kfm_home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kfm_home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kfm_home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kittens.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kittens.svg deleted file mode 100644 index ff6a49c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kittens.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase-new.svg deleted file mode 100644 index 5ac1dcf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrase.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrasebook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrasebook.svg deleted file mode 120000 index 7d23258..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phrasebook.svg +++ /dev/null @@ -1 +0,0 @@ -im-irc.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phresebook-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phresebook-new.svg deleted file mode 100644 index 674fb64..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kmouth-phresebook-new.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_alarm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_alarm.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_alarm.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_date.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_date.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_date.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/knotes_delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kontes_close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kontes_close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kontes_close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_combine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_combine.svg deleted file mode 100644 index 8a5ba48..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_combine.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_comparedirs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_comparedirs.svg deleted file mode 100644 index 014a32f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_comparedirs.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_diskusage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_diskusage.svg deleted file mode 100644 index e53676d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_diskusage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_jumpback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_jumpback.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_jumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_mountman.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_mountman.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_mountman.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_setjumpback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_setjumpback.svg deleted file mode 120000 index 76b6809..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_setjumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump-definition.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_off.svg deleted file mode 100644 index c9ebd5f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_on.svg deleted file mode 120000 index 0e0e5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_syncbrowse_on.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sync.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_unselect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_unselect.svg deleted file mode 100644 index 37a0adf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kr_unselect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cbound.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cbound.svg deleted file mode 100644 index a6417ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cbound.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_clines.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_clines.svg deleted file mode 100644 index c11a1a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_clines.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cnames.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cnames.svg deleted file mode 100644 index 0d6232f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_cnames.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_deepsky.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_deepsky.svg deleted file mode 100644 index b7e13a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_deepsky.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_ekos.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_ekos.svg deleted file mode 100644 index 7c7ddd1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_ekos.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_fitsviewer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_fitsviewer.svg deleted file mode 100644 index ed56567..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_fitsviewer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_grid.svg deleted file mode 100644 index 4b87c8f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_grid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_hgrid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_hgrid.svg deleted file mode 100644 index 361dfb7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_hgrid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_horizon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_horizon.svg deleted file mode 100644 index 8eada9d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_horizon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_indi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_indi.svg deleted file mode 100644 index 05f923c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_indi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_mw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_mw.svg deleted file mode 100644 index 9094063..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_mw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_planets.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_planets.svg deleted file mode 100644 index 4f425e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_planets.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_satellites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_satellites.svg deleted file mode 100644 index c3146b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_satellites.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_solarsystem.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_solarsystem.svg deleted file mode 100644 index 28c18e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_solarsystem.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_supernovae.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_supernovae.svg deleted file mode 100644 index c40ef14..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_supernovae.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_xplanet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_xplanet.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kstars_xplanet.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-feeds.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-feeds.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-feeds.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-filters.svg deleted file mode 100644 index 7d0e5af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-add-filters.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-bandwidth-scheduler.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-bandwidth-scheduler.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-bandwidth-scheduler.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-change-tracker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-change-tracker.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-change-tracker.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-check-data.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-check-data.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-check-data.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-chunks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-chunks.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-chunks.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-encrypted.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-info-widget.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-info-widget.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-info-widget.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-magnet.svg deleted file mode 100644 index e21a544..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-magnet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-plugins.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-plugins.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-plugins.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-queue-manager.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-queue-manager.svg deleted file mode 120000 index 213a69a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-queue-manager.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-descending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-feeds.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-feeds.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-feeds.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-filters.svg deleted file mode 100644 index 5351a65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove-filters.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-restore-defaults.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-restore-defaults.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-restore-defaults.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-download-speed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-download-speed.svg deleted file mode 120000 index 3771745..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-download-speed.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-upload-speed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-upload-speed.svg deleted file mode 120000 index 17854fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-set-max-upload-speed.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-show-statusbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-show-statusbar.svg deleted file mode 120000 index ae70e66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-show-statusbar.svg +++ /dev/null @@ -1 +0,0 @@ -show-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-speed-limits.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-speed-limits.svg deleted file mode 100644 index 23d3162..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-speed-limits.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start-all.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop-all.svg deleted file mode 100644 index 520f092..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-upnp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-upnp.svg deleted file mode 100644 index ddb96dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/kt-upnp.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ktnef_extract_to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ktnef_extract_to.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ktnef_extract_to.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/label-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/label-amarok.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/label-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-TeX-logo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-TeX-logo.svg deleted file mode 100644 index 69a3a0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-TeX-logo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-all.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-all.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-auto-scale-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-horizontal.svg deleted file mode 100644 index 356b633..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-vertical.svg deleted file mode 100644 index 1a5477a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-axis-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-cursor-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-cursor-arrow.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-cursor-arrow.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-format-text-symbol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-format-text-symbol.svg deleted file mode 120000 index 5d66639..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-format-text-symbol.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-symbol.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-down-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-down-y.svg deleted file mode 100644 index c62126e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-down-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-left-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-left-x.svg deleted file mode 100644 index 5e36e2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-left-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-right-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-right-x.svg deleted file mode 100644 index 472c514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-right-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-up-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-up-y.svg deleted file mode 100644 index f7abaea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-shift-up-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-transform-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-transform-move.svg deleted file mode 120000 index fa26bd3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-transform-move.svg +++ /dev/null @@ -1 +0,0 @@ -transform-move.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-curve.svg deleted file mode 100644 index aa5d5cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-equation-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-equation-curve.svg deleted file mode 100644 index 0c0dc0a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-equation-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-fit-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-fit-curve.svg deleted file mode 100644 index 9f35f3a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-fit-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-four-axes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-four-axes.svg deleted file mode 100644 index 9d4059b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-four-axes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered-origin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered-origin.svg deleted file mode 100644 index 99646ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered-origin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered.svg deleted file mode 100644 index b92a4f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes-centered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes.svg deleted file mode 100644 index 7c77b46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-xy-plot-two-axes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-x.svg deleted file mode 120000 index 608b539..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-y.svg deleted file mode 120000 index 65f9aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-in-y.svg +++ /dev/null @@ -1 +0,0 @@ -y-zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-x.svg deleted file mode 120000 index fc310d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-y.svg deleted file mode 120000 index 0f72a05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/labplot-zoom-out-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-y.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/languages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/languages.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/languages.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-bottom.svg deleted file mode 100644 index 657b3b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-delete.svg deleted file mode 100644 index 12be3d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-duplicate.svg deleted file mode 100644 index 962b4ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-duplicate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-lower.svg deleted file mode 100644 index 440f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-lower.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-new.svg deleted file mode 100644 index 0061eff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-next.svg deleted file mode 100644 index 792b40d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-next.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-previous.svg deleted file mode 100644 index 7b3f3f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-previous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-raise.svg deleted file mode 100644 index 2e53d13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-raise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-top.svg deleted file mode 100644 index 1989b98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-off.svg deleted file mode 100644 index eb68fe9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-on.svg deleted file mode 100644 index 4a4a393..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/layer-visible-on.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lens.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lens.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lens.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensautofix.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensautofix.svg deleted file mode 100644 index 8c07cf2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensautofix.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensdistortion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensdistortion.svg deleted file mode 100644 index 2cf7891..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lensdistortion.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/libpeas-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/libpeas-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/libpeas-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/license.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/license.svg deleted file mode 100644 index 765474a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/license.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttable.svg deleted file mode 100644 index 5de163f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttable.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttableadd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttableadd.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lighttableadd.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lines-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lines-connector.svg deleted file mode 100644 index 88f8088..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lines-connector.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/link.svg deleted file mode 100644 index 952a79f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-font.svg deleted file mode 100644 index 918912d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-font.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-user.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add-user.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add.svg deleted file mode 100644 index 1b958cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-all.svg deleted file mode 100644 index 93230b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-all.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-user.svg deleted file mode 100644 index fa9ab43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove.svg deleted file mode 100644 index d47c933..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-resource-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-resource-add.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/list-resource-add.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/location.svg deleted file mode 100644 index 7d60b72..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/location.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/locationbar_erase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/locationbar_erase.svg deleted file mode 120000 index beaae79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/locationbar_erase.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love-amarok.svg deleted file mode 100644 index 5844075..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love.svg deleted file mode 100644 index 99a3ec8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/love.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/loved_radio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/loved_radio.svg deleted file mode 120000 index 6d5dfdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/loved_radio.svg +++ /dev/null @@ -1 +0,0 @@ -love.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-bug.svg deleted file mode 120000 index c423740..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-bug.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-junk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-translate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-translate.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/lpi-translate.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-archive.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-archive.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-attachment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-attachment.svg deleted file mode 100644 index 501b698..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-attachment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-deleted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-deleted.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-deleted.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-full.svg deleted file mode 100644 index 72a9087..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-full.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-part.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-part.svg deleted file mode 120000 index bab4595..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted-part.svg +++ /dev/null @@ -1 +0,0 @@ -mail-encrypted-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted.svg deleted file mode 120000 index bab4595..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -mail-encrypted-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flag.svg deleted file mode 100644 index 8198b96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flag.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flagged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flagged.svg deleted file mode 120000 index c652f2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-flagged.svg +++ /dev/null @@ -1 +0,0 @@ -mail-flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-inbox.svg deleted file mode 120000 index 80b4ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-inbox.svg +++ /dev/null @@ -1 +0,0 @@ -inbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-outbox.svg deleted file mode 120000 index 2aa12a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-outbox.svg +++ /dev/null @@ -1 +0,0 @@ -outbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-sent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-sent.svg deleted file mode 100644 index b10f159..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-folder-sent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forward.svg deleted file mode 100644 index f4c8ff2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded-replied.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded-replied.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded-replied.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-forwarded.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-inbox.svg deleted file mode 120000 index 80b4ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-inbox.svg +++ /dev/null @@ -1 +0,0 @@ -inbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-invitation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-invitation.svg deleted file mode 100644 index 8aee3d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-invitation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-important.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-important.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-important.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-junk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-junk.svg deleted file mode 100644 index 12beb44..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-junk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-notjunk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-notjunk.svg deleted file mode 100644 index d26e55e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-notjunk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-read.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-read.svg deleted file mode 100644 index fa42e0d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-read.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-task.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-task.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread-new.svg deleted file mode 100644 index c5831b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread-new.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread.svg deleted file mode 100644 index a056a82..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-mark-unread.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-meeting-request-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-meeting-request-reply.svg deleted file mode 100644 index 151517d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-meeting-request-reply.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new-list.svg deleted file mode 100644 index 949ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new.svg deleted file mode 100644 index 25cb101..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-message.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-move.svg deleted file mode 100644 index 533e0af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-move.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-open-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-open-multiple.svg deleted file mode 100644 index 4d55632..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-open-multiple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-outbox.svg deleted file mode 120000 index 2aa12a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-outbox.svg +++ /dev/null @@ -1 +0,0 @@ -outbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-queue.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-queue.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-read.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-read.svg deleted file mode 100644 index ec319dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-read.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-receive.svg deleted file mode 100644 index ba3177b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-receive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-replied.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-replied.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-replied.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-custom.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-list.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-list.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-sender.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-sender.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-reply-sender.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send-receive.svg deleted file mode 100644 index 2165bad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send-receive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send.svg deleted file mode 100644 index 2e9b1bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-send.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-sent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-sent.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-sent.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signature-unknown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signature-unknown.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signature-unknown.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-full.svg deleted file mode 100644 index c9049f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-full.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-fully.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-fully.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-fully.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-part.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-part.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-part.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-verified.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-verified.svg deleted file mode 120000 index 8221c41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed-verified.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-read.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-signed.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-tagged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-tagged.svg deleted file mode 100644 index 2d64b8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-tagged.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-task.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-task.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-ignored.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-ignored.svg deleted file mode 100644 index c6fc456..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-ignored.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-watch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-watch.svg deleted file mode 100644 index 83e2d8c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-thread-watch.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-multiple.svg deleted file mode 100644 index f8f0aae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-multiple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-new.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail-unread.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_generic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_generic.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_generic.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_reply.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_reply.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_replyall.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_replyall.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mail_replyall.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/manga.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/manga.svg deleted file mode 100644 index f274944..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/manga.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-flat.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-flat.svg deleted file mode 100644 index dbe060c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-flat.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-globe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-globe.svg deleted file mode 100644 index 3a715b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-globe.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-gnomonic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-gnomonic.svg deleted file mode 100644 index 77686f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-gnomonic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-mercator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-mercator.svg deleted file mode 100644 index 3e39fb9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/map-mercator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mark-location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mark-location.svg deleted file mode 100644 index 09e6b39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mark-location.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/measure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/measure.svg deleted file mode 100644 index 23601bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/measure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover-manager-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover-manager-amarok.svg deleted file mode 100644 index 472922b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover-manager-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-repeat-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-repeat-amarok.svg deleted file mode 120000 index cf79da2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-album-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-track.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-track.svg deleted file mode 100644 index e7b67d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-album-track.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-eject.svg deleted file mode 100644 index 9c9cff3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-eject.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-forward.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-forward.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-import-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-import-audio-cd.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-import-audio-cd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-pause.svg deleted file mode 100644 index f096154..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-paused.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-paused.svg deleted file mode 100644 index aa1d94c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-paused.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-playing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-playing.svg deleted file mode 100644 index a2c1ec4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-playing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start-rtl.svg deleted file mode 100644 index 447432b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start.svg deleted file mode 100644 index 3676b9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stop.svg deleted file mode 100644 index 0c93fc1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stopped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stopped.svg deleted file mode 100644 index 5f407ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playback-stopped.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-normal.svg deleted file mode 100644 index fa787bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-normal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-play.svg deleted file mode 100644 index 0031360..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-amarok.svg deleted file mode 120000 index 8bb4aca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-song.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-song.svg deleted file mode 120000 index f0a3a66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat-song.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat.svg deleted file mode 100644 index 93854b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-repeat.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-shuffle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-shuffle.svg deleted file mode 100644 index 0fae5b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-playlist-shuffle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-albums-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-albums-amarok.svg deleted file mode 100644 index d8e9874..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-albums-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-tracks-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-tracks-amarok.svg deleted file mode 100644 index b351882..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-random-tracks-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-record.svg deleted file mode 100644 index a082412..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-record.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-album-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-album-amarok.svg deleted file mode 100644 index 748e138..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-album-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-all.svg deleted file mode 120000 index 81a417a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-repeat.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-none.svg deleted file mode 100644 index 35fb1b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-none.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-playlist-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-playlist-amarok.svg deleted file mode 100644 index cc3953c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-playlist-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-single.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-single.svg deleted file mode 120000 index f0a3a66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-single.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-track-amarok.svg deleted file mode 100644 index a40ea6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-repeat-track-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-rewind.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-rewind.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-rewind.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-backward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-backward.svg deleted file mode 100644 index 46532b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-backward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-forward.svg deleted file mode 100644 index 6f20d4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-seek-forward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-show-active-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-show-active-track-amarok.svg deleted file mode 100644 index 333fdc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-show-active-track-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-backward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-backward.svg deleted file mode 100644 index b34e7e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-backward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-forward.svg deleted file mode 100644 index 8caf990..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-skip-forward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-standard-track-progression-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-standard-track-progression-amarok.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-standard-track-progression-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-add-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-add-amarok.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-add-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-edit-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-edit-amarok.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-edit-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-queue-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-queue-amarok.svg deleted file mode 100644 index a20de51..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-queue-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-remove-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-remove-amarok.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-show-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-show-active.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-track-show-active.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-view-subtitles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-view-subtitles.svg deleted file mode 100644 index 5bd7882..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/media-view-subtitles.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending-tentative.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending-tentative.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending-tentative.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-attending.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-no-response.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-no-response.svg deleted file mode 100644 index f324fd2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-no-response.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-request-response.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-request-response.svg deleted file mode 100644 index 3c6ed07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meeting-participant-request-response.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meld-version-control.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meld-version-control.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/meld-version-control.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new_sep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new_sep.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/menu_new_sep.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/merge.svg deleted file mode 100644 index fa2e5a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/merge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient-fit.svg deleted file mode 100644 index a1205bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient-fit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient.svg deleted file mode 100644 index 63130f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/mesh-gradient.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/message-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/message-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/message-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/messagebox_warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/messagebox_warning.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/messagebox_warning.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/milestone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/milestone.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/milestone.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/modified.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/modified.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/modified.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/music-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/music-amarok.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/music-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nemo-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nemo-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nemo-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-connect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-connect.svg deleted file mode 100644 index b18e976..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-connect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-disconnect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-disconnect.svg deleted file mode 100644 index 8ee01a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-disconnect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-server-vmware.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-server-vmware.svg deleted file mode 100644 index a4a825f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/network-server-vmware.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-24h-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-24h-appointment.svg deleted file mode 100644 index 914ecf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-24h-appointment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-audio-alarm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-audio-alarm.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/new-audio-alarm.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-subscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-subscribe.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-subscribe.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-unsubscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-unsubscribe.svg deleted file mode 100644 index 196995d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/news-unsubscribe.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/next.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/next.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no-marker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no-marker.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no-marker.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no.svg deleted file mode 100644 index ccc89ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/no.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nocover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nocover.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/nocover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-add.svg deleted file mode 100644 index 7420af1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-break.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-break.svg deleted file mode 100644 index 2f0a689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-break.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete-segment.svg deleted file mode 100644 index 3d20743..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete-segment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete.svg deleted file mode 100644 index fc58a80..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join-segment.svg deleted file mode 100644 index cffbe44..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join-segment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join.svg deleted file mode 100644 index 0c60224..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-join.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-curve.svg deleted file mode 100644 index eaad61a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-curve.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-line.svg deleted file mode 100644 index 0acc869..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-segment-line.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-transform.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-transform.svg deleted file mode 100644 index 66b70cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-transform.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-auto-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-auto-smooth.svg deleted file mode 100644 index 2f3149c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-auto-smooth.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-cusp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-cusp.svg deleted file mode 100644 index f72383a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-cusp.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-smooth.svg deleted file mode 100644 index 6b6614a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-smooth.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-symmetric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-symmetric.svg deleted file mode 100644 index fa0fef2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/node-type-symmetric.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/noisereduction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/noisereduction.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/noisereduction.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/non-starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/non-starred.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/non-starred.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/note.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/note.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/note.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-center-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-center-calligra.svg deleted file mode 120000 index 82a31af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-center-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-left-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-left-calligra.svg deleted file mode 120000 index e2cdcc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-left-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-right-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-right-calligra.svg deleted file mode 120000 index 3caab05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-horizontal-right-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-right.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-calligra.svg deleted file mode 120000 index ad9f7a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-top-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-top-calligra.svg deleted file mode 120000 index 18e5266..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-bottom-top-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-bottom-out.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-center-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-center-calligra.svg deleted file mode 120000 index 61759b7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-center-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-top-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-top-calligra.svg deleted file mode 120000 index 06dfc8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-align-vertical-top-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-columns.svg deleted file mode 100644 index 961a12f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-columns.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-crop.svg deleted file mode 120000 index 686d9f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-crop.svg +++ /dev/null @@ -1 +0,0 @@ -transform-crop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-fill.svg deleted file mode 100644 index 5a8335b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-fill.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-horizontal.svg deleted file mode 100644 index 65c58b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-vertical.svg deleted file mode 100644 index 6b9a879..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-flip-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group-calligra.svg deleted file mode 120000 index de24cc7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -object-group.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group.svg deleted file mode 100644 index e95c714..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-group.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-hidden.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-hidden.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-inverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-inverse.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-inverse.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-locked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-locked.svg deleted file mode 100644 index 6a50e4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-locked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back-calligra.svg deleted file mode 120000 index 9e2dbf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back.svg deleted file mode 120000 index 9e2dbf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-back.svg +++ /dev/null @@ -1 +0,0 @@ -layer-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front-calligra.svg deleted file mode 120000 index 349ec38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front.svg deleted file mode 120000 index 349ec38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-front.svg +++ /dev/null @@ -1 +0,0 @@ -layer-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower-calligra.svg deleted file mode 120000 index 86c1115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-lower.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower.svg deleted file mode 120000 index 86c1115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-lower.svg +++ /dev/null @@ -1 +0,0 @@ -layer-lower.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise-calligra.svg deleted file mode 120000 index 7c3b884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-raise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise.svg deleted file mode 120000 index 7c3b884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-order-raise.svg +++ /dev/null @@ -1 +0,0 @@ -layer-raise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-left.svg deleted file mode 100644 index 0c7db4b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-right.svg deleted file mode 100644 index f1da50b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rotate-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rows.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rows.svg deleted file mode 100644 index 55880cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-rows.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-select.svg deleted file mode 100644 index eae8ad5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-straighten.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-straighten.svg deleted file mode 100644 index daa9467..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-straighten.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke-style.svg deleted file mode 100644 index 75ee6a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke-style.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke.svg deleted file mode 100644 index adf4e13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-stroke.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-to-path.svg deleted file mode 100644 index 4934d5a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-to-path.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-attract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-attract.svg deleted file mode 100644 index 6b7b877..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-attract.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-blur.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-blur.svg deleted file mode 100644 index 3c33137..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-blur.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-duplicate.svg deleted file mode 100644 index f1a429c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-duplicate.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-jitter-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-jitter-color.svg deleted file mode 100644 index 29f7a30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-jitter-color.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-paint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-paint.svg deleted file mode 100644 index 5119243..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-paint.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-push.svg deleted file mode 100644 index 83106f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-push.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-randomize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-randomize.svg deleted file mode 100644 index 1dc028c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-randomize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-rotate.svg deleted file mode 100644 index 3cd7f78..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-rotate.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-shrink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-shrink.svg deleted file mode 100644 index fcad45a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-tweak-shrink.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-calligra.svg deleted file mode 120000 index a22f913..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -object-ungroup.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-pop-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-pop-selection.svg deleted file mode 100644 index 5800216..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup-pop-selection.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup.svg deleted file mode 100644 index 50bb14a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-ungroup.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-unlocked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-unlocked.svg deleted file mode 100644 index 710d94a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-unlocked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-visible.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-visible.svg deleted file mode 120000 index 6253426..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/object-visible.svg +++ /dev/null @@ -1 +0,0 @@ -layer-visible-on.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off-outline.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off-outline.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/off.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-focus-peak-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-focus-peak-node.svg deleted file mode 100644 index 55d7834..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-focus-peak-node.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-percentage.svg deleted file mode 100644 index c729f34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-stacked.svg deleted file mode 100644 index b4eced4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area-stacked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area.svg deleted file mode 100644 index 7ea426c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-area.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-percentage.svg deleted file mode 100644 index f233894..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-stacked.svg deleted file mode 100644 index 2fa8562..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar.svg deleted file mode 100644 index 87caff1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-forecast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-forecast.svg deleted file mode 100644 index c0b77b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-forecast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-percentage.svg deleted file mode 100644 index 2227207..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-stacked.svg deleted file mode 100644 index 40f614a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line.svg deleted file mode 100644 index d4d9242..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-pie.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-pie.svg deleted file mode 100644 index 0c59ce4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-pie.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar-stacked.svg deleted file mode 100644 index fd6a8b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar.svg deleted file mode 100644 index 6cccdb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-polar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-ring.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-ring.svg deleted file mode 100644 index 7e0b3aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-ring.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-scatter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-scatter.svg deleted file mode 100644 index d09a2ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-chart-scatter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-report.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-report.svg deleted file mode 100644 index 0ab74bc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/office-report.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/oilpaint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/oilpaint.svg deleted file mode 120000 index 1b23808..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/oilpaint.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-fill-and-stroke.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on-outline.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on-outline.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/on.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-for-editing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-for-editing.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-for-editing.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-magnet.svg deleted file mode 120000 index ee80777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-magnet.svg +++ /dev/null @@ -1 +0,0 @@ -kt-magnet.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-menu.svg deleted file mode 100644 index 460fb9b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/open-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-duplicate.svg deleted file mode 100644 index 6da7e8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-duplicate.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-ccw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-ccw.svg deleted file mode 100644 index f49f7a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-ccw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-cw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-cw.svg deleted file mode 100644 index c25b21d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-cw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-flip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-flip.svg deleted file mode 100644 index 1f04b89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-flip.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-normal.svg deleted file mode 100644 index a165bf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-rotate-normal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-left.svg deleted file mode 100644 index 02dd0b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-sright.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-sright.svg deleted file mode 100644 index e27a523..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-sbs-sright.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-laptop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-laptop.svg deleted file mode 100644 index 8c68ca1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-laptop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-screen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-screen.svg deleted file mode 100644 index 249484f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/osd-shutd-screen.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/outbox.svg deleted file mode 100644 index 6cfd71d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/outbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/output_win.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/output_win.svg deleted file mode 100644 index 77d0f5b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/output_win.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overexposure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overexposure.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overexposure.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-left.svg deleted file mode 100644 index 59ba0d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-right.svg deleted file mode 100644 index 9ffe305..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu.svg deleted file mode 100644 index 1cb61f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/overflow-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-less.svg deleted file mode 100644 index 585c7b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-less.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-more.svg deleted file mode 100644 index d9470dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pack-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/package.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/package.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/package.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-2sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-2sides.svg deleted file mode 100644 index e4f5eaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-2sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-3sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-3sides.svg deleted file mode 100644 index 89d1dfd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-3sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-4sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-4sides.svg deleted file mode 100644 index dea5335..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-4sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-simple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-simple.svg deleted file mode 100644 index 771c29a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-simple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-zoom.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/page-zoom.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-conical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-conical.svg deleted file mode 100644 index 2d375cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-conical.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-linear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-linear.svg deleted file mode 100644 index 8e12275..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-linear.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-mesh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-mesh.svg deleted file mode 100644 index 04e5a30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-mesh.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-radial.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-radial.svg deleted file mode 100644 index ca8cf01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-gradient-radial.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-none.svg deleted file mode 100644 index ddea256..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-none.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-pattern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-pattern.svg deleted file mode 100644 index 90ea760..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-pattern.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-solid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-solid.svg deleted file mode 100644 index 454ed80..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-solid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-swatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-swatch.svg deleted file mode 100644 index de760da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-swatch.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-unknown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-unknown.svg deleted file mode 100644 index 8d03869..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paint-unknown.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-down.svg deleted file mode 100644 index 162a26b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-end.svg deleted file mode 100644 index 2045609..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-end.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-start.svg deleted file mode 100644 index d949c3a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-up.svg deleted file mode 100644 index 5f551b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pan-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-hide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-hide.svg deleted file mode 100644 index 27e2396..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-hide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-show.svg deleted file mode 100644 index de66cca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pane-show.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paperclip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paperclip.svg deleted file mode 100644 index abb028b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paperclip.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-copy.svg deleted file mode 120000 index a92bf1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-copy.svg +++ /dev/null @@ -1 +0,0 @@ -pgp-keys.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-generator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-generator.svg deleted file mode 100644 index 568ddc8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-generator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-off.svg deleted file mode 120000 index 5d72157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-off.svg +++ /dev/null @@ -1 +0,0 @@ -hint.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-on.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/password-show-on.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-break-apart.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-break-apart.svg deleted file mode 100644 index 5654d71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-break-apart.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-clip-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-clip-edit.svg deleted file mode 100644 index baf59dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-clip-edit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-combine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-combine.svg deleted file mode 100644 index f012899..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-combine.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-cut.svg deleted file mode 100644 index 1d9b35b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-cut.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-difference.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-difference.svg deleted file mode 100644 index f0adcf5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-difference.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-division.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-division.svg deleted file mode 100644 index cd68973..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-division.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-effect-parameter-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-effect-parameter-next.svg deleted file mode 100644 index 666df6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-effect-parameter-next.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-exclusion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-exclusion.svg deleted file mode 100644 index d119b7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-exclusion.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-inset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-inset.svg deleted file mode 100644 index c832921..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-inset.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-intersection.svg deleted file mode 100644 index 7ee1d7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-intersection.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mask-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mask-edit.svg deleted file mode 100644 index 65e2bd9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mask-edit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bezier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bezier.svg deleted file mode 100644 index b6a6b2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bezier.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bspline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bspline.svg deleted file mode 100644 index bb0a1f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-bspline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline-paraxial.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline-paraxial.svg deleted file mode 100644 index 42bbc02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline-paraxial.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline.svg deleted file mode 100644 index 8430a8c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-polyline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-spiro.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-spiro.svg deleted file mode 100644 index 1ad3a30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-mode-spiro.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-dynamic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-dynamic.svg deleted file mode 100644 index 764e5bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-dynamic.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-linked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-linked.svg deleted file mode 100644 index 94897b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-offset-linked.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-outset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-outset.svg deleted file mode 100644 index b350d2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-outset.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-reverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-reverse.svg deleted file mode 100644 index 2e38d3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-reverse.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-simplify.svg deleted file mode 100644 index cf1de5a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-simplify.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-attract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-attract.svg deleted file mode 100644 index 0966c38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-attract.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-grow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-grow.svg deleted file mode 100644 index 563b353..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-grow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-push.svg deleted file mode 100644 index e8d071d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-push.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-repel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-repel.svg deleted file mode 100644 index 4e61c06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-repel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-roughen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-roughen.svg deleted file mode 100644 index 9b73169..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-roughen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-shrink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-shrink.svg deleted file mode 100644 index a54a92d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-tweak-shrink.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-union.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-union.svg deleted file mode 100644 index 08f81c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/path-union.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pause-session.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pause-session.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pause-session.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paused.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paused.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/paused.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pdf-annotations.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pdf-annotations.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pdf-annotations.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/peers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/peers.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/peers.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/perspective-parallel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/perspective-parallel.svg deleted file mode 100644 index 6ddf5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/perspective-parallel.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pgp-keys.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pgp-keys.svg deleted file mode 100644 index ea42924..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pgp-keys.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photo.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photo.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photos-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photos-amarok.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/photos-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pin.svg deleted file mode 120000 index b199fd9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pin.svg +++ /dev/null @@ -1 +0,0 @@ -window-pin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pipe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pipe.svg deleted file mode 100644 index 1654338..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pipe.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelart-trace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelart-trace.svg deleted file mode 100644 index 2e6bdf6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelart-trace.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelate.svg deleted file mode 100644 index b8f2630..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/pixelate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-time.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-time.svg deleted file mode 120000 index 2e0f7a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-time.svg +++ /dev/null @@ -1 +0,0 @@ -chronometer-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume-muted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume-muted.svg deleted file mode 100644 index e2f83b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume-muted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume.svg deleted file mode 100644 index 5fcb7db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player-volume.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_end.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_end.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_fwd.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_fwd.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_playlist.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_playlist.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_record.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_record.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_rew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_rew.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_rew.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/player_stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-automatic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-automatic.svg deleted file mode 100644 index a7d3aa4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-automatic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-generator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-generator.svg deleted file mode 100644 index 72f4854..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-generator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-queue.svg deleted file mode 100644 index 0814594..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-queue.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-similar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-similar.svg deleted file mode 100644 index 210caed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-similar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-sort.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/playlist-sort.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/plugins.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/plugins.svg deleted file mode 100644 index 8e88b44..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/plugins.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-amarok.svg deleted file mode 120000 index 2f0fbff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -application-rss+xml.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-new.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/podcast-new.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-fuzzy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-fuzzy.svg deleted file mode 120000 index 84b2652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-fuzzy.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-prune.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-automatic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-automatic.svg deleted file mode 120000 index 3d04caa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-automatic.svg +++ /dev/null @@ -1 +0,0 @@ -playlist-automatic.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-mid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-mid.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-mid.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-no.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-no.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-ok.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-cat-ok.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-comment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-status-comment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-sync.svg deleted file mode 120000 index 31a6cdc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-sync.svg +++ /dev/null @@ -1 +0,0 @@ -exchange-positions.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-update.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-update.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-validate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-validate.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/poedit-validate.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-add-nodes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-add-nodes.svg deleted file mode 120000 index 9111e7b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-add-nodes.svg +++ /dev/null @@ -1 +0,0 @@ -format-add-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-merge-nodes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-merge-nodes.svg deleted file mode 120000 index 8ef8fb6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/polygon-merge-nodes.svg +++ /dev/null @@ -1 +0,0 @@ -format-join-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/postalcode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/postalcode.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/postalcode.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-activities.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-activities.svg deleted file mode 100644 index 9ca4490..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-activities.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-desktop-notification.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-desktop-notification.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-desktop-notification.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-indicator-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-indicator-amarok.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-indicator-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-media-playback-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-media-playback-amarok.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-media-playback-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-other.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-other.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-glide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-glide.svg deleted file mode 100644 index 0ece902..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-glide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-minimize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-minimize.svg deleted file mode 100644 index 2185cf7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preferences-system-windows-effect-minimize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preflight-verifier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preflight-verifier.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/preflight-verifier.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/previous.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/previous.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/privatebrowsing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/privatebrowsing.svg deleted file mode 120000 index 2379f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/privatebrowsing.svg +++ /dev/null @@ -1 +0,0 @@ -im-kick-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/process-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/process-stop.svg deleted file mode 100644 index 11f8d82..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/process-stop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-defaults.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-defaults.svg deleted file mode 100644 index 9273105..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-defaults.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close-all.svg deleted file mode 120000 index 5687007..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -project-development-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close.svg deleted file mode 100644 index 0c08abe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-close.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-new-template.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-new-template.svg deleted file mode 100644 index 310ddf0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development-new-template.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-development.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/project-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/query-free-busy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/query-free-busy.svg deleted file mode 100644 index 03e909a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/query-free-busy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/queued.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/queued.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/queued.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-class.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-class.svg deleted file mode 100644 index 8b04111..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-class.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-file.svg deleted file mode 120000 index d6e2182..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-file.svg +++ /dev/null @@ -1 +0,0 @@ -fork.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-function.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-function.svg deleted file mode 100644 index feeb735..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen-function.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen.svg deleted file mode 100644 index fc1193b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickopen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickview.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/quickview.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-annotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-annotate.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-annotate.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-applypatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-applypatch.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-applypatch.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-asynchronous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-asynchronous.svg deleted file mode 120000 index c769353..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-asynchronous.svg +++ /dev/null @@ -1 +0,0 @@ -reverse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-branch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-branch.svg deleted file mode 120000 index e3432f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-branch.svg +++ /dev/null @@ -1 +0,0 @@ -giggle-branch.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-bug.svg deleted file mode 120000 index c423740..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-bug.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-junk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-changes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-changes.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-changes.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkmods.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkmods.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkmods.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkout.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkout.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-checkout.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-cleanup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-cleanup.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-clear.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-commit.svg deleted file mode 120000 index da900be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-commit.svg +++ /dev/null @@ -1 +0,0 @@ -svn-commit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-compare.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-compare.svg deleted file mode 120000 index 77162d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-compare.svg +++ /dev/null @@ -1 +0,0 @@ -kr_comparedirs.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-createpatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-createpatch.svg deleted file mode 120000 index 21f2270..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-createpatch.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zindex-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-dbus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-dbus.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-dbus.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-diff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-diff.svg deleted file mode 120000 index 36fc9a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-diff.svg +++ /dev/null @@ -1 +0,0 @@ -cm_flatview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-drive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-drive.svg deleted file mode 120000 index a0e4aad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-drive.svg +++ /dev/null @@ -1 +0,0 @@ -kr_diskusage.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-editconflicts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-editconflicts.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-editconflicts.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-emblems.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-emblems.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-emblems.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-export.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-export.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-import.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-import.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-merge.svg deleted file mode 120000 index e4f51b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-merge.svg +++ /dev/null @@ -1 +0,0 @@ -kr_combine.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-monkey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-monkey.svg deleted file mode 120000 index 8a90c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-monkey.svg +++ /dev/null @@ -1 +0,0 @@ -insert-emoticon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-push.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-push.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-relocate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-relocate.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-relocate.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-reset.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-reset.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-resolve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-resolve.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-resolve.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-revert.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-revert.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-run.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-run.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-show_log.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-show_log.svg deleted file mode 120000 index 7a2e5e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-show_log.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-switch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-switch.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-switch.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unstage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unstage.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-unstage.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-update.svg deleted file mode 120000 index ae80142..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rabbitvcs-update.svg +++ /dev/null @@ -1 +0,0 @@ -svn-update.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/radio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/radio.svg deleted file mode 120000 index 811b8e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/radio.svg +++ /dev/null @@ -1 +0,0 @@ -icon_radio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/raindrop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/raindrop.svg deleted file mode 100644 index ffdd43c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/raindrop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating-unrated.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating-unrated.svg deleted file mode 100644 index ac13c8d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating-unrated.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating.svg deleted file mode 100644 index 57b89d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rating.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ratiocrop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ratiocrop.svg deleted file mode 120000 index 686d9f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/ratiocrop.svg +++ /dev/null @@ -1 +0,0 @@ -transform-crop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reannounce.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reannounce.svg deleted file mode 100644 index 000224e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reannounce.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/recently_used.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/recently_used.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/recently_used.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/record.svg deleted file mode 120000 index 0d1faec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/record.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rectangle-make-corners-sharp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rectangle-make-corners-sharp.svg deleted file mode 100644 index f6a1d63..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rectangle-make-corners-sharp.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redeyes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redeyes.svg deleted file mode 100644 index 5e099fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redeyes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redhat-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redhat-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/redhat-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/region.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/region.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/region.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload3.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload3.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_all_tabs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_all_tabs.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_all_tabs.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_page.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reload_page.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-amarok.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-link.svg deleted file mode 100644 index d29cc56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove-link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/remove.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-play.svg deleted file mode 100644 index 89c13eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record-error.svg deleted file mode 100644 index 09690b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record-error.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record.svg deleted file mode 100644 index b3ec1a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-record.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-stop.svg deleted file mode 100644 index df31908..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/replay-stop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all-rtl.svg deleted file mode 100644 index fe744a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all.svg deleted file mode 100644 index ac2c545..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply.svg deleted file mode 100644 index 886cd82..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reply.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizecol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizecol.svg deleted file mode 100644 index ad5d25f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizecol.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizerow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizerow.svg deleted file mode 100644 index a563b23..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resizerow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child-insert.svg deleted file mode 100644 index 8a669bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child-insert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child.svg deleted file mode 100644 index 9cf3ec8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-child.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-insert.svg deleted file mode 100644 index ef055b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-calendar-insert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group-new.svg deleted file mode 100644 index 79d4f5a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/resource-group.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/restoration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/restoration.svg deleted file mode 100644 index 9f7b87d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/restoration.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/retweet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/retweet.svg deleted file mode 100644 index c868bbc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/retweet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reverse.svg deleted file mode 100644 index 465010f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/reverse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/revert.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/revert.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-set-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-set-star.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-set-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-unset-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-unset-star.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rhythmbox-unset-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-disable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-disable.svg deleted file mode 100644 index 86c5afb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-disable.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-im.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-im.svg deleted file mode 120000 index 1488e2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-im.svg +++ /dev/null @@ -1 +0,0 @@ -map-globe.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-latin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-latin.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/rime-latin.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/roll.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/roll.svg deleted file mode 100644 index c9e14fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/roll.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/routeplanning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/routeplanning.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/routeplanning.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-clean.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-clean.svg deleted file mode 100644 index d1a3898..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-clean.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-configure.svg deleted file mode 100644 index 08ab502..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-configure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-file.svg deleted file mode 100644 index acb1611..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-file.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install-root.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install-root.svg deleted file mode 100644 index 58141f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install-root.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install.svg deleted file mode 100644 index ad777a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-install.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-prune.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-prune.svg deleted file mode 100644 index a5deba6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build-prune.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build.svg deleted file mode 100644 index 32e3d8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-build.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-clean.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-clean.svg deleted file mode 120000 index 2c899aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-clean.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-clean.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-install.svg deleted file mode 120000 index 71034b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/run-install.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-install.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-bad.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-bad.svg deleted file mode 100644 index 11f7742..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-bad.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-ok.svg deleted file mode 100644 index c23cca6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign-ok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign.svg deleted file mode 100644 index c7beab0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/seahorse-sign.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search-icon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search-icon.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search-icon.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/select-rectangular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/select-rectangular.svg deleted file mode 120000 index 85b39bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/select-rectangular.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-insert-edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-end.svg deleted file mode 100644 index adae609..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-end.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-lower.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-lower.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-make-bitmap-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-make-bitmap-copy.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-make-bitmap-copy.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-above.svg deleted file mode 100644 index b02ae0d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-below.svg deleted file mode 100644 index f9c0551..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-move-to-layer-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-raise.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-raise.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-start.svg deleted file mode 100644 index d6b0563..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/selection-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred-rtl.svg deleted file mode 100644 index 3b44e81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred-rtl.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred.svg deleted file mode 100644 index ca7cb3b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/semi-starred.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/send-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/send-to.svg deleted file mode 100644 index 1e1de8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/send-to.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/services.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/services.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/services.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/set-location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/set-location.svg deleted file mode 120000 index 21f9f3c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/set-location.svg +++ /dev/null @@ -1 +0,0 @@ -find-location.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings-configure.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings-configure.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shape-choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shape-choose.svg deleted file mode 120000 index ef9a196..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shape-choose.svg +++ /dev/null @@ -1 +0,0 @@ -shapes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shapes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shapes.svg deleted file mode 100644 index 7f4c241..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shapes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sharpenimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sharpenimage.svg deleted file mode 100644 index d3b1053..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sharpenimage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shear.svg deleted file mode 120000 index ed7fc86..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shear.svg +++ /dev/null @@ -1 +0,0 @@ -transform-shear-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shoot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shoot.svg deleted file mode 120000 index 7466a9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/shoot.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-images.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-all-effects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-all-effects.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-all-effects.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-bounding-box.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-bounding-box.svg deleted file mode 100644 index d890e8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-bounding-box.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-dialogs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-dialogs.svg deleted file mode 120000 index ae70e66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-dialogs.svg +++ /dev/null @@ -1 +0,0 @@ -show-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-grid.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-grid.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-guides.svg deleted file mode 100644 index e44f66c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-guides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-hidden.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-hidden.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-menu.svg deleted file mode 100644 index 1dbea92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-node-handles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-node-handles.svg deleted file mode 100644 index d8dbeeb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-node-handles.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-offline.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-offline.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-path-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-path-outline.svg deleted file mode 100644 index c5e8f1a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-path-outline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-sidebar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-sidebar.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-sidebar.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-thumbnail-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-thumbnail-bar.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/show-thumbnail-bar.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-left.svg deleted file mode 100644 index 295aa2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-right.svg deleted file mode 100644 index 5c74206..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse.svg deleted file mode 120000 index cfaaff4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-collapse.svg +++ /dev/null @@ -1 +0,0 @@ -sidebar-collapse-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-left.svg deleted file mode 100644 index 745cf07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-right.svg deleted file mode 100644 index f30e153..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand.svg deleted file mode 120000 index fee9688..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-expand.svg +++ /dev/null @@ -1 +0,0 @@ -sidebar-expand-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-places.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-places.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar-places.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sidebar.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/similarartists-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/similarartists-amarok.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/similarartists-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slideshow-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slideshow-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slideshow-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow.svg deleted file mode 120000 index 52a2514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow.svg +++ /dev/null @@ -1 +0,0 @@ -kt-speed-limits.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow_off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow_off.svg deleted file mode 100644 index 7fa4a1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/slow_off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/smallclock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/smallclock.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/smallclock.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-center.svg deleted file mode 100644 index c5f4bd2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-corners.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-corners.svg deleted file mode 100644 index 4ef3f37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-corners.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-edges.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-edges.svg deleted file mode 100644 index ee751ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-edges.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-midpoints.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-midpoints.svg deleted file mode 100644 index 5af19f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box-midpoints.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box.svg deleted file mode 100644 index 6ddfa4b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-bounding-box.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-extension.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-extension.svg deleted file mode 100644 index f7d1b31..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-extension.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-guideline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-guideline.svg deleted file mode 100644 index 00612fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-guideline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-intersection.svg deleted file mode 100644 index ff7de91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-intersection.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-node.svg deleted file mode 100644 index b7d8760..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-center.svg deleted file mode 100644 index cc98fd4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-cusp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-cusp.svg deleted file mode 100644 index 39f0d55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-cusp.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-intersection.svg deleted file mode 100644 index 951e5fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-intersection.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-midpoint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-midpoint.svg deleted file mode 100644 index 256d273..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-midpoint.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-path.svg deleted file mode 100644 index 4579306..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-path.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-rotation-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-rotation-center.svg deleted file mode 100644 index 3ff27b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-rotation-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-smooth.svg deleted file mode 100644 index 42e1b57..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-nodes-smooth.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-orthogonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-orthogonal.svg deleted file mode 100644 index f28fcf2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-orthogonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-page.svg deleted file mode 100644 index a647c38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-page.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-text-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-text-baseline.svg deleted file mode 100644 index b9319e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap-text-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap.svg deleted file mode 100644 index 1124859..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/snap.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/social.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/social.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/social.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-name.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-name.svg deleted file mode 100644 index 6e0a153..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-name.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-presence.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-presence.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sort-presence.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/soundkonverter-replaygain.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/soundkonverter-replaygain.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/soundkonverter-replaygain.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spacefm-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spacefm-find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spacefm-find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speaker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speaker.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speaker.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speedometer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speedometer.svg deleted file mode 120000 index 52a2514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/speedometer.svg +++ /dev/null @@ -1 +0,0 @@ -kt-speed-limits.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/split.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/split.svg deleted file mode 120000 index e4f51b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/split.svg +++ /dev/null @@ -1 +0,0 @@ -kr_combine.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-clone.svg deleted file mode 100644 index 7e1d801..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-clone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-copy.svg deleted file mode 100644 index 427fa30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-copy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-union.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-union.svg deleted file mode 100644 index a11d0c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/spray-mode-union.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledDL.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledDL.svg deleted file mode 100644 index 4a085e8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledDL.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledUP.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledUP.svg deleted file mode 100644 index 57a0af5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stalledUP.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/standard-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/standard-connector.svg deleted file mode 100644 index 81defae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/standard-connector.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-off.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-off.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-on.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/star-on.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/starred.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/starred.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/start.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/start.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sticky_zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sticky_zoom.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/sticky_zoom.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_add-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_add-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_add-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bell.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bell.svg deleted file mode 100644 index e64a827..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bell.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-accept.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-accept.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-accept.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-cancel.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_calc-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_check-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_check-filled.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_check-filled.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_contact-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_contact-list.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_contact-list.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_copy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_cut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_cut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_exit.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_exit.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properites.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properites.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_file-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_first.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_first.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_first.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-copy.svg deleted file mode 120000 index 59d45ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-copy.svg +++ /dev/null @@ -1 +0,0 @@ -folder-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-move.svg deleted file mode 120000 index 4fcef6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder-move.svg +++ /dev/null @@ -1 +0,0 @@ -folder-move.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder_properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder_properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_folder_properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_gtk-dnd-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_gtk-dnd-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_gtk-dnd-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_help-add-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_help-add-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_help-add-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-note.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-note.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-note.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-rule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-rule.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-rule.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-table.svg deleted file mode 120000 index 908441b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_insert-table.svg +++ /dev/null @@ -1 +0,0 @@ -insert-table.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_last.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_last.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_last.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_leave-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_leave-fullscreen.svg deleted file mode 120000 index 4eb3231..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_leave-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-restore.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_left.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_left.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-compose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-compose.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-compose.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-filters-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-filters-apply.svg deleted file mode 120000 index 392cdff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-filters-apply.svg +++ /dev/null @@ -1 +0,0 @@ -kt-add-filters.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup-done.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup-done.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup-done.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-flag-for-followup.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-open-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-open-multiple.svg deleted file mode 120000 index cb1065e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-open-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -mail-open-multiple.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply-to-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply-to-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply-to-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-reply.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send-receive.svg deleted file mode 120000 index 9dc6aa5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send-receive.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-send.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-unread-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-unread-multiple.svg deleted file mode 120000 index e712f76..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mail-unread-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -mail-unread-multiple.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mark.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_mark.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-fwd.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-fwd.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-next.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-next.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-prev.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-prev.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-prev.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rec.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rec.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rec.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rew.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-rew.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_navigator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_navigator.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_navigator.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-24h-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-24h-appointment.svg deleted file mode 120000 index 11081d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-24h-appointment.svg +++ /dev/null @@ -1 +0,0 @@ -new-24h-appointment.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-address-book.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-address-book.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-address-book.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-appointment.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-appointment.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-bcard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-bcard.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-bcard.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-dir.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-dir.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-dir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-tab.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-tab.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-tab.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-text.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-text.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-window.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-window.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_new-window.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_not.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_not.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_not.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_notes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_notes.svg deleted file mode 100644 index 1d401ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_notes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_paste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_paste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_people.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_people.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-preview.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-setup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-setup.svg deleted file mode 120000 index 21fb235..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print-setup.svg +++ /dev/null @@ -1 +0,0 @@ -document-page-setup.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_print.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_redo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_redo.svg deleted file mode 120000 index a13a878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_redo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_right.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_right.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save-as.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save-as.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_save.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-high.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-high.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-high.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-higher.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-higher.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-higher.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-highest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-highest.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-highest.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-low.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-low.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-low.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lower.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lower.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lowest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lowest.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-lowest.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-normal.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_score-normal.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-column.svg deleted file mode 120000 index 0d3db67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-column.svg +++ /dev/null @@ -1 +0,0 @@ -object-columns.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-row.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-row.svg deleted file mode 120000 index b496c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_select-row.svg +++ /dev/null @@ -1 +0,0 @@ -object-rows.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-by-me.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-by-me.svg deleted file mode 120000 index 255b712..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-by-me.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-to-me.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-to-me.svg deleted file mode 120000 index 255b712..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_shared-to-me.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_show-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_show-all.svg deleted file mode 120000 index 58041fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_show-all.svg +++ /dev/null @@ -1 +0,0 @@ -view-multiple-objects.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned-to.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned-to.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-assigned.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-recurring.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-recurring.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task-recurring.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_task.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_text-monospaced.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_text-monospaced.svg deleted file mode 120000 index 7c4282d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_text-monospaced.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-text-and-font.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_thunar-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_thunar-shortcuts.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_thunar-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_timezone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_timezone.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_timezone.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_todo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_todo.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_todo.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_undo.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_undo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_video-conferencing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_video-conferencing.svg deleted file mode 120000 index 5a18f81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_video-conferencing.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_view-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_view-details.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_view-details.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_volume.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_volume.svg deleted file mode 120000 index c453305..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_volume.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-audio-cd.svg deleted file mode 100644 index a3e0da3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-audio-cd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-blank-cdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-blank-cdrw.svg deleted file mode 100644 index 48be729..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-blank-cdrw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-data-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-data-copy.svg deleted file mode 120000 index 6ddeb4f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-data-copy.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-format-dvdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-format-dvdrw.svg deleted file mode 120000 index 6812703..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-format-dvdrw.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-burn-image.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-new-data-composition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-new-data-composition.svg deleted file mode 100644 index 08f012c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn-new-data-composition.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn.svg deleted file mode 100644 index 8894392..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_xfburn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_zoom-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_zoom-page.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stock_zoom-page.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stopped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stopped.svg deleted file mode 120000 index c6ded37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stopped.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stopped.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/story-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/story-editor.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/story-editor.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/straight-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/straight-connector.svg deleted file mode 120000 index c0d62e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/straight-connector.svg +++ /dev/null @@ -1 +0,0 @@ -draw-connector.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-butt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-butt.svg deleted file mode 100644 index 39b78aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-butt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-round.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-round.svg deleted file mode 100644 index 1389e29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-round.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-square.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-square.svg deleted file mode 100644 index 0b1b9d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-cap-square.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-bevel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-bevel.svg deleted file mode 100644 index 35e924c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-bevel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-miter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-miter.svg deleted file mode 100644 index 1be3bf5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-miter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-round.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-round.svg deleted file mode 100644 index d0219d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-join-round.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-to-path.svg deleted file mode 100644 index 71cab60..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/stroke-to-path.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-commit.svg deleted file mode 100644 index 99eb86b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-commit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-update.svg deleted file mode 100644 index 38dc8bc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/svn-update.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/swap-panels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/swap-panels.svg deleted file mode 100644 index a31d537..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/swap-panels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-add.svg deleted file mode 100644 index c137c1a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-bigger.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-bigger.svg deleted file mode 100644 index b443d63..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-bigger.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-fit.svg deleted file mode 100644 index f25a32d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-fit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-remove.svg deleted file mode 100644 index 8d63273..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-remove.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-smaller.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-smaller.svg deleted file mode 100644 index 25ef951..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbol-smaller.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbols.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbols.svg deleted file mode 120000 index 8a90c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/symbols.svg +++ /dev/null @@ -1 +0,0 @@ -insert-emoticon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-lock-screen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-lock-screen.svg deleted file mode 100644 index c50d779..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-lock-screen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-log-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-log-out.svg deleted file mode 100644 index 4591040..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-log-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-reboot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-reboot.svg deleted file mode 100644 index 3900122..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-reboot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-run.svg deleted file mode 100644 index d94a0f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-run.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-save-session.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-save-session.svg deleted file mode 100644 index d6da2bc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-save-session.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-shutdown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-shutdown.svg deleted file mode 100644 index ee8058b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-shutdown.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-software-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-software-install.svg deleted file mode 100644 index 3682760..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-software-install.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend-hibernate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend-hibernate.svg deleted file mode 100644 index 0bbc130..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend-hibernate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend.svg deleted file mode 100644 index a65de5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-suspend.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-switch-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-switch-user.svg deleted file mode 100644 index ada23b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-switch-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-upgrade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-upgrade.svg deleted file mode 100644 index 97c88fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-upgrade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-list.svg deleted file mode 100644 index 831c9c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-prompt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-prompt.svg deleted file mode 100644 index ecfc86e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-user-prompt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-users.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-users.svg deleted file mode 100644 index 9e28e46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/system-users.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close-other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close-other.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close-other.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close.svg deleted file mode 100644 index 3157c45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-close.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-detach.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-detach.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-detach.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-duplicate.svg deleted file mode 100644 index 337d7e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-duplicate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new-background.svg deleted file mode 100644 index f02419d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new-background.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new.svg deleted file mode 100644 index 2f7e33f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_breakoff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_breakoff.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_breakoff.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_duplicate.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new_bg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new_bg.svg deleted file mode 120000 index 0056df0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_new_bg.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new-background.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove_other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove_other.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tab_remove_other.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/table.svg deleted file mode 120000 index c58216b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/table.svg +++ /dev/null @@ -1 +0,0 @@ -games-config-board.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-addressbook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-addressbook.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-addressbook.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-edit.svg deleted file mode 100644 index 3685429..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-events.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-events.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-events.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-folder.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-new.svg deleted file mode 100644 index e2c8232..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-people.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-people.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-places.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-places.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-places.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-recents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-recents.svg deleted file mode 100644 index dc5851b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-recents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-reset.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag-reset.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag.svg deleted file mode 100644 index 2c9fbb7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tag.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tags.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tags.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tags.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-create.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-create.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-create.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract-to.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract-to.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tap-extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attempt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attempt.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attempt.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attention.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attention.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-attention.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-due.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-due.svg deleted file mode 100644 index 17f58de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-due.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-new.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-past-due.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-past-due.svg deleted file mode 100644 index d970bc2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/task-past-due.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/taxes-finances.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/taxes-finances.svg deleted file mode 100644 index 13f3ecb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/taxes-finances.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_horiz.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_horiz.svg deleted file mode 120000 index 5c6562a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_horiz.svg +++ /dev/null @@ -1 +0,0 @@ -horizontal.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_vert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_vert.svg deleted file mode 120000 index a017dc5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/terminator_vert.svg +++ /dev/null @@ -1 +0,0 @@ -vertical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-convert-to-regular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-convert-to-regular.svg deleted file mode 100644 index bc3b58b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-convert-to-regular.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-field.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-field.svg deleted file mode 100644 index 71f04e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-field.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-flow-into-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-flow-into-frame.svg deleted file mode 100644 index b480b63..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-flow-into-frame.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-link.svg deleted file mode 100644 index 6412a56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-unlink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-unlink.svg deleted file mode 100644 index 6e7c5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-frame-unlink.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-auto.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-auto.svg deleted file mode 100644 index 18eadb6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-auto.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-sideways.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-sideways.svg deleted file mode 100644 index e7dc728..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-sideways.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-upright.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-upright.svg deleted file mode 100644 index 6e8f9ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-orientation-upright.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-put-on-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-put-on-path.svg deleted file mode 100644 index 71aaca6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-put-on-path.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-remove-from-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-remove-from-path.svg deleted file mode 100644 index 3c5baf7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-remove-from-path.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-speak.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-speak.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-speak.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unflow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unflow.svg deleted file mode 100644 index 48cd68f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unflow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unkern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unkern.svg deleted file mode 100644 index 69dada1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-unkern.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wiki.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wiki.svg deleted file mode 100644 index 0d87ed1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wiki.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wrap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wrap.svg deleted file mode 100644 index 9c30657..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text-wrap.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_horz_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_horz_kern.svg deleted file mode 100644 index 466edfa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_horz_kern.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_letter_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_letter_spacing.svg deleted file mode 100644 index 6327953..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_letter_spacing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_line_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_line_spacing.svg deleted file mode 100644 index 32dc8ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_line_spacing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_outer_style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_outer_style.svg deleted file mode 100644 index 4f0b8cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_outer_style.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_remove_kerns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_remove_kerns.svg deleted file mode 100644 index e333cf1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_remove_kerns.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_rotation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_rotation.svg deleted file mode 100644 index 6dabbd7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_rotation.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_subscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_subscript.svg deleted file mode 120000 index 6022bad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_subscript.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-subscript.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_superscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_superscript.svg deleted file mode 120000 index ff7ed30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_superscript.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-superscript.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_vert_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_vert_kern.svg deleted file mode 100644 index c83f81a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_vert_kern.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_word_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_word_spacing.svg deleted file mode 100644 index 71e1b9b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/text_word_spacing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/texture.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/texture.svg deleted file mode 100644 index 4f65bc2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/texture.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tiny-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_y.svg deleted file mode 120000 index 1c68ed0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_y.svg +++ /dev/null @@ -1 +0,0 @@ -perspective-parallel.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_z.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_z.svg deleted file mode 120000 index 1c68ed0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/toggle_vp_z.svg +++ /dev/null @@ -1 +0,0 @@ -perspective-parallel.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-chat-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-chat-reply.svg deleted file mode 120000 index f2a2d41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-chat-reply.svg +++ /dev/null @@ -1 +0,0 @@ -view-conversation-balloon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-bookmarked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-bookmarked.svg deleted file mode 120000 index 65624f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-bookmarked.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks-bookmarked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boost.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boost.svg deleted file mode 120000 index 63b29f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boost.svg +++ /dev/null @@ -1 +0,0 @@ -boost.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boosted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boosted.svg deleted file mode 120000 index cd07edf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-boosted.svg +++ /dev/null @@ -1 +0,0 @@ -boost-boosted.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorite.svg deleted file mode 120000 index 6dbc62c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorite.svg +++ /dev/null @@ -1 +0,0 @@ -favorite.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorited.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorited.svg deleted file mode 120000 index a8f8e5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-favorited.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-favorited.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply-filled.svg deleted file mode 100644 index c9035cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply.svg deleted file mode 120000 index 65624f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tokodon-post-reply.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks-bookmarked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-animator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-animator.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-animator.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-measure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-measure.svg deleted file mode 100644 index 9f1dcb0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-measure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-node-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-node-editor.svg deleted file mode 100644 index 4231578..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-node-editor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pages.svg deleted file mode 100644 index ee15596..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pages.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pointer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pointer.svg deleted file mode 120000 index 1324e05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-pointer.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-select-tool.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-spray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-spray.svg deleted file mode 100644 index 8d2bf15..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-spray.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-tweak.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-tweak.svg deleted file mode 100644 index de3d6a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool-tweak.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_color_eraser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_color_eraser.svg deleted file mode 100644 index 891c74b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_color_eraser.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_curve.svg deleted file mode 120000 index 7630c97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_curve.svg +++ /dev/null @@ -1 +0,0 @@ -format-segment-curve.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_elliptical_selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_elliptical_selection.svg deleted file mode 120000 index db766e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_elliptical_selection.svg +++ /dev/null @@ -1 +0,0 @@ -draw-circle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_polygon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_polygon.svg deleted file mode 120000 index 1bc83ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_polygon.svg +++ /dev/null @@ -1 +0,0 @@ -draw-polyline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_rounded_rectangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_rounded_rectangle.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tool_rounded_rectangle.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-check-spelling.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-check-spelling.svg deleted file mode 100644 index 32fc139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-check-spelling.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn-image.svg deleted file mode 100644 index 1b21cb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn-image.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn.svg deleted file mode 100644 index fcc63ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-burn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-copy.svg deleted file mode 100644 index 98a85c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-copy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-erase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-erase.svg deleted file mode 100644 index af59730..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-erase.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-format.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-format.svg deleted file mode 100644 index 5180ce6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-media-optical-format.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-report-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-report-bug.svg deleted file mode 100644 index 9d3d14f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-report-bug.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-audio-cd.svg deleted file mode 100644 index 5fa9e33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-audio-cd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-cd.svg deleted file mode 100644 index 5e20c15..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-cd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-dvd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-dvd.svg deleted file mode 120000 index 5b222b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-rip-video-dvd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-video-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-wizard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-wizard.svg deleted file mode 120000 index 7902623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools-wizard.svg +++ /dev/null @@ -1 +0,0 @@ -autocorrection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools.svg deleted file mode 100644 index 7e90d03..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tools.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-creator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-creator.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-creator.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-magnet.svg deleted file mode 120000 index ee80777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-magnet.svg +++ /dev/null @@ -1 +0,0 @@ -kt-magnet.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start-forced.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start-forced.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start-forced.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrent-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrents.svg deleted file mode 100644 index 9deb2d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/torrents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-error.svg deleted file mode 100644 index 50d5743..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-error.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-warning.svg deleted file mode 100644 index c4aaa78..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/tracker-warning.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackerless.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackerless.svg deleted file mode 100644 index 3294886..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackerless.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackers.svg deleted file mode 100644 index 7973b9c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trackers.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transfers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transfers.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transfers.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-gradient.svg deleted file mode 100644 index 833e115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-gradient.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-pattern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-pattern.svg deleted file mode 100644 index 410ce18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-pattern.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-rounded-corners.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-rounded-corners.svg deleted file mode 100644 index 16cc17d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-rounded-corners.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-stroke.svg deleted file mode 100644 index 6fc0db4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-affect-stroke.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-browse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-browse.svg deleted file mode 100644 index 290a374..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-browse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop-and-resize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop-and-resize.svg deleted file mode 100644 index b0599d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop-and-resize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop.svg deleted file mode 100644 index af8ec4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-crop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move-horizontal.svg deleted file mode 100644 index 9bdf7ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move-horizontal.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move.svg deleted file mode 100644 index 07fa69a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-move.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-rotate.svg deleted file mode 100644 index 76bbad6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-rotate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale-textbox-points.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale-textbox-points.svg deleted file mode 100644 index ff09eb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale-textbox-points.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale.svg deleted file mode 120000 index 617c98b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-scale.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zoom-large.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-down.svg deleted file mode 100644 index 3b33a0e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-left.svg deleted file mode 100644 index 1ddd92a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-right.svg deleted file mode 100644 index 1aa1aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-up.svg deleted file mode 100644 index ade7a4f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/transform-shear-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trash-empty.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trash-empty.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trash-empty.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-margins.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-margins.svg deleted file mode 100644 index 5e6b6fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-margins.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-to-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-to-selection.svg deleted file mode 100644 index d18e540..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/trim-to-selection.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-dm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-dm.svg deleted file mode 100644 index 67f13b7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-dm.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-home.svg deleted file mode 100644 index f673d5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-home.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-mentions.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-mentions.svg deleted file mode 100644 index e30a7a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-mentions.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-profile.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-profile.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/twitter-profile.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-detach.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-detach.svg deleted file mode 100644 index eac968f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-detach.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-mount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-mount.svg deleted file mode 100644 index 93a7b39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-mount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-submenu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-submenu.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-submenu.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unmount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unmount.svg deleted file mode 100644 index e2494d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/udiskie-unmount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/underexposure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/underexposure.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/underexposure.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/undo.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/undo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upcomingevents-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upcomingevents-amarok.svg deleted file mode 120000 index 7022652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upcomingevents-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upindicator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upindicator.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upindicator.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload-media.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload-media.svg deleted file mode 120000 index 17854fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload-media.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload.svg deleted file mode 100644 index 703535d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/upload.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/url-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/url-copy.svg deleted file mode 120000 index b20b3d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/url-copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-delete.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-delete.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-group-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-identity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-identity.svg deleted file mode 100644 index c2b7ca5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-identity.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user.svg deleted file mode 120000 index 12ff0ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user_purple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user_purple.svg deleted file mode 100644 index 9e95f9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/user_purple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/usermenu-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/username-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/username-copy.svg deleted file mode 100644 index e7ab1b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/username-copy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vertical.svg deleted file mode 100644 index 79ca882..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/videoclip-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/videoclip-amarok.svg deleted file mode 120000 index 0d1faec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/videoclip-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-checking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-checking.svg deleted file mode 100644 index 6a26b08..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-checking.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-savings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-savings.svg deleted file mode 100644 index ec0a694..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account-savings.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account.svg deleted file mode 100644 index 0579dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank-account.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank.svg deleted file mode 100644 index a342dd5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-bank.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-add.svg deleted file mode 100644 index 5e3562b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-qr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-qr.svg deleted file mode 100644 index cf972b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode-qr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode.svg deleted file mode 100644 index d2eae39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-barcode.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-agenda.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-agenda.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-agenda.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-birthday.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-birthday.svg deleted file mode 100644 index ec4aea4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-birthday.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-day.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-day.svg deleted file mode 100644 index 828f098..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-day.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-holiday.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-holiday.svg deleted file mode 100644 index 6827611..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-holiday.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-journal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-journal.svg deleted file mode 100644 index 9d03502..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-journal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-list.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-list.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-month.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-month.svg deleted file mode 100644 index ea87d55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-month.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-special-occasion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-special-occasion.svg deleted file mode 100644 index 8696d7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-special-occasion.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-tasks.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-tasks.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-time-spent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-time-spent.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-time-spent.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-timeline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-timeline.svg deleted file mode 100644 index ac3ddb7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-timeline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-days.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-days.svg deleted file mode 100644 index e7194e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-days.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-events.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-events.svg deleted file mode 100644 index 5bd50d0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-upcoming-events.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-wedding-anniversary.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-wedding-anniversary.svg deleted file mode 100644 index 4acdbba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-wedding-anniversary.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-week.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-week.svg deleted file mode 100644 index 2e14113..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-week.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-whatsnext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-whatsnext.svg deleted file mode 120000 index b830e6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-whatsnext.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-journal.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-workweek.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-workweek.svg deleted file mode 100644 index 52f80ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-workweek.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-year.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-year.svg deleted file mode 100644 index 8c39b23..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar-year.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar.svg deleted file mode 100644 index 0df8601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-calendar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-catalog.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-catalog.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-catalog.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-categories.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-categories.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-categories.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-add.svg deleted file mode 100644 index 0c51c94..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-secret.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-secret.svg deleted file mode 100644 index 6d2a0b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-secret.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-server.svg deleted file mode 100644 index 3968f74..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export-server.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export.svg deleted file mode 100644 index 2c79d93..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-export.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-import.svg deleted file mode 100644 index ad23415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-import.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-server-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-server-configure.svg deleted file mode 100644 index 6b29c8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-server-configure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-sign.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate-sign.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate.svg deleted file mode 100644 index bbaf9c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-certificate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-choose.svg deleted file mode 100644 index 5e7ef7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-choose.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-column.svg deleted file mode 100644 index a9b51d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-column.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-compact.svg deleted file mode 100644 index 9f371d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-compact.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-continuous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-continuous.svg deleted file mode 100644 index b765d4e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-continuous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-conversation-balloon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-conversation-balloon.svg deleted file mode 100644 index 4f6a5b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-conversation-balloon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-coverflow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-coverflow.svg deleted file mode 100644 index ade39af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-coverflow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-currency-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-currency-list.svg deleted file mode 100644 index 29289ca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-currency-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-dual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-dual.svg deleted file mode 100644 index 98e7f2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-dual.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-file-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-file-columns.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-file-columns.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter-rtl.svg deleted file mode 100644 index cc10b2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter.svg deleted file mode 100644 index f3f2d19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-filter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-add.svg deleted file mode 100644 index 9f260d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset-closed.svg deleted file mode 100644 index b6261c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset.svg deleted file mode 100644 index 452e89d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-asset.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash-closed.svg deleted file mode 100644 index f5afaae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash.svg deleted file mode 100644 index bc436fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-cash.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking-closed.svg deleted file mode 100644 index 50e3da3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking.svg deleted file mode 100644 index aa7c995..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-checking.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-close.svg deleted file mode 100644 index f7858a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-close.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-closed.svg deleted file mode 100644 index e57e1b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card-closed.svg deleted file mode 100644 index 53864b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card.svg deleted file mode 100644 index 2c1af76..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-credit-card.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-delete.svg deleted file mode 100644 index 3fb301d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-edit.svg deleted file mode 100644 index a674ca7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-closed.svg deleted file mode 100644 index 7bfa653..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security-closed.svg deleted file mode 100644 index 7d8659d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security.svg deleted file mode 100644 index d4d9242..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment-security.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment.svg deleted file mode 100644 index 438ab40..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-investment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability-closed.svg deleted file mode 100644 index bcc45a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability.svg deleted file mode 100644 index 1af97bc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-liability.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan-closed.svg deleted file mode 100644 index 4a508a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan.svg deleted file mode 100644 index c90adf9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-loan.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-reopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-reopen.svg deleted file mode 100644 index e3ad192..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-reopen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings-closed.svg deleted file mode 100644 index a0cbd36..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings.svg deleted file mode 100644 index c47681b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account-savings.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account.svg deleted file mode 100644 index 182d80a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-account.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-budget.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-budget.svg deleted file mode 100644 index 812a69c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-budget.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-add.svg deleted file mode 100644 index edb9c7a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-delete.svg deleted file mode 100644 index 6388e6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-edit.svg deleted file mode 100644 index 3ddf9ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-expense.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-expense.svg deleted file mode 100644 index d59d354..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-expense.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-income.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-income.svg deleted file mode 100644 index 3173348..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-category-income.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-list.svg deleted file mode 100644 index 8c7df32..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconcile.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconcile.svg deleted file mode 100644 index 13bf3e8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconcile.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconciled.svg deleted file mode 100644 index 248a59f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-reconciled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-unreconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-unreconciled.svg deleted file mode 100644 index 7756d1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-financial-transfer-unreconciled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form-action.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form-action.svg deleted file mode 100644 index 05d7568..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form-action.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form.svg deleted file mode 100644 index 225d655..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-form.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-fullscreen.svg deleted file mode 100644 index d215f6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-fullscreen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-grid.svg deleted file mode 100644 index bcf809c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-grid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-group.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-group.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-hidden.svg deleted file mode 100644 index dad0491..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-hidden.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-history.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-history.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-add.svg deleted file mode 100644 index cee5126..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-delete.svg deleted file mode 100644 index 3829382..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-edit.svg deleted file mode 100644 index 62703fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution.svg deleted file mode 100644 index 8d3499c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-institution.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-left-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-left-close.svg deleted file mode 100644 index 6e1ec35..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-left-close.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-compact.svg deleted file mode 100644 index e10e04e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-compact.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-details.svg deleted file mode 100644 index 0f5006d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-details.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-icons.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-icons.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-icons.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-images.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-images.svg deleted file mode 100644 index e8c9364..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-images.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-text.svg deleted file mode 100644 index 71b8b0d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-text.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-tree.svg deleted file mode 100644 index 8f847a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-tree.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-video.svg deleted file mode 100644 index 5eebcdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list.svg deleted file mode 100644 index 29b8e70..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-maximized.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-maximized.svg deleted file mode 120000 index b1fd236..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-maximized.svg +++ /dev/null @@ -1 +0,0 @@ -window-maximize.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-album-cover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-album-cover.svg deleted file mode 120000 index 26e17b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-track.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-artist.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-artist.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-equalizer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-equalizer.svg deleted file mode 100644 index 830aaa7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-equalizer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-favorite.svg deleted file mode 100644 index 1d5170c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-favorite.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-genre.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-genre.svg deleted file mode 100644 index 6484c4b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-genre.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-lyrics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-lyrics.svg deleted file mode 100644 index 58f488b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-lyrics.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playcount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playcount.svg deleted file mode 100644 index 878fb56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playcount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playlist.svg deleted file mode 100644 index 8c7df32..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-playlist.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-queue.svg deleted file mode 120000 index f32b479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-queue.svg +++ /dev/null @@ -1 +0,0 @@ -playlist-queue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles-hidden.svg deleted file mode 100644 index dd528f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles-hidden.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles.svg deleted file mode 120000 index 4fc2914..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-subtitles.svg +++ /dev/null @@ -1 +0,0 @@ -media-view-subtitles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-title.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-title.svg deleted file mode 120000 index a28c847..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-title.svg +++ /dev/null @@ -1 +0,0 @@ -filename-title-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-track.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-track.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-track.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-visualization.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-visualization.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-media-visualization.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more-horizontal.svg deleted file mode 100644 index f580f8d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more.svg deleted file mode 100644 index 6cdfc4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-multiple-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-multiple-objects.svg deleted file mode 100644 index 60b04b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-multiple-objects.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-linear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-linear.svg deleted file mode 100644 index f19a29d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-linear.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-logarithmic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-logarithmic.svg deleted file mode 100644 index 6f5e378..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-object-histogram-logarithmic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-paged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-paged.svg deleted file mode 100644 index 4c44e7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-paged.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-continuous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-continuous.svg deleted file mode 100644 index 1da8a78..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-continuous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing-first-centered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing-first-centered.svg deleted file mode 100644 index d02f34c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing-first-centered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing.svg deleted file mode 100644 index 2ff182f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-facing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-overview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-overview.svg deleted file mode 100644 index 39d45ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-overview.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-single.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-single.svg deleted file mode 100644 index 38cc92b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pages-single.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-calendar.svg deleted file mode 120000 index 8c656b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-month.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-contacts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-contacts.svg deleted file mode 100644 index 7ca5c6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-contacts.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-journal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-journal.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-journal.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-mail.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-mail.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-mail.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-news.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-news.svg deleted file mode 100644 index ad5c62e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-news.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-notes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-notes.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-notes.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-summary.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-summary.svg deleted file mode 100644 index ea5cbf1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-summary.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks-pending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks-pending.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks-pending.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-pim-tasks.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-presentation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-presentation.svg deleted file mode 100644 index a69057c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-presentation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-preview.svg deleted file mode 100644 index 7132643..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-preview.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-private.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-private.svg deleted file mode 100644 index 1cbb24e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-private.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all-tree.svg deleted file mode 120000 index 548a469..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all-tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-all.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-own.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-own.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-own.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-system.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-system.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-system.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-tree.svg deleted file mode 120000 index 029cc0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-tree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-users.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-users.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-process-users.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode-active.svg deleted file mode 100644 index f5b95b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode-active.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode.svg deleted file mode 100644 index aba76e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-readermode.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-refresh.svg deleted file mode 100644 index 8ef50e8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-refresh.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-resource-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-resource-calendar.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-resource-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-restore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-restore.svg deleted file mode 100644 index 541a17a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-restore.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-close.svg deleted file mode 100644 index 7cf1271..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-close.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-new.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-right-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sidetree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sidetree.svg deleted file mode 100644 index dac5a99..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sidetree.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-ascending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-ascending.svg deleted file mode 100644 index c6a1bd6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-ascending.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-descending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-descending.svg deleted file mode 100644 index a3b151d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort-descending.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort.svg deleted file mode 100644 index 4333e70..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-sort.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-left-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-left-right.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-left-right.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-top-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-top-bottom.svg deleted file mode 100644 index 8cd3d16..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-split-top-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-statistics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-statistics.svg deleted file mode 100644 index 9c3b3f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-statistics.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-ltr.svg deleted file mode 100644 index b5e8e41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-ltr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-rtl.svg deleted file mode 120000 index 05b3db7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-table-of-contents-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -format-list-unordered.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-add.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-add.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child-add.svg deleted file mode 120000 index 4226a53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child-add.svg +++ /dev/null @@ -1 +0,0 @@ -view-task-child.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child.svg deleted file mode 100644 index 1b5f1db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task-child.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-task.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-add.svg deleted file mode 100644 index 3ee0bd0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-remove.svg deleted file mode 100644 index aa09bde..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-baselined.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-calculus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-calculus.svg deleted file mode 100644 index a2b4642..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-calculus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-child-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-child-insert.svg deleted file mode 100644 index 4bcbb0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-child-insert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-insert.svg deleted file mode 120000 index 4f81659..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule-insert.svg +++ /dev/null @@ -1 +0,0 @@ -view-time-schedule-baselined-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-time-schedule.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-user-offline-kopete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-user-offline-kopete.svg deleted file mode 100644 index 1eba05e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-user-offline-kopete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-visible.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-visible.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-visible.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-web-browser-dom-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-web-browser-dom-tree.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-web-browser-dom-tree.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped-rtl.svg deleted file mode 100644 index 1317bbe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped.svg deleted file mode 100644 index 894268e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view-wrapped.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_choose.svg deleted file mode 120000 index 548a469..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_choose.svg +++ /dev/null @@ -1 +0,0 @@ -view-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_detailed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_detailed.svg deleted file mode 120000 index a379444..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_detailed.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-details.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_icon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_icon.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_icon.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_left_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_left_right.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_left_right.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_multicolumn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_multicolumn.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_multicolumn.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_text.svg deleted file mode 120000 index ab11536..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_text.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-text.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_top_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_top_bottom.svg deleted file mode 120000 index e12ea4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_top_bottom.svg +++ /dev/null @@ -1 +0,0 @@ -view-split-top-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_tree.svg deleted file mode 120000 index 029cc0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/view_tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-tree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewimage.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewimage.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewmagfit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewmagfit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/viewmagfit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vinyl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vinyl.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vinyl.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/virtual-desktops.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/virtual-desktops.svg deleted file mode 100644 index 99b6d5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/virtual-desktops.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/visibility.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/visibility.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/visibility.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-create.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-create.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-create.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-off.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-off.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-on.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-power-on.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-restart.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-restart.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-restart.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect-keep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect-keep.svg deleted file mode 100644 index 9d978a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect-keep.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect.svg deleted file mode 100644 index 4b6919b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-autoprotect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-current.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-current.svg deleted file mode 100644 index 4c4bd9d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-current.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-recording.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-recording.svg deleted file mode 100644 index ce717bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-recording.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-revert.svg deleted file mode 100644 index ab46a5b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot-revert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot.svg deleted file mode 100644 index 148222a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshots-manage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshots-manage.svg deleted file mode 100644 index 4a8d529..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-snapshots-manage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-suspend.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-suspend.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-suspend.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install.svg deleted file mode 100644 index 3b7a4dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-tools-install.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-upload.svg deleted file mode 120000 index 247d086..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm-upload.svg +++ /dev/null @@ -1 +0,0 @@ -upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_clone_wizard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_clone_wizard.svg deleted file mode 100644 index 7cc4e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_clone_wizard.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_new.svg deleted file mode 120000 index ddc3d28..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vm_new.svg +++ /dev/null @@ -1 +0,0 @@ -entry-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-autoprotect-keep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-autoprotect-keep.svg deleted file mode 120000 index 858084d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-autoprotect-keep.svg +++ /dev/null @@ -1 +0,0 @@ -vm-snapshot-autoprotect-keep.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-next.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-next.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-previous.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-checkpoint-previous.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-download-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-download-inactive.svg deleted file mode 100644 index 923501e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-download-inactive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-downloading.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-downloading.svg deleted file mode 100644 index 8d82db9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component-downloading.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component.svg deleted file mode 100644 index bd80d37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-component.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-datacenter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-datacenter.svg deleted file mode 100644 index 3abf34f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-datacenter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-disabled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-disabled.svg deleted file mode 100644 index f1c68ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-disabled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-error-emblem.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-error-emblem.svg deleted file mode 100644 index bad562e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-error-emblem.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-locked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-locked.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-locked.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-manage-autostart-vms.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-manage-autostart-vms.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-manage-autostart-vms.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-marker-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-marker-add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-marker-add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-new.svg deleted file mode 100644 index 406499b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-powered-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-powered-on.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-powered-on.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-bullet.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-flag.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-max-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-bullet.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-flag.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-min-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-bullet.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-flag.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-ram-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-beginning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-beginning.svg deleted file mode 120000 index f5627dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-beginning.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-pause.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-play.svg deleted file mode 120000 index f1fddde..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-playing.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-fast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-fast.svg deleted file mode 100644 index dc41624..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-fast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-normal.svg deleted file mode 100644 index b485230..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-replay-speed-normal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-suspended.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-suspended.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-suspended.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-unlocked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-unlocked.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcd-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcd-server.svg deleted file mode 100644 index 1e1db98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcd-server.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcenter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcenter.svg deleted file mode 100644 index 1c2cb7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-vcenter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-appliance.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-appliance.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-appliance.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-console.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-console.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-console.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity-error.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity-error.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/vmware-view-unity.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/web-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/web-browser.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/web-browser.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/whitebalance.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/whitebalance.svg deleted file mode 100644 index f5fdcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/whitebalance.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/widget-alternatives.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/widget-alternatives.svg deleted file mode 100644 index 732012c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/widget-alternatives.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-close.svg deleted file mode 100644 index 0dced66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-close.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-duplicate.svg deleted file mode 100644 index 2594737..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-duplicate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-above.svg deleted file mode 100644 index 9b64c7b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-below.svg deleted file mode 100644 index 66f16ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-keep-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-maximize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-maximize.svg deleted file mode 100644 index bfc7d60..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-maximize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-minimize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-minimize.svg deleted file mode 100644 index 296ee92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-minimize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-new.svg deleted file mode 100644 index e66f184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-next.svg deleted file mode 100644 index a2b0912..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-next.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-pin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-pin.svg deleted file mode 100644 index 3cc6af6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-previous.svg deleted file mode 100644 index c25ec04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-previous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-restore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-restore.svg deleted file mode 100644 index afd84d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-restore.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-shade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-shade.svg deleted file mode 100644 index 66a9a77..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-shade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unpin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unpin.svg deleted file mode 100644 index 77e4b93..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unpin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unshade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unshade.svg deleted file mode 100644 index 55b4044..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window-unshade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window.svg deleted file mode 100644 index 38647ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_nofullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_nofullscreen.svg deleted file mode 120000 index 4eb3231..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/window_nofullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-restore.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-album.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-album.svg deleted file mode 120000 index 26e17b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-album.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-track.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-artist.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-artist.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-shuffle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-shuffle.svg deleted file mode 120000 index 26f6696..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-clementine-shuffle.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-shuffle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-connection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-connection.svg deleted file mode 120000 index c0d62e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-connection.svg +++ /dev/null @@ -1 +0,0 @@ -draw-connector.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-formula.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-formula.svg deleted file mode 120000 index 76cf815..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-formula.svg +++ /dev/null @@ -1 +0,0 @@ -formula.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-image.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-image.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-text.svg deleted file mode 120000 index ab11536..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-shape-text.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-text.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-in.svg deleted file mode 120000 index 608b539..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-out.svg deleted file mode 120000 index fc310d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/x-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xc_crosshair.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xc_crosshair.svg deleted file mode 100644 index 0497f17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xc_crosshair.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-maximize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-maximize.svg deleted file mode 100644 index 9a56662..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-maximize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-menu.svg deleted file mode 100644 index c898d54..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-minimize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-minimize.svg deleted file mode 120000 index e91a257..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-minimize.svg +++ /dev/null @@ -1 +0,0 @@ -window-minimize.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-shade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-shade.svg deleted file mode 100644 index d4c9d17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-shade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-stick.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-stick.svg deleted file mode 100644 index 23ab5db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-stick.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unmaximize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unmaximize.svg deleted file mode 120000 index 8687399..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unmaximize.svg +++ /dev/null @@ -1 +0,0 @@ -xfce-wm-maximize.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unshade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unshade.svg deleted file mode 100644 index 4b00a3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unshade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unstick.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unstick.svg deleted file mode 100644 index ad0ef88..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xfce-wm-unstick.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-attribute-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-attribute-delete.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-attribute-delete.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-element-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-element-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-element-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-duplicate.svg deleted file mode 120000 index e953e89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-node-duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -edit-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-text-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-text-new.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/xml-text-new.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-in.svg deleted file mode 100644 index 090230b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-in.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-out.svg deleted file mode 120000 index 0f72a05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/y-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-y.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-in.svg deleted file mode 100644 index c542a5c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-in.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-out.svg deleted file mode 100644 index 55c86fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zone-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-1-to-2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-1-to-2.svg deleted file mode 100644 index bac9465..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-1-to-2.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-2-to-1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-2-to-1.svg deleted file mode 100644 index cfc275e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-2-to-1.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-best-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-best-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-best-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-center-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-center-page.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-center-page.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-double-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-double-size.svg deleted file mode 120000 index 79ae67b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-double-size.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-1-to-2.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-draw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-draw.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-draw.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-best.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-best.svg deleted file mode 100644 index d819868..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-best.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-drawing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-drawing.svg deleted file mode 100644 index f9d8301..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-drawing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-height.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-height.svg deleted file mode 100644 index bdd9a1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-height.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-page.svg deleted file mode 100644 index ed13636..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-page.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-selection.svg deleted file mode 100644 index 88318e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-selection.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-width.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-width.svg deleted file mode 100644 index 0a26e56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-fit-width.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-half-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-half-size.svg deleted file mode 120000 index b5036e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-half-size.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-2-to-1.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-large.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-x.svg deleted file mode 100644 index 33c04e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-y.svg deleted file mode 120000 index 65f9aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in-y.svg +++ /dev/null @@ -1 +0,0 @@ -y-zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in.svg deleted file mode 100644 index 233e032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-in.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-next.svg deleted file mode 100644 index 7a74889..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-next.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-original.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-original.svg deleted file mode 100644 index a7659fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-original.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-x.svg deleted file mode 100644 index 8b0f561..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-y.svg deleted file mode 100644 index 9e4647e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out.svg deleted file mode 100644 index 7bfbdc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-previous.svg deleted file mode 100644 index 522a07f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-previous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom-select.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/actions/zoom.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/apps b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/apps deleted file mode 120000 index 990b380..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/apps +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/16x16/apps \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/categories b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/categories deleted file mode 120000 index 03736e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/categories +++ /dev/null @@ -1 +0,0 @@ -apps \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-card.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-card.svg deleted file mode 100644 index d7e8daa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-card.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headphones.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headphones.svg deleted file mode 100644 index 6ea0ff8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headphones.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headset.svg deleted file mode 120000 index 3f0ee3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-headset.svg +++ /dev/null @@ -1 +0,0 @@ -audio-headphones.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-input-microphone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-input-microphone.svg deleted file mode 100644 index 4ceba7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-input-microphone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center-back.svg deleted file mode 100644 index bfca73c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center-back.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center.svg deleted file mode 100644 index 27d7c42..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-center.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-left-of-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-left-of-center.svg deleted file mode 100644 index 308f771..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-left-of-center.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-right-of-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-right-of-center.svg deleted file mode 100644 index 27017ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-front-right-of-center.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-back.svg deleted file mode 100644 index 15dc8a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-back.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-side.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-side.svg deleted file mode 100644 index 263578d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left-side.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left.svg deleted file mode 100644 index 519fbd9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-left.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-back.svg deleted file mode 100644 index 1724001..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-back.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-side.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-side.svg deleted file mode 100644 index d272816..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right-side.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right.svg deleted file mode 100644 index 7dc1563..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speaker-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speakers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speakers.svg deleted file mode 100644 index c53b5ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-speakers.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-subwoofer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-subwoofer.svg deleted file mode 100644 index b53b6a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/audio-subwoofer.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/battery.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/battery.svg deleted file mode 100644 index 3548213..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/battery.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blockdevice.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blockdevice.svg deleted file mode 100644 index b79c58c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blockdevice.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-camera.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-camera.svg deleted file mode 120000 index 2849f93..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-camera.svg +++ /dev/null @@ -1 +0,0 @@ -camera-photo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-cellular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-cellular.svg deleted file mode 120000 index 383406f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-cellular.svg +++ /dev/null @@ -1 +0,0 @@ -phone.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-desktop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-desktop.svg deleted file mode 120000 index d890a06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-desktop.svg +++ /dev/null @@ -1 +0,0 @@ -computer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-device.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-device.svg deleted file mode 120000 index 195bf07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-device.svg +++ /dev/null @@ -1 +0,0 @@ -bluetooth.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handheld.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handheld.svg deleted file mode 120000 index bd3c134..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handheld.svg +++ /dev/null @@ -1 +0,0 @@ -input-tablet.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handsfree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handsfree.svg deleted file mode 120000 index 3f0ee3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-handsfree.svg +++ /dev/null @@ -1 +0,0 @@ -audio-headphones.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-headset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-headset.svg deleted file mode 120000 index 3f0ee3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-headset.svg +++ /dev/null @@ -1 +0,0 @@ -audio-headphones.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-keyboard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-keyboard.svg deleted file mode 120000 index ff41722..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-keyboard.svg +++ /dev/null @@ -1 +0,0 @@ -input-keyboard.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-laptop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-laptop.svg deleted file mode 120000 index a195538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-laptop.svg +++ /dev/null @@ -1 +0,0 @@ -computer-laptop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-loudspeaker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-loudspeaker.svg deleted file mode 120000 index fcba5c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-loudspeaker.svg +++ /dev/null @@ -1 +0,0 @@ -audio-speakers.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-mouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-mouse.svg deleted file mode 120000 index e81935d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-mouse.svg +++ /dev/null @@ -1 +0,0 @@ -input-mouse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-pointing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-pointing.svg deleted file mode 120000 index e81935d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-pointing.svg +++ /dev/null @@ -1 +0,0 @@ -input-mouse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-scanner.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-scanner.svg deleted file mode 120000 index 490a5aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-scanner.svg +++ /dev/null @@ -1 +0,0 @@ -scanner.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-server.svg deleted file mode 120000 index 84ab203..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-server.svg +++ /dev/null @@ -1 +0,0 @@ -network-wired.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-smart-phone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-smart-phone.svg deleted file mode 120000 index 383406f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/blueman-smart-phone.svg +++ /dev/null @@ -1 +0,0 @@ -phone.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bluetooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bluetooth.svg deleted file mode 100644 index 6762e42..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bluetooth.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bus-usb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bus-usb.svg deleted file mode 120000 index 62992d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/bus-usb.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media-usb.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-photo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-photo.svg deleted file mode 100644 index ff54b82..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-photo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-video.svg deleted file mode 100644 index 5642a87..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-web.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-web.svg deleted file mode 100644 index 977ecc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera-web.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera.svg deleted file mode 120000 index 2849f93..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/camera.svg +++ /dev/null @@ -1 +0,0 @@ -camera-photo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer-laptop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer-laptop.svg deleted file mode 100644 index 6828ae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer-laptop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer.svg deleted file mode 100644 index 659a92c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/computer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/cpu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/cpu.svg deleted file mode 100644 index 263181c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/cpu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device-notifier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device-notifier.svg deleted file mode 120000 index 62992d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device-notifier.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media-usb.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_cpu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_cpu.svg deleted file mode 120000 index 3477756..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_cpu.svg +++ /dev/null @@ -1 +0,0 @@ -cpu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_pci.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_pci.svg deleted file mode 100644 index d30445c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_pci.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_serial.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_serial.svg deleted file mode 100644 index d742b64..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_serial.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_usb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_usb.svg deleted file mode 120000 index 62992d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/device_usb.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media-usb.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/display.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/display.svg deleted file mode 120000 index d890a06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/display.svg +++ /dev/null @@ -1 +0,0 @@ -computer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-ieee1394.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-ieee1394.svg deleted file mode 120000 index 9d25e6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-ieee1394.svg +++ /dev/null @@ -1 +0,0 @@ -drive-harddisk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-root.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-root.svg deleted file mode 120000 index 9d25e6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-root.svg +++ /dev/null @@ -1 +0,0 @@ -drive-harddisk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-system.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-system.svg deleted file mode 120000 index 9d25e6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk-system.svg +++ /dev/null @@ -1 +0,0 @@ -drive-harddisk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk.svg deleted file mode 100644 index 7752164..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-harddisk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-multidisk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-multidisk.svg deleted file mode 100644 index c2a5561..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-multidisk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-optical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-optical.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-optical.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb-pendrive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb-pendrive.svg deleted file mode 100644 index 354dcae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb-pendrive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb.svg deleted file mode 100644 index 0880348..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media-usb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media.svg deleted file mode 120000 index 9d25e6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-removable-media.svg +++ /dev/null @@ -1 +0,0 @@ -drive-harddisk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-virtual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-virtual.svg deleted file mode 120000 index 7fdd2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/drive-virtual.svg +++ /dev/null @@ -1 +0,0 @@ -network-server.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-battery.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-battery.svg deleted file mode 120000 index a400f38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-battery.svg +++ /dev/null @@ -1 +0,0 @@ -battery.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom-audio.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom-audio.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom.svg deleted file mode 120000 index 5c62a91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-cdrom.svg +++ /dev/null @@ -1 +0,0 @@ -drive-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-computer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-computer.svg deleted file mode 120000 index d890a06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-computer.svg +++ /dev/null @@ -1 +0,0 @@ -computer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdr.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdr.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdrw.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-cdrw.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr-plus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr-plus.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr-plus.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdr.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdram.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdram.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdram.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrom.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrom.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrw.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-disc-dvdrw.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-dvd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-dvd.svg deleted file mode 120000 index 5c62a91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-dvd.svg +++ /dev/null @@ -1 +0,0 @@ -drive-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ethernet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ethernet.svg deleted file mode 120000 index 84ab203..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ethernet.svg +++ /dev/null @@ -1 +0,0 @@ -network-wired.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-floppy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-floppy.svg deleted file mode 120000 index 6af143e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-floppy.svg +++ /dev/null @@ -1 +0,0 @@ -media-floppy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-1394.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-1394.svg deleted file mode 120000 index 9d25e6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-1394.svg +++ /dev/null @@ -1 +0,0 @@ -drive-harddisk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-usb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-usb.svg deleted file mode 120000 index 9d25e6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk-usb.svg +++ /dev/null @@ -1 +0,0 @@ -drive-harddisk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk.svg deleted file mode 120000 index 9d25e6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-harddisk.svg +++ /dev/null @@ -1 +0,0 @@ -drive-harddisk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ipod.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ipod.svg deleted file mode 120000 index fd92d8c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-ipod.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-keyboard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-keyboard.svg deleted file mode 120000 index ff41722..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-keyboard.svg +++ /dev/null @@ -1 +0,0 @@ -input-keyboard.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-cf.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-cf.svg deleted file mode 120000 index 1303e98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-cf.svg +++ /dev/null @@ -1 +0,0 @@ -media-flash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-ms.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-ms.svg deleted file mode 120000 index 1303e98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-ms.svg +++ /dev/null @@ -1 +0,0 @@ -media-flash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sdmmc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sdmmc.svg deleted file mode 120000 index 1303e98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sdmmc.svg +++ /dev/null @@ -1 +0,0 @@ -media-flash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sm.svg deleted file mode 120000 index 1303e98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-media-sm.svg +++ /dev/null @@ -1 +0,0 @@ -media-flash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-memory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-memory.svg deleted file mode 100644 index e351c5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-memory.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-ball.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-ball.svg deleted file mode 120000 index e81935d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-ball.svg +++ /dev/null @@ -1 +0,0 @@ -input-mouse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-optical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-optical.svg deleted file mode 120000 index e81935d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-mouse-optical.svg +++ /dev/null @@ -1 +0,0 @@ -input-mouse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer-new.svg deleted file mode 100644 index 95941e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer-new.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer.svg deleted file mode 120000 index f0bff22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-printer.svg +++ /dev/null @@ -1 +0,0 @@ -printer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-1394.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-1394.svg deleted file mode 120000 index a283cdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-1394.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-usb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-usb.svg deleted file mode 120000 index a283cdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable-usb.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable.svg deleted file mode 120000 index a283cdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-removable.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-wavelan.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-wavelan.svg deleted file mode 120000 index 012a667..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-dev-wavelan.svg +++ /dev/null @@ -1 +0,0 @@ -network-wireless.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-phone-manager.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-phone-manager.svg deleted file mode 120000 index 383406f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/gnome-phone-manager.svg +++ /dev/null @@ -1 +0,0 @@ -phone.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/headphones.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/headphones.svg deleted file mode 120000 index 3f0ee3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/headphones.svg +++ /dev/null @@ -1 +0,0 @@ -audio-headphones.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/hifi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/hifi.svg deleted file mode 100644 index 29470ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/hifi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/i-network-printer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/i-network-printer.svg deleted file mode 120000 index e7ddf29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/i-network-printer.svg +++ /dev/null @@ -1 +0,0 @@ -printer-network.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-dialpad.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-dialpad.svg deleted file mode 100644 index 84717db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-dialpad.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-gaming.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-gaming.svg deleted file mode 100644 index fa5c07a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-gaming.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-keyboard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-keyboard.svg deleted file mode 100644 index 149640f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-keyboard.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-mouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-mouse.svg deleted file mode 100644 index 2dd0779..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-mouse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-tablet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-tablet.svg deleted file mode 100644 index 105c30f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-tablet.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-touchpad.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-touchpad.svg deleted file mode 100644 index 7ab7452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/input-touchpad.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/ipodtouchicon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/ipodtouchicon.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/ipodtouchicon.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/joystick.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/joystick.svg deleted file mode 120000 index 01d10d0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/joystick.svg +++ /dev/null @@ -1 +0,0 @@ -input-gaming.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/keyboard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/keyboard.svg deleted file mode 120000 index ff41722..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/keyboard.svg +++ /dev/null @@ -1 +0,0 @@ -input-keyboard.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-error.svg deleted file mode 120000 index ef2c60f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-error.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-idle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-idle.svg deleted file mode 120000 index 362b9db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-idle.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-idle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-offline.svg deleted file mode 120000 index aca9918..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-offline.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-offline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-receive.svg deleted file mode 120000 index ac75238..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-receive.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit-receive.svg deleted file mode 120000 index 2163046..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit-receive.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-transmit-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit.svg deleted file mode 120000 index 2a5a4d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-modem-transmit.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-transmit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-error.svg deleted file mode 100644 index 2f01670..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-error.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-idle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-idle.svg deleted file mode 100644 index 696a81f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-idle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-offline.svg deleted file mode 100644 index 58a119f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-offline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-receive.svg deleted file mode 100644 index c9f7ebd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-receive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit-receive.svg deleted file mode 120000 index 362b9db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit-receive.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-idle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit.svg deleted file mode 100644 index 677d7d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-monitor-transmit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-error.svg deleted file mode 120000 index ef2c60f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-error.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-idle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-idle.svg deleted file mode 120000 index 362b9db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-idle.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-idle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-offline.svg deleted file mode 120000 index aca9918..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-offline.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-offline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-receive.svg deleted file mode 120000 index ac75238..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-receive.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit-receive.svg deleted file mode 120000 index 2163046..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit-receive.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-transmit-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit.svg deleted file mode 120000 index 2a5a4d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-network-transmit.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-transmit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-error.svg deleted file mode 120000 index ef2c60f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-error.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-idle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-idle.svg deleted file mode 120000 index 362b9db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-idle.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-idle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-offline.svg deleted file mode 120000 index aca9918..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-offline.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-offline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-receive.svg deleted file mode 120000 index ac75238..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-receive.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit-receive.svg deleted file mode 120000 index 2163046..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit-receive.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-transmit-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit.svg deleted file mode 120000 index 2a5a4d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/knemo-wireless-transmit.svg +++ /dev/null @@ -1 +0,0 @@ -knemo-monitor-transmit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/lan-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/lan-segment.svg deleted file mode 120000 index 84ab203..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/lan-segment.svg +++ /dev/null @@ -1 +0,0 @@ -network-wired.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/laptop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/laptop.svg deleted file mode 120000 index a195538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/laptop.svg +++ /dev/null @@ -1 +0,0 @@ -computer-laptop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-cdrom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-cdrom.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-cdrom.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-sd-mmc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-sd-mmc.svg deleted file mode 120000 index 1303e98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-sd-mmc.svg +++ /dev/null @@ -1 +0,0 @@ -media-flash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-smart-media.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-smart-media.svg deleted file mode 120000 index 1303e98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash-smart-media.svg +++ /dev/null @@ -1 +0,0 @@ -media-flash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash.svg deleted file mode 100644 index ff1c4be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-flash.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy-3_5.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy-3_5.svg deleted file mode 120000 index 6af143e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy-3_5.svg +++ /dev/null @@ -1 +0,0 @@ -media-floppy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy.svg deleted file mode 100644 index 1d22296..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-floppy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory-sd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory-sd.svg deleted file mode 120000 index 1303e98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory-sd.svg +++ /dev/null @@ -1 +0,0 @@ -media-flash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory.svg deleted file mode 100644 index 0e6d388..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-memory.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-audio.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-audio.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-blu-ray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-blu-ray.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-blu-ray.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-data.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-data.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-data.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd-video.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd-video.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-dvd.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-mixed-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-mixed-cd.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-mixed-cd.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-recordable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-recordable.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-recordable.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-video.svg deleted file mode 120000 index 63739cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical-video.svg +++ /dev/null @@ -1 +0,0 @@ -media-optical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical.svg deleted file mode 100644 index 5cf0151..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-optical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-removable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-removable.svg deleted file mode 120000 index f888ff0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-removable.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media-usb-pendrive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-tape.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-tape.svg deleted file mode 100644 index 58dde2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/media-tape.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/memory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/memory.svg deleted file mode 120000 index f19a62e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/memory.svg +++ /dev/null @@ -1 +0,0 @@ -gnome-dev-memory.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-color.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-color.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-monochrome.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-monochrome.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-U2-monochrome.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-blue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-blue.svg deleted file mode 100644 index b924f5b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-blue.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-gold.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-gold.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-gold.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-green.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-green.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-green.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-pink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-pink.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-pink.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-silver.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-silver.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-mini-silver.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-black.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-black.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-green.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-green.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-green.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-white.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-white.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-nano-white.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-shuffle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-shuffle.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-shuffle.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-color.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-color.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-monochrome.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-monochrome.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player-ipod-standard-monochrome.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player.svg deleted file mode 100644 index b2d9f3b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/multimedia-player.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server-database.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server-database.svg deleted file mode 120000 index 7fdd2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server-database.svg +++ /dev/null @@ -1 +0,0 @@ -network-server.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server.svg deleted file mode 100644 index 73e3cae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-server.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-vpn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-vpn.svg deleted file mode 100644 index b3ce4d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-vpn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wired.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wired.svg deleted file mode 100644 index 6def9fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wired.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wireless.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wireless.svg deleted file mode 100644 index 5ad8553..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/network-wireless.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-google-nexus-one.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-google-nexus-one.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-google-nexus-one.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-htc-g1-white.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-htc-g1-white.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-htc-g1-white.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-nokia-n900.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-nokia-n900.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-nokia-n900.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-palm-pre.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-palm-pre.svg deleted file mode 120000 index c799b06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone-palm-pre.svg +++ /dev/null @@ -1 +0,0 @@ -multimedia-player-ipod-mini-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone.svg deleted file mode 100644 index dde5c32..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/phone.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer-network.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer-network.svg deleted file mode 100644 index cac0b2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer-network.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer.svg deleted file mode 100644 index 6edae17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/printer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/removable-media.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/removable-media.svg deleted file mode 120000 index a283cdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/removable-media.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/scanner.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/scanner.svg deleted file mode 100644 index 20ccbd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/scanner.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/serial-port.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/serial-port.svg deleted file mode 120000 index c803215..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/serial-port.svg +++ /dev/null @@ -1 +0,0 @@ -device_serial.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/server-database.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/server-database.svg deleted file mode 120000 index 7fdd2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/server-database.svg +++ /dev/null @@ -1 +0,0 @@ -network-server.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/smartphone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/smartphone.svg deleted file mode 120000 index 383406f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/smartphone.svg +++ /dev/null @@ -1 +0,0 @@ -phone.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/soundcard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/soundcard.svg deleted file mode 120000 index 1de6f80..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/soundcard.svg +++ /dev/null @@ -1 +0,0 @@ -audio-card.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/stock_cell-phone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/stock_cell-phone.svg deleted file mode 120000 index 383406f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/stock_cell-phone.svg +++ /dev/null @@ -1 +0,0 @@ -phone.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/system.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/system.svg deleted file mode 120000 index d890a06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/system.svg +++ /dev/null @@ -1 +0,0 @@ -computer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/tv.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/tv.svg deleted file mode 100644 index e8d62ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/tv.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/uninterruptible-power-supply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/uninterruptible-power-supply.svg deleted file mode 100644 index bd46bd0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/uninterruptible-power-supply.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/unity-fallback-mount-helper.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/unity-fallback-mount-helper.svg deleted file mode 120000 index a283cdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/unity-fallback-mount-helper.svg +++ /dev/null @@ -1 +0,0 @@ -drive-removable-media.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/video-display.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/video-display.svg deleted file mode 120000 index d890a06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/devices/video-display.svg +++ /dev/null @@ -1 +0,0 @@ -computer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emblems b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emblems deleted file mode 120000 index 68e3346..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emblems +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/16x16/emblems \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emotes b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emotes deleted file mode 120000 index 483ace3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/emotes +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/16x16/emotes/ \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/mimetypes b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/mimetypes deleted file mode 120000 index 59e5c8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/mimetypes +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/16x16/mimetypes \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/panel b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/panel deleted file mode 120000 index 29ffd36..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/panel +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/16x16/panel \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/bookmark-missing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/bookmark-missing.svg deleted file mode 100644 index 85fdf47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/bookmark-missing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/certificate-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/certificate-server.svg deleted file mode 120000 index 5a98ca8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/certificate-server.svg +++ /dev/null @@ -1 +0,0 @@ -folder-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/desktop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/desktop.svg deleted file mode 120000 index 8f1a5a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/desktop.svg +++ /dev/null @@ -1 +0,0 @@ -user-desktop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-activities.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-activities.svg deleted file mode 100644 index b34fca0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-activities.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-adwaita.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-adwaita.svg deleted file mode 100644 index 8c01e34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-adwaita.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-android.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-android.svg deleted file mode 100644 index 08672bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-android.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-apple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-apple.svg deleted file mode 100644 index aa77332..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-apple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-applications.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-applications.svg deleted file mode 100644 index 5e86244..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-applications.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-arduino.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-arduino.svg deleted file mode 100644 index e521730..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-arduino.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-backup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-backup.svg deleted file mode 100644 index cf44ed2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-backup.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-black.svg deleted file mode 100644 index c19691d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-black.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-blue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-blue.svg deleted file mode 100644 index 507a605..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-blue.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bluegrey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bluegrey.svg deleted file mode 100644 index 92659bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bluegrey.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmark.svg deleted file mode 120000 index 6594075..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -user-bookmarks.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmarks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmarks.svg deleted file mode 120000 index 6594075..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-bookmarks.svg +++ /dev/null @@ -1 +0,0 @@ -user-bookmarks.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-books.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-books.svg deleted file mode 100644 index cef4c3c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-books.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-breeze.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-breeze.svg deleted file mode 100644 index c166417..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-breeze.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-brown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-brown.svg deleted file mode 100644 index 4d67fea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-brown.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-camera.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-camera.svg deleted file mode 120000 index ef1876d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-camera.svg +++ /dev/null @@ -1 +0,0 @@ -folder-photo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-carmine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-carmine.svg deleted file mode 100644 index d24abfc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-carmine.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cd.svg deleted file mode 100644 index 5180ce6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cloud.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cloud.svg deleted file mode 120000 index 5882201..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cloud.svg +++ /dev/null @@ -1 +0,0 @@ -folder-mail-cloud.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-code.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-code.svg deleted file mode 100644 index c5a2ea9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-code.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cyan.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cyan.svg deleted file mode 100644 index 55e5759..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-cyan.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-darkcyan.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-darkcyan.svg deleted file mode 100644 index ae66b15..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-darkcyan.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-decrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-decrypted.svg deleted file mode 120000 index fe5003f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-decrypted.svg +++ /dev/null @@ -1 +0,0 @@ -folder-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-deeporange.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-deeporange.svg deleted file mode 100644 index ab8e9ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-deeporange.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-desktop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-desktop.svg deleted file mode 120000 index 8f1a5a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-desktop.svg +++ /dev/null @@ -1 +0,0 @@ -user-desktop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-development.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-development.svg deleted file mode 100644 index 6965f94..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-development.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-docker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-docker.svg deleted file mode 100644 index 03401a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-docker.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents.svg deleted file mode 100644 index 57c6a26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-documents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download.svg deleted file mode 100644 index 9a55ff9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-downloads.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-downloads.svg deleted file mode 120000 index 8b75357..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-downloads.svg +++ /dev/null @@ -1 +0,0 @@ -folder-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-drag-accept.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-drag-accept.svg deleted file mode 100644 index 9ff543d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-drag-accept.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-dropbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-dropbox.svg deleted file mode 100644 index 30204f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-dropbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-encrypted.svg deleted file mode 120000 index 5a98ca8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -folder-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-favorites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-favorites.svg deleted file mode 120000 index 6594075..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-favorites.svg +++ /dev/null @@ -1 +0,0 @@ -user-bookmarks.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-games.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-games.svg deleted file mode 100644 index 02cf61c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-games.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gdrive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gdrive.svg deleted file mode 120000 index 3014623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gdrive.svg +++ /dev/null @@ -1 +0,0 @@ -folder-google-drive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-git.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-git.svg deleted file mode 100644 index 3453a4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-git.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-github.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-github.svg deleted file mode 100644 index a609330..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-github.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gitlab.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gitlab.svg deleted file mode 100644 index 8d95c1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gitlab.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gnome.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gnome.svg deleted file mode 100644 index f54b109..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-gnome.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-google-drive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-google-drive.svg deleted file mode 100644 index 80bf4f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-google-drive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-green.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-green.svg deleted file mode 100644 index b4ebd50..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-green.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-grey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-grey.svg deleted file mode 100644 index 8b141d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-grey.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-home.svg deleted file mode 120000 index 858de4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-home.svg +++ /dev/null @@ -1 +0,0 @@ -user-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-html.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-html.svg deleted file mode 120000 index b3a26ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-html.svg +++ /dev/null @@ -1 +0,0 @@ -folder-network.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image-people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image-people.svg deleted file mode 100644 index d616df4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image-people.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image.svg deleted file mode 120000 index 6d4bb4b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-image.svg +++ /dev/null @@ -1 +0,0 @@ -folder-images.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-images.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-images.svg deleted file mode 120000 index 273d2b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-images.svg +++ /dev/null @@ -1 +0,0 @@ -folder-pictures.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-important.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-important.svg deleted file mode 100644 index 7992a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-important.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-indigo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-indigo.svg deleted file mode 100644 index 5f8ca3a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-indigo.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-java.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-java.svg deleted file mode 100644 index 51d7ec0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-java.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-kde.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-kde.svg deleted file mode 100644 index efb6bc5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-kde.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-linux.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-linux.svg deleted file mode 100644 index 109c2d0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-linux.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-locked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-locked.svg deleted file mode 100644 index 30b5bf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-locked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-magenta.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-magenta.svg deleted file mode 100644 index e93320d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-magenta.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail-cloud.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail-cloud.svg deleted file mode 100644 index 58094f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail-cloud.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail.svg deleted file mode 100644 index b96f781..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mail.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mega.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mega.svg deleted file mode 100644 index 1f2e9a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-mega.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-meocloud.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-meocloud.svg deleted file mode 100644 index 07c2cfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-meocloud.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music.svg deleted file mode 100644 index 1125503..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-music.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-network.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-network.svg deleted file mode 100644 index e7df6b7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-network.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nextcloud.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nextcloud.svg deleted file mode 100644 index 2a6f6ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nextcloud.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nordic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nordic.svg deleted file mode 100644 index 313de45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-nordic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-notes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-notes.svg deleted file mode 100644 index dfbe538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-notes.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-obsidian.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-obsidian.svg deleted file mode 100644 index 1875968..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-obsidian.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-onedrive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-onedrive.svg deleted file mode 100644 index c894c44..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-onedrive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-open.svg deleted file mode 100644 index f7a2d5c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-open.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-orange.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-orange.svg deleted file mode 100644 index 8ddd311..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-orange.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-owncloud.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-owncloud.svg deleted file mode 100644 index 9a4b2cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-owncloud.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-palebrown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-palebrown.svg deleted file mode 100644 index 4e601e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-palebrown.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-paleorange.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-paleorange.svg deleted file mode 100644 index a8ff82d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-paleorange.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pcloud.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pcloud.svg deleted file mode 100644 index 3ab0b4a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pcloud.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photo.svg deleted file mode 100644 index 08cdb5f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photos.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photos.svg deleted file mode 120000 index ef1876d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-photos.svg +++ /dev/null @@ -1 +0,0 @@ -folder-photo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-picture.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-picture.svg deleted file mode 120000 index 273d2b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-picture.svg +++ /dev/null @@ -1 +0,0 @@ -folder-pictures.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures.svg deleted file mode 100644 index 94fe2a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pictures.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pink.svg deleted file mode 100644 index 03f28fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-pink.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-print.svg deleted file mode 100644 index 6edae17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-print.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-private.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-private.svg deleted file mode 100644 index eb71b63..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-private.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-projects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-projects.svg deleted file mode 100644 index 8ed653f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-projects.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-public.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-public.svg deleted file mode 120000 index a2956a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-public.svg +++ /dev/null @@ -1 +0,0 @@ -folder-publicshare.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare.svg deleted file mode 100644 index 946ecb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-publicshare.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-recent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-recent.svg deleted file mode 100644 index e6392cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-recent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-red.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-red.svg deleted file mode 100644 index 3a663ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-red.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote.svg deleted file mode 100644 index 79e4297..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-remote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-root.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-root.svg deleted file mode 120000 index e2deaa4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-root.svg +++ /dev/null @@ -1 +0,0 @@ -folder-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-script.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-script.svg deleted file mode 100644 index 610a09f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-script.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-snap.svg deleted file mode 100644 index 32678c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-snap.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sound.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sound.svg deleted file mode 120000 index 437f962..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sound.svg +++ /dev/null @@ -1 +0,0 @@ -folder-music.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-steam.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-steam.svg deleted file mode 100644 index 62dfdf9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-steam.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sync.svg deleted file mode 100644 index c87d289..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-sync.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-syncthing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-syncthing.svg deleted file mode 100644 index 6d6cb62..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-syncthing.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-systemd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-systemd.svg deleted file mode 100644 index f363d67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-systemd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-tar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-tar.svg deleted file mode 100644 index f6c4e4e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-tar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-teal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-teal.svg deleted file mode 100644 index 15b225d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-teal.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-temp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-temp.svg deleted file mode 120000 index e668627..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-temp.svg +++ /dev/null @@ -1 +0,0 @@ -folder-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates.svg deleted file mode 100644 index a869829..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-templates.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-text.svg deleted file mode 120000 index 9a51d71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-text.svg +++ /dev/null @@ -1 +0,0 @@ -folder-documents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-torrent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-torrent.svg deleted file mode 100644 index a997902..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-torrent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-txt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-txt.svg deleted file mode 120000 index 9a51d71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-txt.svg +++ /dev/null @@ -1 +0,0 @@ -folder-documents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-unlocked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-unlocked.svg deleted file mode 100644 index e38fcf2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-unlocked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vbox.svg deleted file mode 100644 index af70e31..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-video.svg deleted file mode 100644 index 086b7b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videocamera.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videocamera.svg deleted file mode 120000 index f3a4bd7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videocamera.svg +++ /dev/null @@ -1 +0,0 @@ -folder-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos.svg deleted file mode 120000 index f3a4bd7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-videos.svg +++ /dev/null @@ -1 +0,0 @@ -folder-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-violet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-violet.svg deleted file mode 100644 index f8679fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-violet.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-visiting.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-visiting.svg deleted file mode 100644 index d252c90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-visiting.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vmware.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vmware.svg deleted file mode 100644 index afd8d83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-vmware.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-white.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-white.svg deleted file mode 100644 index 347dd12..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-white.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wifi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wifi.svg deleted file mode 100644 index 1808d96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wifi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wine.svg deleted file mode 100644 index 275dd9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-wine.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yandex-disk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yandex-disk.svg deleted file mode 100644 index d20e768..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yandex-disk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yaru.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yaru.svg deleted file mode 100644 index 4a18557..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yaru.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yellow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yellow.svg deleted file mode 100644 index 10e3d8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder-yellow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder.svg deleted file mode 100644 index 31b13f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home.svg deleted file mode 120000 index 858de4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home.svg +++ /dev/null @@ -1 +0,0 @@ -user-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home2.svg deleted file mode 120000 index cd92d1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_home2.svg +++ /dev/null @@ -1 +0,0 @@ -folder-image-people.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_man.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_man.svg deleted file mode 120000 index 9a51d71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_man.svg +++ /dev/null @@ -1 +0,0 @@ -folder-documents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_wordprocessing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_wordprocessing.svg deleted file mode 120000 index 9a51d71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/folder_wordprocessing.svg +++ /dev/null @@ -1 +0,0 @@ -folder-documents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-empty.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-empty.svg deleted file mode 120000 index a5a5bd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-empty.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-full.svg deleted file mode 120000 index 013ff84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-dev-trash-full.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-home.svg deleted file mode 120000 index 858de4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-home.svg +++ /dev/null @@ -1 +0,0 @@ -user-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-empty.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-empty.svg deleted file mode 120000 index a5a5bd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-empty.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-full.svg deleted file mode 120000 index 013ff84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash-full.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash.svg deleted file mode 120000 index a5a5bd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gnome-stock-trash.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-directory.svg deleted file mode 120000 index 15062ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-directory.svg +++ /dev/null @@ -1 +0,0 @@ -folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-network.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-network.svg deleted file mode 120000 index b3a26ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/gtk-network.svg +++ /dev/null @@ -1 +0,0 @@ -folder-network.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/inode-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/inode-directory.svg deleted file mode 120000 index 15062ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/inode-directory.svg +++ /dev/null @@ -1 +0,0 @@ -folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/insync-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/insync-folder.svg deleted file mode 120000 index 3014623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/insync-folder.svg +++ /dev/null @@ -1 +0,0 @@ -folder-google-drive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/knetattach.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/knetattach.svg deleted file mode 120000 index bb83503..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/knetattach.svg +++ /dev/null @@ -1 +0,0 @@ -folder-remote.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/library-music.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/library-music.svg deleted file mode 120000 index 437f962..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/library-music.svg +++ /dev/null @@ -1 +0,0 @@ -folder-music.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network-workgroup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network-workgroup.svg deleted file mode 120000 index b3a26ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network-workgroup.svg +++ /dev/null @@ -1 +0,0 @@ -folder-network.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network.svg deleted file mode 120000 index b3a26ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/network.svg +++ /dev/null @@ -1 +0,0 @@ -folder-network.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/repository.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/repository.svg deleted file mode 120000 index b3a26ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/repository.svg +++ /dev/null @@ -1 +0,0 @@ -folder-network.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_bookmark.svg deleted file mode 120000 index 6594075..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -user-bookmarks.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_delete-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_delete-bookmark.svg deleted file mode 120000 index 59b137c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_delete-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-missing.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_folder.svg deleted file mode 120000 index 15062ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_folder.svg +++ /dev/null @@ -1 +0,0 @@ -folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_empty.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_empty.svg deleted file mode 120000 index a5a5bd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_empty.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_full.svg deleted file mode 120000 index 013ff84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/stock_trash_full.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_empty.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_empty.svg deleted file mode 120000 index a5a5bd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_empty.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_full.svg deleted file mode 120000 index 013ff84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/trashcan_full.svg +++ /dev/null @@ -1 +0,0 @@ -user-trash-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-bookmarks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-bookmarks.svg deleted file mode 100644 index dbd04f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-bookmarks.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-desktop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-desktop.svg deleted file mode 100644 index 8b25cad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-desktop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home-open.svg deleted file mode 120000 index cde3e2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home-open.svg +++ /dev/null @@ -1 +0,0 @@ -folder-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home.svg deleted file mode 100644 index 46ccf24..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-home.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash-full.svg deleted file mode 100644 index 463c842..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash-full.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash.svg deleted file mode 100644 index 463994e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/places/user-trash.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/status b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/status deleted file mode 120000 index cec9372..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/status +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/16x16/status \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic deleted file mode 120000 index cf7e64c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/16x16/symbolic \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic-up-to-20 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic-up-to-20 deleted file mode 120000 index b01384e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16/symbolic-up-to-20 +++ /dev/null @@ -1 +0,0 @@ -symbolic \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16@2x b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16@2x deleted file mode 120000 index 0b4d40e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/16x16@2x +++ /dev/null @@ -1 +0,0 @@ -16x16 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom.svg deleted file mode 100644 index 6eca718..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_left.svg deleted file mode 100644 index c23404b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_right.svg deleted file mode 100644 index 9538f34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_bottom_right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_center.svg deleted file mode 100644 index f61f3ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_center.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_left.svg deleted file mode 100644 index 809beba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_right.svg deleted file mode 100644 index 3ee6298..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top.svg deleted file mode 100644 index 42db38d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_left.svg deleted file mode 100644 index c810715..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_right.svg deleted file mode 100644 index 2388214..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/boundingbox_top_right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-fill.svg deleted file mode 100644 index 96de006..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-gradient.svg deleted file mode 100644 index 5066ac0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-gradient.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-picker.svg deleted file mode 100644 index dc953d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/color-picker.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/colors-luma.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/colors-luma.svg deleted file mode 100644 index 6948a61..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/colors-luma.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-avoid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-avoid.svg deleted file mode 100644 index c4b65d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-avoid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-ignore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-ignore.svg deleted file mode 100644 index 17612d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/connector-ignore.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-align-and-distribute.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-align-and-distribute.svg deleted file mode 120000 index 019e49d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-align-and-distribute.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-fill-and-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-fill-and-stroke.svg deleted file mode 100644 index 82cbae2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-fill-and-stroke.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-layers.svg deleted file mode 100644 index 22ac5ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-layers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-text-and-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-text-and-font.svg deleted file mode 100644 index 2623adc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-text-and-font.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-xml-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-xml-editor.svg deleted file mode 100644 index 1817d4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/dialog-xml-editor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-graph.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-graph.svg deleted file mode 100644 index d2b8d9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-graph.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-randomize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-randomize.svg deleted file mode 100644 index f97d54a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/distribute-randomize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-export.svg deleted file mode 100644 index 56f816e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-export.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-import.svg deleted file mode 100644 index 4f38836..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-import.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-new.svg deleted file mode 100644 index 4344462..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-open.svg deleted file mode 100644 index 9aace8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-open.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-print.svg deleted file mode 100644 index 1bbbd22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-print.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-save.svg deleted file mode 100644 index 860fa16..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/document-save.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-booleans.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-booleans.svg deleted file mode 100644 index 5e3bbf0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-booleans.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-calligraphic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-calligraphic.svg deleted file mode 100644 index f65a704..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-calligraphic.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-connector.svg deleted file mode 100644 index a1c05d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-connector.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-cuboid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-cuboid.svg deleted file mode 100644 index b8a2947..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-cuboid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-arc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-arc.svg deleted file mode 100644 index 50501b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-arc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-chord.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-chord.svg deleted file mode 100644 index c6db771..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-chord.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-segment.svg deleted file mode 100644 index e9217e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-whole.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-whole.svg deleted file mode 100644 index b098cf1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse-whole.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse.svg deleted file mode 100644 index 0e4b376..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-ellipse.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser-delete-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser-delete-objects.svg deleted file mode 100644 index 4afde07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser-delete-objects.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser.svg deleted file mode 100644 index 7e15a26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-eraser.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-freehand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-freehand.svg deleted file mode 100644 index 709ce4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-freehand.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-angle-bisector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-angle-bisector.svg deleted file mode 100644 index d2fcbc7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-angle-bisector.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-radius.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-radius.svg deleted file mode 100644 index 964d222..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-radius.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-three-points.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-three-points.svg deleted file mode 100644 index 807c121..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-circle-from-three-points.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-inactive.svg deleted file mode 100644 index 7dbd276..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-parallel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-parallel.svg deleted file mode 100644 index 37d8c1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-parallel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-perpendicular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-perpendicular.svg deleted file mode 100644 index b45a244..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-perpendicular.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-segment.svg deleted file mode 100644 index f3d7523..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-line-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-mirror.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-mirror.svg deleted file mode 100644 index 49169bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-mirror.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-show-measuring-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-show-measuring-info.svg deleted file mode 100644 index a2b3a1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry-show-measuring-info.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry.svg deleted file mode 100644 index adee686..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-geometry.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-path.svg deleted file mode 100644 index efdedd6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon-star.svg deleted file mode 100644 index 304099c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon-star.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon.svg deleted file mode 100644 index 06b6f0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-polygon.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-rectangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-rectangle.svg deleted file mode 100644 index 703a8bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-rectangle.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-spiral.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-spiral.svg deleted file mode 100644 index 5d96798..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-spiral.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-star.svg deleted file mode 100644 index c7f798b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-star.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-text.svg deleted file mode 100644 index b7cce47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/draw-text.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clear.svg deleted file mode 100644 index 677d1e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clear.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone-unlink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone-unlink.svg deleted file mode 100644 index 7854192..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone-unlink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone.svg deleted file mode 100644 index 4065e5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-clone.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-copy.svg deleted file mode 100644 index 0a8d8a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-cut.svg deleted file mode 100644 index cc6b55f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-cut.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-duplicate.svg deleted file mode 100644 index 3a56e6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-duplicate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-paste.svg deleted file mode 100644 index b7a58a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-paste.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-redo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-redo.svg deleted file mode 100644 index 60c63b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-redo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all-layers.svg deleted file mode 100644 index e35e949..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all-layers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all.svg deleted file mode 100644 index 86717c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-all.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-none.svg deleted file mode 100644 index e94e858..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-select-none.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-undo.svg deleted file mode 100644 index bfad57c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/edit-undo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/flatten_simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/flatten_simplify.svg deleted file mode 100644 index c5c51c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/flatten_simplify.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-center.svg deleted file mode 100644 index 75ae768..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-fill.svg deleted file mode 100644 index 2b44dbd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-left.svg deleted file mode 100644 index 6c543b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-right.svg deleted file mode 100644 index 1920266..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-justify-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-horizontal.svg deleted file mode 100644 index 04f7915..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-r2l.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-r2l.svg deleted file mode 100644 index 62d9d07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-r2l.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical-lr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical-lr.svg deleted file mode 100644 index 912bea3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical-lr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical.svg deleted file mode 100644 index 7924e75..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/format-text-direction-vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-axonometric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-axonometric.svg deleted file mode 100644 index 4186a9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-axonometric.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-rectangular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-rectangular.svg deleted file mode 100644 index 1e0143b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/grid-rectangular.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/gtk-preferences.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/gtk-preferences.svg deleted file mode 100644 index 75a29f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/gtk-preferences.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/guides.svg deleted file mode 100644 index 3df9dbd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/guides.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/interactive_simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/interactive_simplify.svg deleted file mode 100644 index b1f6526..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/interactive_simplify.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient-fit.svg deleted file mode 100644 index 35b862d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient-fit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient.svg deleted file mode 100644 index f1016ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/mesh-gradient.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/no-marker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/no-marker.svg deleted file mode 100644 index caf0ed1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/no-marker.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-add.svg deleted file mode 100644 index 676558a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-break.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-break.svg deleted file mode 100644 index 69724ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-break.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete-segment.svg deleted file mode 100644 index 5b6131a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete.svg deleted file mode 100644 index b7b957f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join-segment.svg deleted file mode 100644 index 02b58a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join.svg deleted file mode 100644 index bc2d114..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-join.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-curve.svg deleted file mode 100644 index f301337..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-curve.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-line.svg deleted file mode 100644 index a5277eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-segment-line.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-transform.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-transform.svg deleted file mode 100644 index 71558bc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-transform.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-auto-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-auto-smooth.svg deleted file mode 100644 index bbd5662..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-auto-smooth.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-cusp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-cusp.svg deleted file mode 100644 index ef50b45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-cusp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-smooth.svg deleted file mode 100644 index 3ef86a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-smooth.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-symmetric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-symmetric.svg deleted file mode 100644 index 4e24472..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/node-type-symmetric.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-fill.svg deleted file mode 100644 index fb19e2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-horizontal.svg deleted file mode 100644 index 5488797..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-vertical.svg deleted file mode 100644 index 59d9eb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-flip-vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-group.svg deleted file mode 100644 index 63fc01f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-group.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-hidden.svg deleted file mode 100644 index 80b6c40..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-hidden.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-left.svg deleted file mode 100644 index 90a9ae2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-right.svg deleted file mode 100644 index 5466732..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-rotate-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke-style.svg deleted file mode 100644 index 39777af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke-style.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke.svg deleted file mode 100644 index 0b0f23a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-stroke.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-to-path.svg deleted file mode 100644 index b7d0405..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-to-path.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-attract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-attract.svg deleted file mode 100644 index 47c7af3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-attract.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-blur.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-blur.svg deleted file mode 100644 index e994ca3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-blur.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-duplicate.svg deleted file mode 100644 index c9ad3d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-duplicate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-jitter-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-jitter-color.svg deleted file mode 100644 index ea3ca47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-jitter-color.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-paint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-paint.svg deleted file mode 100644 index 36e3c05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-paint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-push.svg deleted file mode 100644 index d35325b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-push.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-randomize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-randomize.svg deleted file mode 100644 index 1993fc0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-randomize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-rotate.svg deleted file mode 100644 index 2421962..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-rotate.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-shrink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-shrink.svg deleted file mode 100644 index c1cfbd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-tweak-shrink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-ungroup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-ungroup.svg deleted file mode 100644 index 45d91b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-ungroup.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-visible.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-visible.svg deleted file mode 100644 index 4cefd7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/object-visible.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-less.svg deleted file mode 100644 index 3ab13d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-less.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-more.svg deleted file mode 100644 index 1465835..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/pack-more.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-solid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-solid.svg deleted file mode 100644 index 9dae773..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-solid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-unknown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-unknown.svg deleted file mode 100644 index 0065493..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/paint-unknown.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-clip-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-clip-edit.svg deleted file mode 100644 index f1e96e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-clip-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-difference.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-difference.svg deleted file mode 100644 index 35822ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-difference.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-effect-parameter-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-effect-parameter-next.svg deleted file mode 100644 index 9bdcfdb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-effect-parameter-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mask-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mask-edit.svg deleted file mode 100644 index 98d6e89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mask-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bezier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bezier.svg deleted file mode 100644 index 80118f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bezier.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bspline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bspline.svg deleted file mode 100644 index fe5a5ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-bspline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline-paraxial.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline-paraxial.svg deleted file mode 100644 index 36525b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline-paraxial.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline.svg deleted file mode 100644 index 04fff7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-polyline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-spiro.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-spiro.svg deleted file mode 100644 index bb3e9ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-mode-spiro.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-reverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-reverse.svg deleted file mode 100644 index f840d55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-reverse.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-attract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-attract.svg deleted file mode 100644 index d0da2b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-attract.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-grow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-grow.svg deleted file mode 100644 index e9bdd4f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-grow.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-push.svg deleted file mode 100644 index 6ee6bbc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-push.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-repel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-repel.svg deleted file mode 100644 index b9166a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-repel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-roughen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-roughen.svg deleted file mode 100644 index a53310b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-roughen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-shrink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-shrink.svg deleted file mode 100644 index 2add2be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/path-tweak-shrink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/rectangle-make-corners-sharp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/rectangle-make-corners-sharp.svg deleted file mode 100644 index 869faad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/rectangle-make-corners-sharp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-bottom.svg deleted file mode 100644 index 5ec040b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-bottom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-lower.svg deleted file mode 100644 index 35dfcfc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-lower.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-make-bitmap-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-make-bitmap-copy.svg deleted file mode 100644 index bb1fdd3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-make-bitmap-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-raise.svg deleted file mode 100644 index 3585853..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-raise.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-top.svg deleted file mode 100644 index d78ea92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/selection-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-node-handles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-node-handles.svg deleted file mode 100644 index 704e61f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-node-handles.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-path-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-path-outline.svg deleted file mode 100644 index 8011cfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/show-path-outline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-center.svg deleted file mode 100644 index 0d8e2ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-corners.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-corners.svg deleted file mode 100644 index b77e10d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-corners.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-edges.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-edges.svg deleted file mode 100644 index 1b45903..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-edges.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-midpoints.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-midpoints.svg deleted file mode 100644 index 1165301..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box-midpoints.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box.svg deleted file mode 100644 index 4f9e10e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-bounding-box.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-center.svg deleted file mode 100644 index 01e350d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-cusp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-cusp.svg deleted file mode 100644 index 1baa1b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-cusp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-intersection.svg deleted file mode 100644 index c33bb40..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-intersection.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-midpoint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-midpoint.svg deleted file mode 100644 index 7c50927..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-midpoint.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-path.svg deleted file mode 100644 index 4377549..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-rotation-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-rotation-center.svg deleted file mode 100644 index 7acbe00..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-rotation-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-smooth.svg deleted file mode 100644 index 4fc11d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-nodes-smooth.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-page.svg deleted file mode 100644 index 083379a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-text-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-text-baseline.svg deleted file mode 100644 index 8af9601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap-text-baseline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap.svg deleted file mode 100644 index cd875f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/snap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-clone.svg deleted file mode 100644 index 966be84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-clone.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-copy.svg deleted file mode 100644 index 626d451..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-union.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-union.svg deleted file mode 100644 index 2bebe7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/spray-mode-union.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/stroke-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/stroke-to-path.svg deleted file mode 100644 index 0e4a7a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/stroke-to-path.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-add.svg deleted file mode 100644 index 5b47b58..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-add.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-bigger.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-bigger.svg deleted file mode 100644 index 92dfacf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-bigger.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-fit.svg deleted file mode 100644 index 13663ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-fit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-remove.svg deleted file mode 100644 index 4655f1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-remove.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-smaller.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-smaller.svg deleted file mode 100644 index d335660..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/symbol-smaller.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-auto.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-auto.svg deleted file mode 100644 index b57f010..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-auto.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-sideways.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-sideways.svg deleted file mode 100644 index 8e67d18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-sideways.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-upright.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-upright.svg deleted file mode 100644 index 4cf206d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text-orientation-upright.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_horz_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_horz_kern.svg deleted file mode 100644 index 0230b13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_horz_kern.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_letter_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_letter_spacing.svg deleted file mode 100644 index bc41f26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_letter_spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_line_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_line_spacing.svg deleted file mode 100644 index 1e506bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_line_spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_outer_style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_outer_style.svg deleted file mode 100644 index 1dd029c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_outer_style.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_rotation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_rotation.svg deleted file mode 100644 index 9567bae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_rotation.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_subscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_subscript.svg deleted file mode 100644 index ed841c5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_subscript.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_superscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_superscript.svg deleted file mode 100644 index 3d50813..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_superscript.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_vert_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_vert_kern.svg deleted file mode 100644 index 05e68ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_vert_kern.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_word_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_word_spacing.svg deleted file mode 100644 index d205f27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/text_word_spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-measure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-measure.svg deleted file mode 100644 index 108faa3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-measure.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-node-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-node-editor.svg deleted file mode 100644 index b8234b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-node-editor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-pointer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-pointer.svg deleted file mode 100644 index 193994d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-pointer.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-spray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-spray.svg deleted file mode 100644 index fec9493..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-spray.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-tweak.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-tweak.svg deleted file mode 100644 index bb0ceb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/tool-tweak.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-double-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-double-size.svg deleted file mode 100644 index 9d2e766..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-double-size.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-drawing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-drawing.svg deleted file mode 100644 index b257a08..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-drawing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-page.svg deleted file mode 100644 index fb70a9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-selection.svg deleted file mode 100644 index 11aa187..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-selection.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-width.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-width.svg deleted file mode 100644 index f553d14..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-fit-width.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-half-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-half-size.svg deleted file mode 100644 index bdcdb84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-half-size.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-in.svg deleted file mode 100644 index 2efb1ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-in.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-next.svg deleted file mode 100644 index 85377e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-next.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-original.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-original.svg deleted file mode 100644 index 73778f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-original.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-out.svg deleted file mode 100644 index 69bda7a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-out.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-previous.svg deleted file mode 100644 index 2f621d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom-previous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom.svg deleted file mode 100644 index 43be6d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18/actions/zoom.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18@2x b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18@2x deleted file mode 120000 index df7b382..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/18x18@2x +++ /dev/null @@ -1 +0,0 @@ -18x18 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Finished.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Finished.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Finished.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Info-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Info-amarok.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/Info-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionError.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionError.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionError.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionTM.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionTM.svg deleted file mode 120000 index a832098..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/SuggestionTM.svg +++ /dev/null @@ -1 +0,0 @@ -database-index.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-add.svg deleted file mode 100644 index 1ffce02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-add.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-close.svg deleted file mode 100644 index d1795d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-close.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-delete.svg deleted file mode 100644 index ad0e26a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-delete.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-edit.svg deleted file mode 100644 index 086ac0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-reopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-reopen.svg deleted file mode 100644 index 266b01c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-reopen.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-asset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-asset.svg deleted file mode 100644 index 1e177d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-asset.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-cash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-cash.svg deleted file mode 100644 index 82128d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-cash.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-checking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-checking.svg deleted file mode 100644 index cc179b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-checking.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-closed.svg deleted file mode 100644 index 52037cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-closed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-credit-card.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-credit-card.svg deleted file mode 100644 index edff85e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-credit-card.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-expense.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-expense.svg deleted file mode 100644 index b6fed10..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-expense.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-income.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-income.svg deleted file mode 100644 index 2e239c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-income.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-investments.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-investments.svg deleted file mode 100644 index b856c26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-investments.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-liability.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-liability.svg deleted file mode 100644 index 02217cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-liability.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-loan.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-loan.svg deleted file mode 100644 index 6bd9c2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-loan.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-reconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-reconciled.svg deleted file mode 100644 index 35799f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-reconciled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-savings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-savings.svg deleted file mode 100644 index 4943b10..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-types-savings.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online-all.svg deleted file mode 100644 index 884a786..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online-all.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online.svg deleted file mode 100644 index da246fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account-update-online.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account.svg deleted file mode 100644 index 7679b49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/account.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-albumfolder-importdir2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-albumfolder-importdir2.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-albumfolder-importdir2.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-rss_tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-rss_tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-rss_tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-unavailable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-unavailable.svg deleted file mode 100644 index a38e148..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/action-unavailable.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/activities.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/activities.svg deleted file mode 100644 index fb5f8cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/activities.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-files-to-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-files-to-archive.svg deleted file mode 100644 index 6b2a602..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-files-to-archive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-folder-to-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-folder-to-archive.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-folder-to-archive.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-placemark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-placemark.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-placemark.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-subtitle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-subtitle.svg deleted file mode 120000 index 4fc2914..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add-subtitle.svg +++ /dev/null @@ -1 +0,0 @@ -media-view-subtitles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/address-book-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/address-book-new.svg deleted file mode 100644 index dfbd4e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/address-book-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/addressbook-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/addressbook-details.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/addressbook-details.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustcurves.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustcurves.svg deleted file mode 100644 index b9edab9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustcurves.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjusthsl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjusthsl.svg deleted file mode 100644 index f7578db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjusthsl.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustlevels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustlevels.svg deleted file mode 100644 index 4822878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustlevels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustrgb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustrgb.svg deleted file mode 100644 index ac474f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adjustrgb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adress-book-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adress-book-new.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/adress-book-new.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadi-phone-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadi-phone-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadi-phone-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadiconsole.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadiconsole.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/akonadiconsole.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importdir.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importdir.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importdir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importimages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importimages.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-importimages.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-new.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-user-trash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-user-trash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/albumfolder-user-trash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-baseline.svg deleted file mode 100644 index 15447d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-bottom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-bottom-out.svg deleted file mode 100644 index 3bda2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-bottom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-center.svg deleted file mode 100644 index 10cd212..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-out.svg deleted file mode 100644 index 996dbcd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-to-anchor.svg deleted file mode 100644 index 3fe667c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left.svg deleted file mode 100644 index 792e2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-out.svg deleted file mode 100644 index 2e485ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-to-anchor.svg deleted file mode 100644 index fc81c4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right.svg deleted file mode 100644 index 97437b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-top-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-top-out.svg deleted file mode 100644 index 37d7ea9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-horizontal-top-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-baseline.svg deleted file mode 100644 index 84f9a87..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-out.svg deleted file mode 100644 index 379fbd7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-to-anchor.svg deleted file mode 100644 index dac3787..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom.svg deleted file mode 100644 index 539ec6a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-center.svg deleted file mode 100644 index 7a31a96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-out.svg deleted file mode 100644 index cceb28c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-to-anchor.svg deleted file mode 100644 index a28a9b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top-to-anchor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top.svg deleted file mode 100644 index c0d2623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/align-vertical-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_artist.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_artist.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_add.svg deleted file mode 100644 index a54f5f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_remove.svg deleted file mode 100644 index 696e0ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_view.svg deleted file mode 100644 index 09d8f2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_cart_view.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_change_language.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_change_language.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_change_language.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_clock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_clock.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_clock.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_lyrics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_lyrics.svg deleted file mode 120000 index 2dd7676..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_lyrics.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-lyrics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playcount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playcount.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_playlist_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_scripts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_scripts.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/amarok_scripts.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/antivignetting.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/antivignetting.svg deleted file mode 100644 index fa35407..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/antivignetting.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-exit.svg deleted file mode 100644 index 000bb9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-exit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-menu.svg deleted file mode 120000 index 57642f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-menu.svg +++ /dev/null @@ -1 +0,0 @@ -open-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-rss+xml.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-rss+xml.svg deleted file mode 100644 index f4079ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/application-rss+xml.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-missed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-missed.svg deleted file mode 100644 index 9feb77e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-missed.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-soon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-soon.svg deleted file mode 100644 index 303a256..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment-soon.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/appointment.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert-directory.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert-directory.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-insert.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-remove.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive-remove.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive.svg deleted file mode 100644 index 5e5394f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/archive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down-double.svg deleted file mode 100644 index 5e00d97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-down.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left-double.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left-double.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left.svg deleted file mode 120000 index 293e17f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-left.svg +++ /dev/null @@ -1 +0,0 @@ -pan-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right-double.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right-double.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-right.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up-double.svg deleted file mode 100644 index 9680ef9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/arrow-up.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/atmosphere.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/atmosphere.svg deleted file mode 100644 index 700a0f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/atmosphere.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/attention.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/attention.svg deleted file mode 100644 index 020bb72..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/attention.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-high.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-high.svg deleted file mode 100644 index 9596c5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-high.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-low.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-low.svg deleted file mode 100644 index 82e3368..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-low.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-medium.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-medium.svg deleted file mode 100644 index 7285ddb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-medium.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-muted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-muted.svg deleted file mode 100644 index c5b9014..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/audio-volume-muted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-all.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-all.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-scale-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-type.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-type.svg deleted file mode 100644 index d3691ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/auto-type.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/autocorrection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/autocorrection.svg deleted file mode 100644 index 838dd95..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/autocorrection.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/automated-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/automated-tasks.svg deleted file mode 100644 index 2128b5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/automated-tasks.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/back.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/back.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/backup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/backup.svg deleted file mode 100644 index 3858e71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/backup.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bank.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bank.svg deleted file mode 100644 index 96ac309..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bank.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bitmap-trace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bitmap-trace.svg deleted file mode 100644 index f791db2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bitmap-trace.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-send-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-send-file.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-send-file.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-trust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-trust.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-trust.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-untrust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-untrust.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blueman-untrust.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blur.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blur.svg deleted file mode 100644 index 1bde9e8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blur.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurfx.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurfx.svg deleted file mode 100644 index 172c5fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurfx.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurimage.svg deleted file mode 120000 index e937ebe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/blurimage.svg +++ /dev/null @@ -1 +0,0 @@ -blur.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bonobo-component-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bonobo-component-browser.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bonobo-component-browser.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-add-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-add-folder.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-add-folder.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-edit.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-edit.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new-list.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new-list.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new.svg deleted file mode 100644 index 18cdac6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-remove.svg deleted file mode 100644 index e4517c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-remove.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-toolbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-toolbar.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark-toolbar.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark.svg deleted file mode 120000 index eb7b1c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark_add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmark_add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-bookmarked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-bookmarked.svg deleted file mode 100644 index ccfbe8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-bookmarked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-organize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-organize.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks-organize.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks.svg deleted file mode 100644 index 35615fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks_list_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks_list_add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bookmarks_list_add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost-boosted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost-boosted.svg deleted file mode 100644 index 42f4c68..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost-boosted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost.svg deleted file mode 100644 index d85fdb5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/boost.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bordertool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bordertool.svg deleted file mode 100644 index c58c8dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bordertool.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-addqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-addqueue.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-addqueue.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-commit.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-commit.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-diff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-diff.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-diff.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-rmqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-rmqueue.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-rmqueue.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-update.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bqm-update.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/browser-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/browser-download.svg deleted file mode 100644 index 888b3b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/browser-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-add.svg deleted file mode 100644 index 15949e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-add.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-delete.svg deleted file mode 100644 index 1b7d145..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-delete.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-edit.svg deleted file mode 100644 index b6fb201..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget-edit.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget.svg deleted file mode 100644 index 774dc7d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/budget.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/burst.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/burst.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/burst.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/button_ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bwtonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bwtonal.svg deleted file mode 100644 index 300d22e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/bwtonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_view.svg deleted file mode 120000 index c992929..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cab_view.svg +++ /dev/null @@ -1 +0,0 @@ -mail-thread-watch.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/calendar-go-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/calendar-go-today.svg deleted file mode 100644 index cec0666..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/calendar-go-today.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-start.svg deleted file mode 100644 index 2b0ee6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-start.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-stop.svg deleted file mode 100644 index 9253652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/call-stop.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cards-block.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cards-block.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cards-block.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/categories.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/categories.svg deleted file mode 100644 index 06b2a65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/categories.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-delete.svg deleted file mode 100644 index 13b061a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-delete.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-edit.svg deleted file mode 100644 index 50f400d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/category-edit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cd.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cell_edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cell_edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cell_edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/channelmixer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/channelmixer.svg deleted file mode 100644 index 8b49837..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/channelmixer.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/character-set.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/character-set.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/character-set.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/check-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/check-filled.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/check-filled.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkbox.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkbox.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkmark.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/checkmark.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-lap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-lap.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-lap.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-pause.svg deleted file mode 100644 index 0f8a1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-reset.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-reset.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-start.svg deleted file mode 100644 index 2b98a9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer-start.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/chronometer.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clear_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clear_left.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clear_left.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock-large.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock-large.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock.svg deleted file mode 100644 index 92fe8b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/clock.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-download.svg deleted file mode 100644 index 564e352..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-download.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-upload.svg deleted file mode 100644 index 7024bfe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cloud-upload.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_briefview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_briefview.svg deleted file mode 120000 index a99300c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_briefview.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-compact.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_columnsview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_columnsview.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_columnsview.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_copyfullnamestoclip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_copyfullnamestoclip.svg deleted file mode 120000 index e953e89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_copyfullnamestoclip.svg +++ /dev/null @@ -1 +0,0 @@ -edit-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_extractfiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_extractfiles.svg deleted file mode 100644 index 712814b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_extractfiles.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_flatview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_flatview.svg deleted file mode 100644 index 72f8793..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_flatview.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markinvert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markinvert.svg deleted file mode 100644 index 0d75de6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markinvert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markminus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markminus.svg deleted file mode 100644 index 70ba584..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markminus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markplus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markplus.svg deleted file mode 100644 index cfbcf63..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_markplus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_multirename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_multirename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_multirename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_options.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_options.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_packfiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_packfiles.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_packfiles.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_runterm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_runterm.svg deleted file mode 100644 index eb313c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_runterm.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_syncdirs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_syncdirs.svg deleted file mode 120000 index a854b9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_syncdirs.svg +++ /dev/null @@ -1 +0,0 @@ -distribute-horizontal-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_thumbnailsview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_thumbnailsview.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_thumbnailsview.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistorynext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistorynext.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistorynext.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistoryprev.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistoryprev.svg deleted file mode 100644 index d1d89b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cm_viewhistoryprev.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-block.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-block.svg deleted file mode 100644 index 059db01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-block.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-class.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-class.svg deleted file mode 100644 index 8981b39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-class.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-context.svg deleted file mode 100644 index 8a35ce6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-context.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-function.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-function.svg deleted file mode 100644 index dcdd882..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-function.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-typedef.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-typedef.svg deleted file mode 100644 index 77de1be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-typedef.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-variable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-variable.svg deleted file mode 100644 index d6f7d12..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/code-variable.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collapse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collapse.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collapse.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collection-rescan-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collection-rescan-amarok.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/collection-rescan-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-fill.svg deleted file mode 100644 index a7f9b7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-gradient.svg deleted file mode 100644 index 211a8ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-gradient.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-management.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-management.svg deleted file mode 100644 index d38de0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-management.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-black.svg deleted file mode 100644 index cb1d394..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-black.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-grey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-grey.svg deleted file mode 100644 index 82b5835..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-grey.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-white.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-white.svg deleted file mode 100644 index 9d9d831..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker-white.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker.svg deleted file mode 120000 index 1f41e7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-select.svg deleted file mode 100644 index 1bd3c2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/color-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorfx.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorfx.svg deleted file mode 100644 index a4815c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorfx.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colormanagement.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colormanagement.svg deleted file mode 120000 index 21e4611..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colormanagement.svg +++ /dev/null @@ -1 +0,0 @@ -color-management.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorneg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorneg.svg deleted file mode 100644 index b06f892..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colorneg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromablue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromablue.svg deleted file mode 100644 index 6019f17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromablue.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromagreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromagreen.svg deleted file mode 100644 index e6c1cc5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromagreen.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromared.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromared.svg deleted file mode 100644 index 9dd54f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-chromared.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-luma.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-luma.svg deleted file mode 100644 index 57f8871..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/colors-luma.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/compass.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/compass.svg deleted file mode 100644 index 27cf2f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/compass.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-on.svg deleted file mode 120000 index 445e9e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-on.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-composite.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-preview.svg deleted file mode 100644 index 1c386c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composite-track-preview.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composition.svg deleted file mode 100644 index d465ee1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/composition.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configuration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configuration.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configuration.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-toolbars.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-toolbars.svg deleted file mode 100644 index 7d738a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure-toolbars.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure.svg deleted file mode 100644 index 18d9c28..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_toolbars.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_toolbars.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/configure_toolbars.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contact-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contact-new.svg deleted file mode 100644 index d6ccbfe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contact-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contents.svg deleted file mode 120000 index 8e108d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contents.svg +++ /dev/null @@ -1 +0,0 @@ -view-readermode.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contexthelp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contexthelp.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contexthelp.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contrast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contrast.svg deleted file mode 100644 index 06eff90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/contrast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cookies.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cookies.svg deleted file mode 120000 index b32b12a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cookies.svg +++ /dev/null @@ -1 +0,0 @@ -tool-spray.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/coordinate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/coordinate.svg deleted file mode 100644 index d358ee1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/coordinate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/copy-coordinates.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/copy-coordinates.svg deleted file mode 120000 index 710c632..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/copy-coordinates.svg +++ /dev/null @@ -1 +0,0 @@ -coordinate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/crosshairs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/crosshairs.svg deleted file mode 100644 index f4dc568..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/crosshairs.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/currenttrack_play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cursor-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cursor-arrow.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/cursor-arrow.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/curve-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/curve-connector.svg deleted file mode 100644 index 05dba8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/curve-connector.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dashboard-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dashboard-show.svg deleted file mode 100644 index 8471526..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dashboard-show.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-change-key.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-change-key.svg deleted file mode 100644 index 803c38e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-change-key.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-index.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-index.svg deleted file mode 100644 index 33066fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-index.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/database-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-from-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-from-cursor.svg deleted file mode 100644 index 3a44304..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-from-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-to-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-to-cursor.svg deleted file mode 100644 index f8d3a55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-execute-to-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run-cursor.svg deleted file mode 100644 index 507175b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run.svg deleted file mode 100644 index 8ba8c13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-run.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-instruction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-instruction.svg deleted file mode 100644 index 5a3a817..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-instruction.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into-instruction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into-instruction.svg deleted file mode 120000 index f207a55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into-instruction.svg +++ /dev/null @@ -1 +0,0 @@ -debug-step-instruction.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into.svg deleted file mode 100644 index c7e7355..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-into.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-out.svg deleted file mode 100644 index 224b726..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-over.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-over.svg deleted file mode 100644 index 4ef3dde..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/debug-step-over.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete-comment.svg deleted file mode 100644 index af547f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete-comment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth16to8.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth16to8.svg deleted file mode 100644 index 873e056..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth16to8.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth8to16.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth8to16.svg deleted file mode 100644 index fbe0ee4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/depth8to16.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/device.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/device.svg deleted file mode 120000 index a67cd89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/device.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-input-devices.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-align-and-distribute.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-align-and-distribute.svg deleted file mode 120000 index 019e49d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-align-and-distribute.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-error.svg deleted file mode 100644 index 8030f24..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-error.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-fill-and-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-fill-and-stroke.svg deleted file mode 100644 index 543286e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-fill-and-stroke.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-filters.svg deleted file mode 120000 index bf1c124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-filters.svg +++ /dev/null @@ -1 +0,0 @@ -view-filter.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-icon-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-icon-preview.svg deleted file mode 120000 index 7a2e5e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-icon-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-information.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-information.svg deleted file mode 100644 index e37ef61..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-information.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-input-devices.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-input-devices.svg deleted file mode 100644 index 7e432c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-input-devices.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-layers.svg deleted file mode 100644 index a664ef7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-layers.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-memory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-memory.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-memory.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-messages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-messages.svg deleted file mode 100644 index fdda31b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-messages.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-object-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-object-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-object-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-password.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-password.svg deleted file mode 100644 index 8c5d365..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-password.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-path-effects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-path-effects.svg deleted file mode 100644 index 631340b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-path-effects.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-question.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-question.svg deleted file mode 100644 index 6781716..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-question.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-rows-and-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-rows-and-columns.svg deleted file mode 100644 index b1007a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-rows-and-columns.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-scripts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-scripts.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-scripts.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-selectors.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-selectors.svg deleted file mode 120000 index 22b9425..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-selectors.svg +++ /dev/null @@ -1 +0,0 @@ -code-context.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-templates.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-templates.svg deleted file mode 120000 index 911d559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-templates.svg +++ /dev/null @@ -1 +0,0 @@ -document-new-from-template.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-text-and-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-text-and-font.svg deleted file mode 100644 index e4d1ffe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-text-and-font.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-tile-clones.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-tile-clones.svg deleted file mode 100644 index 875744b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-tile-clones.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-transform.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-transform.svg deleted file mode 120000 index 617c98b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-transform.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zoom-large.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-warning.svg deleted file mode 100644 index 947acd6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-warning.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-xml-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-xml-editor.svg deleted file mode 100644 index ed017fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-xml-editor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dialog-yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dirsync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dirsync.svg deleted file mode 120000 index 0e0e5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dirsync.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sync.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph-directed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph-directed.svg deleted file mode 100644 index 8d93f80..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph-directed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph.svg deleted file mode 100644 index f2a7ee2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-graph.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-baseline.svg deleted file mode 100644 index 3420820..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-baseline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-center.svg deleted file mode 100644 index 474f44e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-equal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-equal.svg deleted file mode 100644 index df9ef7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-equal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-gaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-gaps.svg deleted file mode 100644 index 90a34c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-gaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-left.svg deleted file mode 100644 index c48787d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-margin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-margin.svg deleted file mode 100644 index 13f1215..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-margin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-page.svg deleted file mode 100644 index 23eebc1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-right.svg deleted file mode 100644 index 7e61fbe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-x.svg deleted file mode 100644 index 2cd0602..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-horizontal-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-randomize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-randomize.svg deleted file mode 100644 index 8739ecd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-randomize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-remove-overlaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-remove-overlaps.svg deleted file mode 100644 index 5dd50f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-remove-overlaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-unclump.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-unclump.svg deleted file mode 100644 index 11314c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-unclump.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-baseline.svg deleted file mode 120000 index 05b020a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-baseline.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-underline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-bottom.svg deleted file mode 100644 index 6f5b785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-bottom.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-center.svg deleted file mode 100644 index 94f6ecb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-equal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-equal.svg deleted file mode 100644 index 5f4b2da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-equal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-gaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-gaps.svg deleted file mode 100644 index c5befaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-gaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-margin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-margin.svg deleted file mode 100644 index 25e199d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-margin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-page.svg deleted file mode 100644 index ce9d017..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-top.svg deleted file mode 100644 index f5c6464..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-top.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-y.svg deleted file mode 100644 index eff76a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/distribute-vertical-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-cleanup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-cleanup.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-decrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-decrypt.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-decrypt.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt-verify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt-verify.svg deleted file mode 100644 index 840d254..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt-verify.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt.svg deleted file mode 100644 index 542cf79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-decrypt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-encrypt.svg deleted file mode 100644 index edc49ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-encrypt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign-encrypt.svg deleted file mode 100644 index e4e89f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign-encrypt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign.svg deleted file mode 100644 index c0a6ee2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-sign.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-verify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-verify.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit-verify.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypt.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypt.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypted.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-ocal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-ocal.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-table.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export-table.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export.svg deleted file mode 100644 index 24be8c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-export.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import-ocal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import-ocal.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import.svg deleted file mode 100644 index d467186..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-import.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new-from-template.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new-from-template.svg deleted file mode 100644 index 3a9cb90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new-from-template.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new.svg deleted file mode 100644 index 0a2223b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-data.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-data.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-data.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-folder.svg deleted file mode 100644 index c8ab167..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-folder.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-recent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-recent.svg deleted file mode 100644 index 36c3cb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-recent.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-remote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-remote.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open-remote.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open.svg deleted file mode 100644 index 5439dc0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-open.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-page-setup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-page-setup.svg deleted file mode 100644 index f55c3e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-page-setup.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview-archive.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview-archive.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview.svg deleted file mode 100644 index 9a178de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-preview.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-direct.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-direct.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-direct.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-frame.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-frame.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-preview.svg deleted file mode 100644 index bdd0808..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print-preview.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print.svg deleted file mode 100644 index 6cd5586..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-print.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-replace.svg deleted file mode 100644 index 278773d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-replace.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert-rtl.svg deleted file mode 100644 index 8945497..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert.svg deleted file mode 100644 index ffa63b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-revert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-all.svg deleted file mode 100644 index 54911f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-as.svg deleted file mode 100644 index d5d49ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save-as.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save.svg deleted file mode 100644 index 6fed9e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-save.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-send.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-send.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-share.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-share.svg deleted file mode 100644 index 447796e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-sign.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-sign.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-swap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-swap.svg deleted file mode 100644 index 2aad89c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/document-swap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentation.svg deleted file mode 100644 index db4d3b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/documentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/donate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/donate.svg deleted file mode 100644 index ad2fbc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/donate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/double-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/double-page.svg deleted file mode 100644 index 434e1b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/double-page.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-amarok.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-later.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-later.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download-later.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-back.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-back.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-forward.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-forward.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow.svg deleted file mode 100644 index 9784602..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-arrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-bezier-curves.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-bezier-curves.svg deleted file mode 100644 index 388ade4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-bezier-curves.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-booleans.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-booleans.svg deleted file mode 100644 index 76bd7dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-booleans.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-brush.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-brush.svg deleted file mode 100644 index 56352d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-brush.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-calligraphic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-calligraphic.svg deleted file mode 100644 index 3d9020a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-calligraphic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-circle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-circle.svg deleted file mode 100644 index 6a4f691..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-connector.svg deleted file mode 100644 index c660b57..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-connector.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cross.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cross.svg deleted file mode 100644 index ed36b20..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cross.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cuboid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cuboid.svg deleted file mode 100644 index 9bf70bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-cuboid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-donut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-donut.svg deleted file mode 100644 index fac76d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-donut.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-ellipse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-ellipse.svg deleted file mode 100644 index 79a64c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-ellipse.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser-delete-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser-delete-objects.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser-delete-objects.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser.svg deleted file mode 100644 index 69fa56b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-eraser.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-freehand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-freehand.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-freehand.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-geometry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-geometry.svg deleted file mode 100644 index e8cb3fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-geometry.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle1.svg deleted file mode 100644 index a1dbd83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle1.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle2.svg deleted file mode 100644 index 5267a55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle3.svg deleted file mode 100644 index a66562c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle3.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle4.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle4.svg deleted file mode 100644 index 8f5926d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-halfcircle4.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-highlight.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-highlight.svg deleted file mode 100644 index dd60604..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-highlight.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-line.svg deleted file mode 100644 index 0c9663b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-line.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-number.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-number.svg deleted file mode 100644 index 6e5dfb0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-number.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-path.svg deleted file mode 100644 index b0ba3c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon-star.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon.svg deleted file mode 100644 index b95e29e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polygon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polyline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polyline.svg deleted file mode 100644 index 55a40e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-polyline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-rectangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-rectangle.svg deleted file mode 100644 index 58bb465..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-rectangle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-spiral.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-spiral.svg deleted file mode 100644 index 6b99600..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-spiral.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-square-inverted-corners.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-square-inverted-corners.svg deleted file mode 100644 index c89fa79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-square-inverted-corners.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-star.svg deleted file mode 100644 index ac99053..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-text.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-text.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle.svg deleted file mode 100644 index 1366cd5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle1.svg deleted file mode 120000 index 293e17f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle1.svg +++ /dev/null @@ -1 +0,0 @@ -pan-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle2.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle2.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle3.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle3.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle4.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle4.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-triangle4.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-watercolor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-watercolor.svg deleted file mode 100644 index 7d45b52..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/draw-watercolor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dynamic-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dynamic-amarok.svg deleted file mode 120000 index 26f6696..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/dynamic-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-shuffle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/earthquake.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/earthquake.svg deleted file mode 100644 index e310605..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/earthquake.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-bomb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-bomb.svg deleted file mode 100644 index d1814c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-bomb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-all.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-history.svg deleted file mode 100644 index 5993194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-history.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-list.svg deleted file mode 100644 index f508721..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-ltr.svg deleted file mode 120000 index beaae79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-rtl.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-locationbar-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-rtl.svg deleted file mode 100644 index 8f33aad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear.svg deleted file mode 100644 index 0624e3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clear.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone-unlink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone-unlink.svg deleted file mode 100644 index 4054af4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone-unlink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone.svg deleted file mode 100644 index 135ad06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-clone.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-comment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-comment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-copy.svg deleted file mode 100644 index 58d1e55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-cut.svg deleted file mode 100644 index 426fefb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-cut.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-remove.svg deleted file mode 100644 index 2730f09..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-shred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-shred.svg deleted file mode 100644 index 972ecf9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete-shred.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-download.svg deleted file mode 100644 index 4e9960e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-duplicate.svg deleted file mode 100644 index 0a65e8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-duplicate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-entry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-entry.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-entry.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-mail.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-mail.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-mail.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-project.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-project.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-project.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-replace.svg deleted file mode 100644 index be65a92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-replace.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-user.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find-user.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find.svg deleted file mode 100644 index 0f28a6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-find.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-flag.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-guides.svg deleted file mode 100644 index b16436d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-guides.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-add.svg deleted file mode 100644 index 6ac0ef3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-detect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-detect.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-detect.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-recognize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-recognize.svg deleted file mode 100644 index 9ad8b90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-recognize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-show.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-image-face-show.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-link.svg deleted file mode 100644 index a6ef3e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-link.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-map.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-map.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-map.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-mark.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-mark.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-move.svg deleted file mode 100644 index 1da0770..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-move.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-node.svg deleted file mode 100644 index f9cd681..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-none.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-none.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-opacity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-opacity.svg deleted file mode 100644 index 31d11e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-opacity.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-in-place.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-in-place.svg deleted file mode 100644 index 680c5c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-in-place.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-style.svg deleted file mode 100644 index b542cfc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste-style.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste.svg deleted file mode 100644 index 57b51a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-paste.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-redo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-redo.svg deleted file mode 100644 index 4609c07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-redo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all-layers.svg deleted file mode 100644 index e948732..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all-layers.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all.svg deleted file mode 100644 index 4e56684..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-invert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-invert.svg deleted file mode 100644 index 7af7c96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-invert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-lasso.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-lasso.svg deleted file mode 100644 index 3e60ae2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-lasso.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-none.svg deleted file mode 100644 index 3e624a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-none.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-original.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-original.svg deleted file mode 100644 index cce1b57..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-original.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-text.svg deleted file mode 100644 index 0bc984f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select-text.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select.svg deleted file mode 100644 index 3fc5de5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-merge.svg deleted file mode 100644 index d62fbc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-merge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-split.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-split.svg deleted file mode 100644 index 7c7ee5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-cell-split.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-column.svg deleted file mode 100644 index 5fdf5e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-column.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-row.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-row.svg deleted file mode 100644 index 07bdd5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-delete-row.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-left.svg deleted file mode 100644 index 9a729c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-right.svg deleted file mode 100644 index 0b3e51f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-column-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-above.svg deleted file mode 100644 index bfad885..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-below.svg deleted file mode 100644 index 17dc0b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-under.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-under.svg deleted file mode 100644 index f5fd5fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-table-insert-row-under.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-text-frame-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-text-frame-update.svg deleted file mode 100644 index c9247e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-text-frame-update.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo-history.svg deleted file mode 100644 index a7eeb7a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo-history.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo.svg deleted file mode 100644 index 9c258e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit-undo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit.svg deleted file mode 100644 index 658c314..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editclear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editclear.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editclear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcopy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcopy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcopy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editcut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editdelete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editdelete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editdelete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editimage.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editor.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editor.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editpaste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editpaste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/editpaste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittext.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittext.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittrash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittrash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/edittrash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/embosstool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/embosstool.svg deleted file mode 100644 index 939d9ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/embosstool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/emptytrash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/emptytrash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/emptytrash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/enterprise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/enterprise.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/enterprise.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-clone.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-clone.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-delete.svg deleted file mode 100644 index 0304f14..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-new.svg deleted file mode 100644 index 978d73e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/entry-new.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/equalizer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/equalizer.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/equalizer.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/error.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/error.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-all.svg deleted file mode 100644 index 6670e18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-down.svg deleted file mode 100644 index 46f6f9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-horizontal.svg deleted file mode 100644 index 84f24a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-horizontal.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-left.svg deleted file mode 100644 index 12c90a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-left.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-right.svg deleted file mode 100644 index e6ee0eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-right.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-up.svg deleted file mode 100644 index ad90f07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-vertical.svg deleted file mode 100644 index f1f8204..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/escape-direction-vertical.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-clockwise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-clockwise.svg deleted file mode 100644 index ab5e61e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-clockwise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-zorder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-zorder.svg deleted file mode 100644 index c854aff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions-zorder.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions.svg deleted file mode 100644 index 01fa615..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exchange-positions.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exifinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exifinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exifinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exit.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/exit.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/expand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/expand.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/expand.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/extract-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/extract-archive.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/extract-archive.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favicon-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favicon-download.svg deleted file mode 120000 index 9510df9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favicon-download.svg +++ /dev/null @@ -1 +0,0 @@ -insert-image.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-favorited.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-favorited.svg deleted file mode 100644 index 0c26cbb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-favorited.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-genres-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-genres-amarok.svg deleted file mode 100644 index de2c0ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite-genres-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorite.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorites.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/favorites.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-anthy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-anthy.svg deleted file mode 100644 index 3e6881b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-anthy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-bopomofo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-bopomofo.svg deleted file mode 120000 index 9194339..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-bopomofo.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-rime.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-cangjie.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-cangjie.svg deleted file mode 100644 index 17a9719..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-cangjie.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chewing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chewing.svg deleted file mode 100644 index 1a131da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chewing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chn.svg deleted file mode 100644 index 7679e96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chn.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-active.svg deleted file mode 100644 index 4ef740c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-inactive.svg deleted file mode 100644 index a7e58ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-chttrans-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-erbi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-erbi.svg deleted file mode 100644 index 296b7ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-erbi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-active.svg deleted file mode 100644 index 75de537..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-inactive.svg deleted file mode 100644 index 641c8df..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-fullwidth-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-googlepinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-googlepinyin.svg deleted file mode 100644 index 7494d1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-googlepinyin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-active.svg deleted file mode 100644 index 5b819cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-inactive.svg deleted file mode 100644 index df5da00..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-handwriting-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-hangul.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-hangul.svg deleted file mode 100644 index 953f75d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-hangul.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kbd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kbd.svg deleted file mode 100644 index 0edea4a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kbd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kkc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kkc.svg deleted file mode 100644 index 9f27056..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-kkc.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin-libpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin-libpinyin.svg deleted file mode 120000 index d7b28ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin-libpinyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-pinyin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin.svg deleted file mode 100644 index 6753c1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-pinyin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-active.svg deleted file mode 100644 index 55bae8f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-inactive.svg deleted file mode 100644 index ff4bae8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-punc-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-active.svg deleted file mode 100644 index a9009fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-inactive.svg deleted file mode 100644 index cc4a986..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-remind-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-deploy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-deploy.svg deleted file mode 100644 index 6dff840..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-deploy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-sync.svg deleted file mode 100644 index fce7f39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime-sync.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime.svg deleted file mode 100644 index 7e8842a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-rime.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sayura.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sayura.svg deleted file mode 100644 index 38f1aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sayura.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin-libpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin-libpinyin.svg deleted file mode 120000 index d936682..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin-libpinyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-shuangpin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin.svg deleted file mode 100644 index d4bab0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-shuangpin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-skk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-skk.svg deleted file mode 100644 index b252708..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-skk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sunpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sunpinyin.svg deleted file mode 100644 index 441afea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-sunpinyin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-unikey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-unikey.svg deleted file mode 100644 index df52c15..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-unikey.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-active.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-active.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-inactive.svg deleted file mode 100644 index b717c59..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-vk-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wbpy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wbpy.svg deleted file mode 120000 index 8edd84f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wbpy.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-wubi.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wubi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wubi.svg deleted file mode 100644 index 324b353..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-wubi.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-zhuyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-zhuyin.svg deleted file mode 120000 index 9194339..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-zhuyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-rime.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-ziranma.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-ziranma.svg deleted file mode 100644 index 1fb073a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fcitx-ziranma.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/featured-vm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/featured-vm.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/featured-vm.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/feed-subscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/feed-subscribe.svg deleted file mode 120000 index 2f0fbff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/feed-subscribe.svg +++ /dev/null @@ -1 +0,0 @@ -application-rss+xml.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-in.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-out.svg deleted file mode 120000 index 580ed01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/file-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filefind.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filefind.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filefind.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-album-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-album-amarok.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-album-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-and-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-and-amarok.svg deleted file mode 100644 index 048f74f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-and-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-artist-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-artist-amarok.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-artist-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-bpm-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-bpm-amarok.svg deleted file mode 120000 index 52a2514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-bpm-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -kt-speed-limits.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-comment-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-comment-amarok.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-comment-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-composer-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-composer-amarok.svg deleted file mode 120000 index c2db299..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-composer-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit-sign.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dash-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dash-amarok.svg deleted file mode 120000 index bc895d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dash-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dashboard-show.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-discnumber-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-discnumber-amarok.svg deleted file mode 100644 index be51492..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-discnumber-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-divider.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-divider.svg deleted file mode 100644 index d819420..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-divider.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dot-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dot-amarok.svg deleted file mode 100644 index cbbb773..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-dot-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-filetype-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-filetype-amarok.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-filetype-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-genre-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-genre-amarok.svg deleted file mode 120000 index 597fac1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-genre-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-genres-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-length.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-length.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-length.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-tracks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-tracks.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-group-tracks.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-ignore-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-ignore-amarok.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-ignore-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-initial-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-initial-amarok.svg deleted file mode 100644 index 0465582..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-initial-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-last-played.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-last-played.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-last-played.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-moodbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-moodbar.svg deleted file mode 100644 index fce8bc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-moodbar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-sample-rate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-sample-rate.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-sample-rate.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-slash-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-slash-amarok.svg deleted file mode 100644 index 5988fef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-slash-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-space-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-space-amarok.svg deleted file mode 100644 index af6c179..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-space-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-title-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-title-amarok.svg deleted file mode 100644 index c198321..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-title-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-track-amarok.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-track-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-underscore-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-underscore-amarok.svg deleted file mode 100644 index c5fb8c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-underscore-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-year-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-year-amarok.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filename-year-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filenew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filenew.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filenew.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileopen.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileopen.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileprint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileprint.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileprint.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filequickprint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filequickprint.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filequickprint.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesave.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesave.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesave.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesaveas.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesaveas.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filesaveas.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileview-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileview-preview.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fileview-preview.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-color.svg deleted file mode 120000 index 10765a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-even-odd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-even-odd.svg deleted file mode 100644 index 83ce549..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-even-odd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-nonzero.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-nonzero.svg deleted file mode 100644 index ed53d6f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fill-rule-nonzero.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filmgrain.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filmgrain.svg deleted file mode 100644 index afb50b7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/filmgrain.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find-location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find-location.svg deleted file mode 100644 index bc93164..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find-location.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitbest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitbest.svg deleted file mode 100644 index 820c8a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitbest.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitheight.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitheight.svg deleted file mode 100644 index 9b460ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitheight.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitmanual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitmanual.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitmanual.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitsize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitsize.svg deleted file mode 100644 index 50ab4f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitsize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitwidth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitwidth.svg deleted file mode 100644 index ce6bd72..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fitwidth.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-black.svg deleted file mode 100644 index 7e7b025..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-black.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-blue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-blue.svg deleted file mode 100644 index cd6db6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-blue.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-green.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-green.svg deleted file mode 100644 index ea20891..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-green.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-red.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-red.svg deleted file mode 100644 index 7dae87c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-red.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-yellow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-yellow.svg deleted file mode 100644 index 741307c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag-yellow.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag.svg deleted file mode 100644 index 3586246..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/flag.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-compact.svg deleted file mode 120000 index 887959b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-compact.svg +++ /dev/null @@ -1 +0,0 @@ -view-compact.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-details.svg deleted file mode 120000 index a379444..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-details.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-details.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-icons.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-icons.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-icons.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-thumbs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-thumbs.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fm-thumbs.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-legacy-systray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-legacy-systray.svg deleted file mode 100644 index a80fb83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-legacy-systray.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-top-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-top-bar.svg deleted file mode 100644 index 940f578..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-top-bar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-windows.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-windows.svg deleted file mode 100644 index e732411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/focus-windows.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-copy.svg deleted file mode 100644 index 2e7854d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-move.svg deleted file mode 100644 index 8f09898..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-move.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-new.svg deleted file mode 100644 index d166bfa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open-recent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open-recent.svg deleted file mode 100644 index 45e0176..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open-recent.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-saved-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-saved-search.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-saved-search.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-sync.svg deleted file mode 100644 index e341335..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-sync.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_color_picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_color_picker.svg deleted file mode 120000 index aed2477..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_color_picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-picker.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_new.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/folder_new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/followmouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/followmouse.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/followmouse.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/font-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/font-select.svg deleted file mode 100644 index d73b434..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/font-select.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/footsteps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/footsteps.svg deleted file mode 100644 index 37d3714..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/footsteps.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forecast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forecast.svg deleted file mode 100644 index ed742eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forecast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fork.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fork.svg deleted file mode 100644 index 6b1bec0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/fork.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-add-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-add-node.svg deleted file mode 100644 index b3fb20a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-add-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-center.svg deleted file mode 100644 index 948e624..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-align-vertical-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-border-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-border-style.svg deleted file mode 120000 index c47e3dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-border-style.svg +++ /dev/null @@ -1 +0,0 @@ -draw-path.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-break-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-break-node.svg deleted file mode 100644 index e673661..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-break-node.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-connect-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-connect-node.svg deleted file mode 100644 index ff9bd79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-connect-node.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-convert-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-convert-to-path.svg deleted file mode 100644 index 307a884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-convert-to-path.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-currency.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-currency.svg deleted file mode 100644 index 52ac401..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-currency.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-disconnect-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-disconnect-node.svg deleted file mode 120000 index 9dc8e1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-disconnect-node.svg +++ /dev/null @@ -1 +0,0 @@ -format-connect-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-fill-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-fill-color.svg deleted file mode 120000 index 10765a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-fill-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-less.svg deleted file mode 100644 index 1edc866..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-less.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-more.svg deleted file mode 100644 index 96d2bb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-font-size-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-less.svg deleted file mode 100644 index df056bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-less.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-more.svg deleted file mode 100644 index 9c3cfeb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-indent-more.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-insert-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-insert-node.svg deleted file mode 100644 index 0184a3b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-insert-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-join-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-join-node.svg deleted file mode 100644 index d6120e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-join-node.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-center.svg deleted file mode 100644 index b181cb9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-fill.svg deleted file mode 100644 index 182bd95..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-left.svg deleted file mode 100644 index 49fc27e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-right.svg deleted file mode 100644 index 1615abf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-justify-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-double.svg deleted file mode 100644 index 0c68d4a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-normal.svg deleted file mode 100644 index 44ace2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-normal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-triple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-triple.svg deleted file mode 100644 index 507308a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-line-spacing-triple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-ordered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-ordered.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-ordered.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-unordered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-unordered.svg deleted file mode 100644 index 28831b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-list-unordered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-corner.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-corner.svg deleted file mode 100644 index 3ff61e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-corner.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-curve.svg deleted file mode 100644 index 9d0117d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-line.svg deleted file mode 100644 index 4b88be8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-smooth.svg deleted file mode 100644 index ad17e45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-smooth.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-symmetric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-symmetric.svg deleted file mode 100644 index 06d022f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-node-symmetric.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-number-percent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-number-percent.svg deleted file mode 100644 index a0cdeb8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-number-percent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-less.svg deleted file mode 100644 index b2d26a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-less.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-more.svg deleted file mode 100644 index 491611b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-precision-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-remove-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-remove-node.svg deleted file mode 100644 index 32d01ca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-remove-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-curve.svg deleted file mode 100644 index 89e4453..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-line.svg deleted file mode 100644 index 15381ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-segment-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-stroke-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-stroke-color.svg deleted file mode 120000 index 7a7334d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-stroke-color.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-baseline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-blockquote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-blockquote.svg deleted file mode 100644 index 4202179..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-blockquote.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-bold.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-bold.svg deleted file mode 100644 index 3b184bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-bold.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-capitalize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-capitalize.svg deleted file mode 100644 index 44898c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-capitalize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-code.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-code.svg deleted file mode 120000 index a6da8dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-code.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-xml-editor.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-color.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-color.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-horizontal.svg deleted file mode 100644 index e0a6adb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-ltr.svg deleted file mode 100644 index 2ab9ec4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-ltr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-r2l.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-r2l.svg deleted file mode 100644 index 5a3fa43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-r2l.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-rtl.svg deleted file mode 100644 index e3af0c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical-lr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical-lr.svg deleted file mode 100644 index 7a81e70..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical-lr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical.svg deleted file mode 100644 index 21c70e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-direction-vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-italic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-italic.svg deleted file mode 100644 index ad17803..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-italic.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-larger.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-larger.svg deleted file mode 100644 index 682a7b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-larger.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-lowercase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-lowercase.svg deleted file mode 100644 index e74434a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-lowercase.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-remove-formatting.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-remove-formatting.svg deleted file mode 100644 index 0fd5b7d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-remove-formatting.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-smaller.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-smaller.svg deleted file mode 100644 index 8d9967e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-smaller.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-strikethrough.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-strikethrough.svg deleted file mode 100644 index c7f9b25..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-strikethrough.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-subscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-subscript.svg deleted file mode 100644 index d3dbe72..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-subscript.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-superscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-superscript.svg deleted file mode 100644 index b03fd97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-superscript.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-symbol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-symbol.svg deleted file mode 100644 index d2a5b3a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-symbol.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-underline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-underline.svg deleted file mode 100644 index 40281e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-underline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-uppercase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-uppercase.svg deleted file mode 100644 index b9894c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/format-text-uppercase.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/formula.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/formula.svg deleted file mode 100644 index 4ac9c04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/formula.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-achievements.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-achievements.svg deleted file mode 100644 index 8e3eaa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-achievements.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-background.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-background.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-board.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-board.svg deleted file mode 100644 index c27e5ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-board.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-custom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-custom.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-custom.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-options.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-options.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-theme.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-theme.svg deleted file mode 120000 index 2873b7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-theme.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-tiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-tiles.svg deleted file mode 100644 index acd0327..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-config-tiles.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-difficult.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-difficult.svg deleted file mode 100644 index 7f0fc51..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-difficult.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-endturn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-endturn.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-endturn.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-highscores.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-highscores.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-highscores.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-hint.svg deleted file mode 100644 index 441dc3d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-hint.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-solve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-solve.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/games-solve.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-build.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-build.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-build.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-close-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-close-all.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-save-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-save-all.svg deleted file mode 120000 index 43e072f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/geany-save-all.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/get-hot-new-stuff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/get-hot-new-stuff.svg deleted file mode 100644 index f412f65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/get-hot-new-stuff.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-branch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-branch.svg deleted file mode 100644 index 66dba37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-branch.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-diff-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-diff-view.svg deleted file mode 120000 index 36fc9a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-diff-view.svg +++ /dev/null @@ -1 +0,0 @@ -cm_flatview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-history-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-history-view.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-history-view.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-remote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-remote.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-remote.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/giggle-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/globe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/globe.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/globe.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-app-install-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-app-install-star.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-app-install-star.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-lockscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-lockscreen.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-lockscreen.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-searchtool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-searchtool.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-searchtool.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-fwd.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-fwd.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-rpl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-rpl.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-rpl.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-snd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-snd.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnome-stock-mail-snd.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-comment-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-comment-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-comment-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-link-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-link-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gnumeric-link-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-bottom.svg deleted file mode 100644 index fa5eea2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-bottom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down-search.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down-search.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down.svg deleted file mode 100644 index a653d6f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view-page.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first.svg deleted file mode 100644 index f501581..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-first.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home-large.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home-large.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home.svg deleted file mode 100644 index 979e7c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-home.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-declaration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-declaration.svg deleted file mode 100644 index 4b86b71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-declaration.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-definition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-definition.svg deleted file mode 100644 index 72a33f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-definition.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-locationbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-locationbar.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-locationbar.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-rtl.svg deleted file mode 100644 index 0e763d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-today.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump-today.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump.svg deleted file mode 100644 index a9c1201..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-jump.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view-page.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last.svg deleted file mode 100644 index d7188fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-last.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-left.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-left.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-context.svg deleted file mode 100644 index 3e9294f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-context.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-use.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-use.svg deleted file mode 100644 index 80d41a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-use.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view-page.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next.svg deleted file mode 100644 index 1715aba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-next.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-parent-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-parent-folder.svg deleted file mode 100644 index 92c3e57..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-parent-folder.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-context.svg deleted file mode 100644 index 4ba65b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-context.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-use.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-use.svg deleted file mode 100644 index c065b35..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-use.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view-page.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous.svg deleted file mode 100644 index 3818ae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-previous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-right.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-right.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-today.svg deleted file mode 120000 index 516e9f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-today.svg +++ /dev/null @@ -1 +0,0 @@ -calendar-go-today.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-top.svg deleted file mode 100644 index 8e52d62..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up-search.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up-search.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up.svg deleted file mode 100644 index bae5856..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/go-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gohome.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gohome.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gohome.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpg.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpg.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpgsm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpgsm.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gpgsm.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gps.svg deleted file mode 120000 index 940ccf4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gps.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-in-place.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid-rectangular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid-rectangular.svg deleted file mode 100644 index a90214b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid-rectangular.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/grid.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-delete.svg deleted file mode 100644 index 1c563f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-delete.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-edit.svg deleted file mode 100644 index dff2456..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-new.svg deleted file mode 100644 index fe54834..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/group-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-note-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-note-new.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-note-new.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-people.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-people.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag-new.svg deleted file mode 120000 index 4bfd68b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag-new.svg +++ /dev/null @@ -1 +0,0 @@ -tag-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-all.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-none.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-tags-none.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-dismiss.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-dismiss.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-dismiss.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-done.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-done.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-done.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-new.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undismiss.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undismiss.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undismiss.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undone.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-task-undone.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-work.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-work.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtg-work.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-authentication.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-authentication.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-authentication.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-bold.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-bold.svg deleted file mode 120000 index 3921884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-bold.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-bold.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cdrom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cdrom.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cdrom.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-clear.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-color-picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-color-picker.svg deleted file mode 120000 index 1f41e7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-color-picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-connect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-connect.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-connect.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-convert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-convert.svg deleted file mode 100644 index 832d659..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-convert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-copy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-cut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-directory.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-directory.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-disconnect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-disconnect.svg deleted file mode 120000 index a3b26c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-disconnect.svg +++ /dev/null @@ -1 +0,0 @@ -network-disconnect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-dnd-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-dnd-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-dnd-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-execute.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-execute.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-execute.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-file.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-file.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find-and-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find-and-replace.svg deleted file mode 120000 index 0c2ba29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find-and-replace.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find-replace.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-floppy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-floppy.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-floppy.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-ltr.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-rtl.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-back-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-ltr.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-rtl.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-forward-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-go-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-ltr.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-rtl.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-first-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-ltr.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-rtl.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-last-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-goto-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-ltr.svg deleted file mode 120000 index db83cea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-rtl.svg deleted file mode 120000 index c5f5002..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-indent-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-less.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-index.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-index.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-index.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-info.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-info.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-italic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-italic.svg deleted file mode 120000 index a20d812..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-italic.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-italic.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-ltr.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-rtl.svg deleted file mode 120000 index ccdd201..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-jump-to-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-center.svg deleted file mode 120000 index 68248d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-center.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-fill.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-fill.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-left.svg deleted file mode 120000 index 019e49d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-left.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-right.svg deleted file mode 120000 index 28bd790..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-justify-right.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-right.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-leave-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-leave-fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-leave-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-ltr.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-rtl.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-forward-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-ltr.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-rtl.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-next-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-play-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-play-ltr.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-play-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-ltr.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-rtl.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-previous-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-record.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-record.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-ltr.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-rtl.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-rewind-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-paste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-paste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-preferences.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-preferences.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-preferences.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print-preview.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-print.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-quit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-quit.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-quit.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-remove.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-remove.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-ltr.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-rtl.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-revert-to-saved-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save-as.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save-as.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-save.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-color.svg deleted file mode 120000 index aed2477..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-picker.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-font.svg deleted file mode 100644 index d68368a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-select-font.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-spell-check.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-spell-check.svg deleted file mode 120000 index 9100ee7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-spell-check.svg +++ /dev/null @@ -1 +0,0 @@ -tools-check-spelling.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-ltr.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-rtl.svg deleted file mode 120000 index a13a878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-undelete-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-zoom-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-zoom-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/gtk-zoom-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/guides.svg deleted file mode 100644 index 990ad01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/guides.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hand.svg deleted file mode 120000 index 374fc6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hand.svg +++ /dev/null @@ -1 +0,0 @@ -transform-browse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/handle-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/handle-sort.svg deleted file mode 100644 index 4a114db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/handle-sort.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-activity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-activity.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-activity.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-add-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-add-queue.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-add-queue.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-complete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-complete.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-complete.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-picture.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-picture.svg deleted file mode 120000 index 5a18f81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-picture.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-presets.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-presets.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-presets.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-showqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-showqueue.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-showqueue.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-source.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-source.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-source.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hb-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-about.svg deleted file mode 100644 index 960aa56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-about.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents-vmware.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents-vmware.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents-vmware.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents.svg deleted file mode 100644 index adaaad3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contextual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contextual.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-contextual.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-donate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-donate.svg deleted file mode 120000 index 761fdb5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-donate.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-feedback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-feedback.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-feedback.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-hint.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-hint.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-info.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-info.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-keybord-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-keybord-shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-keybord-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-whatsthis.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-whatsthis.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help-whatsthis.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-categories.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-categories.svg deleted file mode 100644 index 15804b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-categories.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-reconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-reconciled.svg deleted file mode 100644 index cdfd2e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hide-reconciled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hidemouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hidemouse.svg deleted file mode 120000 index d4c7351..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hidemouse.svg +++ /dev/null @@ -1 +0,0 @@ -kr_unselect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hint.svg deleted file mode 100644 index 8976bce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hint.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history_entry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history_entry.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/history_entry.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/homerun.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/homerun.svg deleted file mode 100644 index d9ba789..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/homerun.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hook-notifier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hook-notifier.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hook-notifier.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/horizontal.svg deleted file mode 100644 index 11d2ab8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hotpixels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hotpixels.svg deleted file mode 100644 index 2bfd76d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/hotpixels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_console.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_console.svg deleted file mode 100644 index 56b1e8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_console.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_details.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_details.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_radio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_radio.svg deleted file mode 100644 index 2181c2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/icon_radio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/identity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/identity.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/identity.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-aim.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-aim.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-aim.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-kick-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-kick-user.svg deleted file mode 120000 index 2379f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-kick-user.svg +++ /dev/null @@ -1 +0,0 @@ -im-kick-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-user.svg deleted file mode 100644 index bf8abf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-ban-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-facebook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-facebook.svg deleted file mode 100644 index 914ac83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-facebook.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-gadugadu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-gadugadu.svg deleted file mode 100644 index 7a9cc44..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-gadugadu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google-talk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google-talk.svg deleted file mode 100644 index 03df49a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google-talk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google.svg deleted file mode 100644 index b3bc80a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-google.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-groupwise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-groupwise.svg deleted file mode 100644 index 9e7d42d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-groupwise.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-icq.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-icq.svg deleted file mode 100644 index 1d5d15b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-icq.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-identi.ca.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-identi.ca.svg deleted file mode 100644 index 58d1fcc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-identi.ca.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-invisible-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-invisible-user.svg deleted file mode 100644 index 41fee87..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-invisible-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-irc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-irc.svg deleted file mode 100644 index 5f7c407..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-irc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-jabber.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-jabber.svg deleted file mode 100644 index 3fabfd0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-jabber.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-kick-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-kick-user.svg deleted file mode 100644 index 2e3ce12..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-kick-user.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-local-xmpp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-local-xmpp.svg deleted file mode 120000 index 979d9af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-local-xmpp.svg +++ /dev/null @@ -1 +0,0 @@ -im-jabber.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-message-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-message-new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-message-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-msn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-msn.svg deleted file mode 100644 index 1c28b90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-msn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-nov.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-nov.svg deleted file mode 120000 index 83745bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-nov.svg +++ /dev/null @@ -1 +0,0 @@ -im-groupwise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-qq.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-qq.svg deleted file mode 100644 index ce7d4da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-qq.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-skype.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-skype.svg deleted file mode 100644 index 1f8f5ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-skype.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-twitter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-twitter.svg deleted file mode 100644 index 9effc45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-twitter.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-away.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-away.svg deleted file mode 100644 index 39e0b0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-away.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-busy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-busy.svg deleted file mode 100644 index 7831d96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-busy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-offline.svg deleted file mode 100644 index 6a4221c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-offline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-online.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-online.svg deleted file mode 100644 index f8eda9c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user-online.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user.svg deleted file mode 100644 index 07d5a43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-user.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-yahoo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-yahoo.svg deleted file mode 100644 index 634f7c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-yahoo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-youtube.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-youtube.svg deleted file mode 100644 index d243361..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/im-youtube.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-adjust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-adjust.svg deleted file mode 120000 index aa5daf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-adjust.svg +++ /dev/null @@ -1 +0,0 @@ -adjustlevels.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-auto-adjust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-auto-adjust.svg deleted file mode 120000 index 7902623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-auto-adjust.svg +++ /dev/null @@ -1 +0,0 @@ -autocorrection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-crop.svg deleted file mode 100644 index 935e976..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-crop.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-denoise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-denoise.svg deleted file mode 100644 index f60819a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-denoise.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-filter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-filter.svg deleted file mode 100644 index d24bf73..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-filter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-loading.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-loading.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-loading.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-missing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-missing.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-missing.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-red-eye.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-red-eye.svg deleted file mode 100644 index 4c21203..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-red-eye.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-sharpen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-sharpen.svg deleted file mode 100644 index 0d48ef6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-sharpen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-straighten.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-straighten.svg deleted file mode 100644 index 71605ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/image-straighten.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/imagecomment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/imagecomment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/imagecomment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/inbox.svg deleted file mode 100644 index f712561..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/inbox.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-button.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-button.svg deleted file mode 100644 index 98f227b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-button.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-emoticon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-emoticon.svg deleted file mode 100644 index 6c1ba0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-emoticon.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-endnote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-endnote.svg deleted file mode 100644 index cd88d3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-endnote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-footnote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-footnote.svg deleted file mode 100644 index 3e33c33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-footnote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-horizontal-rule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-horizontal-rule.svg deleted file mode 120000 index c47e3dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-horizontal-rule.svg +++ /dev/null @@ -1 +0,0 @@ -draw-path.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-image.svg deleted file mode 100644 index 192f1eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-image.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-link.svg deleted file mode 100644 index c242d30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-link.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-math-expression.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-math-expression.svg deleted file mode 100644 index 5c10378..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-math-expression.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-more-mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-more-mark.svg deleted file mode 100644 index 44b9cae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-more-mark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-object.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-object.svg deleted file mode 100644 index b1300ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-object.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-page-break.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-page-break.svg deleted file mode 100644 index 55f5111..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-page-break.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table-of-contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table-of-contents.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table-of-contents.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table.svg deleted file mode 100644 index 97647e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-table.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-tableofcontents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-tableofcontents.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-tableofcontents.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text-frame.svg deleted file mode 100644 index 7f7cec1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text-frame.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text.svg deleted file mode 100644 index cf7f2ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/insert-text.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-add.svg deleted file mode 100644 index b04225a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-add.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-delete.svg deleted file mode 100644 index ca4454e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-delete.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-edit.svg deleted file mode 100644 index 0d97a7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution-edit.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution.svg deleted file mode 100644 index 96ac309..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/institution.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-amarok.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-services.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-services.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/internet-services.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/invertimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/invertimage.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/invertimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-add.svg deleted file mode 100644 index d149be3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-delete.svg deleted file mode 100644 index d04424c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online-all.svg deleted file mode 100644 index 23e4568..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online.svg deleted file mode 100644 index ab3d987..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment-update-online.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment.svg deleted file mode 100644 index b856c26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/investment.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-active.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-active.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-inactive.svg deleted file mode 100644 index d2b86d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-channel-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-close-channel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-close-channel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-close-channel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-join-channel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-join-channel.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-join-channel.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-operator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-operator.svg deleted file mode 120000 index b3dc283..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-operator.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-custom-effect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-remove-operator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-remove-operator.svg deleted file mode 100644 index 8cab449..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-remove-operator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-unvoice.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-unvoice.svg deleted file mode 120000 index b941b18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-unvoice.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume-muted.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-voice.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-voice.svg deleted file mode 120000 index c453305..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/irc-voice.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/items-tags.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/items-tags.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/items-tags.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-copy-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-copy-link.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-copy-link.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-error.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-error.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-folder.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-information.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-information.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-information.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-open-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-open-browser.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-open-browser.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-question.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-question.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-question.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-quit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-quit.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-quit.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-resize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-resize.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-resize.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-rotate.svg deleted file mode 120000 index ae703d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-rotate.svg +++ /dev/null @@ -1 +0,0 @@ -transform-rotate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-tools.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-tools.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-tools.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-upload.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-upload.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-utils.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-utils.svg deleted file mode 120000 index 6995ac4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-utils.svg +++ /dev/null @@ -1 +0,0 @@ -configure-toolbars.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-warning.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/itmages-warning.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/journal-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/journal-new.svg deleted file mode 100644 index f0f3fed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/journal-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-color-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-color-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-color-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-slide-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-slide-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-slide-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-text-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-text-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-add-text-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-hor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-hor.svg deleted file mode 100644 index f60a704..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-hor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-left.svg deleted file mode 100644 index fbe81d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-none.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-none.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-right.svg deleted file mode 100644 index c74e267..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-vert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-vert.svg deleted file mode 100644 index 35fed8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-align-vert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-composite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-composite.svg deleted file mode 100644 index 52d8033..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-composite.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-custom-effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-custom-effect.svg deleted file mode 100644 index 6e8dde6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-custom-effect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-deleffect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-deleffect.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-deleffect.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-audio.svg deleted file mode 100644 index 235521e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-audio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-video.svg deleted file mode 100644 index 9ef2c71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-hide-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-edit.svg deleted file mode 100644 index 54ce3a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-rect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-rect.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-rect.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-unicode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-unicode.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-insert-unicode.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-menu.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-menu.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-normal-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-normal-edit.svg deleted file mode 100644 index 919816e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-normal-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-height.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-height.svg deleted file mode 100644 index 6f1c8cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-height.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-width.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-width.svg deleted file mode 100644 index 9cb0ae4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-object-width.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-overwrite-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-overwrite-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-overwrite-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-all.svg deleted file mode 100644 index b2925c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-all.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-images.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-images.svg deleted file mode 100644 index 0622cf1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-images.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-rects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-rects.svg deleted file mode 100644 index f8117b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-rects.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-texts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-texts.svg deleted file mode 100644 index 97e4826..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-texts.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-tool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-tool.svg deleted file mode 100644 index 4225949..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-select-tool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audio.svg deleted file mode 100644 index 8644135..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audiothumb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audiothumb.svg deleted file mode 100644 index 956d33f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-audiothumb.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-markers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-markers.svg deleted file mode 100644 index cc2c2a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-markers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-video.svg deleted file mode 100644 index 85aac39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-videothumb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-videothumb.svg deleted file mode 120000 index 7b51f34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-show-videothumb.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audiothumb.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slide.svg deleted file mode 100644 index e9a4701..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slip.svg deleted file mode 100644 index d42e602..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-slip.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-snap.svg deleted file mode 120000 index 305374a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-snap.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-align-hor.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-spacer-tool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-spacer-tool.svg deleted file mode 100644 index f8eed26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-spacer-tool.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-split-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-split-audio.svg deleted file mode 100644 index c0de368..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-split-audio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track-has-effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track-has-effect.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track-has-effect.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track_has_effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track_has_effect.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-track_has_effect.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unlock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unselect-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unselect-all.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-unselect-all.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-down.svg deleted file mode 100644 index e122a2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-top.svg deleted file mode 100644 index 2538b2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-up.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zindex-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-end.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-end.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zone-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-large.svg deleted file mode 100644 index 08ea061..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-large.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-small.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-small.svg deleted file mode 100644 index 1851330..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdenlive-zoom-small.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdocumentinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdocumentinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kdocumentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key-enter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key-enter.svg deleted file mode 100644 index 680d674..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key-enter.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key_enter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key_enter.svg deleted file mode 120000 index 4ded946..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/key_enter.svg +++ /dev/null @@ -1 +0,0 @@ -key-enter.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-add.svg deleted file mode 100644 index 3a24cc4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-add.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-disable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-disable.svg deleted file mode 100644 index 86a3478..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-disable.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-duplicate.svg deleted file mode 100644 index 171cb53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-duplicate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-next.svg deleted file mode 100644 index 605f6e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-next.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-previous.svg deleted file mode 100644 index 56e9efb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-previous.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-record.svg deleted file mode 100644 index fc9b0a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-record.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-remove.svg deleted file mode 100644 index c52b5f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe-remove.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe.svg deleted file mode 100644 index b744a9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/keyframe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kfm_home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kfm_home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kfm_home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase-new.svg deleted file mode 100644 index fe6de29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrase.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrasebook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrasebook.svg deleted file mode 120000 index 7d23258..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phrasebook.svg +++ /dev/null @@ -1 +0,0 @@ -im-irc.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phresebook-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phresebook-new.svg deleted file mode 100644 index 4ed3bf0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kmouth-phresebook-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_alarm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_alarm.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_alarm.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_date.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_date.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_date.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/knotes_delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kontes_close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kontes_close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kontes_close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_combine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_combine.svg deleted file mode 100644 index 92d75cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_combine.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_comparedirs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_comparedirs.svg deleted file mode 100644 index 02abbf7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_comparedirs.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_diskusage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_diskusage.svg deleted file mode 100644 index f59c090..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_diskusage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_jumpback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_jumpback.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_jumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_mountman.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_mountman.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_mountman.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_setjumpback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_setjumpback.svg deleted file mode 120000 index 76b6809..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_setjumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump-definition.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_off.svg deleted file mode 100644 index e06078b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_on.svg deleted file mode 120000 index 0e0e5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_syncbrowse_on.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sync.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_unselect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_unselect.svg deleted file mode 100644 index d1155e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kr_unselect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cbound.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cbound.svg deleted file mode 100644 index 8aca29b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cbound.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_clines.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_clines.svg deleted file mode 100644 index 5a97e26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_clines.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cnames.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cnames.svg deleted file mode 100644 index 9b9b7a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_cnames.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_deepsky.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_deepsky.svg deleted file mode 100644 index ad44fda..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_deepsky.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_ekos.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_ekos.svg deleted file mode 100644 index 2adb46b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_ekos.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_fitsviewer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_fitsviewer.svg deleted file mode 100644 index ffe2ff8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_fitsviewer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_grid.svg deleted file mode 100644 index 997f8d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_grid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_hgrid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_hgrid.svg deleted file mode 100644 index 3130ded..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_hgrid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_horizon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_horizon.svg deleted file mode 100644 index 473e2ca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_horizon.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_indi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_indi.svg deleted file mode 100644 index 4202ccc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_indi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_mw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_mw.svg deleted file mode 100644 index 2da3f2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_mw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_planets.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_planets.svg deleted file mode 100644 index dcd391e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_planets.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_satellites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_satellites.svg deleted file mode 100644 index 15ba4b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_satellites.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_solarsystem.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_solarsystem.svg deleted file mode 100644 index b2145aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_solarsystem.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_supernovae.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_supernovae.svg deleted file mode 100644 index 1e9f79e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_supernovae.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_xplanet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_xplanet.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kstars_xplanet.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-feeds.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-feeds.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-feeds.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-filters.svg deleted file mode 100644 index 1f8ebef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-add-filters.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-bandwidth-scheduler.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-bandwidth-scheduler.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-bandwidth-scheduler.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-change-tracker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-change-tracker.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-change-tracker.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-check-data.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-check-data.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-check-data.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-chunks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-chunks.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-chunks.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-encrypted.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-info-widget.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-info-widget.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-info-widget.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-magnet.svg deleted file mode 100644 index d8fdde8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-magnet.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-plugins.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-plugins.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-plugins.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-queue-manager.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-queue-manager.svg deleted file mode 120000 index 213a69a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-queue-manager.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-descending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-feeds.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-feeds.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-feeds.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-filters.svg deleted file mode 100644 index 0da0a35..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove-filters.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-restore-defaults.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-restore-defaults.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-restore-defaults.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-download-speed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-download-speed.svg deleted file mode 120000 index 3771745..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-download-speed.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-upload-speed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-upload-speed.svg deleted file mode 120000 index 17854fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-set-max-upload-speed.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-show-statusbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-show-statusbar.svg deleted file mode 120000 index ae70e66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-show-statusbar.svg +++ /dev/null @@ -1 +0,0 @@ -show-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-speed-limits.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-speed-limits.svg deleted file mode 100644 index a679e12..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-speed-limits.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start-all.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop-all.svg deleted file mode 100644 index cd7f40c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop-all.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-upnp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-upnp.svg deleted file mode 100644 index 3a21cf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/kt-upnp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ktnef_extract_to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ktnef_extract_to.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ktnef_extract_to.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/label-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/label-amarok.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/label-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-TeX-logo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-TeX-logo.svg deleted file mode 100644 index 8e04653..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-TeX-logo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-all.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-all.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-auto-scale-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-horizontal.svg deleted file mode 100644 index 92a8602..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-vertical.svg deleted file mode 100644 index 693c997..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-axis-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-cursor-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-cursor-arrow.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-cursor-arrow.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-format-text-symbol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-format-text-symbol.svg deleted file mode 120000 index 5d66639..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-format-text-symbol.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-symbol.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-down-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-down-y.svg deleted file mode 100644 index 1b524e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-down-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-left-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-left-x.svg deleted file mode 100644 index 466342d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-left-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-right-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-right-x.svg deleted file mode 100644 index d4a3cc3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-right-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-up-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-up-y.svg deleted file mode 100644 index eaf4681..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-shift-up-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-transform-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-transform-move.svg deleted file mode 120000 index fa26bd3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-transform-move.svg +++ /dev/null @@ -1 +0,0 @@ -transform-move.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-curve.svg deleted file mode 100644 index f50ff84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-equation-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-equation-curve.svg deleted file mode 100644 index 4d540db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-equation-curve.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-fit-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-fit-curve.svg deleted file mode 100644 index e9f8348..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-fit-curve.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-four-axes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-four-axes.svg deleted file mode 100644 index 2a34be8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-four-axes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered-origin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered-origin.svg deleted file mode 100644 index 1a69ebf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered-origin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered.svg deleted file mode 100644 index 7a0e13a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes-centered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes.svg deleted file mode 100644 index adf8971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-xy-plot-two-axes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-x.svg deleted file mode 120000 index 608b539..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-y.svg deleted file mode 120000 index 65f9aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-in-y.svg +++ /dev/null @@ -1 +0,0 @@ -y-zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-x.svg deleted file mode 120000 index fc310d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-y.svg deleted file mode 120000 index 0f72a05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/labplot-zoom-out-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-y.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/languages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/languages.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/languages.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-bottom.svg deleted file mode 100644 index 4375e5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-delete.svg deleted file mode 100644 index 8e36ff1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-duplicate.svg deleted file mode 100644 index c30ab8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-duplicate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-lower.svg deleted file mode 100644 index c92cbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-lower.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-new.svg deleted file mode 100644 index 0e83627..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-next.svg deleted file mode 100644 index 4b5f863..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-next.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-previous.svg deleted file mode 100644 index 976eb40..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-previous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-raise.svg deleted file mode 100644 index 4fcdf61..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-raise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-top.svg deleted file mode 100644 index e702de1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-off.svg deleted file mode 100644 index 2ecc8f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-on.svg deleted file mode 100644 index 6d7c31c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/layer-visible-on.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ledger.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ledger.svg deleted file mode 100644 index 1732dcd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ledger.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lens.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lens.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lens.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensautofix.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensautofix.svg deleted file mode 100644 index 7c7221c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensautofix.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensdistortion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensdistortion.svg deleted file mode 100644 index 0d3051b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lensdistortion.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/libpeas-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/libpeas-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/libpeas-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/license.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/license.svg deleted file mode 100644 index 133c792..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/license.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttable.svg deleted file mode 100644 index 9a46f38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttable.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttableadd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttableadd.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lighttableadd.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lines-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lines-connector.svg deleted file mode 100644 index d96767c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lines-connector.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/link.svg deleted file mode 100644 index 6a5b79c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-font.svg deleted file mode 100644 index b2a057f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-font.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-user.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add-user.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add.svg deleted file mode 100644 index 93db0c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-all.svg deleted file mode 100644 index ec41991..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-all.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-user.svg deleted file mode 100644 index c0d4e65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove.svg deleted file mode 100644 index 2974995..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-resource-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-resource-add.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/list-resource-add.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/location.svg deleted file mode 100644 index 8db594a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/location.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/locationbar_erase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/locationbar_erase.svg deleted file mode 120000 index beaae79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/locationbar_erase.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/love-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/love-amarok.svg deleted file mode 100644 index 6ab439a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/love-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-bug.svg deleted file mode 120000 index c423740..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-bug.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-junk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-translate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-translate.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/lpi-translate.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-archive.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-archive.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-attachment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-attachment.svg deleted file mode 100644 index 93c0cfe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-attachment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-deleted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-deleted.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-deleted.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-full.svg deleted file mode 100644 index ab91114..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-full.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-part.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-part.svg deleted file mode 120000 index bab4595..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted-part.svg +++ /dev/null @@ -1 +0,0 @@ -mail-encrypted-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted.svg deleted file mode 120000 index bab4595..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -mail-encrypted-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flag.svg deleted file mode 100644 index 2659867..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flag.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flagged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flagged.svg deleted file mode 120000 index c652f2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-flagged.svg +++ /dev/null @@ -1 +0,0 @@ -mail-flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-inbox.svg deleted file mode 120000 index 80b4ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-inbox.svg +++ /dev/null @@ -1 +0,0 @@ -inbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-outbox.svg deleted file mode 120000 index 2aa12a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-outbox.svg +++ /dev/null @@ -1 +0,0 @@ -outbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-sent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-sent.svg deleted file mode 100644 index 7931efb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-folder-sent.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forward.svg deleted file mode 100644 index 86e35e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forward.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded-replied.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded-replied.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded-replied.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-forwarded.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-inbox.svg deleted file mode 120000 index 80b4ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-inbox.svg +++ /dev/null @@ -1 +0,0 @@ -inbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-invitation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-invitation.svg deleted file mode 100644 index 8d6e78f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-invitation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-important.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-important.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-important.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-junk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-junk.svg deleted file mode 100644 index 9a88593..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-junk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-notjunk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-notjunk.svg deleted file mode 100644 index 1ad17c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-notjunk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-read.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-read.svg deleted file mode 100644 index 6afaafa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-read.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-task.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-task.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread-new.svg deleted file mode 100644 index a9c5bcd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread-new.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread.svg deleted file mode 100644 index 949d469..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-mark-unread.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-meeting-request-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-meeting-request-reply.svg deleted file mode 100644 index 3584f7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-meeting-request-reply.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new-list.svg deleted file mode 100644 index b37e2dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new.svg deleted file mode 100644 index e464e5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-message.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-move.svg deleted file mode 100644 index f0ec911..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-move.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-open-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-open-multiple.svg deleted file mode 100644 index 09f7afa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-open-multiple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-outbox.svg deleted file mode 120000 index 2aa12a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-outbox.svg +++ /dev/null @@ -1 +0,0 @@ -outbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-queue.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-queue.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-read.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-read.svg deleted file mode 100644 index 63752ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-read.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-receive.svg deleted file mode 100644 index 2a6751b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-receive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-replied.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-replied.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-replied.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-custom.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-list.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-list.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-sender.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-sender.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-reply-sender.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send-receive.svg deleted file mode 100644 index dfb9687..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send-receive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send.svg deleted file mode 100644 index b280092..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-send.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-sent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-sent.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-sent.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signature-unknown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signature-unknown.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signature-unknown.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-full.svg deleted file mode 100644 index f17beda..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-full.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-fully.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-fully.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-fully.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-part.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-part.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-part.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-verified.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-verified.svg deleted file mode 120000 index 8221c41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed-verified.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-read.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-signed.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-tagged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-tagged.svg deleted file mode 100644 index 9657ca9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-tagged.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-task.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-task.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-ignored.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-ignored.svg deleted file mode 100644 index 7049787..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-ignored.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-watch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-watch.svg deleted file mode 100644 index 2d930d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-thread-watch.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-multiple.svg deleted file mode 100644 index 88d463a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-multiple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-new.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail-unread.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_generic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_generic.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_generic.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_reply.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_reply.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_replyall.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_replyall.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mail_replyall.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/manga.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/manga.svg deleted file mode 100644 index f5f062a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/manga.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-flat.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-flat.svg deleted file mode 100644 index 115dc0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-flat.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-globe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-globe.svg deleted file mode 100644 index e64ff43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-globe.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-gnomonic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-gnomonic.svg deleted file mode 100644 index d79f050..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-gnomonic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-mercator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-mercator.svg deleted file mode 100644 index 7ddf5da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/map-mercator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mark-location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mark-location.svg deleted file mode 100644 index 91e8430..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mark-location.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/measure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/measure.svg deleted file mode 100644 index b62e495..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/measure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover-manager-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover-manager-amarok.svg deleted file mode 100644 index 18d1fca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover-manager-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-repeat-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-repeat-amarok.svg deleted file mode 120000 index cf79da2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-album-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-track.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-track.svg deleted file mode 100644 index e188571..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-album-track.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-eject.svg deleted file mode 100644 index fa03489..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-eject.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-forward.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-forward.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-import-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-import-audio-cd.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-import-audio-cd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-pause.svg deleted file mode 100644 index 6c323d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-paused.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-paused.svg deleted file mode 100644 index 0faaab4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-paused.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-playing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-playing.svg deleted file mode 100644 index 8e4dd53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-playing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start-rtl.svg deleted file mode 100644 index 5f32c0e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start.svg deleted file mode 100644 index 1657a91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-start.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stop.svg deleted file mode 100644 index 56d4881..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stopped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stopped.svg deleted file mode 100644 index e72623b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playback-stopped.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-normal.svg deleted file mode 100644 index 0bbfcdc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-normal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-play.svg deleted file mode 100644 index 2063ce9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-amarok.svg deleted file mode 120000 index 8bb4aca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-song.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-song.svg deleted file mode 120000 index f0a3a66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat-song.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat.svg deleted file mode 100644 index ebbb986..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-repeat.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-shuffle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-shuffle.svg deleted file mode 100644 index f39549f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-playlist-shuffle.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-albums-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-albums-amarok.svg deleted file mode 100644 index 0e84d45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-albums-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-tracks-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-tracks-amarok.svg deleted file mode 100644 index d27ce22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-random-tracks-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-record.svg deleted file mode 100644 index 61ace3d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-record.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-album-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-album-amarok.svg deleted file mode 100644 index 23e94cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-album-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-all.svg deleted file mode 120000 index 81a417a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-repeat.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-none.svg deleted file mode 100644 index 87eddb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-none.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-playlist-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-playlist-amarok.svg deleted file mode 100644 index 3757f40..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-playlist-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-single.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-single.svg deleted file mode 120000 index f0a3a66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-single.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-track-amarok.svg deleted file mode 100644 index 140e6cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-repeat-track-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-rewind.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-rewind.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-rewind.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-backward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-backward.svg deleted file mode 100644 index 8c9a50c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-backward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-forward.svg deleted file mode 100644 index 85686af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-seek-forward.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-show-active-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-show-active-track-amarok.svg deleted file mode 100644 index 9e2c5c5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-show-active-track-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-backward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-backward.svg deleted file mode 100644 index 1924f55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-backward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-forward.svg deleted file mode 100644 index e299ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-skip-forward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-standard-track-progression-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-standard-track-progression-amarok.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-standard-track-progression-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-add-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-add-amarok.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-add-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-edit-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-edit-amarok.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-edit-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-queue-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-queue-amarok.svg deleted file mode 100644 index 08b960e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-queue-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-remove-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-remove-amarok.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-show-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-show-active.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-track-show-active.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-view-subtitles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-view-subtitles.svg deleted file mode 100644 index fa240d0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/media-view-subtitles.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending-tentative.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending-tentative.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending-tentative.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-attending.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-no-response.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-no-response.svg deleted file mode 100644 index a5efdb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-no-response.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-request-response.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-request-response.svg deleted file mode 100644 index c58d977..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meeting-participant-request-response.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meld-version-control.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meld-version-control.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/meld-version-control.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new_sep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new_sep.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/menu_new_sep.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/merge.svg deleted file mode 100644 index 469f98d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/merge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mesh-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mesh-gradient.svg deleted file mode 100644 index 45dcbe8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/mesh-gradient.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/message-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/message-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/message-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/messagebox_warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/messagebox_warning.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/messagebox_warning.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/milestone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/milestone.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/milestone.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/modified.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/modified.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/modified.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/music-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/music-amarok.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/music-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nemo-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nemo-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nemo-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-connect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-connect.svg deleted file mode 100644 index 560cc4b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-connect.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-disconnect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-disconnect.svg deleted file mode 100644 index ca04f52..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-disconnect.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-server-vmware.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-server-vmware.svg deleted file mode 100644 index 69e3152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/network-server-vmware.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-24h-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-24h-appointment.svg deleted file mode 100644 index 099b8f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-24h-appointment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-audio-alarm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-audio-alarm.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/new-audio-alarm.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-subscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-subscribe.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-subscribe.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-unsubscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-unsubscribe.svg deleted file mode 100644 index aaf408a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/news-unsubscribe.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/next.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/next.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no-marker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no-marker.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no-marker.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no.svg deleted file mode 100644 index 1b4c8fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/no.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nocover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nocover.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/nocover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/noisereduction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/noisereduction.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/noisereduction.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/non-starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/non-starred.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/non-starred.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/note.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/note.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/note.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-center-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-center-calligra.svg deleted file mode 120000 index 82a31af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-center-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-left-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-left-calligra.svg deleted file mode 120000 index e2cdcc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-left-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-right-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-right-calligra.svg deleted file mode 120000 index 3caab05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-horizontal-right-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-right.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-calligra.svg deleted file mode 120000 index ad9f7a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-top-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-top-calligra.svg deleted file mode 120000 index 18e5266..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-bottom-top-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-bottom-out.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-center-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-center-calligra.svg deleted file mode 120000 index 61759b7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-center-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-top-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-top-calligra.svg deleted file mode 120000 index 06dfc8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-align-vertical-top-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-columns.svg deleted file mode 100644 index ce2bce6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-columns.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-crop.svg deleted file mode 120000 index 686d9f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-crop.svg +++ /dev/null @@ -1 +0,0 @@ -transform-crop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-horizontal.svg deleted file mode 100644 index 2b4308a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-vertical.svg deleted file mode 100644 index e181021..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-flip-vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group-calligra.svg deleted file mode 120000 index de24cc7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -object-group.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group.svg deleted file mode 100644 index 865c0ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-group.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-hidden.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-hidden.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-inverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-inverse.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-inverse.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-locked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-locked.svg deleted file mode 100644 index 80960a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-locked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back-calligra.svg deleted file mode 120000 index 9e2dbf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back.svg deleted file mode 120000 index 9e2dbf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-back.svg +++ /dev/null @@ -1 +0,0 @@ -layer-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front-calligra.svg deleted file mode 120000 index 349ec38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front.svg deleted file mode 120000 index 349ec38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-front.svg +++ /dev/null @@ -1 +0,0 @@ -layer-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower-calligra.svg deleted file mode 120000 index 86c1115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-lower.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower.svg deleted file mode 120000 index 86c1115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-lower.svg +++ /dev/null @@ -1 +0,0 @@ -layer-lower.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise-calligra.svg deleted file mode 120000 index 7c3b884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-raise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise.svg deleted file mode 120000 index 7c3b884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-order-raise.svg +++ /dev/null @@ -1 +0,0 @@ -layer-raise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-left.svg deleted file mode 100644 index e4cd2ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-right.svg deleted file mode 100644 index 3f73db0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rotate-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rows.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rows.svg deleted file mode 100644 index 0d7be06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-rows.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-select.svg deleted file mode 100644 index 8864b92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-select.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-straighten.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-straighten.svg deleted file mode 100644 index 9016ee6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-straighten.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-to-path.svg deleted file mode 100644 index ea5db5a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-to-path.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-calligra.svg deleted file mode 120000 index a22f913..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -object-ungroup.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-pop-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-pop-selection.svg deleted file mode 100644 index 43c17dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup-pop-selection.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup.svg deleted file mode 100644 index f3436ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-ungroup.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-unlocked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-unlocked.svg deleted file mode 100644 index ab363a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-unlocked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-visible.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-visible.svg deleted file mode 120000 index 6253426..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/object-visible.svg +++ /dev/null @@ -1 +0,0 @@ -layer-visible-on.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off-outline.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off-outline.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/off.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-focus-peak-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-focus-peak-node.svg deleted file mode 100644 index bced830..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-focus-peak-node.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-percentage.svg deleted file mode 100644 index fa0d6d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-stacked.svg deleted file mode 100644 index 8048856..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area-stacked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area.svg deleted file mode 100644 index 9b28cf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-area.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-percentage.svg deleted file mode 100644 index 5f2dcc3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-stacked.svg deleted file mode 100644 index b56cd04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar.svg deleted file mode 100644 index 6896caa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-forecast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-forecast.svg deleted file mode 100644 index 22e727f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-forecast.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-percentage.svg deleted file mode 100644 index 46b8615..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-stacked.svg deleted file mode 100644 index bfcad5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line.svg deleted file mode 100644 index b0cd894..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-pie.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-pie.svg deleted file mode 100644 index ee40ace..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-pie.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar-stacked.svg deleted file mode 100644 index 79cb93c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar.svg deleted file mode 100644 index 447f363..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-polar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-ring.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-ring.svg deleted file mode 100644 index 72055a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-ring.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-scatter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-scatter.svg deleted file mode 100644 index 228eac0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-scatter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-tall-pie.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-tall-pie.svg deleted file mode 100644 index 555165f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-chart-tall-pie.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-report.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-report.svg deleted file mode 100644 index f374767..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/office-report.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/oilpaint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/oilpaint.svg deleted file mode 120000 index 1b23808..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/oilpaint.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-fill-and-stroke.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on-outline.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on-outline.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/on.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/online-banking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/online-banking.svg deleted file mode 100644 index 5b4957d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/online-banking.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-for-editing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-for-editing.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-for-editing.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-magnet.svg deleted file mode 120000 index ee80777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-magnet.svg +++ /dev/null @@ -1 +0,0 @@ -kt-magnet.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-menu.svg deleted file mode 100644 index e626ee8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/open-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-duplicate.svg deleted file mode 100644 index 272484d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-duplicate.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-ccw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-ccw.svg deleted file mode 100644 index c240a67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-ccw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-cw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-cw.svg deleted file mode 100644 index 3f8102d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-cw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-flip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-flip.svg deleted file mode 100644 index 4acc270..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-flip.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-normal.svg deleted file mode 100644 index dee6f6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-rotate-normal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-left.svg deleted file mode 100644 index e454971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-sright.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-sright.svg deleted file mode 100644 index b33cfae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-sbs-sright.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-laptop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-laptop.svg deleted file mode 100644 index 4bed750..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-laptop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-screen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-screen.svg deleted file mode 100644 index 213f47d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/osd-shutd-screen.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/outbox.svg deleted file mode 100644 index f9cb356..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/outbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/output_win.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/output_win.svg deleted file mode 100644 index 5029557..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/output_win.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overexposure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overexposure.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overexposure.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-left.svg deleted file mode 100644 index 4242d66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-right.svg deleted file mode 100644 index a31456d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu.svg deleted file mode 100644 index 3648476..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/overflow-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/package.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/package.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/package.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-2sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-2sides.svg deleted file mode 100644 index 04a4109..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-2sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-3sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-3sides.svg deleted file mode 100644 index cd1ce19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-3sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-4sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-4sides.svg deleted file mode 100644 index 9ae8ba0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-4sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-simple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-simple.svg deleted file mode 100644 index 743d360..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-simple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-zoom.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/page-zoom.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-conical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-conical.svg deleted file mode 100644 index 07d2311..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-conical.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-linear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-linear.svg deleted file mode 100644 index 7f7f81b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-linear.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-mesh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-mesh.svg deleted file mode 100644 index d06e009..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-mesh.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-radial.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-radial.svg deleted file mode 100644 index b0c5c52..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-gradient-radial.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-none.svg deleted file mode 100644 index c732175..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-none.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-pattern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-pattern.svg deleted file mode 100644 index 9a96cd0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-pattern.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-solid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-solid.svg deleted file mode 100644 index be63216..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-solid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-swatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-swatch.svg deleted file mode 100644 index bf8c40e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-swatch.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-unknown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-unknown.svg deleted file mode 100644 index 6d7d315..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paint-unknown.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-down.svg deleted file mode 100644 index 3733e3c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-end.svg deleted file mode 100644 index db3efc2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-end.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-start.svg deleted file mode 100644 index cbf026e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-up.svg deleted file mode 100644 index 69fb954..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pan-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-hide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-hide.svg deleted file mode 100644 index 5565726..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-hide.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-show.svg deleted file mode 100644 index 060e39d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pane-show.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paperclip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paperclip.svg deleted file mode 100644 index edf2d22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paperclip.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-copy.svg deleted file mode 120000 index a92bf1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-copy.svg +++ /dev/null @@ -1 +0,0 @@ -pgp-keys.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-generator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-generator.svg deleted file mode 100644 index b871277..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-generator.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-off.svg deleted file mode 120000 index 5d72157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-off.svg +++ /dev/null @@ -1 +0,0 @@ -hint.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-on.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/password-show-on.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-break-apart.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-break-apart.svg deleted file mode 100644 index 4366f7a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-break-apart.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-clip-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-clip-edit.svg deleted file mode 100644 index a0353f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-clip-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-combine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-combine.svg deleted file mode 100644 index f366484..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-combine.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-cut.svg deleted file mode 100644 index ba00e07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-cut.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-difference.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-difference.svg deleted file mode 100644 index 425d996..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-difference.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-division.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-division.svg deleted file mode 100644 index 22bf700..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-division.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-effect-parameter-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-effect-parameter-next.svg deleted file mode 100644 index d4f398b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-effect-parameter-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-exclusion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-exclusion.svg deleted file mode 100644 index 81f8bf6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-exclusion.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-inset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-inset.svg deleted file mode 100644 index 3024aa4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-inset.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-intersection.svg deleted file mode 100644 index c38dca8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-intersection.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-mask-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-mask-edit.svg deleted file mode 100644 index 2e795f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-mask-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-dynamic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-dynamic.svg deleted file mode 100644 index a084bea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-dynamic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-linked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-linked.svg deleted file mode 100644 index ae69545..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-offset-linked.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-outset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-outset.svg deleted file mode 100644 index 04ccbe7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-outset.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-reverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-reverse.svg deleted file mode 100644 index f16e935..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-reverse.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-simplify.svg deleted file mode 100644 index 6eb7239..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-simplify.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-union.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-union.svg deleted file mode 100644 index d11eea9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/path-union.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pause-session.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pause-session.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pause-session.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paused.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paused.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/paused.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/payee-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/payee-rename.svg deleted file mode 100644 index 92ee713..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/payee-rename.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pdf-annotations.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pdf-annotations.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pdf-annotations.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pgp-keys.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pgp-keys.svg deleted file mode 100644 index 3e742c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pgp-keys.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photo.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photo.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photos-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photos-amarok.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/photos-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pin.svg deleted file mode 120000 index b199fd9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pin.svg +++ /dev/null @@ -1 +0,0 @@ -window-pin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pipe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pipe.svg deleted file mode 100644 index ed1727f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pipe.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelart-trace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelart-trace.svg deleted file mode 100644 index fd259a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelart-trace.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelate.svg deleted file mode 100644 index 18caf42..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/pixelate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-time.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-time.svg deleted file mode 120000 index 2e0f7a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-time.svg +++ /dev/null @@ -1 +0,0 @@ -chronometer-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume-muted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume-muted.svg deleted file mode 100644 index fac4f46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume-muted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume.svg deleted file mode 100644 index dab892d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player-volume.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_end.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_end.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_fwd.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_fwd.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_playlist.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_playlist.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_record.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_record.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_rew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_rew.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_rew.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/player_stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-automatic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-automatic.svg deleted file mode 100644 index efa730e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-automatic.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-generator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-generator.svg deleted file mode 100644 index 24f1832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-generator.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-queue.svg deleted file mode 100644 index 738cd01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-queue.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-similar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-similar.svg deleted file mode 100644 index f816eaa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-similar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-sort.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/playlist-sort.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/plugins.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/plugins.svg deleted file mode 100644 index c45cecd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/plugins.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-amarok.svg deleted file mode 120000 index 2f0fbff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -application-rss+xml.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-new.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/podcast-new.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-fuzzy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-fuzzy.svg deleted file mode 120000 index 84b2652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-fuzzy.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-prune.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-automatic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-automatic.svg deleted file mode 120000 index 3d04caa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-automatic.svg +++ /dev/null @@ -1 +0,0 @@ -playlist-automatic.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-mid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-mid.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-mid.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-no.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-no.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-ok.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-cat-ok.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-comment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-status-comment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-sync.svg deleted file mode 120000 index 31a6cdc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-sync.svg +++ /dev/null @@ -1 +0,0 @@ -exchange-positions.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-update.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-update.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-validate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-validate.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/poedit-validate.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-add-nodes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-add-nodes.svg deleted file mode 120000 index 9111e7b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-add-nodes.svg +++ /dev/null @@ -1 +0,0 @@ -format-add-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-merge-nodes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-merge-nodes.svg deleted file mode 120000 index 8ef8fb6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/polygon-merge-nodes.svg +++ /dev/null @@ -1 +0,0 @@ -format-join-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/postalcode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/postalcode.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/postalcode.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-activities.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-activities.svg deleted file mode 100644 index 6bf0c32..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-activities.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-indicator-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-indicator-amarok.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-indicator-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-media-playback-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-media-playback-amarok.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-media-playback-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-other.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-other.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-glide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-glide.svg deleted file mode 100644 index c24169e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-glide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-minimize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-minimize.svg deleted file mode 100644 index feec600..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preferences-system-windows-effect-minimize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preflight-verifier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preflight-verifier.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preflight-verifier.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-add-zone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-add-zone.svg deleted file mode 100644 index 3896717..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-add-zone.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-all.svg deleted file mode 100644 index b7f900a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-all.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-zone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-zone.svg deleted file mode 100644 index ee479d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-remove-zone.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-off.svg deleted file mode 100644 index a72548c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-on.svg deleted file mode 100644 index 3fe7cf1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/preview-render-on.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/previous.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/previous.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/privatebrowsing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/privatebrowsing.svg deleted file mode 120000 index 2379f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/privatebrowsing.svg +++ /dev/null @@ -1 +0,0 @@ -im-kick-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/process-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/process-stop.svg deleted file mode 100644 index 424353a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/process-stop.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-defaults.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-defaults.svg deleted file mode 100644 index 582792b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-defaults.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close-all.svg deleted file mode 120000 index 5687007..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -project-development-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close.svg deleted file mode 100644 index be8f518..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-new-template.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-new-template.svg deleted file mode 100644 index 685961a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development-new-template.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-development.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/project-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/query-free-busy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/query-free-busy.svg deleted file mode 100644 index 8b80386..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/query-free-busy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/queued.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/queued.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/queued.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-class.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-class.svg deleted file mode 100644 index ad78706..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-class.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-file.svg deleted file mode 120000 index d6e2182..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-file.svg +++ /dev/null @@ -1 +0,0 @@ -fork.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-function.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-function.svg deleted file mode 100644 index 0d2d994..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen-function.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen.svg deleted file mode 100644 index 4130f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickopen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickview.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/quickview.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-annotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-annotate.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-annotate.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-applypatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-applypatch.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-applypatch.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-asynchronous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-asynchronous.svg deleted file mode 120000 index c769353..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-asynchronous.svg +++ /dev/null @@ -1 +0,0 @@ -reverse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-branch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-branch.svg deleted file mode 120000 index e3432f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-branch.svg +++ /dev/null @@ -1 +0,0 @@ -giggle-branch.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-bug.svg deleted file mode 120000 index c423740..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-bug.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-junk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-changes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-changes.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-changes.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkmods.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkmods.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkmods.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkout.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkout.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-checkout.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-cleanup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-cleanup.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-clear.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-commit.svg deleted file mode 120000 index da900be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-commit.svg +++ /dev/null @@ -1 +0,0 @@ -svn-commit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-compare.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-compare.svg deleted file mode 120000 index 77162d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-compare.svg +++ /dev/null @@ -1 +0,0 @@ -kr_comparedirs.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-createpatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-createpatch.svg deleted file mode 120000 index 21f2270..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-createpatch.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zindex-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-dbus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-dbus.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-dbus.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-diff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-diff.svg deleted file mode 120000 index 36fc9a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-diff.svg +++ /dev/null @@ -1 +0,0 @@ -cm_flatview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-drive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-drive.svg deleted file mode 120000 index a0e4aad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-drive.svg +++ /dev/null @@ -1 +0,0 @@ -kr_diskusage.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-editconflicts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-editconflicts.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-editconflicts.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-emblems.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-emblems.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-emblems.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-export.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-export.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-import.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-import.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-merge.svg deleted file mode 120000 index e4f51b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-merge.svg +++ /dev/null @@ -1 +0,0 @@ -kr_combine.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-monkey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-monkey.svg deleted file mode 120000 index 8a90c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-monkey.svg +++ /dev/null @@ -1 +0,0 @@ -insert-emoticon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-push.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-push.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-relocate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-relocate.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-relocate.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-reset.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-reset.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-resolve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-resolve.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-resolve.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-revert.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-revert.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-run.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-run.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-show_log.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-show_log.svg deleted file mode 120000 index 7a2e5e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-show_log.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-switch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-switch.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-switch.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unstage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unstage.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-unstage.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-update.svg deleted file mode 120000 index ae80142..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rabbitvcs-update.svg +++ /dev/null @@ -1 +0,0 @@ -svn-update.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/radio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/radio.svg deleted file mode 120000 index 811b8e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/radio.svg +++ /dev/null @@ -1 +0,0 @@ -icon_radio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/raindrop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/raindrop.svg deleted file mode 100644 index 30ac024..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/raindrop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating-unrated.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating-unrated.svg deleted file mode 100644 index e5bf4b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating-unrated.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating.svg deleted file mode 100644 index 110efe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rating.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ratiocrop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ratiocrop.svg deleted file mode 120000 index 686d9f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/ratiocrop.svg +++ /dev/null @@ -1 +0,0 @@ -transform-crop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reannounce.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reannounce.svg deleted file mode 100644 index e12ed6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reannounce.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/recently_used.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/recently_used.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/recently_used.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile-finish.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile-finish.svg deleted file mode 100644 index f2f5b5c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile-finish.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile.svg deleted file mode 100644 index 35799f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reconcile.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/record.svg deleted file mode 120000 index 0d1faec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/record.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redeyes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redeyes.svg deleted file mode 100644 index 4fdc311..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redeyes.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redhat-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redhat-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/redhat-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/region.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/region.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/region.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload3.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload3.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_all_tabs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_all_tabs.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_all_tabs.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_page.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reload_page.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-amarok.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-link.svg deleted file mode 100644 index 31147b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove-link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/remove.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-play.svg deleted file mode 100644 index 48a99f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record-error.svg deleted file mode 100644 index cbdf262..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record-error.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record.svg deleted file mode 100644 index b4d64ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-record.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-stop.svg deleted file mode 100644 index 0102115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/replay-stop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all-rtl.svg deleted file mode 100644 index e62fadf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all.svg deleted file mode 100644 index 0ba8c42..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply-all.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply.svg deleted file mode 100644 index 2f748e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reply.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizecol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizecol.svg deleted file mode 100644 index 6ecd917..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizecol.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizerow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizerow.svg deleted file mode 100644 index 6fd6fd3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resizerow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child-insert.svg deleted file mode 100644 index 1f0a113..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child-insert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child.svg deleted file mode 100644 index c4fc849..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-child.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-insert.svg deleted file mode 100644 index 58a3d02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-calendar-insert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group-new.svg deleted file mode 100644 index 212c937..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/resource-group.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/restoration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/restoration.svg deleted file mode 100644 index 2da5df3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/restoration.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/retweet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/retweet.svg deleted file mode 100644 index 91d1c67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/retweet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reverse.svg deleted file mode 100644 index 4a74635..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/reverse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/revert.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/revert.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-set-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-set-star.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-set-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-unset-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-unset-star.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rhythmbox-unset-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-disable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-disable.svg deleted file mode 100644 index b35adcc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-disable.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-im.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-im.svg deleted file mode 120000 index 1488e2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-im.svg +++ /dev/null @@ -1 +0,0 @@ -map-globe.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-latin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-latin.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/rime-latin.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/roll.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/roll.svg deleted file mode 100644 index 6d2394f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/roll.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/routeplanning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/routeplanning.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/routeplanning.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-clean.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-clean.svg deleted file mode 100644 index 86e1761..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-clean.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-configure.svg deleted file mode 100644 index 3afdddb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-configure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-file.svg deleted file mode 100644 index 92258cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-file.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install-root.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install-root.svg deleted file mode 100644 index b902eec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install-root.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install.svg deleted file mode 100644 index 660462f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-install.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-prune.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-prune.svg deleted file mode 100644 index 6499e23..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build-prune.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build.svg deleted file mode 100644 index 92f6c2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-build.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-clean.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-clean.svg deleted file mode 120000 index 2c899aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-clean.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-clean.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-install.svg deleted file mode 120000 index 71034b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/run-install.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-install.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-bad.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-bad.svg deleted file mode 100644 index 691236f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-bad.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-ok.svg deleted file mode 100644 index ebf908c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign-ok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign.svg deleted file mode 100644 index 49c0eb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/seahorse-sign.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search-icon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search-icon.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search-icon.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/select-rectangular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/select-rectangular.svg deleted file mode 120000 index 85b39bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/select-rectangular.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-insert-edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-end.svg deleted file mode 100644 index c735690..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-end.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-lower.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-lower.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-make-bitmap-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-make-bitmap-copy.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-make-bitmap-copy.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-above.svg deleted file mode 100644 index ee36f0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-below.svg deleted file mode 100644 index 2032198..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-move-to-layer-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-raise.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-raise.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-start.svg deleted file mode 100644 index dfa298f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/selection-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred-rtl.svg deleted file mode 100644 index 2986c85..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred-rtl.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred.svg deleted file mode 100644 index 545a448..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/semi-starred.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/send-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/send-to.svg deleted file mode 100644 index 0b2ee84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/send-to.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/services.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/services.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/services.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings-configure.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings-configure.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shape-choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shape-choose.svg deleted file mode 120000 index ef9a196..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shape-choose.svg +++ /dev/null @@ -1 +0,0 @@ -shapes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shapes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shapes.svg deleted file mode 100644 index 5b59034..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shapes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sharpenimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sharpenimage.svg deleted file mode 100644 index b3c96b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sharpenimage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shear.svg deleted file mode 120000 index ed7fc86..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shear.svg +++ /dev/null @@ -1 +0,0 @@ -transform-shear-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shoot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shoot.svg deleted file mode 120000 index 7466a9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/shoot.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-images.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-all-effects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-all-effects.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-all-effects.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-dialogs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-dialogs.svg deleted file mode 120000 index ae70e66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-dialogs.svg +++ /dev/null @@ -1 +0,0 @@ -show-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-grid.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-grid.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-guides.svg deleted file mode 100644 index 32360ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-guides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-hidden.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-hidden.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-menu.svg deleted file mode 100644 index d197690..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-node-handles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-node-handles.svg deleted file mode 100644 index d59a9c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-node-handles.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-offline.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-offline.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-path-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-path-outline.svg deleted file mode 100644 index 2f3ffd0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-path-outline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-sidebar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-sidebar.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-sidebar.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-thumbnail-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-thumbnail-bar.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/show-thumbnail-bar.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-left.svg deleted file mode 100644 index 2a449da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-right.svg deleted file mode 100644 index ae3a077..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse.svg deleted file mode 120000 index cfaaff4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-collapse.svg +++ /dev/null @@ -1 +0,0 @@ -sidebar-collapse-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-left.svg deleted file mode 100644 index c759348..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-right.svg deleted file mode 100644 index 6335c4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand.svg deleted file mode 120000 index fee9688..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-expand.svg +++ /dev/null @@ -1 +0,0 @@ -sidebar-expand-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-places.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-places.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar-places.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sidebar.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/similarartists-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/similarartists-amarok.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/similarartists-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/slideshow-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/slideshow-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/slideshow-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/smallclock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/smallclock.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/smallclock.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-extension.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-extension.svg deleted file mode 100644 index c0fd531..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-extension.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-guideline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-guideline.svg deleted file mode 100644 index ba268b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-guideline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-intersection.svg deleted file mode 100644 index 90c6bdc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-intersection.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-node.svg deleted file mode 100644 index 3a9da20..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-orthogonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-orthogonal.svg deleted file mode 100644 index 5367f4f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-orthogonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-page.svg deleted file mode 100644 index 6941a9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap.svg deleted file mode 100644 index f64a46e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/snap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/social.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/social.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/social.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-name.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-name.svg deleted file mode 100644 index 883f802..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-name.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-presence.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-presence.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sort-presence.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/soundkonverter-replaygain.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/soundkonverter-replaygain.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/soundkonverter-replaygain.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/spacefm-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/spacefm-find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/spacefm-find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speaker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speaker.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speaker.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speedometer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speedometer.svg deleted file mode 120000 index 52a2514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/speedometer.svg +++ /dev/null @@ -1 +0,0 @@ -kt-speed-limits.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/split.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/split.svg deleted file mode 120000 index e4f51b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/split.svg +++ /dev/null @@ -1 +0,0 @@ -kr_combine.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/standard-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/standard-connector.svg deleted file mode 100644 index 858c9fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/standard-connector.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-off.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-off.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-on.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/star-on.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/starred.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/starred.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/start.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/start.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sticky_zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sticky_zoom.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/sticky_zoom.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_add-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_add-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_add-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bell.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bell.svg deleted file mode 100644 index a027cb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bell.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-accept.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-accept.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-accept.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-cancel.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_calc-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_check-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_check-filled.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_check-filled.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_contact-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_contact-list.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_contact-list.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_copy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_cut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_cut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_exit.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_exit.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properites.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properites.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_file-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_first.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_first.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_first.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-copy.svg deleted file mode 120000 index 59d45ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-copy.svg +++ /dev/null @@ -1 +0,0 @@ -folder-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-move.svg deleted file mode 120000 index 4fcef6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder-move.svg +++ /dev/null @@ -1 +0,0 @@ -folder-move.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder_properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder_properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_folder_properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_gtk-dnd-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_gtk-dnd-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_gtk-dnd-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_help-add-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_help-add-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_help-add-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-note.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-note.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-note.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-rule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-rule.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-rule.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-table.svg deleted file mode 120000 index 908441b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_insert-table.svg +++ /dev/null @@ -1 +0,0 @@ -insert-table.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_last.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_last.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_last.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_leave-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_leave-fullscreen.svg deleted file mode 120000 index 4eb3231..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_leave-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-restore.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_left.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_left.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-compose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-compose.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-compose.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-filters-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-filters-apply.svg deleted file mode 120000 index 392cdff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-filters-apply.svg +++ /dev/null @@ -1 +0,0 @@ -kt-add-filters.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup-done.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup-done.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup-done.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-flag-for-followup.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-open-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-open-multiple.svg deleted file mode 120000 index cb1065e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-open-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -mail-open-multiple.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply-to-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply-to-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply-to-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-reply.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send-receive.svg deleted file mode 120000 index 9dc6aa5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send-receive.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-send.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-unread-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-unread-multiple.svg deleted file mode 120000 index e712f76..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mail-unread-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -mail-unread-multiple.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mark.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_mark.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-fwd.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-fwd.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-next.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-next.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-prev.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-prev.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-prev.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rec.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rec.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rec.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rew.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-rew.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_navigator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_navigator.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_navigator.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-24h-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-24h-appointment.svg deleted file mode 120000 index 11081d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-24h-appointment.svg +++ /dev/null @@ -1 +0,0 @@ -new-24h-appointment.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-address-book.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-address-book.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-address-book.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-appointment.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-appointment.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-bcard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-bcard.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-bcard.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-dir.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-dir.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-dir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-tab.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-tab.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-tab.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-text.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-text.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-window.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-window.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_new-window.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_not.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_not.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_not.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_notes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_notes.svg deleted file mode 100644 index 6c6c099..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_notes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_paste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_paste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_people.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_people.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-preview.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-setup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-setup.svg deleted file mode 120000 index 21fb235..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print-setup.svg +++ /dev/null @@ -1 +0,0 @@ -document-page-setup.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_print.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_redo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_redo.svg deleted file mode 120000 index a13a878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_redo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_right.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_right.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save-as.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save-as.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_save.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-high.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-high.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-high.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-higher.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-higher.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-higher.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-highest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-highest.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-highest.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-low.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-low.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-low.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lower.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lower.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lowest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lowest.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-lowest.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-normal.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_score-normal.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-column.svg deleted file mode 120000 index 0d3db67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-column.svg +++ /dev/null @@ -1 +0,0 @@ -object-columns.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-row.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-row.svg deleted file mode 120000 index b496c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_select-row.svg +++ /dev/null @@ -1 +0,0 @@ -object-rows.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-by-me.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-by-me.svg deleted file mode 120000 index 255b712..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-by-me.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-to-me.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-to-me.svg deleted file mode 120000 index 255b712..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_shared-to-me.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_show-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_show-all.svg deleted file mode 120000 index 58041fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_show-all.svg +++ /dev/null @@ -1 +0,0 @@ -view-multiple-objects.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned-to.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned-to.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-assigned.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-recurring.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-recurring.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task-recurring.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_task.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_text-monospaced.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_text-monospaced.svg deleted file mode 120000 index 7c4282d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_text-monospaced.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-text-and-font.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_thunar-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_thunar-shortcuts.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_thunar-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_timezone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_timezone.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_timezone.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_todo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_todo.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_todo.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_undo.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_undo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_video-conferencing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_video-conferencing.svg deleted file mode 120000 index 5a18f81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_video-conferencing.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_view-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_view-details.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_view-details.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_volume.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_volume.svg deleted file mode 120000 index c453305..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_volume.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-audio-cd.svg deleted file mode 100644 index 92aee48..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-audio-cd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-blank-cdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-blank-cdrw.svg deleted file mode 100644 index 28b1bc7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-blank-cdrw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-data-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-data-copy.svg deleted file mode 120000 index 6ddeb4f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-data-copy.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-format-dvdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-format-dvdrw.svg deleted file mode 120000 index 6812703..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-format-dvdrw.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-burn-image.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-new-data-composition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-new-data-composition.svg deleted file mode 100644 index 75320fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn-new-data-composition.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn.svg deleted file mode 100644 index 86e30ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_xfburn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_zoom-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_zoom-page.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stock_zoom-page.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stopped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stopped.svg deleted file mode 120000 index c6ded37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stopped.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stopped.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/story-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/story-editor.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/story-editor.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/straight-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/straight-connector.svg deleted file mode 120000 index c0d62e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/straight-connector.svg +++ /dev/null @@ -1 +0,0 @@ -draw-connector.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stroke-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stroke-to-path.svg deleted file mode 100644 index 5d15d65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/stroke-to-path.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-commit.svg deleted file mode 100644 index 7adea0a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-commit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-update.svg deleted file mode 100644 index a2dd386..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/svn-update.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/swap-panels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/swap-panels.svg deleted file mode 100644 index 4b94203..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/swap-panels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/symbols.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/symbols.svg deleted file mode 120000 index 8a90c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/symbols.svg +++ /dev/null @@ -1 +0,0 @@ -insert-emoticon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-lock-screen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-lock-screen.svg deleted file mode 100644 index 7e48912..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-lock-screen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-log-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-log-out.svg deleted file mode 100644 index 72a8001..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-log-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-reboot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-reboot.svg deleted file mode 100644 index 5b58564..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-reboot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-run.svg deleted file mode 100644 index 07fa204..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-run.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-save-session.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-save-session.svg deleted file mode 100644 index 2b094c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-save-session.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-shutdown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-shutdown.svg deleted file mode 100644 index 863e5ca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-shutdown.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend-hibernate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend-hibernate.svg deleted file mode 100644 index 3dd6ab0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend-hibernate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend.svg deleted file mode 100644 index 0063f5f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-suspend.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-switch-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-switch-user.svg deleted file mode 100644 index 488cede..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-switch-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-upgrade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-upgrade.svg deleted file mode 100644 index daf4cd3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-upgrade.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-list.svg deleted file mode 100644 index c2f2c46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-prompt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-prompt.svg deleted file mode 100644 index cf62091..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-user-prompt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-users.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-users.svg deleted file mode 100644 index 19d61e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/system-users.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close-other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close-other.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close-other.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close.svg deleted file mode 100644 index 0be9b25..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-detach.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-detach.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-detach.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-duplicate.svg deleted file mode 100644 index 7f3f2b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-duplicate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new-background.svg deleted file mode 100644 index b5d883b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new-background.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new.svg deleted file mode 100644 index 16581d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_breakoff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_breakoff.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_breakoff.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_duplicate.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new_bg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new_bg.svg deleted file mode 120000 index 0056df0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_new_bg.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new-background.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove_other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove_other.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tab_remove_other.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/table.svg deleted file mode 120000 index c58216b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/table.svg +++ /dev/null @@ -1 +0,0 @@ -games-config-board.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-addressbook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-addressbook.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-addressbook.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-edit.svg deleted file mode 100644 index 476cef0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-events.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-events.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-events.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-folder.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-new.svg deleted file mode 100644 index a949630..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-people.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-people.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-places.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-places.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-places.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-recents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-recents.svg deleted file mode 100644 index 9f3c5f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-recents.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-reset.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag-reset.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag.svg deleted file mode 100644 index aa247bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tag.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tags.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tags.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tags.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-create.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-create.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-create.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract-to.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract-to.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tap-extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attempt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attempt.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attempt.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attention.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attention.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-attention.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-due.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-due.svg deleted file mode 100644 index d4a6bff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-due.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-new.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-past-due.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-past-due.svg deleted file mode 100644 index 4d427a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/task-past-due.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/taxes-finances.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/taxes-finances.svg deleted file mode 100644 index 348350f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/taxes-finances.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_horiz.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_horiz.svg deleted file mode 120000 index 5c6562a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_horiz.svg +++ /dev/null @@ -1 +0,0 @@ -horizontal.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_vert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_vert.svg deleted file mode 120000 index a017dc5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/terminator_vert.svg +++ /dev/null @@ -1 +0,0 @@ -vertical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-convert-to-regular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-convert-to-regular.svg deleted file mode 100644 index 0b1cccf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-convert-to-regular.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-field.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-field.svg deleted file mode 100644 index 72ef567..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-field.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-flow-into-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-flow-into-frame.svg deleted file mode 100644 index 0d3178c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-flow-into-frame.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-link.svg deleted file mode 100644 index b5eb276..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-link.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-unlink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-unlink.svg deleted file mode 100644 index a6e89ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-frame-unlink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-auto.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-auto.svg deleted file mode 100644 index c5e4951..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-auto.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-sideways.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-sideways.svg deleted file mode 100644 index 568f233..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-sideways.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-upright.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-upright.svg deleted file mode 100644 index 9c70b93..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-orientation-upright.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-put-on-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-put-on-path.svg deleted file mode 100644 index df24752..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-put-on-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-remove-from-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-remove-from-path.svg deleted file mode 100644 index dbb3518..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-remove-from-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-speak.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-speak.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-speak.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unflow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unflow.svg deleted file mode 100644 index ee86cf5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unflow.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unkern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unkern.svg deleted file mode 100644 index 35a7242..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-unkern.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wiki.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wiki.svg deleted file mode 100644 index 3c37d01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wiki.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wrap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wrap.svg deleted file mode 100644 index d452d5c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text-wrap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_horz_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_horz_kern.svg deleted file mode 100644 index adc38a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_horz_kern.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_letter_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_letter_spacing.svg deleted file mode 100644 index c22f995..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_letter_spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_line_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_line_spacing.svg deleted file mode 100644 index 4035a5b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_line_spacing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_remove_kerns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_remove_kerns.svg deleted file mode 100644 index 9f54159..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_remove_kerns.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_rotation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_rotation.svg deleted file mode 100644 index c4b58bc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_rotation.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_subscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_subscript.svg deleted file mode 120000 index 6022bad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_subscript.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-subscript.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_superscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_superscript.svg deleted file mode 120000 index ff7ed30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_superscript.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-superscript.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_vert_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_vert_kern.svg deleted file mode 100644 index 0c253b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_vert_kern.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_word_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_word_spacing.svg deleted file mode 100644 index d59d900..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/text_word_spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/texture.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/texture.svg deleted file mode 100644 index 9051faa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/texture.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-extract.svg deleted file mode 100644 index 782f7f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-extract.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-insert.svg deleted file mode 100644 index 632eb73..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-insert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-lift.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-lift.svg deleted file mode 100644 index ec2b758..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-lift.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-overwrite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-overwrite.svg deleted file mode 100644 index de301cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-overwrite.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-off.svg deleted file mode 100644 index b447eb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-off.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-on.svg deleted file mode 100644 index d75a622..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/timeline-use-zone-on.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tiny-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-chat-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-chat-reply.svg deleted file mode 120000 index f2a2d41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-chat-reply.svg +++ /dev/null @@ -1 +0,0 @@ -view-conversation-balloon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-bookmarked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-bookmarked.svg deleted file mode 120000 index 65624f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-bookmarked.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks-bookmarked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boost.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boost.svg deleted file mode 120000 index 63b29f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boost.svg +++ /dev/null @@ -1 +0,0 @@ -boost.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boosted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boosted.svg deleted file mode 120000 index cd07edf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-boosted.svg +++ /dev/null @@ -1 +0,0 @@ -boost-boosted.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorite.svg deleted file mode 120000 index 6dbc62c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorite.svg +++ /dev/null @@ -1 +0,0 @@ -favorite.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorited.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorited.svg deleted file mode 120000 index a8f8e5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-favorited.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-favorited.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply-filled.svg deleted file mode 100644 index c50f95f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply.svg deleted file mode 120000 index 65624f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tokodon-post-reply.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks-bookmarked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-animator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-animator.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-animator.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-measure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-measure.svg deleted file mode 100644 index 9bc8830..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-measure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-node-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-node-editor.svg deleted file mode 100644 index 78c94e8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-node-editor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pages.svg deleted file mode 100644 index bc74ae7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pages.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pointer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pointer.svg deleted file mode 120000 index 1324e05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-pointer.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-select-tool.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-spray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-spray.svg deleted file mode 100644 index aff3f24..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-spray.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-tweak.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-tweak.svg deleted file mode 100644 index 5fcb66d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool-tweak.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_color_eraser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_color_eraser.svg deleted file mode 100644 index ac2d7b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_color_eraser.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_curve.svg deleted file mode 120000 index 7630c97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_curve.svg +++ /dev/null @@ -1 +0,0 @@ -format-segment-curve.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_elliptical_selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_elliptical_selection.svg deleted file mode 120000 index db766e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_elliptical_selection.svg +++ /dev/null @@ -1 +0,0 @@ -draw-circle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_polygon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_polygon.svg deleted file mode 120000 index 1bc83ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_polygon.svg +++ /dev/null @@ -1 +0,0 @@ -draw-polyline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_rounded_rectangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_rounded_rectangle.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tool_rounded_rectangle.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-check-spelling.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-check-spelling.svg deleted file mode 100644 index 539b6bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-check-spelling.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn-image.svg deleted file mode 100644 index ffcd778..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn-image.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn.svg deleted file mode 100644 index c13f6bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-burn.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-copy.svg deleted file mode 100644 index 27b1d52..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-erase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-erase.svg deleted file mode 100644 index 057adb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-erase.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-format.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-format.svg deleted file mode 100644 index 112cb5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-media-optical-format.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-report-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-report-bug.svg deleted file mode 100644 index 3187059..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-report-bug.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-audio-cd.svg deleted file mode 100644 index 5d281ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-audio-cd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-cd.svg deleted file mode 100644 index 3d3107c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-cd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-dvd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-dvd.svg deleted file mode 120000 index 5b222b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-rip-video-dvd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-video-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-wizard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-wizard.svg deleted file mode 120000 index 7902623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools-wizard.svg +++ /dev/null @@ -1 +0,0 @@ -autocorrection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools.svg deleted file mode 100644 index 8379982..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/tools.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-creator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-creator.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-creator.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-magnet.svg deleted file mode 120000 index ee80777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-magnet.svg +++ /dev/null @@ -1 +0,0 @@ -kt-magnet.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start-forced.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start-forced.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start-forced.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrent-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrents.svg deleted file mode 100644 index 2867276..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/torrents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-add.svg deleted file mode 100644 index 2c59d08..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-delete.svg deleted file mode 100644 index a5279fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-edit.svg deleted file mode 100644 index 306b3fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-find.svg deleted file mode 100644 index aab0f12..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-find.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-report.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-report.svg deleted file mode 100644 index 659899c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transaction-report.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transfers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transfers.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transfers.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-browse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-browse.svg deleted file mode 100644 index 9b76b0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-browse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop-and-resize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop-and-resize.svg deleted file mode 100644 index 15a4544..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop-and-resize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop.svg deleted file mode 100644 index e654e5a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-crop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move-horizontal.svg deleted file mode 100644 index b17aa47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move-horizontal.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move.svg deleted file mode 100644 index 4bb1553..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-move.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-rotate.svg deleted file mode 100644 index b077da4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-rotate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale-textbox-points.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale-textbox-points.svg deleted file mode 100644 index 0f36563..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale-textbox-points.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale.svg deleted file mode 120000 index 617c98b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-scale.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zoom-large.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-down.svg deleted file mode 100644 index 6ae4f29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-left.svg deleted file mode 100644 index e85354e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-right.svg deleted file mode 100644 index b09a5f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-up.svg deleted file mode 100644 index d63c6cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/transform-shear-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/trash-empty.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/trash-empty.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/trash-empty.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-dm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-dm.svg deleted file mode 100644 index e0fff75..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-dm.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-home.svg deleted file mode 100644 index 1b6bfa7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-home.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-mentions.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-mentions.svg deleted file mode 100644 index e44afc3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-mentions.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-profile.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-profile.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/twitter-profile.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-detach.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-detach.svg deleted file mode 100644 index aacb241..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-detach.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-mount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-mount.svg deleted file mode 100644 index a9648a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-mount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-submenu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-submenu.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-submenu.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unmount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unmount.svg deleted file mode 100644 index c1ff151..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/udiskie-unmount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/underexposure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/underexposure.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/underexposure.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/undo.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/undo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upcomingevents-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upcomingevents-amarok.svg deleted file mode 120000 index 7022652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upcomingevents-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upindicator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upindicator.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upindicator.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload-media.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload-media.svg deleted file mode 120000 index 17854fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload-media.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload.svg deleted file mode 100644 index 8c06914..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/upload.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/url-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/url-copy.svg deleted file mode 120000 index b20b3d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/url-copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-delete.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-delete.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-group-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-identity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-identity.svg deleted file mode 100644 index 2d6ded3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-identity.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user.svg deleted file mode 120000 index 12ff0ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/user.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/usermenu-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/username-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/username-copy.svg deleted file mode 100644 index 594c243..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/username-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vertical.svg deleted file mode 100644 index b8eb79d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/videoclip-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/videoclip-amarok.svg deleted file mode 120000 index 0d1faec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/videoclip-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-checking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-checking.svg deleted file mode 100644 index da0c415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-checking.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-savings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-savings.svg deleted file mode 100644 index 4251165..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account-savings.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account.svg deleted file mode 100644 index d61f1b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank-account.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank.svg deleted file mode 100644 index d9683c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-bank.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-add.svg deleted file mode 100644 index c035fc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-qr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-qr.svg deleted file mode 100644 index a92b4b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode-qr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode.svg deleted file mode 100644 index 7060975..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-barcode.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-agenda.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-agenda.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-agenda.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-birthday.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-birthday.svg deleted file mode 100644 index 267cc2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-birthday.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-day.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-day.svg deleted file mode 100644 index 6ec1be4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-day.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-holiday.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-holiday.svg deleted file mode 100644 index 07f2d0a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-holiday.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-journal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-journal.svg deleted file mode 100644 index 72f8793..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-journal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-list.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-list.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-month.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-month.svg deleted file mode 100644 index 56cdcf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-month.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-special-occasion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-special-occasion.svg deleted file mode 100644 index 8cbdc7d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-special-occasion.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-tasks.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-tasks.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-time-spent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-time-spent.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-time-spent.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-timeline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-timeline.svg deleted file mode 100644 index 963903d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-timeline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-days.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-days.svg deleted file mode 100644 index 9c4b238..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-days.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-events.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-events.svg deleted file mode 100644 index 5e248cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-upcoming-events.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-wedding-anniversary.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-wedding-anniversary.svg deleted file mode 100644 index 41b86e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-wedding-anniversary.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-week.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-week.svg deleted file mode 100644 index fc4327d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-week.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-whatsnext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-whatsnext.svg deleted file mode 120000 index b830e6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-whatsnext.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-journal.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-workweek.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-workweek.svg deleted file mode 100644 index 3fa7d39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-workweek.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-year.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-year.svg deleted file mode 100644 index febee8d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar-year.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar.svg deleted file mode 100644 index 25a0969..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-calendar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-catalog.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-catalog.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-catalog.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-categories.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-categories.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-categories.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-add.svg deleted file mode 100644 index 1705316..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-secret.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-secret.svg deleted file mode 100644 index 6e5ba04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-secret.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-server.svg deleted file mode 100644 index 9d44505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export-server.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export.svg deleted file mode 100644 index 071de0a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-export.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-import.svg deleted file mode 100644 index ffa9f92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-import.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-server-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-server-configure.svg deleted file mode 100644 index f5d29d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-server-configure.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-sign.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate-sign.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate.svg deleted file mode 100644 index 6828bdd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-certificate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-choose.svg deleted file mode 100644 index 3651e92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-choose.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-column.svg deleted file mode 100644 index c7fed99..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-column.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-compact.svg deleted file mode 100644 index 05a0046..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-compact.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-continuous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-continuous.svg deleted file mode 100644 index 489f1e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-continuous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-conversation-balloon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-conversation-balloon.svg deleted file mode 100644 index 72fd3df..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-conversation-balloon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-coverflow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-coverflow.svg deleted file mode 100644 index 485e354..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-coverflow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-currency-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-currency-list.svg deleted file mode 100644 index 50795a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-currency-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-dual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-dual.svg deleted file mode 100644 index 6c3639e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-dual.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-file-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-file-columns.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-file-columns.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter-rtl.svg deleted file mode 100644 index a6779f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter.svg deleted file mode 100644 index 5a4ea0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-filter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-add.svg deleted file mode 100644 index e091eb7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset-closed.svg deleted file mode 100644 index dc2001e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset.svg deleted file mode 100644 index 1889ab4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-asset.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash-closed.svg deleted file mode 100644 index aa186bc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash.svg deleted file mode 100644 index 84ddd41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-cash.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking-closed.svg deleted file mode 100644 index 67a0e5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking.svg deleted file mode 100644 index 2f8a141..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-checking.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-close.svg deleted file mode 100644 index 285078f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-closed.svg deleted file mode 100644 index f2f225b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card-closed.svg deleted file mode 100644 index 47231bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card.svg deleted file mode 100644 index 04a138b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-credit-card.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-delete.svg deleted file mode 100644 index f3568b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-edit.svg deleted file mode 100644 index 32fcc77..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-closed.svg deleted file mode 100644 index 804e4eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security-closed.svg deleted file mode 100644 index 30d6870..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security.svg deleted file mode 100644 index bc51b3d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment-security.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment.svg deleted file mode 100644 index 401a2f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-investment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability-closed.svg deleted file mode 100644 index e7df913..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability.svg deleted file mode 100644 index b7214a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-liability.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan-closed.svg deleted file mode 100644 index 3d9805f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan.svg deleted file mode 100644 index d39e6a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-loan.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-reopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-reopen.svg deleted file mode 100644 index a90fbcc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-reopen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings-closed.svg deleted file mode 100644 index 2b3e5fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings.svg deleted file mode 100644 index 0d29ad1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account-savings.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account.svg deleted file mode 100644 index 235d5f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-account.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-budget.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-budget.svg deleted file mode 100644 index eae75f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-budget.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-add.svg deleted file mode 100644 index dd694cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-delete.svg deleted file mode 100644 index 024d7c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-edit.svg deleted file mode 100644 index c031adc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-expense.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-expense.svg deleted file mode 100644 index c5284a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-expense.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-income.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-income.svg deleted file mode 100644 index 7696162..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-category-income.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-list.svg deleted file mode 100644 index 182bd95..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconcile.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconcile.svg deleted file mode 100644 index f9e4ef0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconcile.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconciled.svg deleted file mode 100644 index 8dc68ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-reconciled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-unreconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-unreconciled.svg deleted file mode 100644 index 66cf61e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-financial-transfer-unreconciled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form-action.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form-action.svg deleted file mode 100644 index 95ee37b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form-action.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form.svg deleted file mode 100644 index 1e17239..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-form.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-fullscreen.svg deleted file mode 100644 index f8117b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-fullscreen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-grid.svg deleted file mode 100644 index 308aff0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-grid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-group.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-group.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-hidden.svg deleted file mode 100644 index e942264..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-hidden.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-history.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-history.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-add.svg deleted file mode 100644 index 8f90ef1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-delete.svg deleted file mode 100644 index 5eee235..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-edit.svg deleted file mode 100644 index 5379bdb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution.svg deleted file mode 100644 index 3302040..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-institution.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-left-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-left-close.svg deleted file mode 100644 index 80f9cbb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-left-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-compact.svg deleted file mode 100644 index cd12543..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-compact.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-details.svg deleted file mode 100644 index fa1bfc8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-details.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-icons.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-icons.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-icons.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-images.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-images.svg deleted file mode 100644 index 7648555..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-images.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-text.svg deleted file mode 100644 index 9c5a94c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-text.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-tree.svg deleted file mode 100644 index d938b0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-tree.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-video.svg deleted file mode 100644 index 85aac39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list.svg deleted file mode 100644 index d76e10d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-maximized.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-maximized.svg deleted file mode 120000 index b1fd236..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-maximized.svg +++ /dev/null @@ -1 +0,0 @@ -window-maximize.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-album-cover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-album-cover.svg deleted file mode 120000 index 26e17b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-track.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-artist.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-artist.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-equalizer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-equalizer.svg deleted file mode 100644 index dc2e0b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-equalizer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-favorite.svg deleted file mode 100644 index ade98c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-favorite.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-genre.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-genre.svg deleted file mode 100644 index 88b9974..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-genre.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-lyrics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-lyrics.svg deleted file mode 100644 index b5de5ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-lyrics.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playcount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playcount.svg deleted file mode 100644 index 5cdf85c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playcount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playlist.svg deleted file mode 100644 index 182bd95..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-playlist.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-queue.svg deleted file mode 120000 index f32b479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-queue.svg +++ /dev/null @@ -1 +0,0 @@ -playlist-queue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles-hidden.svg deleted file mode 100644 index 3be4d14..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles-hidden.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles.svg deleted file mode 120000 index 4fc2914..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-subtitles.svg +++ /dev/null @@ -1 +0,0 @@ -media-view-subtitles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-title.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-title.svg deleted file mode 120000 index a28c847..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-title.svg +++ /dev/null @@ -1 +0,0 @@ -filename-title-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-track.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-track.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-track.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-visualization.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-visualization.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-media-visualization.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more-horizontal.svg deleted file mode 100644 index b6c7133..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more.svg deleted file mode 100644 index f3b9b47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-more.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-multiple-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-multiple-objects.svg deleted file mode 100644 index 59eb451..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-multiple-objects.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-linear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-linear.svg deleted file mode 100644 index d1b5e65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-linear.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-logarithmic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-logarithmic.svg deleted file mode 100644 index ba2f3fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-object-histogram-logarithmic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-paged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-paged.svg deleted file mode 100644 index c487cc0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-paged.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-continuous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-continuous.svg deleted file mode 100644 index fbb8ff6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-continuous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing-first-centered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing-first-centered.svg deleted file mode 100644 index 43b30fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing-first-centered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing.svg deleted file mode 100644 index 528b4eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-facing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-overview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-overview.svg deleted file mode 100644 index 9d22f89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-overview.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-single.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-single.svg deleted file mode 100644 index 64a81a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pages-single.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-calendar.svg deleted file mode 120000 index 8c656b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-month.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-contacts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-contacts.svg deleted file mode 100644 index 274a422..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-contacts.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-journal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-journal.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-journal.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-mail.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-mail.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-mail.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-news.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-news.svg deleted file mode 100644 index 1ac56b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-news.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-notes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-notes.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-notes.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-summary.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-summary.svg deleted file mode 100644 index 5253f30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-summary.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks-pending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks-pending.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks-pending.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-pim-tasks.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-presentation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-presentation.svg deleted file mode 100644 index abb12f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-presentation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-preview.svg deleted file mode 100644 index 23c890d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-preview.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-private.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-private.svg deleted file mode 100644 index 1120f49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-private.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all-tree.svg deleted file mode 120000 index 548a469..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all-tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-all.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-own.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-own.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-own.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-system.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-system.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-system.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-tree.svg deleted file mode 120000 index 029cc0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-tree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-users.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-users.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-process-users.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode-active.svg deleted file mode 100644 index 3578bea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode.svg deleted file mode 100644 index b6ecf3d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-readermode.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-refresh.svg deleted file mode 100644 index fc1e895..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-refresh.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-resource-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-resource-calendar.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-resource-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-restore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-restore.svg deleted file mode 100644 index 74f5994..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-restore.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-close.svg deleted file mode 100644 index 6e0182c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-new.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-right-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sidetree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sidetree.svg deleted file mode 100644 index 04a23c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sidetree.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-ascending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-ascending.svg deleted file mode 100644 index 3d3f795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-ascending.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-descending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-descending.svg deleted file mode 100644 index 8457009..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort-descending.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort.svg deleted file mode 100644 index dcdab76..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-sort.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-left-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-left-right.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-left-right.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-top-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-top-bottom.svg deleted file mode 100644 index 883b0ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-split-top-bottom.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-statistics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-statistics.svg deleted file mode 100644 index 9d241c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-statistics.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-ltr.svg deleted file mode 100644 index caf442e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-ltr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-rtl.svg deleted file mode 120000 index 05b3db7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-table-of-contents-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -format-list-unordered.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-add.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-add.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child-add.svg deleted file mode 120000 index 4226a53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child-add.svg +++ /dev/null @@ -1 +0,0 @@ -view-task-child.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child.svg deleted file mode 100644 index 74066e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task-child.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-task.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-add.svg deleted file mode 100644 index 66c1d5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-remove.svg deleted file mode 100644 index a5ad60e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined-remove.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-baselined.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-calculus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-calculus.svg deleted file mode 100644 index 29decc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-calculus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-child-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-child-insert.svg deleted file mode 100644 index 0f96189..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-child-insert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-insert.svg deleted file mode 120000 index 4f81659..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule-insert.svg +++ /dev/null @@ -1 +0,0 @@ -view-time-schedule-baselined-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-time-schedule.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-user-offline-kopete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-user-offline-kopete.svg deleted file mode 100644 index dfaf158..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-user-offline-kopete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-visible.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-visible.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-visible.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-web-browser-dom-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-web-browser-dom-tree.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-web-browser-dom-tree.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped-rtl.svg deleted file mode 100644 index 0b24813..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped.svg deleted file mode 100644 index 550ae9c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view-wrapped.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_choose.svg deleted file mode 120000 index 548a469..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_choose.svg +++ /dev/null @@ -1 +0,0 @@ -view-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_detailed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_detailed.svg deleted file mode 120000 index a379444..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_detailed.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-details.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_icon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_icon.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_icon.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_left_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_left_right.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_left_right.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_multicolumn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_multicolumn.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_multicolumn.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_text.svg deleted file mode 120000 index ab11536..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_text.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-text.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_top_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_top_bottom.svg deleted file mode 120000 index e12ea4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_top_bottom.svg +++ /dev/null @@ -1 +0,0 @@ -view-split-top-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_tree.svg deleted file mode 120000 index 029cc0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/view_tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-tree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewimage.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewimage.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewmagfit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewmagfit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/viewmagfit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vinyl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vinyl.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vinyl.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/virtual-desktops.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/virtual-desktops.svg deleted file mode 100644 index bab529f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/virtual-desktops.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/visibility.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/visibility.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/visibility.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-create.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-create.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-create.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-off.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-off.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-on.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-power-on.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-restart.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-restart.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-restart.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect-keep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect-keep.svg deleted file mode 100644 index 18b4485..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect-keep.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect.svg deleted file mode 100644 index 5af060a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-autoprotect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-current.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-current.svg deleted file mode 100644 index 82b98de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-current.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-recording.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-recording.svg deleted file mode 100644 index 5692703..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-recording.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-revert.svg deleted file mode 100644 index 1575d50..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot-revert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot.svg deleted file mode 100644 index f5cf1c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshots-manage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshots-manage.svg deleted file mode 100644 index 8ba26e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-snapshots-manage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-suspend.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-suspend.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-suspend.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install.svg deleted file mode 100644 index 603313b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-tools-install.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-upload.svg deleted file mode 120000 index 247d086..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm-upload.svg +++ /dev/null @@ -1 +0,0 @@ -upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_clone_wizard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_clone_wizard.svg deleted file mode 100644 index 914c063..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_clone_wizard.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_new.svg deleted file mode 120000 index ddc3d28..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vm_new.svg +++ /dev/null @@ -1 +0,0 @@ -entry-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-autoprotect-keep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-autoprotect-keep.svg deleted file mode 120000 index 858084d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-autoprotect-keep.svg +++ /dev/null @@ -1 +0,0 @@ -vm-snapshot-autoprotect-keep.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-next.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-next.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-previous.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-checkpoint-previous.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-download-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-download-inactive.svg deleted file mode 100644 index 6976675..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-download-inactive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-downloading.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-downloading.svg deleted file mode 100644 index 7170324..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component-downloading.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component.svg deleted file mode 100644 index e3aa2c5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-component.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-datacenter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-datacenter.svg deleted file mode 100644 index d5bcc1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-datacenter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-disabled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-disabled.svg deleted file mode 100644 index 124dd4a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-disabled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-error-emblem.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-error-emblem.svg deleted file mode 100644 index f5c0a0d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-error-emblem.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-locked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-locked.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-locked.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-manage-autostart-vms.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-manage-autostart-vms.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-manage-autostart-vms.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-marker-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-marker-add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-marker-add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-new.svg deleted file mode 100644 index eb9b1e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-powered-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-powered-on.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-powered-on.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-bullet.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-flag.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-max-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-bullet.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-flag.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-min-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-bullet.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-flag.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-ram-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-beginning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-beginning.svg deleted file mode 120000 index f5627dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-beginning.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-pause.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-play.svg deleted file mode 120000 index f1fddde..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-playing.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-fast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-fast.svg deleted file mode 100644 index 34a4426..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-fast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-normal.svg deleted file mode 100644 index c213954..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-replay-speed-normal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-suspended.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-suspended.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-suspended.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-unlocked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-unlocked.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcd-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcd-server.svg deleted file mode 100644 index 9c31003..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcd-server.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcenter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcenter.svg deleted file mode 100644 index 0a6059d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-vcenter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-appliance.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-appliance.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-appliance.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-console.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-console.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-console.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity-error.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity-error.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/vmware-view-unity.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/web-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/web-browser.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/web-browser.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/whitebalance.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/whitebalance.svg deleted file mode 100644 index 1720159..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/whitebalance.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/widget-alternatives.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/widget-alternatives.svg deleted file mode 100644 index d91faac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/widget-alternatives.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-close.svg deleted file mode 100644 index 70b7aa5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-duplicate.svg deleted file mode 100644 index 7e398e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-duplicate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-above.svg deleted file mode 100644 index c0260d0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-below.svg deleted file mode 100644 index 0a20db7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-keep-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-maximize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-maximize.svg deleted file mode 100644 index bda7b72..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-maximize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-minimize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-minimize.svg deleted file mode 100644 index d87a062..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-minimize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-new.svg deleted file mode 100644 index 3fa082b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-next.svg deleted file mode 100644 index 7c334f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-next.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-pin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-pin.svg deleted file mode 100644 index 61d504e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-previous.svg deleted file mode 100644 index 30d10e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-previous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-restore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-restore.svg deleted file mode 100644 index 5b16b6f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-restore.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-shade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-shade.svg deleted file mode 100644 index 272fecd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-shade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unpin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unpin.svg deleted file mode 100644 index 3b80426..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unpin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unshade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unshade.svg deleted file mode 100644 index 4784dfe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window-unshade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window.svg deleted file mode 100644 index d998edd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_nofullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_nofullscreen.svg deleted file mode 120000 index 4eb3231..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/window_nofullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-restore.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-album.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-album.svg deleted file mode 120000 index 26e17b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-album.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-track.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-artist.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-artist.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-shuffle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-shuffle.svg deleted file mode 120000 index 26f6696..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-clementine-shuffle.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-shuffle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-connection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-connection.svg deleted file mode 120000 index c0d62e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-connection.svg +++ /dev/null @@ -1 +0,0 @@ -draw-connector.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-formula.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-formula.svg deleted file mode 120000 index 76cf815..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-formula.svg +++ /dev/null @@ -1 +0,0 @@ -formula.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-image.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-image.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-text.svg deleted file mode 120000 index ab11536..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-shape-text.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-text.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-in.svg deleted file mode 120000 index 608b539..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-out.svg deleted file mode 120000 index fc310d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/x-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xc_crosshair.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xc_crosshair.svg deleted file mode 100644 index 71a9b59..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xc_crosshair.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-attribute-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-attribute-delete.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-attribute-delete.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-element-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-element-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-element-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-duplicate.svg deleted file mode 120000 index e953e89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-node-duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -edit-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-text-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-text-new.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/xml-text-new.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-in.svg deleted file mode 100644 index 54b6c47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-in.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-out.svg deleted file mode 120000 index 0f72a05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/y-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-y.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-in.svg deleted file mode 100644 index bd955ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-in.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-out.svg deleted file mode 100644 index 73f63e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zone-out.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-1-to-2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-1-to-2.svg deleted file mode 100644 index b74dfcd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-1-to-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-2-to-1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-2-to-1.svg deleted file mode 100644 index f449c52..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-2-to-1.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-best-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-best-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-best-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-center-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-center-page.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-center-page.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-double-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-double-size.svg deleted file mode 120000 index 79ae67b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-double-size.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-1-to-2.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-draw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-draw.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-draw.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-best.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-best.svg deleted file mode 100644 index 3ad4ea6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-best.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-drawing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-drawing.svg deleted file mode 100644 index 441f781..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-drawing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-height.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-height.svg deleted file mode 100644 index 2a546a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-height.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-page.svg deleted file mode 100644 index db4c06d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-selection.svg deleted file mode 100644 index bf8fdec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-selection.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-width.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-width.svg deleted file mode 100644 index a6dc4a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-fit-width.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-half-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-half-size.svg deleted file mode 120000 index b5036e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-half-size.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-2-to-1.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-large.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-x.svg deleted file mode 100644 index e6e008a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-y.svg deleted file mode 120000 index 65f9aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in-y.svg +++ /dev/null @@ -1 +0,0 @@ -y-zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in.svg deleted file mode 100644 index 2599a09..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-in.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-next.svg deleted file mode 100644 index 957b30f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-next.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-original.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-original.svg deleted file mode 100644 index d9f47a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-original.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-x.svg deleted file mode 100644 index efd7ad1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-y.svg deleted file mode 100644 index d8e34d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out.svg deleted file mode 100644 index d1d5bc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-out.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-previous.svg deleted file mode 100644 index f2c212f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-previous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom-select.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/actions/zoom.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/animations b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/animations deleted file mode 120000 index 8c0dfa0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/animations +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/animations \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/apps b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/apps deleted file mode 120000 index f0f50e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/apps +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/apps \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/categories b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/categories deleted file mode 120000 index 03736e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/categories +++ /dev/null @@ -1 +0,0 @@ -apps \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/devices b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/devices deleted file mode 120000 index a2cde2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/devices +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/devices \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emblems b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emblems deleted file mode 120000 index 0be2b56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emblems +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/emblems \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emotes b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emotes deleted file mode 120000 index 2130edb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/emotes +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/emotes/ \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/mimetypes b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/mimetypes deleted file mode 120000 index 2555ce2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/mimetypes +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/mimetypes \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/panel b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/panel deleted file mode 120000 index cf38f5d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/panel +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/panel \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/places b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/places deleted file mode 120000 index 192e36f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/places +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/places \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/status b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/status deleted file mode 120000 index f0012cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/status +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/status \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/symbolic b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/symbolic deleted file mode 120000 index eee52be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22/symbolic +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/22x22/symbolic \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22@2x b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22@2x deleted file mode 120000 index c1ef5b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/22x22@2x +++ /dev/null @@ -1 +0,0 @@ -22x22 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Finished.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Finished.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Finished.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Info-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Info-amarok.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/Info-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionError.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionError.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionError.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionTM.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionTM.svg deleted file mode 120000 index a832098..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/SuggestionTM.svg +++ /dev/null @@ -1 +0,0 @@ -database-index.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-albumfolder-importdir2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-albumfolder-importdir2.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-albumfolder-importdir2.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-rss_tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-rss_tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-rss_tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-unavailable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-unavailable.svg deleted file mode 100644 index 431ba9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/action-unavailable.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/activities.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/activities.svg deleted file mode 100644 index 0b55436..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/activities.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-files-to-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-files-to-archive.svg deleted file mode 100644 index 90a2f6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-files-to-archive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-folder-to-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-folder-to-archive.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-folder-to-archive.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-placemark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-placemark.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-placemark.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-subtitle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-subtitle.svg deleted file mode 120000 index 4fc2914..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add-subtitle.svg +++ /dev/null @@ -1 +0,0 @@ -media-view-subtitles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/address-book-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/address-book-new.svg deleted file mode 100644 index 3441851..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/address-book-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/addressbook-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/addressbook-details.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/addressbook-details.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustcurves.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustcurves.svg deleted file mode 100644 index 7fdf228..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustcurves.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjusthsl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjusthsl.svg deleted file mode 100644 index 44e0d78..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjusthsl.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustlevels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustlevels.svg deleted file mode 100644 index 42eb926..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustlevels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustrgb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustrgb.svg deleted file mode 100644 index bd585c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adjustrgb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adress-book-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adress-book-new.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/adress-book-new.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadi-phone-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadi-phone-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadi-phone-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadiconsole.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadiconsole.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/akonadiconsole.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importdir.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importdir.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importdir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importimages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importimages.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-importimages.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-new.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-user-trash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-user-trash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/albumfolder-user-trash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-baseline.svg deleted file mode 100644 index 7f845f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-bottom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-bottom-out.svg deleted file mode 100644 index bf9896d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-bottom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-center.svg deleted file mode 100644 index dfc19e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-out.svg deleted file mode 100644 index 6973f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-to-anchor.svg deleted file mode 100644 index 7fb1d31..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left.svg deleted file mode 100644 index 2af7cac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-node.svg deleted file mode 100644 index 1a38a7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-node.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-out.svg deleted file mode 100644 index 0d92889..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-to-anchor.svg deleted file mode 100644 index 2dcbd44..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right.svg deleted file mode 100644 index fdc461c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-top-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-top-out.svg deleted file mode 100644 index 5799192..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-horizontal-top-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-on-canvas.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-on-canvas.svg deleted file mode 100644 index 7a4c48b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-on-canvas.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-sel-as-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-sel-as-group.svg deleted file mode 100644 index 457e042..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-sel-as-group.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-baseline.svg deleted file mode 100644 index 0403965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-baseline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-out.svg deleted file mode 100644 index e988868..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-to-anchor.svg deleted file mode 100644 index bc48422..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom-to-anchor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom.svg deleted file mode 100644 index cbc5289..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-center.svg deleted file mode 100644 index f12712a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-node.svg deleted file mode 100644 index 7a0f382..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-node.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-out.svg deleted file mode 100644 index 873bf18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-to-anchor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-to-anchor.svg deleted file mode 100644 index f58b588..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top-to-anchor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top.svg deleted file mode 100644 index 928b23d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/align-vertical-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_artist.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_artist.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_add.svg deleted file mode 100644 index 359f483..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_remove.svg deleted file mode 100644 index 7c7b153..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_view.svg deleted file mode 100644 index 43f5af3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_cart_view.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_change_language.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_change_language.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_change_language.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_clock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_clock.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_clock.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_lyrics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_lyrics.svg deleted file mode 120000 index 2dd7676..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_lyrics.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-lyrics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playcount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playcount.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playcount.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_playlist_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_scripts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_scripts.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/amarok_scripts.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/antivignetting.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/antivignetting.svg deleted file mode 100644 index 1c41516..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/antivignetting.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-exit.svg deleted file mode 100644 index 54019d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-exit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-menu.svg deleted file mode 120000 index 57642f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-menu.svg +++ /dev/null @@ -1 +0,0 @@ -open-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-rss+xml.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-rss+xml.svg deleted file mode 100644 index bb1f532..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/application-rss+xml.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-missed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-missed.svg deleted file mode 100644 index 1ed453d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-missed.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-soon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-soon.svg deleted file mode 100644 index 2031e75..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment-soon.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/appointment.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert-directory.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert-directory.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-insert.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-remove.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive-remove.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive.svg deleted file mode 100644 index 1fd78a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/archive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down-double.svg deleted file mode 100644 index ab5c98a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-down.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left-double.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left-double.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left.svg deleted file mode 120000 index 293e17f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-left.svg +++ /dev/null @@ -1 +0,0 @@ -pan-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right-double.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right-double.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-right.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up-double.svg deleted file mode 100644 index 7275d14..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/arrow-up.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/atmosphere.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/atmosphere.svg deleted file mode 100644 index 61716f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/atmosphere.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-high.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-high.svg deleted file mode 100644 index ef4a2fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-high.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-low.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-low.svg deleted file mode 100644 index 21df228..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-low.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-medium.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-medium.svg deleted file mode 100644 index cdd6645..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-medium.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-muted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-muted.svg deleted file mode 100644 index 757cd3c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/audio-volume-muted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-all.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-all.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-scale-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-type.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-type.svg deleted file mode 100644 index c9fc27a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/auto-type.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/autocorrection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/autocorrection.svg deleted file mode 100644 index 4343f7d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/autocorrection.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/automated-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/automated-tasks.svg deleted file mode 100644 index 1ee59c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/automated-tasks.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/back.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/back.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bitmap-trace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bitmap-trace.svg deleted file mode 100644 index 2ad460f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bitmap-trace.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-send-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-send-file.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-send-file.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-trust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-trust.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-trust.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-untrust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-untrust.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blueman-untrust.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blur.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blur.svg deleted file mode 100644 index 60fa17f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blur.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurfx.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurfx.svg deleted file mode 100644 index 171696f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurfx.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurimage.svg deleted file mode 120000 index e937ebe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/blurimage.svg +++ /dev/null @@ -1 +0,0 @@ -blur.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bonobo-component-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bonobo-component-browser.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bonobo-component-browser.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-add-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-add-folder.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-add-folder.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-edit.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-edit.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new-list.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new-list.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new.svg deleted file mode 100644 index 30cad46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-remove.svg deleted file mode 100644 index b27556a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-remove.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-toolbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-toolbar.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark-toolbar.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark.svg deleted file mode 120000 index eb7b1c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark_add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmark_add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-bookmarked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-bookmarked.svg deleted file mode 100644 index 15c79f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-bookmarked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-organize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-organize.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks-organize.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks.svg deleted file mode 100644 index 146e457..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks_list_add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks_list_add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bookmarks_list_add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost-boosted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost-boosted.svg deleted file mode 100644 index 222a3a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost-boosted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost.svg deleted file mode 100644 index b6970be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/boost.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bordertool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bordertool.svg deleted file mode 100644 index 9728a4b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bordertool.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-addqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-addqueue.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-addqueue.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-commit.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-commit.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-diff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-diff.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-diff.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-rmqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-rmqueue.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-rmqueue.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-update.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bqm-update.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/browser-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/browser-download.svg deleted file mode 100644 index 723a718..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/browser-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/burst.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/burst.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/burst.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/button_ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bwtonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bwtonal.svg deleted file mode 100644 index 49c01a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/bwtonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_view.svg deleted file mode 120000 index c992929..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cab_view.svg +++ /dev/null @@ -1 +0,0 @@ -mail-thread-watch.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/calendar-go-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/calendar-go-today.svg deleted file mode 100644 index 4d262df..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/calendar-go-today.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-start.svg deleted file mode 100644 index f0df272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-start.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-stop.svg deleted file mode 100644 index 633ac56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/call-stop.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cards-block.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cards-block.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cards-block.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cd.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cell_edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cell_edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cell_edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/channelmixer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/channelmixer.svg deleted file mode 100644 index a6fdec9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/channelmixer.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/character-set.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/character-set.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/character-set.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/check-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/check-filled.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/check-filled.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkbox.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkbox.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkmark.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/checkmark.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-lap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-lap.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-lap.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-pause.svg deleted file mode 100644 index a1286dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-pause.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-reset.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-reset.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-start.svg deleted file mode 100644 index 7b8b015..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer-start.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/chronometer.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clear_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clear_left.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clear_left.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock-large.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock-large.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock.svg deleted file mode 100644 index 868c92b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/clock.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-download.svg deleted file mode 100644 index 5fe169a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-download.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-upload.svg deleted file mode 100644 index 309091b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cloud-upload.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_briefview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_briefview.svg deleted file mode 120000 index a99300c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_briefview.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-compact.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_columnsview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_columnsview.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_columnsview.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_copyfullnamestoclip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_copyfullnamestoclip.svg deleted file mode 120000 index e953e89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_copyfullnamestoclip.svg +++ /dev/null @@ -1 +0,0 @@ -edit-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_extractfiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_extractfiles.svg deleted file mode 100644 index baabdae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_extractfiles.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_flatview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_flatview.svg deleted file mode 100644 index ab1aaf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_flatview.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markinvert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markinvert.svg deleted file mode 100644 index 6479d77..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markinvert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markminus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markminus.svg deleted file mode 100644 index c7a7909..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markminus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markplus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markplus.svg deleted file mode 100644 index 99a54ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_markplus.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_multirename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_multirename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_multirename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_options.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_options.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_packfiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_packfiles.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_packfiles.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_runterm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_runterm.svg deleted file mode 100644 index 0e7be45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_runterm.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_syncdirs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_syncdirs.svg deleted file mode 120000 index a854b9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_syncdirs.svg +++ /dev/null @@ -1 +0,0 @@ -distribute-horizontal-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_thumbnailsview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_thumbnailsview.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_thumbnailsview.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistorynext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistorynext.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistorynext.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistoryprev.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistoryprev.svg deleted file mode 100644 index d294e17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cm_viewhistoryprev.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-block.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-block.svg deleted file mode 100644 index bdf198a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-block.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-class.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-class.svg deleted file mode 100644 index 0e375c5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-class.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-context.svg deleted file mode 100644 index 0217036..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-context.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-function.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-function.svg deleted file mode 100644 index a5c72c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-function.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-typedef.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-typedef.svg deleted file mode 100644 index 7d151a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-typedef.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-variable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-variable.svg deleted file mode 100644 index 878cf86..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/code-variable.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collapse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collapse.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collapse.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collection-rescan-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collection-rescan-amarok.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/collection-rescan-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-fill.svg deleted file mode 100644 index e9dd54e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-gradient.svg deleted file mode 100644 index fcca027..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-gradient.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-management.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-management.svg deleted file mode 100644 index 0cb00c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-management.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-black.svg deleted file mode 100644 index 370e5b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-black.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-grey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-grey.svg deleted file mode 100644 index 469f1de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-grey.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-white.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-white.svg deleted file mode 100644 index 9bd1f08..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker-white.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker.svg deleted file mode 120000 index 1f41e7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-select.svg deleted file mode 100644 index 6501dfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/color-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorfx.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorfx.svg deleted file mode 100644 index 8bb4afc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorfx.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colormanagement.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colormanagement.svg deleted file mode 120000 index 21e4611..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colormanagement.svg +++ /dev/null @@ -1 +0,0 @@ -color-management.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorneg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorneg.svg deleted file mode 100644 index 89fd58f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colorneg.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromablue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromablue.svg deleted file mode 100644 index f16699a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromablue.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromagreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromagreen.svg deleted file mode 100644 index f1824ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromagreen.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromared.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromared.svg deleted file mode 100644 index d3ba939..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-chromared.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-luma.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-luma.svg deleted file mode 100644 index 6aa8b10..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/colors-luma.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/compass.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/compass.svg deleted file mode 100644 index 9225b1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/compass.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-on.svg deleted file mode 120000 index 445e9e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-on.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-composite.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-preview.svg deleted file mode 100644 index 0bc65bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composite-track-preview.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composition.svg deleted file mode 100644 index ec935d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/composition.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configuration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configuration.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configuration.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-toolbars.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-toolbars.svg deleted file mode 100644 index e446bd1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure-toolbars.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure.svg deleted file mode 100644 index 22862ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_toolbars.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_toolbars.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/configure_toolbars.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-avoid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-avoid.svg deleted file mode 100644 index eb95088..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-avoid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-ignore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-ignore.svg deleted file mode 100644 index 32d85f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-ignore.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-orthogonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-orthogonal.svg deleted file mode 100644 index fa12860..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/connector-orthogonal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contact-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contact-new.svg deleted file mode 100644 index 0442809..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contact-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contents.svg deleted file mode 120000 index 8e108d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contents.svg +++ /dev/null @@ -1 +0,0 @@ -view-readermode.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contexthelp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contexthelp.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contexthelp.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contrast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contrast.svg deleted file mode 100644 index e23a1b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/contrast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cookies.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cookies.svg deleted file mode 120000 index b32b12a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cookies.svg +++ /dev/null @@ -1 +0,0 @@ -tool-spray.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/coordinate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/coordinate.svg deleted file mode 100644 index 149087e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/coordinate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/copy-coordinates.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/copy-coordinates.svg deleted file mode 120000 index 710c632..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/copy-coordinates.svg +++ /dev/null @@ -1 +0,0 @@ -coordinate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/crosshairs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/crosshairs.svg deleted file mode 100644 index 5a2a2e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/crosshairs.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/currenttrack_play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cursor-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cursor-arrow.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/cursor-arrow.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/curve-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/curve-connector.svg deleted file mode 100644 index a048aba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/curve-connector.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dashboard-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dashboard-show.svg deleted file mode 100644 index c32da6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dashboard-show.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-change-key.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-change-key.svg deleted file mode 100644 index b564cd5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-change-key.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-index.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-index.svg deleted file mode 100644 index 91e9273..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-index.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/database-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-from-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-from-cursor.svg deleted file mode 100644 index 9a07f03..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-from-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-to-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-to-cursor.svg deleted file mode 100644 index dc0d24e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-execute-to-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run-cursor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run-cursor.svg deleted file mode 100644 index 09007de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run-cursor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run.svg deleted file mode 100644 index 1d01f75..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-run.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-instruction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-instruction.svg deleted file mode 100644 index 96c0fac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-instruction.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into-instruction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into-instruction.svg deleted file mode 120000 index f207a55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into-instruction.svg +++ /dev/null @@ -1 +0,0 @@ -debug-step-instruction.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into.svg deleted file mode 100644 index 355c56c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-into.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-out.svg deleted file mode 100644 index f8be6ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-over.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-over.svg deleted file mode 100644 index 96cc9b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/debug-step-over.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete-comment.svg deleted file mode 100644 index 2b04d41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete-comment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth16to8.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth16to8.svg deleted file mode 100644 index a7b477d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth16to8.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth8to16.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth8to16.svg deleted file mode 100644 index b7d931d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/depth8to16.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/device.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/device.svg deleted file mode 120000 index a67cd89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/device.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-input-devices.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-align-and-distribute.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-align-and-distribute.svg deleted file mode 120000 index 019e49d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-align-and-distribute.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-cancel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-error.svg deleted file mode 100644 index c61d800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-error.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-fill-and-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-fill-and-stroke.svg deleted file mode 100644 index e187556..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-fill-and-stroke.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-filters.svg deleted file mode 120000 index bf1c124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-filters.svg +++ /dev/null @@ -1 +0,0 @@ -view-filter.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-geometry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-geometry.svg deleted file mode 100644 index b712104..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-geometry.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-icon-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-icon-preview.svg deleted file mode 120000 index 7a2e5e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-icon-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-information.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-information.svg deleted file mode 100644 index 7937322..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-information.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-input-devices.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-input-devices.svg deleted file mode 100644 index eea8707..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-input-devices.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-layers.svg deleted file mode 100644 index c3fba23..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-layers.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-memory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-memory.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-memory.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-messages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-messages.svg deleted file mode 100644 index 3d72d03..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-messages.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-object-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-object-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-object-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-password.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-password.svg deleted file mode 100644 index 26fa378..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-password.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-path-effects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-path-effects.svg deleted file mode 100644 index c5fee0a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-path-effects.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-question.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-question.svg deleted file mode 100644 index 1e76932..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-question.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-rows-and-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-rows-and-columns.svg deleted file mode 100644 index 14a382f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-rows-and-columns.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-scripts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-scripts.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-scripts.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-selectors.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-selectors.svg deleted file mode 120000 index 22b9425..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-selectors.svg +++ /dev/null @@ -1 +0,0 @@ -code-context.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-templates.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-templates.svg deleted file mode 120000 index 911d559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-templates.svg +++ /dev/null @@ -1 +0,0 @@ -document-new-from-template.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-text-and-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-text-and-font.svg deleted file mode 100644 index 03ad47d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-text-and-font.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-tile-clones.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-tile-clones.svg deleted file mode 100644 index e4d9e8c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-tile-clones.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-transform.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-transform.svg deleted file mode 120000 index 617c98b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-transform.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zoom-large.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-warning.svg deleted file mode 100644 index b3f833b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-warning.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-xml-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-xml-editor.svg deleted file mode 100644 index 0330505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-xml-editor.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dialog-yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dirsync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dirsync.svg deleted file mode 120000 index 0e0e5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dirsync.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sync.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph-directed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph-directed.svg deleted file mode 100644 index d702832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph-directed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph.svg deleted file mode 100644 index 92d53a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-graph.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-baseline.svg deleted file mode 100644 index b5b5ba4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-baseline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-center.svg deleted file mode 100644 index a2e57d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-center.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-equal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-equal.svg deleted file mode 100644 index 3fa1e1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-equal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-gaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-gaps.svg deleted file mode 100644 index 90a5a2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-gaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-left.svg deleted file mode 100644 index 950db24..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-margin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-margin.svg deleted file mode 100644 index 9c050cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-margin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-node.svg deleted file mode 100644 index 4292560..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-node.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-page.svg deleted file mode 100644 index 69c0e28..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-right.svg deleted file mode 100644 index de8dcd6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-x.svg deleted file mode 100644 index caafb4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-horizontal-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-randomize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-randomize.svg deleted file mode 100644 index 4965760..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-randomize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-remove-overlaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-remove-overlaps.svg deleted file mode 100644 index e4b74f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-remove-overlaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-unclump.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-unclump.svg deleted file mode 100644 index b1dd398..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-unclump.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-baseline.svg deleted file mode 120000 index 05b020a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-baseline.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-underline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-bottom.svg deleted file mode 100644 index e6259a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-bottom.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-center.svg deleted file mode 100644 index 51b228d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-equal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-equal.svg deleted file mode 100644 index f59b333..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-equal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-gaps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-gaps.svg deleted file mode 100644 index 6bf8387..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-gaps.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-margin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-margin.svg deleted file mode 100644 index add1a27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-margin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-node.svg deleted file mode 100644 index befc377..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-node.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-page.svg deleted file mode 100644 index a750b5c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-top.svg deleted file mode 100644 index 00aeaea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-top.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-y.svg deleted file mode 100644 index 7de88c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/distribute-vertical-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-cleanup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-cleanup.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-decrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-decrypt.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-decrypt.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt-verify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt-verify.svg deleted file mode 100644 index 9b5b1eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt-verify.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt.svg deleted file mode 100644 index 31356af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-decrypt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-encrypt.svg deleted file mode 100644 index 23459fa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-encrypt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign-encrypt.svg deleted file mode 100644 index 317cc58..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign-encrypt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign.svg deleted file mode 100644 index 4187960..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-sign.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-verify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-verify.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit-verify.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypt.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypt.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypted.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-ocal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-ocal.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-table.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export-table.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export.svg deleted file mode 100644 index a1f3a1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-export.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import-ocal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import-ocal.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import-ocal.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import.svg deleted file mode 100644 index c88d419..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-import.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new-from-template.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new-from-template.svg deleted file mode 100644 index 8a1186b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new-from-template.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new.svg deleted file mode 100644 index af950c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-data.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-data.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-data.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-folder.svg deleted file mode 100644 index 585642d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-folder.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-recent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-recent.svg deleted file mode 100644 index 9479786..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-recent.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-remote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-remote.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open-remote.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open.svg deleted file mode 100644 index 4c0289a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-open.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-page-setup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-page-setup.svg deleted file mode 100644 index b01c30f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-page-setup.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview-archive.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview-archive.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview.svg deleted file mode 100644 index e826f35..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-preview.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-direct.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-direct.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-direct.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-frame.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-frame.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-preview.svg deleted file mode 100644 index df34406..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print-preview.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print.svg deleted file mode 100644 index 335da01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-print.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-replace.svg deleted file mode 100644 index 027a6e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-replace.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert-rtl.svg deleted file mode 100644 index adc099e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert.svg deleted file mode 100644 index b37c8a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-revert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-all.svg deleted file mode 100644 index a2e6d95..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-as.svg deleted file mode 100644 index 1b9a4e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save-as.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save.svg deleted file mode 100644 index c4d5446..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-save.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-send.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-send.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-share.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-share.svg deleted file mode 100644 index 05dba0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-share.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-sign.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-sign.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-swap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-swap.svg deleted file mode 100644 index 6f17c28..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/document-swap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentation.svg deleted file mode 100644 index 3c404bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentation.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/documentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/donate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/donate.svg deleted file mode 100644 index e2256f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/donate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/double-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/double-page.svg deleted file mode 100644 index c7008a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/double-page.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-amarok.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-later.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-later.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download-later.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-back.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-back.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-forward.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-forward.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow.svg deleted file mode 100644 index de65395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-arrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-bezier-curves.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-bezier-curves.svg deleted file mode 100644 index 89cdd1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-bezier-curves.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-booleans.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-booleans.svg deleted file mode 100644 index 49b464c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-booleans.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-brush.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-brush.svg deleted file mode 100644 index 4ba6129..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-brush.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-calligraphic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-calligraphic.svg deleted file mode 100644 index d5e3537..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-calligraphic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-circle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-circle.svg deleted file mode 100644 index ffc64e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-circle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-connector.svg deleted file mode 100644 index 8b00f16..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-connector.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cross.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cross.svg deleted file mode 100644 index f1e8007..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cross.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cuboid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cuboid.svg deleted file mode 100644 index 8e30ea5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-cuboid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-donut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-donut.svg deleted file mode 100644 index 46910d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-donut.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-arc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-arc.svg deleted file mode 100644 index 6379879..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-arc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-chord.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-chord.svg deleted file mode 100644 index fcbcf2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-chord.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-segment.svg deleted file mode 100644 index e228c6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-whole.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-whole.svg deleted file mode 100644 index 342469c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse-whole.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse.svg deleted file mode 100644 index 7e43291..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-ellipse.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser-delete-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser-delete-objects.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser-delete-objects.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser.svg deleted file mode 100644 index 9397777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-eraser.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-freehand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-freehand.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-freehand.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-angle-bisector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-angle-bisector.svg deleted file mode 100644 index 1121254..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-angle-bisector.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-radius.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-radius.svg deleted file mode 100644 index eeed0ab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-radius.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-three-points.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-three-points.svg deleted file mode 100644 index 2b9742c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-circle-from-three-points.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-inactive.svg deleted file mode 100644 index 712a943..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-parallel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-parallel.svg deleted file mode 100644 index 491ae41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-parallel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-perpendicular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-perpendicular.svg deleted file mode 100644 index 7f81722..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-perpendicular.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-segment.svg deleted file mode 100644 index 7b104d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-line-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-mirror.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-mirror.svg deleted file mode 100644 index a8c60f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-mirror.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-set-bounding-box.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-set-bounding-box.svg deleted file mode 100644 index fac49c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-set-bounding-box.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-show-measuring-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-show-measuring-info.svg deleted file mode 100644 index 50dfc83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry-show-measuring-info.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry.svg deleted file mode 100644 index 84fb255..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-geometry.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle1.svg deleted file mode 100644 index 5cdcea6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle1.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle2.svg deleted file mode 100644 index e578d48..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle3.svg deleted file mode 100644 index 8790dd4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle3.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle4.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle4.svg deleted file mode 100644 index dcf61be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-halfcircle4.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-highlight.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-highlight.svg deleted file mode 100644 index 963912f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-highlight.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-line.svg deleted file mode 100644 index 68ed63d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-line.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-number.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-number.svg deleted file mode 100644 index 5bc3b9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-number.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-path.svg deleted file mode 100644 index 64f74cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon-star.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon.svg deleted file mode 100644 index 58de04c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polygon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polyline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polyline.svg deleted file mode 100644 index 4a84ce9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-polyline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-rectangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-rectangle.svg deleted file mode 100644 index 4c89846..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-rectangle.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-spiral.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-spiral.svg deleted file mode 100644 index d055aa0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-spiral.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-square-inverted-corners.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-square-inverted-corners.svg deleted file mode 100644 index d5e5b88..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-square-inverted-corners.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-star.svg deleted file mode 100644 index ec53ec4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-star.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-text.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-text.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-trace-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-trace-background.svg deleted file mode 100644 index 747e603..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-trace-background.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle.svg deleted file mode 100644 index 734f2e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle1.svg deleted file mode 120000 index 293e17f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle1.svg +++ /dev/null @@ -1 +0,0 @@ -pan-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle2.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle2.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle3.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle3.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle4.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle4.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-triangle4.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-pressure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-pressure.svg deleted file mode 100644 index b972e08..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-pressure.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-tilt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-tilt.svg deleted file mode 100644 index fc23d07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-use-tilt.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-watercolor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-watercolor.svg deleted file mode 100644 index 5b94a68..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/draw-watercolor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dynamic-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dynamic-amarok.svg deleted file mode 120000 index 26f6696..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/dynamic-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-shuffle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/earthquake.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/earthquake.svg deleted file mode 100644 index f283f3c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/earthquake.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-bomb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-bomb.svg deleted file mode 100644 index 05fe8da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-bomb.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-all.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-history.svg deleted file mode 100644 index 0cc15f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-history.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-list.svg deleted file mode 100644 index cd30f49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-ltr.svg deleted file mode 120000 index beaae79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-rtl.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-locationbar-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-rtl.svg deleted file mode 100644 index b681018..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear.svg deleted file mode 100644 index 621493a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clear.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone-unlink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone-unlink.svg deleted file mode 100644 index d70c87e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone-unlink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone.svg deleted file mode 100644 index dfbcccf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-clone.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-comment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-comment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-copy.svg deleted file mode 100644 index 08f8018..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-cut.svg deleted file mode 100644 index a115e45..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-cut.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-remove.svg deleted file mode 100644 index 7665c8f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-shred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-shred.svg deleted file mode 100644 index b9ffdc1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete-shred.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-download.svg deleted file mode 100644 index dd01af1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-download.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-duplicate.svg deleted file mode 100644 index 15d5011..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-duplicate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-entry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-entry.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-entry.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-mail.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-mail.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-mail.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-project.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-project.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-project.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-replace.svg deleted file mode 100644 index 4d8b44e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-replace.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-user.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find-user.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find.svg deleted file mode 100644 index 76eeeac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-find.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-flag.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-guides.svg deleted file mode 100644 index e74197f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-guides.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-add.svg deleted file mode 100644 index 2832853..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-detect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-detect.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-detect.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-recognize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-recognize.svg deleted file mode 100644 index 5769d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-recognize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-show.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-image-face-show.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-link.svg deleted file mode 100644 index fdd31a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-link.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-map.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-map.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-map.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-mark.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-mark.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-move.svg deleted file mode 100644 index 17c7d9b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-move.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-node.svg deleted file mode 100644 index 998f3c5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-none.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-none.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-opacity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-opacity.svg deleted file mode 100644 index 37eed16..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-opacity.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-in-place.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-in-place.svg deleted file mode 100644 index 0249a1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-in-place.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-style.svg deleted file mode 100644 index 47470f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste-style.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste.svg deleted file mode 100644 index 2a01fa1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-paste.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-redo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-redo.svg deleted file mode 100644 index 0a8d635..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-redo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all-layers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all-layers.svg deleted file mode 100644 index 43b61a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all-layers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all.svg deleted file mode 100644 index f148926..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-all.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-invert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-invert.svg deleted file mode 100644 index 8796107..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-invert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-lasso.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-lasso.svg deleted file mode 100644 index 26bca6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-lasso.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-none.svg deleted file mode 100644 index c6e86ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-none.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-original.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-original.svg deleted file mode 100644 index 04d73b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-original.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-text.svg deleted file mode 100644 index 931f6d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select-text.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select.svg deleted file mode 100644 index 94f5abe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-select.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-merge.svg deleted file mode 100644 index 9b01bbb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-merge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-split.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-split.svg deleted file mode 100644 index 87a02d8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-cell-split.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-column.svg deleted file mode 100644 index 6e5d470..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-column.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-row.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-row.svg deleted file mode 100644 index 58dd828..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-delete-row.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-left.svg deleted file mode 100644 index 1ebe010..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-right.svg deleted file mode 100644 index a5680d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-column-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-above.svg deleted file mode 100644 index 832f5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-below.svg deleted file mode 100644 index a448c9b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-under.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-under.svg deleted file mode 100644 index 2110f39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-table-insert-row-under.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-text-frame-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-text-frame-update.svg deleted file mode 100644 index f356ec3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-text-frame-update.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo-history.svg deleted file mode 100644 index 5795ec0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo-history.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo.svg deleted file mode 100644 index c3bc1da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit-undo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit.svg deleted file mode 100644 index 4ea089c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editclear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editclear.svg deleted file mode 120000 index 0015052..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editclear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcopy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcopy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcopy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editcut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editdelete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editdelete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editdelete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editimage.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editor.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editor.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editpaste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editpaste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/editpaste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittext.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittext.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittrash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittrash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/edittrash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/embosstool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/embosstool.svg deleted file mode 100644 index 080cab9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/embosstool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/emptytrash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/emptytrash.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/emptytrash.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/enterprise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/enterprise.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/enterprise.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-clone.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-clone.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-delete.svg deleted file mode 100644 index 6a935d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-new.svg deleted file mode 100644 index a45d493..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/entry-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/equalizer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/equalizer.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/equalizer.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/error.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/error.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-all.svg deleted file mode 100644 index f7f25df..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-all.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-down.svg deleted file mode 100644 index 4770057..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-horizontal.svg deleted file mode 100644 index ffb3c86..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-horizontal.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-left.svg deleted file mode 100644 index fbaf67a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-left.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-right.svg deleted file mode 100644 index e0886ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-right.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-up.svg deleted file mode 100644 index 5943ba8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-up.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-vertical.svg deleted file mode 100644 index 805c7db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/escape-direction-vertical.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-clockwise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-clockwise.svg deleted file mode 100644 index 18b66db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-clockwise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-zorder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-zorder.svg deleted file mode 100644 index 8126fbe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions-zorder.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions.svg deleted file mode 100644 index 6c0e5d7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exchange-positions.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exifinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exifinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exifinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exit.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/exit.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/expand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/expand.svg deleted file mode 120000 index 2603a49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/expand.svg +++ /dev/null @@ -1 +0,0 @@ -pan-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/extract-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/extract-archive.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/extract-archive.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favicon-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favicon-download.svg deleted file mode 120000 index 9510df9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favicon-download.svg +++ /dev/null @@ -1 +0,0 @@ -insert-image.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-favorited.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-favorited.svg deleted file mode 100644 index cd40c0a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-favorited.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-genres-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-genres-amarok.svg deleted file mode 100644 index 0e53677..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite-genres-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorite.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorites.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/favorites.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-anthy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-anthy.svg deleted file mode 100644 index b196235..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-anthy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-bopomofo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-bopomofo.svg deleted file mode 120000 index 9194339..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-bopomofo.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-rime.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-cangjie.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-cangjie.svg deleted file mode 100644 index 5fe968f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-cangjie.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chewing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chewing.svg deleted file mode 100644 index 3a2835c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chewing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chn.svg deleted file mode 100644 index 91d9fee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chn.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-active.svg deleted file mode 100644 index b2643eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-inactive.svg deleted file mode 100644 index c3052ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-chttrans-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-erbi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-erbi.svg deleted file mode 100644 index 4e1d50c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-erbi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-active.svg deleted file mode 100644 index 1c4d657..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-inactive.svg deleted file mode 100644 index b32e5c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-fullwidth-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-googlepinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-googlepinyin.svg deleted file mode 100644 index e8c44b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-googlepinyin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-active.svg deleted file mode 100644 index f660767..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-inactive.svg deleted file mode 100644 index 3f34721..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-handwriting-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-hangul.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-hangul.svg deleted file mode 100644 index d895f8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-hangul.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kbd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kbd.svg deleted file mode 100644 index f8ffb7a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kbd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kkc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kkc.svg deleted file mode 100644 index 7dd1a57..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-kkc.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin-libpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin-libpinyin.svg deleted file mode 120000 index d7b28ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin-libpinyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-pinyin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin.svg deleted file mode 100644 index b7a8f9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-pinyin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-active.svg deleted file mode 100644 index d06c9b7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-inactive.svg deleted file mode 100644 index 22e93d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-punc-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-active.svg deleted file mode 100644 index 394adc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-inactive.svg deleted file mode 100644 index 2a82f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-remind-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-deploy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-deploy.svg deleted file mode 100644 index f81676c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-deploy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-sync.svg deleted file mode 100644 index 8068fb7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime-sync.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime.svg deleted file mode 100644 index b515c26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-rime.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sayura.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sayura.svg deleted file mode 100644 index 8568657..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sayura.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin-libpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin-libpinyin.svg deleted file mode 120000 index d936682..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin-libpinyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-shuangpin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin.svg deleted file mode 100644 index edb43b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-shuangpin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-skk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-skk.svg deleted file mode 100644 index 3fb0f6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-skk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sunpinyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sunpinyin.svg deleted file mode 100644 index 407d47d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-sunpinyin.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-unikey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-unikey.svg deleted file mode 100644 index 62bb6fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-unikey.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-active.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-active.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-inactive.svg deleted file mode 100644 index 56f8a29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-vk-inactive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wbpy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wbpy.svg deleted file mode 120000 index 8edd84f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wbpy.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-wubi.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wubi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wubi.svg deleted file mode 100644 index 365c086..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-wubi.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-zhuyin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-zhuyin.svg deleted file mode 120000 index 9194339..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-zhuyin.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-rime.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-ziranma.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-ziranma.svg deleted file mode 100644 index 43e7dc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fcitx-ziranma.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/featured-vm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/featured-vm.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/featured-vm.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/feed-subscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/feed-subscribe.svg deleted file mode 120000 index 2f0fbff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/feed-subscribe.svg +++ /dev/null @@ -1 +0,0 @@ -application-rss+xml.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-in.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-out.svg deleted file mode 120000 index 580ed01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/file-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filefind.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filefind.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filefind.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-album-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-album-amarok.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-album-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-and-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-and-amarok.svg deleted file mode 100644 index 79e2a57..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-and-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-artist-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-artist-amarok.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-artist-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-bpm-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-bpm-amarok.svg deleted file mode 120000 index 52a2514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-bpm-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -kt-speed-limits.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-comment-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-comment-amarok.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-comment-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-composer-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-composer-amarok.svg deleted file mode 120000 index c2db299..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-composer-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -document-edit-sign.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dash-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dash-amarok.svg deleted file mode 120000 index bc895d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dash-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dashboard-show.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-discnumber-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-discnumber-amarok.svg deleted file mode 100644 index fffb91b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-discnumber-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-divider.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-divider.svg deleted file mode 100644 index 3a7e0fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-divider.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dot-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dot-amarok.svg deleted file mode 100644 index 2525614..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-dot-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-filetype-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-filetype-amarok.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-filetype-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-genre-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-genre-amarok.svg deleted file mode 120000 index 597fac1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-genre-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-genres-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-length.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-length.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-length.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-tracks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-tracks.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-group-tracks.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-ignore-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-ignore-amarok.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-ignore-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-initial-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-initial-amarok.svg deleted file mode 100644 index 45a4137..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-initial-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-last-played.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-last-played.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-last-played.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-moodbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-moodbar.svg deleted file mode 100644 index 70964db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-moodbar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-sample-rate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-sample-rate.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-sample-rate.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-slash-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-slash-amarok.svg deleted file mode 100644 index dcca31b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-slash-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-space-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-space-amarok.svg deleted file mode 100644 index c736f09..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-space-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-title-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-title-amarok.svg deleted file mode 100644 index d0a35ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-title-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-track-amarok.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-track-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-underscore-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-underscore-amarok.svg deleted file mode 100644 index 618c08b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-underscore-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-year-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-year-amarok.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filename-year-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filenew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filenew.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filenew.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileopen.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileopen.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileprint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileprint.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileprint.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filequickprint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filequickprint.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filequickprint.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesave.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesave.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesave.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesaveas.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesaveas.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filesaveas.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileview-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileview-preview.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fileview-preview.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fill-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fill-color.svg deleted file mode 120000 index 10765a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fill-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filmgrain.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filmgrain.svg deleted file mode 100644 index 45a7029..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/filmgrain.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find-location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find-location.svg deleted file mode 100644 index b1805e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find-location.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitbest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitbest.svg deleted file mode 100644 index 3a23817..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitbest.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitheight.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitheight.svg deleted file mode 100644 index 2ceb889..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitheight.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitmanual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitmanual.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitmanual.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitsize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitsize.svg deleted file mode 100644 index 1bff9cd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitsize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitwidth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitwidth.svg deleted file mode 100644 index 27b209c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fitwidth.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-black.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-black.svg deleted file mode 100644 index da7032c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-black.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-blue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-blue.svg deleted file mode 100644 index e081d4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-blue.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-green.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-green.svg deleted file mode 100644 index b8daf2a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-green.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-red.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-red.svg deleted file mode 100644 index 758f819..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-red.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-yellow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-yellow.svg deleted file mode 100644 index 1c44f60..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag-yellow.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag.svg deleted file mode 100644 index bed7cc2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flag.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flatten_simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flatten_simplify.svg deleted file mode 100644 index ad8dafc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/flatten_simplify.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-compact.svg deleted file mode 120000 index 887959b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-compact.svg +++ /dev/null @@ -1 +0,0 @@ -view-compact.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-details.svg deleted file mode 120000 index a379444..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-details.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-details.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-icons.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-icons.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-icons.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-thumbs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-thumbs.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fm-thumbs.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-legacy-systray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-legacy-systray.svg deleted file mode 100644 index 65cd32a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-legacy-systray.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-top-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-top-bar.svg deleted file mode 100644 index 44970c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-top-bar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-windows.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-windows.svg deleted file mode 100644 index 831b98d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/focus-windows.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-copy.svg deleted file mode 100644 index bdb1a53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-move.svg deleted file mode 100644 index d24eb0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-move.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-new.svg deleted file mode 100644 index e34d41e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open-recent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open-recent.svg deleted file mode 100644 index f578d51..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open-recent.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-saved-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-saved-search.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-saved-search.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-sync.svg deleted file mode 100644 index e9d3b69..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-sync.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_color_picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_color_picker.svg deleted file mode 120000 index aed2477..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_color_picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-picker.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_new.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/folder_new.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/followmouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/followmouse.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/followmouse.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/font-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/font-select.svg deleted file mode 100644 index e2b6f6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/font-select.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/footsteps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/footsteps.svg deleted file mode 100644 index 8e6dcd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/footsteps.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fork.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fork.svg deleted file mode 100644 index 2447b1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/fork.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-add-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-add-node.svg deleted file mode 100644 index cadf3b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-add-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-center.svg deleted file mode 100644 index 32da508..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-align-vertical-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-border-style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-border-style.svg deleted file mode 120000 index c47e3dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-border-style.svg +++ /dev/null @@ -1 +0,0 @@ -draw-path.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-break-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-break-node.svg deleted file mode 100644 index 82e1d68..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-break-node.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-connect-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-connect-node.svg deleted file mode 100644 index ab9b078..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-connect-node.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-convert-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-convert-to-path.svg deleted file mode 100644 index 54831dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-convert-to-path.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-currency.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-currency.svg deleted file mode 100644 index 0d16690..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-currency.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-disconnect-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-disconnect-node.svg deleted file mode 120000 index 9dc8e1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-disconnect-node.svg +++ /dev/null @@ -1 +0,0 @@ -format-connect-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-fill-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-fill-color.svg deleted file mode 120000 index 10765a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-fill-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-less.svg deleted file mode 100644 index 4b8a3b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-less.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-more.svg deleted file mode 100644 index d66d32f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-font-size-more.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-less.svg deleted file mode 100644 index 7aeeefb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-less.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-more.svg deleted file mode 100644 index 6deb73e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-indent-more.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-insert-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-insert-node.svg deleted file mode 100644 index 52fc131..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-insert-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-join-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-join-node.svg deleted file mode 100644 index 6c35d1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-join-node.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-center.svg deleted file mode 100644 index 7539838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-fill.svg deleted file mode 100644 index 1080e13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-left.svg deleted file mode 100644 index 0732106..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-right.svg deleted file mode 100644 index b289e34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-justify-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-double.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-double.svg deleted file mode 100644 index 72cdf2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-double.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-normal.svg deleted file mode 100644 index 5adff46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-normal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-triple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-triple.svg deleted file mode 100644 index 04a3315..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-line-spacing-triple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-ordered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-ordered.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-ordered.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-unordered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-unordered.svg deleted file mode 100644 index 187f99d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-list-unordered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-corner.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-corner.svg deleted file mode 100644 index 553a90a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-corner.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-curve.svg deleted file mode 100644 index 72de7df..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-line.svg deleted file mode 100644 index fbde1b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-smooth.svg deleted file mode 100644 index 340a493..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-smooth.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-symmetric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-symmetric.svg deleted file mode 100644 index 1b53e6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-node-symmetric.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-number-percent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-number-percent.svg deleted file mode 100644 index 254a8b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-number-percent.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-less.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-less.svg deleted file mode 100644 index 602e11b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-less.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-more.svg deleted file mode 100644 index 71199b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-precision-more.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-remove-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-remove-node.svg deleted file mode 100644 index 5854c63..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-remove-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-curve.svg deleted file mode 100644 index 86765d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-line.svg deleted file mode 100644 index a286ff7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-segment-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-stroke-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-stroke-color.svg deleted file mode 120000 index 7a7334d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-stroke-color.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-baseline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-blockquote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-blockquote.svg deleted file mode 100644 index 5fe5ecb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-blockquote.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-bold.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-bold.svg deleted file mode 100644 index b5bed89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-bold.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-capitalize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-capitalize.svg deleted file mode 100644 index ccf9019..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-capitalize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-code.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-code.svg deleted file mode 120000 index a6da8dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-code.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-xml-editor.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-color.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-color.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-horizontal.svg deleted file mode 100644 index 36b8257..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-ltr.svg deleted file mode 100644 index cacad55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-ltr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-r2l.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-r2l.svg deleted file mode 100644 index dea0a3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-r2l.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-rtl.svg deleted file mode 100644 index d68bec5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical-lr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical-lr.svg deleted file mode 100644 index d78ca91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical-lr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical.svg deleted file mode 100644 index 5de19df..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-direction-vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-italic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-italic.svg deleted file mode 100644 index dc77e37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-italic.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-larger.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-larger.svg deleted file mode 100644 index 3b23ed5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-larger.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-lowercase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-lowercase.svg deleted file mode 100644 index 97c9fe5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-lowercase.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-remove-formatting.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-remove-formatting.svg deleted file mode 100644 index 6b953e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-remove-formatting.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-smaller.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-smaller.svg deleted file mode 100644 index 29e6f4e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-smaller.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-strikethrough.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-strikethrough.svg deleted file mode 100644 index 615283e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-strikethrough.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-subscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-subscript.svg deleted file mode 100644 index 4faab01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-subscript.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-superscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-superscript.svg deleted file mode 100644 index 4a53282..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-superscript.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-symbol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-symbol.svg deleted file mode 100644 index f5dcdac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-symbol.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-underline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-underline.svg deleted file mode 100644 index 0b48eef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-underline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-uppercase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-uppercase.svg deleted file mode 100644 index 0570c74..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/format-text-uppercase.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/formula.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/formula.svg deleted file mode 100644 index 249b707..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/formula.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-achievements.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-achievements.svg deleted file mode 100644 index b2f5825..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-achievements.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-background.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-background.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-board.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-board.svg deleted file mode 100644 index 434fdea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-board.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-custom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-custom.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-custom.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-options.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-options.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-options.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-theme.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-theme.svg deleted file mode 120000 index 2873b7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-theme.svg +++ /dev/null @@ -1 +0,0 @@ -draw-brush.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-tiles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-tiles.svg deleted file mode 100644 index f2ded75..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-config-tiles.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-difficult.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-difficult.svg deleted file mode 100644 index d2fa619..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-difficult.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-endturn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-endturn.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-endturn.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-highscores.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-highscores.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-highscores.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-hint.svg deleted file mode 100644 index bdb7991..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-hint.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-solve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-solve.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/games-solve.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-build.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-build.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-build.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-close-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-close-all.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-save-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-save-all.svg deleted file mode 120000 index 43e072f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/geany-save-all.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/get-hot-new-stuff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/get-hot-new-stuff.svg deleted file mode 100644 index 83a0dba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/get-hot-new-stuff.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-branch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-branch.svg deleted file mode 100644 index 0bae219..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-branch.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-diff-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-diff-view.svg deleted file mode 120000 index 36fc9a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-diff-view.svg +++ /dev/null @@ -1 +0,0 @@ -cm_flatview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-history-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-history-view.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-history-view.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-remote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-remote.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-remote.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/giggle-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/globe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/globe.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/globe.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-app-install-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-app-install-star.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-app-install-star.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-lockscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-lockscreen.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-lockscreen.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-searchtool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-searchtool.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-searchtool.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-fwd.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-fwd.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-rpl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-rpl.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-rpl.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-snd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-snd.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnome-stock-mail-snd.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-comment-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-comment-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-comment-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-link-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-link-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gnumeric-link-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-bottom.svg deleted file mode 100644 index f4fb3fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-bottom.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down-search.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down-search.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down.svg deleted file mode 100644 index 5851aed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-down.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view-page.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first.svg deleted file mode 100644 index 2033a7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-first.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home-large.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home-large.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home.svg deleted file mode 100644 index 9201fbc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-home.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-declaration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-declaration.svg deleted file mode 100644 index a9a94b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-declaration.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-definition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-definition.svg deleted file mode 100644 index f1f1308..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-definition.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-locationbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-locationbar.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-locationbar.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-rtl.svg deleted file mode 100644 index babb715..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-today.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump-today.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump.svg deleted file mode 100644 index f1115f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-jump.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view-page.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last.svg deleted file mode 100644 index ec309a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-last.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-left.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-left.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-context.svg deleted file mode 100644 index 6464950..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-context.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-use.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-use.svg deleted file mode 100644 index ec164c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-use.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view-page.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next.svg deleted file mode 100644 index 30baa8f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-next.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-parent-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-parent-folder.svg deleted file mode 100644 index 99ad127..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-parent-folder.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-context.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-context.svg deleted file mode 100644 index f3fed74..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-context.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-use.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-use.svg deleted file mode 100644 index cb9576f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-use.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view-page.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view-page.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous-view.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous.svg deleted file mode 100644 index f3c1b2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-previous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-right.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-right.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-today.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-today.svg deleted file mode 120000 index 516e9f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-today.svg +++ /dev/null @@ -1 +0,0 @@ -calendar-go-today.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-top.svg deleted file mode 100644 index 3d45eb0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up-search.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up-search.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up.svg deleted file mode 100644 index 68b9944..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/go-up.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gohome.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gohome.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gohome.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpg.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpg.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpgsm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpgsm.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gpgsm.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gps.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gps.svg deleted file mode 120000 index 940ccf4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gps.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-in-place.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-axonometric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-axonometric.svg deleted file mode 100644 index d5df718..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-axonometric.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-rectangular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-rectangular.svg deleted file mode 100644 index 75c2fc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid-rectangular.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/grid.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-delete.svg deleted file mode 100644 index e3673a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-delete.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-edit.svg deleted file mode 100644 index fb8dac8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-new.svg deleted file mode 100644 index f213672..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/group-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-note-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-note-new.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-note-new.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-people.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-people.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag-new.svg deleted file mode 120000 index 4bfd68b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag-new.svg +++ /dev/null @@ -1 +0,0 @@ -tag-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tag.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-all.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-none.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-tags-none.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-dismiss.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-dismiss.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-dismiss.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-done.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-done.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-done.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-new.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undismiss.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undismiss.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undismiss.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undone.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-task-undone.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-work.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-work.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtg-work.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-apply.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-apply.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-authentication.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-authentication.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-authentication.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-bold.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-bold.svg deleted file mode 120000 index 3921884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-bold.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-bold.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cdrom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cdrom.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cdrom.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-clear.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-color-picker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-color-picker.svg deleted file mode 120000 index 1f41e7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-color-picker.svg +++ /dev/null @@ -1 +0,0 @@ -color-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-connect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-connect.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-connect.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-convert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-convert.svg deleted file mode 100644 index 294582c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-convert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-copy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-cut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-directory.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-directory.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-directory.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-disconnect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-disconnect.svg deleted file mode 120000 index a3b26c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-disconnect.svg +++ /dev/null @@ -1 +0,0 @@ -network-disconnect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-dnd-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-dnd-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-dnd-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-execute.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-execute.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-execute.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-file.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-file.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find-and-replace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find-and-replace.svg deleted file mode 120000 index 0c2ba29..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find-and-replace.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find-replace.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-floppy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-floppy.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-floppy.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-ltr.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-rtl.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-back-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-ltr.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-rtl.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-forward-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-go-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-ltr.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-rtl.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-first-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-ltr.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-rtl.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-last-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-goto-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-ltr.svg deleted file mode 120000 index db83cea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-rtl.svg deleted file mode 120000 index c5f5002..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-indent-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -format-indent-less.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-index.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-index.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-index.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-info.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-info.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-italic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-italic.svg deleted file mode 120000 index a20d812..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-italic.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-italic.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-ltr.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-rtl.svg deleted file mode 120000 index ccdd201..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-jump-to-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-center.svg deleted file mode 120000 index 68248d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-center.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-fill.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-fill.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-left.svg deleted file mode 120000 index 019e49d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-left.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-right.svg deleted file mode 120000 index 28bd790..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-justify-right.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-right.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-leave-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-leave-fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-leave-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-ltr.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-rtl.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-forward-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-ltr.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-rtl.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-next-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-play-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-play-ltr.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-play-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-ltr.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-rtl.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-previous-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-record.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-record.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-ltr.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-rtl.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-rewind-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-paste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-paste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-preferences.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-preferences.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-preferences.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print-preview.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-print.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-quit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-quit.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-quit.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-remove.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-remove.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-ltr.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-rtl.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-revert-to-saved-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save-as.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save-as.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-save.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-color.svg deleted file mode 120000 index aed2477..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-color.svg +++ /dev/null @@ -1 +0,0 @@ -color-picker.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-font.svg deleted file mode 100644 index 2b91ccc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-select-font.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-spell-check.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-spell-check.svg deleted file mode 120000 index 9100ee7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-spell-check.svg +++ /dev/null @@ -1 +0,0 @@ -tools-check-spelling.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-ltr.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-ltr.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-rtl.svg deleted file mode 120000 index a13a878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-undelete-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-zoom-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-zoom-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/gtk-zoom-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/guides.svg deleted file mode 100644 index cf02397..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/guides.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hand.svg deleted file mode 120000 index 374fc6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hand.svg +++ /dev/null @@ -1 +0,0 @@ -transform-browse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/handle-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/handle-sort.svg deleted file mode 100644 index cd16b57..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/handle-sort.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-activity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-activity.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-activity.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-add-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-add-queue.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-add-queue.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-complete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-complete.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-complete.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-picture.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-picture.svg deleted file mode 120000 index 5a18f81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-picture.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-presets.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-presets.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-presets.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-showqueue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-showqueue.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-showqueue.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-source.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-source.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-source.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hb-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-about.svg deleted file mode 100644 index 3050876..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-about.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents-vmware.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents-vmware.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents-vmware.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents.svg deleted file mode 100644 index 753d6d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contextual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contextual.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-contextual.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-donate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-donate.svg deleted file mode 120000 index 761fdb5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-donate.svg +++ /dev/null @@ -1 +0,0 @@ -taxes-finances.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-feedback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-feedback.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-feedback.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-hint.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-hint.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-info.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-info.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-info.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-keybord-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-keybord-shortcuts.svg deleted file mode 120000 index ca94a19..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-keybord-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -fcitx-kbd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-whatsthis.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-whatsthis.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help-whatsthis.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hidemouse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hidemouse.svg deleted file mode 120000 index d4c7351..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hidemouse.svg +++ /dev/null @@ -1 +0,0 @@ -kr_unselect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hint.svg deleted file mode 100644 index cbf2da9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hint.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history_entry.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history_entry.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/history_entry.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/homerun.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/homerun.svg deleted file mode 100644 index e3e5dd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/homerun.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hook-notifier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hook-notifier.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hook-notifier.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/horizontal.svg deleted file mode 100644 index 14d5371..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hotpixels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hotpixels.svg deleted file mode 100644 index a510748..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/hotpixels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_console.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_console.svg deleted file mode 100644 index aec195e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_console.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_details.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_details.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_radio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_radio.svg deleted file mode 100644 index c16843d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/icon_radio.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/identity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/identity.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/identity.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-aim.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-aim.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-aim.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-kick-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-kick-user.svg deleted file mode 120000 index 2379f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-kick-user.svg +++ /dev/null @@ -1 +0,0 @@ -im-kick-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-user.svg deleted file mode 100644 index 22df8f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-ban-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-facebook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-facebook.svg deleted file mode 100644 index 722460a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-facebook.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-gadugadu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-gadugadu.svg deleted file mode 100644 index 113984a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-gadugadu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google-talk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google-talk.svg deleted file mode 100644 index 05be335..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google-talk.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google.svg deleted file mode 100644 index ae2459d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-google.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-groupwise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-groupwise.svg deleted file mode 100644 index 2a4b51b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-groupwise.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-icq.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-icq.svg deleted file mode 100644 index 7414beb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-icq.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-identi.ca.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-identi.ca.svg deleted file mode 100644 index 7dcd90c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-identi.ca.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-invisible-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-invisible-user.svg deleted file mode 100644 index ae4c6aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-invisible-user.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-irc.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-irc.svg deleted file mode 100644 index 3e7296f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-irc.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-jabber.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-jabber.svg deleted file mode 100644 index 22b7c9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-jabber.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-kick-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-kick-user.svg deleted file mode 100644 index 4db63b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-kick-user.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-local-xmpp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-local-xmpp.svg deleted file mode 120000 index 979d9af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-local-xmpp.svg +++ /dev/null @@ -1 +0,0 @@ -im-jabber.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-message-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-message-new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-message-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-msn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-msn.svg deleted file mode 100644 index 92d27a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-msn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-nov.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-nov.svg deleted file mode 120000 index 83745bf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-nov.svg +++ /dev/null @@ -1 +0,0 @@ -im-groupwise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-qq.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-qq.svg deleted file mode 100644 index 463d3e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-qq.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-skype.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-skype.svg deleted file mode 100644 index ef8faa6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-skype.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-twitter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-twitter.svg deleted file mode 100644 index 77c5ef2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-twitter.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-away.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-away.svg deleted file mode 100644 index e8a5c91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-away.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-busy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-busy.svg deleted file mode 100644 index 247a38c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-busy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-offline.svg deleted file mode 100644 index 324d21d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-offline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-online.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-online.svg deleted file mode 100644 index 03780c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user-online.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user.svg deleted file mode 100644 index 3724bcc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-user.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-yahoo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-yahoo.svg deleted file mode 100644 index 2e84c90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-yahoo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-youtube.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-youtube.svg deleted file mode 100644 index 7330e1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/im-youtube.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-adjust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-adjust.svg deleted file mode 120000 index aa5daf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-adjust.svg +++ /dev/null @@ -1 +0,0 @@ -adjustlevels.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-auto-adjust.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-auto-adjust.svg deleted file mode 120000 index 7902623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-auto-adjust.svg +++ /dev/null @@ -1 +0,0 @@ -autocorrection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-crop.svg deleted file mode 100644 index 85e56ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-crop.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-denoise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-denoise.svg deleted file mode 100644 index a2f5f2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-denoise.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-filter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-filter.svg deleted file mode 100644 index 3ac9d00..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-filter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-loading.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-loading.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-loading.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-missing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-missing.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-missing.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-red-eye.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-red-eye.svg deleted file mode 100644 index 6ab2458..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-red-eye.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-sharpen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-sharpen.svg deleted file mode 100644 index 34a606e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-sharpen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-straighten.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-straighten.svg deleted file mode 100644 index 7eee003..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/image-straighten.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/imagecomment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/imagecomment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/imagecomment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/inbox.svg deleted file mode 100644 index 73af5e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/inbox.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-button.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-button.svg deleted file mode 100644 index 355cdfc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-button.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-emoticon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-emoticon.svg deleted file mode 100644 index 91667de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-emoticon.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-endnote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-endnote.svg deleted file mode 100644 index 7e658ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-endnote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-footnote.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-footnote.svg deleted file mode 100644 index 55c54b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-footnote.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-horizontal-rule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-horizontal-rule.svg deleted file mode 120000 index c47e3dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-horizontal-rule.svg +++ /dev/null @@ -1 +0,0 @@ -draw-path.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-image.svg deleted file mode 100644 index 36e739b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-image.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-link.svg deleted file mode 100644 index a5d2987..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-link.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-math-expression.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-math-expression.svg deleted file mode 100644 index eb7925a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-math-expression.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-more-mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-more-mark.svg deleted file mode 100644 index e994e73..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-more-mark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-object.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-object.svg deleted file mode 100644 index b74be3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-object.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-page-break.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-page-break.svg deleted file mode 100644 index 6ba3d3c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-page-break.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table-of-contents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table-of-contents.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table-of-contents.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table.svg deleted file mode 100644 index 9370a93..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-table.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-tableofcontents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-tableofcontents.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-tableofcontents.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text-frame.svg deleted file mode 100644 index 001d0ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text-frame.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text.svg deleted file mode 100644 index af4a733..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/insert-text.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/interactive_simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/interactive_simplify.svg deleted file mode 100644 index 55ed8ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/interactive_simplify.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-amarok.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-services.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-services.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/internet-services.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/invertimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/invertimage.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/invertimage.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-active.svg deleted file mode 120000 index 324bd1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-active.svg +++ /dev/null @@ -1 +0,0 @@ -filename-discnumber-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-inactive.svg deleted file mode 100644 index e5200dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-channel-inactive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-close-channel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-close-channel.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-close-channel.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-join-channel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-join-channel.svg deleted file mode 120000 index 8dca637..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-join-channel.svg +++ /dev/null @@ -1 +0,0 @@ -document-open.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-operator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-operator.svg deleted file mode 120000 index b3dc283..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-operator.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-custom-effect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-remove-operator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-remove-operator.svg deleted file mode 100644 index f10b925..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-remove-operator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-unvoice.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-unvoice.svg deleted file mode 120000 index b941b18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-unvoice.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume-muted.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-voice.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-voice.svg deleted file mode 120000 index c453305..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/irc-voice.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/items-tags.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/items-tags.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/items-tags.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-copy-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-copy-link.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-copy-link.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-error.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-error.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-folder.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-information.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-information.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-information.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-open-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-open-browser.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-open-browser.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-question.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-question.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-question.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-quit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-quit.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-quit.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-resize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-resize.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-resize.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-rotate.svg deleted file mode 120000 index ae703d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-rotate.svg +++ /dev/null @@ -1 +0,0 @@ -transform-rotate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-tools.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-tools.svg deleted file mode 120000 index 9d29689..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-tools.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-equalizer.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-upload.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-upload.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-utils.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-utils.svg deleted file mode 120000 index 6995ac4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-utils.svg +++ /dev/null @@ -1 +0,0 @@ -configure-toolbars.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-warning.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/itmages-warning.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/journal-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/journal-new.svg deleted file mode 100644 index 0164900..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/journal-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-color-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-color-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-color-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-slide-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-slide-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-slide-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-text-clip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-text-clip.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-add-text-clip.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-hor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-hor.svg deleted file mode 100644 index 4c05d10..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-hor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-left.svg deleted file mode 100644 index 8e62d49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-none.svg deleted file mode 120000 index cc1037f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-none.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-list.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-right.svg deleted file mode 100644 index 9806ef4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-vert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-vert.svg deleted file mode 100644 index 33dc265..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-align-vert.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-composite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-composite.svg deleted file mode 100644 index 45a2cb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-composite.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-custom-effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-custom-effect.svg deleted file mode 100644 index a010428..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-custom-effect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-deleffect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-deleffect.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-deleffect.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-audio.svg deleted file mode 100644 index dd3390d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-audio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-video.svg deleted file mode 100644 index 63b4d2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-hide-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-edit.svg deleted file mode 100644 index 0c1875a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-edit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-rect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-rect.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-rect.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-unicode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-unicode.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-insert-unicode.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-menu.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-menu.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-normal-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-normal-edit.svg deleted file mode 100644 index f4f2834..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-normal-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-height.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-height.svg deleted file mode 100644 index d485086..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-height.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-width.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-width.svg deleted file mode 100644 index a96055a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-object-width.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-overwrite-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-overwrite-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-overwrite-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-all.svg deleted file mode 100644 index 2aa2752..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-all.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-images.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-images.svg deleted file mode 100644 index f7505d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-images.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-rects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-rects.svg deleted file mode 100644 index 03cf6f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-rects.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-texts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-texts.svg deleted file mode 100644 index 48337a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-texts.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-tool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-tool.svg deleted file mode 100644 index 3583be1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-select-tool.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audio.svg deleted file mode 100644 index 94bd0af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audiothumb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audiothumb.svg deleted file mode 100644 index 5747004..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-audiothumb.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-markers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-markers.svg deleted file mode 100644 index c078220..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-markers.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-video.svg deleted file mode 100644 index 1021943..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-videothumb.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-videothumb.svg deleted file mode 120000 index 7b51f34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-show-videothumb.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audiothumb.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slide.svg deleted file mode 100644 index b89334f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slip.svg deleted file mode 100644 index ffecdef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-slip.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-snap.svg deleted file mode 120000 index 305374a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-snap.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-align-hor.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-spacer-tool.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-spacer-tool.svg deleted file mode 100644 index 140ecee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-spacer-tool.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-split-audio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-split-audio.svg deleted file mode 100644 index 6fcc86b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-split-audio.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track-has-effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track-has-effect.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track-has-effect.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track_has_effect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track_has_effect.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-track_has_effect.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unlock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unselect-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unselect-all.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-unselect-all.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-down.svg deleted file mode 100644 index df11daa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-down.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-top.svg deleted file mode 100644 index ddeefcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-top.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-up.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zindex-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-end.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-end.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zone-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-large.svg deleted file mode 100644 index c4f5f15..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-large.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-small.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-small.svg deleted file mode 100644 index 5be83fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdenlive-zoom-small.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdocumentinfo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdocumentinfo.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kdocumentinfo.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key-enter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key-enter.svg deleted file mode 100644 index 1926907..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key-enter.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key_enter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key_enter.svg deleted file mode 120000 index 4ded946..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/key_enter.svg +++ /dev/null @@ -1 +0,0 @@ -key-enter.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-add.svg deleted file mode 100644 index 9a8c574..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-add.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-disable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-disable.svg deleted file mode 100644 index aa63145..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-disable.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-duplicate.svg deleted file mode 100644 index 97d5884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-duplicate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-next.svg deleted file mode 100644 index 9799d6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-next.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-previous.svg deleted file mode 100644 index a7ba11e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-previous.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-record.svg deleted file mode 100644 index 60991a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-record.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-remove.svg deleted file mode 100644 index e316756..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe-remove.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe.svg deleted file mode 100644 index 0b5219b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/keyframe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kfm_home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kfm_home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kfm_home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase-new.svg deleted file mode 100644 index 1e4f27d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrase.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrasebook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrasebook.svg deleted file mode 120000 index 7d23258..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phrasebook.svg +++ /dev/null @@ -1 +0,0 @@ -im-irc.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phresebook-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phresebook-new.svg deleted file mode 100644 index ca81664..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kmouth-phresebook-new.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_alarm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_alarm.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_alarm.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_date.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_date.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_date.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/knotes_delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kontes_close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kontes_close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kontes_close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_combine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_combine.svg deleted file mode 100644 index b752d6e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_combine.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_comparedirs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_comparedirs.svg deleted file mode 100644 index b7b66c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_comparedirs.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_diskusage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_diskusage.svg deleted file mode 100644 index fc3bcf8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_diskusage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_jumpback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_jumpback.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_jumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_mountman.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_mountman.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_mountman.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_setjumpback.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_setjumpback.svg deleted file mode 120000 index 76b6809..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_setjumpback.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump-definition.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_off.svg deleted file mode 100644 index aaefe83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_off.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_on.svg deleted file mode 120000 index 0e0e5bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_syncbrowse_on.svg +++ /dev/null @@ -1 +0,0 @@ -folder-sync.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_unselect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_unselect.svg deleted file mode 100644 index 99c0c1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kr_unselect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cbound.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cbound.svg deleted file mode 100644 index 7b883dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cbound.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_clines.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_clines.svg deleted file mode 100644 index 6d69695..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_clines.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cnames.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cnames.svg deleted file mode 100644 index 8af3aa1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_cnames.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_deepsky.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_deepsky.svg deleted file mode 100644 index 7d14e90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_deepsky.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_ekos.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_ekos.svg deleted file mode 100644 index 1b53ba3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_ekos.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_fitsviewer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_fitsviewer.svg deleted file mode 100644 index d2dc36d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_fitsviewer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_grid.svg deleted file mode 100644 index c61396a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_grid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_hgrid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_hgrid.svg deleted file mode 100644 index 366b4a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_hgrid.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_horizon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_horizon.svg deleted file mode 100644 index 359cc06..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_horizon.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_indi.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_indi.svg deleted file mode 100644 index f7f4f16..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_indi.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_mw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_mw.svg deleted file mode 100644 index 71bff8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_mw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_planets.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_planets.svg deleted file mode 100644 index 063824f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_planets.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_satellites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_satellites.svg deleted file mode 100644 index 07473f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_satellites.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_solarsystem.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_solarsystem.svg deleted file mode 100644 index 57e6e05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_solarsystem.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_supernovae.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_supernovae.svg deleted file mode 100644 index 4bc1b33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_supernovae.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_xplanet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_xplanet.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kstars_xplanet.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-feeds.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-feeds.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-feeds.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-filters.svg deleted file mode 100644 index 0d39493..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-add-filters.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-bandwidth-scheduler.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-bandwidth-scheduler.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-bandwidth-scheduler.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-change-tracker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-change-tracker.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-change-tracker.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-check-data.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-check-data.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-check-data.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-chunks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-chunks.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-chunks.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-encrypted.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-info-widget.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-info-widget.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-info-widget.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-magnet.svg deleted file mode 100644 index 0e00b53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-magnet.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-plugins.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-plugins.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-plugins.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-queue-manager.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-queue-manager.svg deleted file mode 120000 index 213a69a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-queue-manager.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-descending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-feeds.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-feeds.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-feeds.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-filters.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-filters.svg deleted file mode 100644 index 4705ddc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove-filters.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-remove.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-restore-defaults.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-restore-defaults.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-restore-defaults.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-download-speed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-download-speed.svg deleted file mode 120000 index 3771745..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-download-speed.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-upload-speed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-upload-speed.svg deleted file mode 120000 index 17854fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-set-max-upload-speed.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-show-statusbar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-show-statusbar.svg deleted file mode 120000 index ae70e66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-show-statusbar.svg +++ /dev/null @@ -1 +0,0 @@ -show-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-speed-limits.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-speed-limits.svg deleted file mode 100644 index b6cc9f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-speed-limits.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start-all.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop-all.svg deleted file mode 100644 index 95ac2e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop-all.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-upnp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-upnp.svg deleted file mode 100644 index 8736657..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/kt-upnp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ktnef_extract_to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ktnef_extract_to.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ktnef_extract_to.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/label-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/label-amarok.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/label-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-TeX-logo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-TeX-logo.svg deleted file mode 100644 index 81df582..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-TeX-logo.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-all.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-all.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-auto-scale-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-horizontal.svg deleted file mode 100644 index 2a91ec4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-horizontal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-vertical.svg deleted file mode 100644 index 3ea98db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-axis-vertical.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-cursor-arrow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-cursor-arrow.svg deleted file mode 120000 index 925eb22..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-cursor-arrow.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-format-text-symbol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-format-text-symbol.svg deleted file mode 120000 index 5d66639..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-format-text-symbol.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-symbol.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-down-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-down-y.svg deleted file mode 100644 index 714ffb0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-down-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-left-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-left-x.svg deleted file mode 100644 index 6b848b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-left-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-right-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-right-x.svg deleted file mode 100644 index d07dfba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-right-x.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-up-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-up-y.svg deleted file mode 100644 index d8a0799..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-shift-up-y.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-transform-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-transform-move.svg deleted file mode 120000 index fa26bd3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-transform-move.svg +++ /dev/null @@ -1 +0,0 @@ -transform-move.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-curve.svg deleted file mode 100644 index f5d63d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-curve.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-equation-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-equation-curve.svg deleted file mode 100644 index f310f6f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-equation-curve.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-fit-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-fit-curve.svg deleted file mode 100644 index 838e10d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-fit-curve.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-four-axes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-four-axes.svg deleted file mode 100644 index 18bbb1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-four-axes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered-origin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered-origin.svg deleted file mode 100644 index 8e105fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered-origin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered.svg deleted file mode 100644 index bd2acc2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes-centered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes.svg deleted file mode 100644 index f50a232..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-xy-plot-two-axes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-x.svg deleted file mode 120000 index 608b539..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-y.svg deleted file mode 120000 index 65f9aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-in-y.svg +++ /dev/null @@ -1 +0,0 @@ -y-zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-x.svg deleted file mode 120000 index fc310d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-y.svg deleted file mode 120000 index 0f72a05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/labplot-zoom-out-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-y.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/languages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/languages.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/languages.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-bottom.svg deleted file mode 100644 index eeb8fbf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-bottom.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-delete.svg deleted file mode 100644 index f10c5c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-delete.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-duplicate.svg deleted file mode 100644 index e725f4d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-duplicate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-lower.svg deleted file mode 100644 index f37526d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-lower.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-new.svg deleted file mode 100644 index 780c695..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-next.svg deleted file mode 100644 index 8c196a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-next.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-previous.svg deleted file mode 100644 index 22fbe90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-previous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-raise.svg deleted file mode 100644 index 325d2bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-raise.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-top.svg deleted file mode 100644 index 2103b1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-top.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-off.svg deleted file mode 100644 index e884f9d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-off.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-on.svg deleted file mode 100644 index c8a4d53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/layer-visible-on.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lens.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lens.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lens.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensautofix.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensautofix.svg deleted file mode 100644 index dca05f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensautofix.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensdistortion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensdistortion.svg deleted file mode 100644 index 310f37e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lensdistortion.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/libpeas-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/libpeas-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/libpeas-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/license.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/license.svg deleted file mode 100644 index 4dc716e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/license.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttable.svg deleted file mode 100644 index 67bbb90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttable.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttableadd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttableadd.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lighttableadd.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lines-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lines-connector.svg deleted file mode 100644 index 5773b98..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lines-connector.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/link.svg deleted file mode 100644 index d762321..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-font.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-font.svg deleted file mode 100644 index ce31954..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-font.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-user.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add-user.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add.svg deleted file mode 100644 index 63d73cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-add.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-all.svg deleted file mode 100644 index 11e0c55..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-all.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-user.svg deleted file mode 100644 index 57b0361..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove.svg deleted file mode 100644 index e5c2fbc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-remove.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-resource-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-resource-add.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/list-resource-add.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/location.svg deleted file mode 100644 index 7816377..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/location.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/locationbar_erase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/locationbar_erase.svg deleted file mode 120000 index beaae79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/locationbar_erase.svg +++ /dev/null @@ -1 +0,0 @@ -edit-clear-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/love-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/love-amarok.svg deleted file mode 100644 index 56d8149..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/love-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-bug.svg deleted file mode 120000 index c423740..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-bug.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-junk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-translate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-translate.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/lpi-translate.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-archive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-archive.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-archive.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-attachment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-attachment.svg deleted file mode 100644 index 89236b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-attachment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-deleted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-deleted.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-deleted.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-full.svg deleted file mode 100644 index 2a91db3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-full.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-part.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-part.svg deleted file mode 120000 index bab4595..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted-part.svg +++ /dev/null @@ -1 +0,0 @@ -mail-encrypted-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted.svg deleted file mode 120000 index bab4595..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-encrypted.svg +++ /dev/null @@ -1 +0,0 @@ -mail-encrypted-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flag.svg deleted file mode 100644 index 04dbd74..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flag.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flagged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flagged.svg deleted file mode 120000 index c652f2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-flagged.svg +++ /dev/null @@ -1 +0,0 @@ -mail-flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-inbox.svg deleted file mode 120000 index 80b4ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-inbox.svg +++ /dev/null @@ -1 +0,0 @@ -inbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-outbox.svg deleted file mode 120000 index 2aa12a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-outbox.svg +++ /dev/null @@ -1 +0,0 @@ -outbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-sent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-sent.svg deleted file mode 100644 index da5880d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-folder-sent.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forward.svg deleted file mode 100644 index 914c7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forward.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded-replied.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded-replied.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded-replied.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-forwarded.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-inbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-inbox.svg deleted file mode 120000 index 80b4ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-inbox.svg +++ /dev/null @@ -1 +0,0 @@ -inbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-invitation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-invitation.svg deleted file mode 100644 index b268228..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-invitation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-important.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-important.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-important.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-junk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-junk.svg deleted file mode 100644 index 9f891b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-junk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-notjunk.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-notjunk.svg deleted file mode 100644 index ace5a04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-notjunk.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-read.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-read.svg deleted file mode 100644 index 9a5dbe1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-read.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-task.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-task.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread-new.svg deleted file mode 100644 index 2422604..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread-new.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread.svg deleted file mode 100644 index d69b9b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-mark-unread.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-meeting-request-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-meeting-request-reply.svg deleted file mode 100644 index 5570e34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-meeting-request-reply.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new-list.svg deleted file mode 100644 index 1c4881c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new.svg deleted file mode 100644 index b059bc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-message.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-move.svg deleted file mode 100644 index d9101cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-move.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-open-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-open-multiple.svg deleted file mode 100644 index 920eb17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-open-multiple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-outbox.svg deleted file mode 120000 index 2aa12a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-outbox.svg +++ /dev/null @@ -1 +0,0 @@ -outbox.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-queue.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-queue.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-read.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-read.svg deleted file mode 100644 index 4b37ca2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-read.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-receive.svg deleted file mode 100644 index 360404e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-receive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-replied.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-replied.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-replied.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-custom.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-list.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-list.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-sender.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-sender.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-reply-sender.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send-receive.svg deleted file mode 100644 index 9f72f21..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send-receive.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send.svg deleted file mode 100644 index 5552024..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-send.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-sent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-sent.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-sent.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signature-unknown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signature-unknown.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signature-unknown.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-full.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-full.svg deleted file mode 100644 index 00dd3e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-full.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-fully.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-fully.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-fully.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-part.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-part.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-part.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-verified.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-verified.svg deleted file mode 120000 index 8221c41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed-verified.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-read.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed.svg deleted file mode 120000 index 06815fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-signed.svg +++ /dev/null @@ -1 +0,0 @@ -mail-signed-full.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-tagged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-tagged.svg deleted file mode 100644 index f601b6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-tagged.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-task.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-task.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-ignored.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-ignored.svg deleted file mode 100644 index 57fe557..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-ignored.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-watch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-watch.svg deleted file mode 100644 index 7fdd563..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-thread-watch.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-multiple.svg deleted file mode 100644 index cc16c2f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-multiple.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-new.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread-new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail-unread.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_generic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_generic.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_generic.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_new.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_new.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_reply.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_reply.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_replyall.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_replyall.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mail_replyall.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/manga.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/manga.svg deleted file mode 100644 index 6d6bb4e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/manga.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-flat.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-flat.svg deleted file mode 100644 index 73f175a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-flat.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-globe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-globe.svg deleted file mode 100644 index 6c39fc8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-globe.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-gnomonic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-gnomonic.svg deleted file mode 100644 index 25bf875..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-gnomonic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-mercator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-mercator.svg deleted file mode 100644 index b04003f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/map-mercator.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mark-location.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mark-location.svg deleted file mode 100644 index e3c6329..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mark-location.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/measure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/measure.svg deleted file mode 100644 index 56f9c65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/measure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover-manager-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover-manager-amarok.svg deleted file mode 100644 index 801ec12..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover-manager-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-repeat-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-repeat-amarok.svg deleted file mode 120000 index cf79da2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-album-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-track.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-track.svg deleted file mode 100644 index 122eb68..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-album-track.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-eject.svg deleted file mode 100644 index 31b2aa4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-eject.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-forward.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-forward.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-import-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-import-audio-cd.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-import-audio-cd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-pause.svg deleted file mode 100644 index a02b54e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-pause.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-paused.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-paused.svg deleted file mode 100644 index 7e08d21..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-paused.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-playing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-playing.svg deleted file mode 100644 index 7e035c1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-playing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start-rtl.svg deleted file mode 100644 index 12ed8dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start.svg deleted file mode 100644 index ac0245d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-start.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stop.svg deleted file mode 100644 index 59ca381..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stopped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stopped.svg deleted file mode 100644 index 493a4a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playback-stopped.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-normal.svg deleted file mode 100644 index 609c077..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-normal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-play.svg deleted file mode 100644 index 891e192..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-amarok.svg deleted file mode 120000 index 8bb4aca..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-playlist-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-song.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-song.svg deleted file mode 120000 index f0a3a66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat-song.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat.svg deleted file mode 100644 index c0cd9b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-repeat.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-shuffle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-shuffle.svg deleted file mode 100644 index 6e57fc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-playlist-shuffle.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-albums-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-albums-amarok.svg deleted file mode 100644 index 76f2252..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-albums-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-tracks-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-tracks-amarok.svg deleted file mode 100644 index f95d8ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-random-tracks-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-record.svg deleted file mode 100644 index 0a2bc6f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-record.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-album-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-album-amarok.svg deleted file mode 100644 index d4886f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-album-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-all.svg deleted file mode 120000 index 81a417a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-all.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-repeat.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-none.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-none.svg deleted file mode 100644 index da2eec2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-none.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-playlist-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-playlist-amarok.svg deleted file mode 100644 index fa00eab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-playlist-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-single.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-single.svg deleted file mode 120000 index f0a3a66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-single.svg +++ /dev/null @@ -1 +0,0 @@ -media-repeat-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-track-amarok.svg deleted file mode 100644 index ceef3ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-repeat-track-amarok.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-rewind.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-rewind.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-rewind.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-backward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-backward.svg deleted file mode 100644 index d5a880c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-backward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-forward.svg deleted file mode 100644 index 3dc926d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-seek-forward.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-show-active-track-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-show-active-track-amarok.svg deleted file mode 100644 index 293df7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-show-active-track-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-backward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-backward.svg deleted file mode 100644 index 8374062..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-backward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-forward.svg deleted file mode 100644 index 8ae56c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-skip-forward.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-standard-track-progression-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-standard-track-progression-amarok.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-standard-track-progression-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-add-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-add-amarok.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-add-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-edit-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-edit-amarok.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-edit-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-queue-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-queue-amarok.svg deleted file mode 100644 index 7cfdd26..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-queue-amarok.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-remove-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-remove-amarok.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-show-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-show-active.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-track-show-active.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-view-subtitles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-view-subtitles.svg deleted file mode 100644 index 6ef1cc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/media-view-subtitles.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending-tentative.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending-tentative.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending-tentative.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-attending.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-no-response.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-no-response.svg deleted file mode 100644 index 0f652a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-no-response.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-request-response.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-request-response.svg deleted file mode 100644 index 1730a74..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meeting-participant-request-response.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meld-version-control.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meld-version-control.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/meld-version-control.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new_sep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new_sep.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/menu_new_sep.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/merge.svg deleted file mode 100644 index c780bc3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/merge.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient-fit.svg deleted file mode 100644 index a791765..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient-fit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient.svg deleted file mode 100644 index 660c438..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/mesh-gradient.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/message-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/message-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/message-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/messagebox_warning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/messagebox_warning.svg deleted file mode 120000 index 3b41d91..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/messagebox_warning.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-error.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/milestone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/milestone.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/milestone.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/modified.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/modified.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/modified.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/music-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/music-amarok.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/music-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nemo-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nemo-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nemo-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-connect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-connect.svg deleted file mode 100644 index 771cb4a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-connect.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-disconnect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-disconnect.svg deleted file mode 100644 index cd1c943..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-disconnect.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-server-vmware.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-server-vmware.svg deleted file mode 100644 index 46c1b62..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/network-server-vmware.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-24h-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-24h-appointment.svg deleted file mode 100644 index 952cd0d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-24h-appointment.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-audio-alarm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-audio-alarm.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/new-audio-alarm.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-subscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-subscribe.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-subscribe.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-unsubscribe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-unsubscribe.svg deleted file mode 100644 index 9e0cb28..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/news-unsubscribe.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/next.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/next.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no-marker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no-marker.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no-marker.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no.svg deleted file mode 100644 index 5e586a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/no.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nocover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nocover.svg deleted file mode 120000 index f8898e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/nocover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-cover-manager-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-add.svg deleted file mode 100644 index 599104d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-break.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-break.svg deleted file mode 100644 index ddb3d1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-break.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete-segment.svg deleted file mode 100644 index 3b1d431..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete.svg deleted file mode 100644 index a896558..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join-segment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join-segment.svg deleted file mode 100644 index 33d27fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join-segment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join.svg deleted file mode 100644 index 7d18b6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-join.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-curve.svg deleted file mode 100644 index a6629eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-curve.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-line.svg deleted file mode 100644 index 1292774..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-segment-line.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-transform.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-transform.svg deleted file mode 100644 index 12334d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-transform.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-auto-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-auto-smooth.svg deleted file mode 100644 index a41d7c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-auto-smooth.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-cusp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-cusp.svg deleted file mode 100644 index 2585010..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-cusp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-smooth.svg deleted file mode 100644 index e028cb0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-smooth.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-symmetric.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-symmetric.svg deleted file mode 100644 index e2ef55f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/node-type-symmetric.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/noisereduction.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/noisereduction.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/noisereduction.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/non-starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/non-starred.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/non-starred.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/note.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/note.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/note.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-center-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-center-calligra.svg deleted file mode 120000 index 82a31af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-center-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-left-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-left-calligra.svg deleted file mode 120000 index e2cdcc9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-left-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-right-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-right-calligra.svg deleted file mode 120000 index 3caab05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-horizontal-right-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-horizontal-right.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-calligra.svg deleted file mode 120000 index ad9f7a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-top-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-top-calligra.svg deleted file mode 120000 index 18e5266..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-bottom-top-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-bottom-out.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-center-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-center-calligra.svg deleted file mode 120000 index 61759b7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-center-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-center.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-top-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-top-calligra.svg deleted file mode 120000 index 06dfc8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-align-vertical-top-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -align-vertical-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-columns.svg deleted file mode 100644 index 6ca4050..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-columns.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-crop.svg deleted file mode 120000 index 686d9f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-crop.svg +++ /dev/null @@ -1 +0,0 @@ -transform-crop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-fill.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-fill.svg deleted file mode 100644 index 2292f9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-fill.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-horizontal.svg deleted file mode 100644 index 8e5b705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-vertical.svg deleted file mode 100644 index 31ebe5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-flip-vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group-calligra.svg deleted file mode 120000 index de24cc7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -object-group.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group.svg deleted file mode 100644 index 9d27df0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-group.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-hidden.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-hidden.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-inverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-inverse.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-inverse.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-locked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-locked.svg deleted file mode 100644 index 9865a13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-locked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back-calligra.svg deleted file mode 120000 index 9e2dbf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back.svg deleted file mode 120000 index 9e2dbf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-back.svg +++ /dev/null @@ -1 +0,0 @@ -layer-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front-calligra.svg deleted file mode 120000 index 349ec38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front.svg deleted file mode 120000 index 349ec38..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-front.svg +++ /dev/null @@ -1 +0,0 @@ -layer-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower-calligra.svg deleted file mode 120000 index 86c1115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-lower.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower.svg deleted file mode 120000 index 86c1115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-lower.svg +++ /dev/null @@ -1 +0,0 @@ -layer-lower.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise-calligra.svg deleted file mode 120000 index 7c3b884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -layer-raise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise.svg deleted file mode 120000 index 7c3b884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-order-raise.svg +++ /dev/null @@ -1 +0,0 @@ -layer-raise.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-left.svg deleted file mode 100644 index c68c2be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-right.svg deleted file mode 100644 index da66311..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rotate-right.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rows.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rows.svg deleted file mode 100644 index ffd6d99..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-rows.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-select.svg deleted file mode 100644 index b6f6135..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-select.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-straighten.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-straighten.svg deleted file mode 100644 index 2a25827..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-straighten.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-stroke.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-stroke.svg deleted file mode 100644 index b91789a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-stroke.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-to-path.svg deleted file mode 100644 index e6eec18..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-to-path.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-attract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-attract.svg deleted file mode 100644 index 04c8e80..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-attract.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-blur.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-blur.svg deleted file mode 100644 index 1d8898b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-blur.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-duplicate.svg deleted file mode 100644 index 6b8b8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-duplicate.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-jitter-color.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-jitter-color.svg deleted file mode 100644 index 6c8fc27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-jitter-color.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-paint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-paint.svg deleted file mode 100644 index 2e7f472..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-paint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-push.svg deleted file mode 100644 index b7b6a3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-push.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-randomize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-randomize.svg deleted file mode 100644 index fdc3604..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-randomize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-rotate.svg deleted file mode 100644 index 6019cd7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-rotate.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-shrink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-shrink.svg deleted file mode 100644 index 0f282cc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-tweak-shrink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-calligra.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-calligra.svg deleted file mode 120000 index a22f913..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-calligra.svg +++ /dev/null @@ -1 +0,0 @@ -object-ungroup.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-pop-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-pop-selection.svg deleted file mode 100644 index 861249d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup-pop-selection.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup.svg deleted file mode 100644 index ca755db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-ungroup.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-unlocked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-unlocked.svg deleted file mode 100644 index a3f5662..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-unlocked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-visible.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-visible.svg deleted file mode 120000 index 6253426..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/object-visible.svg +++ /dev/null @@ -1 +0,0 @@ -layer-visible-on.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off-outline.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off-outline.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/off.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-focus-peak-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-focus-peak-node.svg deleted file mode 100644 index 23bc625..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-focus-peak-node.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-percentage.svg deleted file mode 100644 index e9ec355..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-stacked.svg deleted file mode 100644 index 008a628..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area-stacked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area.svg deleted file mode 100644 index be20e53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-area.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-percentage.svg deleted file mode 100644 index b45bec4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-stacked.svg deleted file mode 100644 index 77ab415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar.svg deleted file mode 100644 index 9f4e0ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-bar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-forecast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-forecast.svg deleted file mode 100644 index faa5eb8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-forecast.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-percentage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-percentage.svg deleted file mode 100644 index c3d14cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-percentage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-stacked.svg deleted file mode 100644 index e7cd7a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line.svg deleted file mode 100644 index d6d1c5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-line.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-pie.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-pie.svg deleted file mode 100644 index 4f397c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-pie.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar-stacked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar-stacked.svg deleted file mode 100644 index f4cae4b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar-stacked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar.svg deleted file mode 100644 index 0a446fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-polar.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-ring.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-ring.svg deleted file mode 100644 index c2c1e1b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-ring.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-scatter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-scatter.svg deleted file mode 100644 index 4360642..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-chart-scatter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-report.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-report.svg deleted file mode 100644 index 40ea2c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/office-report.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/oilpaint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/oilpaint.svg deleted file mode 120000 index 1b23808..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/oilpaint.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-fill-and-stroke.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ok.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ok.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on-outline.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on-outline.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/on.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-for-editing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-for-editing.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-for-editing.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-magnet.svg deleted file mode 120000 index ee80777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-magnet.svg +++ /dev/null @@ -1 +0,0 @@ -kt-magnet.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-menu.svg deleted file mode 100644 index 66466de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/open-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-duplicate.svg deleted file mode 100644 index 25b0569..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-duplicate.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-ccw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-ccw.svg deleted file mode 100644 index c48f106..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-ccw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-cw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-cw.svg deleted file mode 100644 index ed030c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-cw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-flip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-flip.svg deleted file mode 100644 index 0e5fb02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-flip.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-normal.svg deleted file mode 100644 index 68c1ed5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-rotate-normal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-left.svg deleted file mode 100644 index fcfdb7b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-left.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-sright.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-sright.svg deleted file mode 100644 index 66d3b9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-sbs-sright.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-laptop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-laptop.svg deleted file mode 100644 index 783438b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-laptop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-screen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-screen.svg deleted file mode 100644 index 080dd72..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/osd-shutd-screen.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/outbox.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/outbox.svg deleted file mode 100644 index 14762c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/outbox.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/output_win.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/output_win.svg deleted file mode 100644 index 8620aea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/output_win.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overexposure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overexposure.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overexposure.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-left.svg deleted file mode 100644 index b0a10ff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-right.svg deleted file mode 100644 index e7a2211..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu.svg deleted file mode 100644 index 2270a9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/overflow-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/package.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/package.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/package.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-2sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-2sides.svg deleted file mode 100644 index d8e161d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-2sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-3sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-3sides.svg deleted file mode 100644 index 652339b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-3sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-4sides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-4sides.svg deleted file mode 100644 index a178ac5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-4sides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-simple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-simple.svg deleted file mode 100644 index 95d7843..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-simple.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-zoom.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/page-zoom.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fms.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fms.svg deleted file mode 100644 index 46f624d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fms.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fsm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fsm.svg deleted file mode 100644 index 81ba9cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-fsm.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-mfs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-mfs.svg deleted file mode 100644 index ee12317..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-mfs.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-msf.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-msf.svg deleted file mode 100644 index 4e1c9a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-msf.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-sfm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-sfm.svg deleted file mode 100644 index adf4eb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-sfm.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-smf.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-smf.svg deleted file mode 100644 index 5251b2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-order-smf.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-solid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-solid.svg deleted file mode 100644 index 50295dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-solid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-unknown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-unknown.svg deleted file mode 100644 index 6349721..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paint-unknown.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-down.svg deleted file mode 100644 index 6f7447d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-end.svg deleted file mode 100644 index e474a9b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-end.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-start.svg deleted file mode 100644 index 102ae60..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-up.svg deleted file mode 100644 index 71afda1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pan-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-hide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-hide.svg deleted file mode 100644 index 9e7d268..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-hide.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-show.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-show.svg deleted file mode 100644 index 8053d4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pane-show.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paperclip.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paperclip.svg deleted file mode 100644 index 2efc582..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paperclip.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-copy.svg deleted file mode 120000 index a92bf1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-copy.svg +++ /dev/null @@ -1 +0,0 @@ -pgp-keys.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-generator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-generator.svg deleted file mode 100644 index 47e55a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-generator.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-off.svg deleted file mode 120000 index 5d72157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-off.svg +++ /dev/null @@ -1 +0,0 @@ -hint.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-on.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/password-show-on.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-break-apart.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-break-apart.svg deleted file mode 100644 index 23c3100..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-break-apart.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-clip-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-clip-edit.svg deleted file mode 100644 index 5abc6c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-clip-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-combine.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-combine.svg deleted file mode 100644 index bd837cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-combine.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-cut.svg deleted file mode 100644 index 76a0002..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-cut.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-difference.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-difference.svg deleted file mode 100644 index 5e2a64a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-difference.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-division.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-division.svg deleted file mode 100644 index e0dec86..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-division.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-effect-parameter-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-effect-parameter-next.svg deleted file mode 100644 index 43c8ad1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-effect-parameter-next.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-exclusion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-exclusion.svg deleted file mode 100644 index 07398c5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-exclusion.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-inset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-inset.svg deleted file mode 100644 index 916202e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-inset.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-intersection.svg deleted file mode 100644 index 04d0276..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-intersection.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mask-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mask-edit.svg deleted file mode 100644 index 4573b94..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mask-edit.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bezier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bezier.svg deleted file mode 100644 index ada60e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bezier.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bspline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bspline.svg deleted file mode 100644 index 232351a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-bspline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline-paraxial.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline-paraxial.svg deleted file mode 100644 index 2eaf26d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline-paraxial.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline.svg deleted file mode 100644 index b103a71..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-polyline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-spiro.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-spiro.svg deleted file mode 100644 index c05479f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-mode-spiro.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-dynamic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-dynamic.svg deleted file mode 100644 index 1ab8a58..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-dynamic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-linked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-linked.svg deleted file mode 100644 index f8b873f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-offset-linked.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-outset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-outset.svg deleted file mode 100644 index 197afb7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-outset.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-reverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-reverse.svg deleted file mode 100644 index 0889b00..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-reverse.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-simplify.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-simplify.svg deleted file mode 100644 index d28607d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-simplify.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-attract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-attract.svg deleted file mode 100644 index 2e95820..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-attract.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-grow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-grow.svg deleted file mode 100644 index 706cd99..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-grow.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-push.svg deleted file mode 100644 index 9c45bf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-push.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-repel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-repel.svg deleted file mode 100644 index 8eb17f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-repel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-roughen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-roughen.svg deleted file mode 100644 index a702000..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-roughen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-shrink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-shrink.svg deleted file mode 100644 index 6dcd011..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-tweak-shrink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-union.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-union.svg deleted file mode 100644 index c3b478b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/path-union.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pause-session.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pause-session.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pause-session.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paused.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paused.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/paused.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pdf-annotations.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pdf-annotations.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pdf-annotations.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/perspective-parallel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/perspective-parallel.svg deleted file mode 100644 index be93415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/perspective-parallel.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pgp-keys.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pgp-keys.svg deleted file mode 100644 index 819dcbd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pgp-keys.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photo.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photo.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photos-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photos-amarok.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/photos-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pin.svg deleted file mode 120000 index b199fd9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pin.svg +++ /dev/null @@ -1 +0,0 @@ -window-pin.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pipe.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pipe.svg deleted file mode 100644 index f1a3ec8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pipe.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelart-trace.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelart-trace.svg deleted file mode 100644 index 9c0170f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelart-trace.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelate.svg deleted file mode 100644 index f4c17ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/pixelate.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-time.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-time.svg deleted file mode 120000 index 2e0f7a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-time.svg +++ /dev/null @@ -1 +0,0 @@ -chronometer-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume-muted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume-muted.svg deleted file mode 100644 index c3792b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume-muted.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume.svg deleted file mode 100644 index 55ae6d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player-volume.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_end.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_end.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_fwd.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_fwd.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_playlist.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_playlist.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_record.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_record.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_rew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_rew.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_rew.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/player_stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-automatic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-automatic.svg deleted file mode 100644 index dbada6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-automatic.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-generator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-generator.svg deleted file mode 100644 index 1403081..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-generator.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-queue.svg deleted file mode 100644 index 75980d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-queue.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-similar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-similar.svg deleted file mode 100644 index 8b92200..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-similar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-sort.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/playlist-sort.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/plugins.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/plugins.svg deleted file mode 100644 index 67e4bee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/plugins.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-amarok.svg deleted file mode 120000 index 2f0fbff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -application-rss+xml.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-new.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/podcast-new.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-fuzzy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-fuzzy.svg deleted file mode 120000 index 84b2652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-fuzzy.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-prune.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-automatic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-automatic.svg deleted file mode 120000 index 3d04caa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-automatic.svg +++ /dev/null @@ -1 +0,0 @@ -playlist-automatic.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-mid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-mid.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-mid.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-no.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-no.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-ok.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-cat-ok.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-comment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-comment.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-status-comment.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-sync.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-sync.svg deleted file mode 120000 index 31a6cdc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-sync.svg +++ /dev/null @@ -1 +0,0 @@ -exchange-positions.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-update.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-update.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-validate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-validate.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/poedit-validate.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-add-nodes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-add-nodes.svg deleted file mode 120000 index 9111e7b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-add-nodes.svg +++ /dev/null @@ -1 +0,0 @@ -format-add-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-merge-nodes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-merge-nodes.svg deleted file mode 120000 index 8ef8fb6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/polygon-merge-nodes.svg +++ /dev/null @@ -1 +0,0 @@ -format-join-node.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/postalcode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/postalcode.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/postalcode.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-activities.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-activities.svg deleted file mode 100644 index 912e55d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-activities.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-indicator-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-indicator-amarok.svg deleted file mode 120000 index 541dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-indicator-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-messages.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-media-playback-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-media-playback-amarok.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-media-playback-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-other.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-other.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-glide.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-glide.svg deleted file mode 100644 index a74fafa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-glide.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-minimize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-minimize.svg deleted file mode 100644 index c8eaf6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preferences-system-windows-effect-minimize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preflight-verifier.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preflight-verifier.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/preflight-verifier.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/previous.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/previous.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/privatebrowsing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/privatebrowsing.svg deleted file mode 120000 index 2379f01..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/privatebrowsing.svg +++ /dev/null @@ -1 +0,0 @@ -im-kick-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/process-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/process-stop.svg deleted file mode 100644 index f51d2d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/process-stop.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-defaults.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-defaults.svg deleted file mode 100644 index d8479f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-defaults.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close-all.svg deleted file mode 120000 index 5687007..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close-all.svg +++ /dev/null @@ -1 +0,0 @@ -project-development-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close.svg deleted file mode 100644 index e49ee11..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-new-template.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-new-template.svg deleted file mode 100644 index 2feaa1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development-new-template.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-development.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-open.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-open.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/project-open.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/query-free-busy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/query-free-busy.svg deleted file mode 100644 index 7064417..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/query-free-busy.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/queued.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/queued.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/queued.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-class.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-class.svg deleted file mode 100644 index 4b0b128..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-class.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-file.svg deleted file mode 120000 index d6e2182..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-file.svg +++ /dev/null @@ -1 +0,0 @@ -fork.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-function.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-function.svg deleted file mode 100644 index 9f26330..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen-function.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen.svg deleted file mode 100644 index 5b656ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickopen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickview.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/quickview.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-add.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-add.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-annotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-annotate.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-annotate.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-applypatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-applypatch.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-applypatch.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-asynchronous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-asynchronous.svg deleted file mode 120000 index c769353..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-asynchronous.svg +++ /dev/null @@ -1 +0,0 @@ -reverse.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-branch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-branch.svg deleted file mode 120000 index e3432f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-branch.svg +++ /dev/null @@ -1 +0,0 @@ -giggle-branch.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-bug.svg deleted file mode 120000 index c423740..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-bug.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-junk.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-changes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-changes.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-changes.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkmods.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkmods.svg deleted file mode 120000 index c03a9d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkmods.svg +++ /dev/null @@ -1 +0,0 @@ -insert-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkout.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkout.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-checkout.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-cleanup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-cleanup.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-cleanup.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-clear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-clear.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-clear.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-commit.svg deleted file mode 120000 index da900be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-commit.svg +++ /dev/null @@ -1 +0,0 @@ -svn-commit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-compare.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-compare.svg deleted file mode 120000 index 77162d6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-compare.svg +++ /dev/null @@ -1 +0,0 @@ -kr_comparedirs.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-createpatch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-createpatch.svg deleted file mode 120000 index 21f2270..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-createpatch.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zindex-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-dbus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-dbus.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-dbus.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-diff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-diff.svg deleted file mode 120000 index 36fc9a4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-diff.svg +++ /dev/null @@ -1 +0,0 @@ -cm_flatview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-drive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-drive.svg deleted file mode 120000 index a0e4aad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-drive.svg +++ /dev/null @@ -1 +0,0 @@ -kr_diskusage.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-editconflicts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-editconflicts.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-editconflicts.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-emblems.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-emblems.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-emblems.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-export.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-export.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-help.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-help.svg deleted file mode 120000 index 2ed224a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-help.svg +++ /dev/null @@ -1 +0,0 @@ -help-contents.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-import.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-import.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-merge.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-merge.svg deleted file mode 120000 index e4f51b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-merge.svg +++ /dev/null @@ -1 +0,0 @@ -kr_combine.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-monkey.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-monkey.svg deleted file mode 120000 index 8a90c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-monkey.svg +++ /dev/null @@ -1 +0,0 @@ -insert-emoticon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-push.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-push.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-push.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-relocate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-relocate.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-relocate.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-rename.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-rename.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-rename.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-reset.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-reset.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-resolve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-resolve.svg deleted file mode 120000 index debffee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-resolve.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste-style.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-revert.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-revert.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-run.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-run.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-show_log.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-show_log.svg deleted file mode 120000 index 7a2e5e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-show_log.svg +++ /dev/null @@ -1 +0,0 @@ -document-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-switch.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-switch.svg deleted file mode 120000 index 2d87785..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-switch.svg +++ /dev/null @@ -1 +0,0 @@ -go-jump.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unstage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unstage.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-unstage.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-update.svg deleted file mode 120000 index ae80142..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rabbitvcs-update.svg +++ /dev/null @@ -1 +0,0 @@ -svn-update.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/radio.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/radio.svg deleted file mode 120000 index 811b8e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/radio.svg +++ /dev/null @@ -1 +0,0 @@ -icon_radio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/raindrop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/raindrop.svg deleted file mode 100644 index 5fa4a88..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/raindrop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating-unrated.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating-unrated.svg deleted file mode 100644 index c68cd3b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating-unrated.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating.svg deleted file mode 100644 index b975847..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rating.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ratiocrop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ratiocrop.svg deleted file mode 120000 index 686d9f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/ratiocrop.svg +++ /dev/null @@ -1 +0,0 @@ -transform-crop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reannounce.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reannounce.svg deleted file mode 100644 index afe52da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reannounce.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/recently_used.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/recently_used.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/recently_used.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/record.svg deleted file mode 120000 index 0d1faec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/record.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rectangle-make-corners-sharp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rectangle-make-corners-sharp.svg deleted file mode 100644 index 68814b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rectangle-make-corners-sharp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redeyes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redeyes.svg deleted file mode 100644 index f9113c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redeyes.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redhat-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redhat-home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/redhat-home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/region.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/region.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/region.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload3.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload3.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload3.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_all_tabs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_all_tabs.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_all_tabs.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_page.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reload_page.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-amarok.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-link.svg deleted file mode 100644 index 83d82e6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove-link.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/remove.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-play.svg deleted file mode 100644 index 8212735..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-play.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record-error.svg deleted file mode 100644 index 74e4ed9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record-error.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record.svg deleted file mode 100644 index 497c1fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-record.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-stop.svg deleted file mode 100644 index 3275ab1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/replay-stop.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all-rtl.svg deleted file mode 100644 index 905df6a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all-rtl.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all.svg deleted file mode 100644 index 886a545..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply-all.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply.svg deleted file mode 100644 index 92089ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reply.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizecol.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizecol.svg deleted file mode 100644 index af6c542..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizecol.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizerow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizerow.svg deleted file mode 100644 index 32f8cdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resizerow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child-insert.svg deleted file mode 100644 index f19b5be..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child-insert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child.svg deleted file mode 100644 index c32c90b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-child.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-insert.svg deleted file mode 100644 index cf91697..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-calendar-insert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group-new.svg deleted file mode 100644 index ae75d8c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/resource-group.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/restoration.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/restoration.svg deleted file mode 100644 index 7f28b8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/restoration.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/retweet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/retweet.svg deleted file mode 100644 index 0fab303..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/retweet.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reverse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reverse.svg deleted file mode 100644 index 89e0360..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/reverse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/revert.svg deleted file mode 120000 index c4692e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/revert.svg +++ /dev/null @@ -1 +0,0 @@ -document-revert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-set-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-set-star.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-set-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-unset-star.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-unset-star.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rhythmbox-unset-star.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-disable.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-disable.svg deleted file mode 100644 index b79d241..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-disable.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-im.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-im.svg deleted file mode 120000 index 1488e2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-im.svg +++ /dev/null @@ -1 +0,0 @@ -map-globe.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-latin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-latin.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/rime-latin.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/roll.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/roll.svg deleted file mode 100644 index 0690cb9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/roll.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/routeplanning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/routeplanning.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/routeplanning.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-clean.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-clean.svg deleted file mode 100644 index f2eeb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-clean.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-configure.svg deleted file mode 100644 index daba4e4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-configure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-file.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-file.svg deleted file mode 100644 index 119b4e8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-file.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install-root.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install-root.svg deleted file mode 100644 index 80ce204..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install-root.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install.svg deleted file mode 100644 index 7df48f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-install.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-prune.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-prune.svg deleted file mode 100644 index f202d9f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build-prune.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build.svg deleted file mode 100644 index a35cdb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-build.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-clean.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-clean.svg deleted file mode 120000 index 2c899aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-clean.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-clean.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-install.svg deleted file mode 120000 index 71034b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/run-install.svg +++ /dev/null @@ -1 +0,0 @@ -run-build-install.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-bad.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-bad.svg deleted file mode 100644 index 326a44f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-bad.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-ok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-ok.svg deleted file mode 100644 index e2dcd80..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign-ok.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign.svg deleted file mode 100644 index 1bd3816..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/seahorse-sign.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search-icon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search-icon.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search-icon.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/select-rectangular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/select-rectangular.svg deleted file mode 120000 index 85b39bb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/select-rectangular.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-insert-edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-end.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-end.svg deleted file mode 100644 index 5f38aa1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-end.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-lower.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-lower.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-make-bitmap-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-make-bitmap-copy.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-make-bitmap-copy.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-above.svg deleted file mode 100644 index 7e3c828..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-below.svg deleted file mode 100644 index 136c1a5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-move-to-layer-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-raise.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-raise.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-raise.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-start.svg deleted file mode 100644 index 3815d81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-start.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/selection-top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred-rtl.svg deleted file mode 100644 index b2f53f3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred-rtl.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred.svg deleted file mode 100644 index 428ff3a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/semi-starred.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/send-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/send-to.svg deleted file mode 100644 index 42ce2aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/send-to.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/services.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/services.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/services.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings-configure.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings-configure.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shape-choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shape-choose.svg deleted file mode 120000 index ef9a196..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shape-choose.svg +++ /dev/null @@ -1 +0,0 @@ -shapes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shapes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shapes.svg deleted file mode 100644 index dbd6640..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shapes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sharpenimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sharpenimage.svg deleted file mode 100644 index 048f161..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sharpenimage.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shear.svg deleted file mode 120000 index ed7fc86..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shear.svg +++ /dev/null @@ -1 +0,0 @@ -transform-shear-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shoot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shoot.svg deleted file mode 120000 index 7466a9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/shoot.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-images.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-all-effects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-all-effects.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-all-effects.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-bounding-box.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-bounding-box.svg deleted file mode 100644 index ba8afeb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-bounding-box.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-dialogs.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-dialogs.svg deleted file mode 120000 index ae70e66..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-dialogs.svg +++ /dev/null @@ -1 +0,0 @@ -show-menu.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-grid.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-grid.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-guides.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-guides.svg deleted file mode 100644 index c591ee5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-guides.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-hidden.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-hidden.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-menu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-menu.svg deleted file mode 100644 index e1d5a6c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-menu.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-node-handles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-node-handles.svg deleted file mode 100644 index ea016b2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-node-handles.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-offline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-offline.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-offline.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-path-outline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-path-outline.svg deleted file mode 100644 index d475ff1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-path-outline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-sidebar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-sidebar.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-sidebar.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-thumbnail-bar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-thumbnail-bar.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/show-thumbnail-bar.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-left.svg deleted file mode 100644 index e994f54..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-right.svg deleted file mode 100644 index caa6807..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse.svg deleted file mode 120000 index cfaaff4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-collapse.svg +++ /dev/null @@ -1 +0,0 @@ -sidebar-collapse-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-left.svg deleted file mode 100644 index a136e94..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-right.svg deleted file mode 100644 index 01789e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand.svg deleted file mode 120000 index fee9688..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-expand.svg +++ /dev/null @@ -1 +0,0 @@ -sidebar-expand-left.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-places.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-places.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar-places.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sidebar.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/similarartists-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/similarartists-amarok.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/similarartists-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/slideshow-plugin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/slideshow-plugin.svg deleted file mode 120000 index 7563411..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/slideshow-plugin.svg +++ /dev/null @@ -1 +0,0 @@ -plugins.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/smallclock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/smallclock.svg deleted file mode 120000 index 09c3073..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/smallclock.svg +++ /dev/null @@ -1 +0,0 @@ -clock.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-center.svg deleted file mode 100644 index 3bd025d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-corners.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-corners.svg deleted file mode 100644 index 8601ed8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-corners.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-edges.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-edges.svg deleted file mode 100644 index 76f0038..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-edges.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-midpoints.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-midpoints.svg deleted file mode 100644 index b9c33ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box-midpoints.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box.svg deleted file mode 100644 index 12abdb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-bounding-box.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-extension.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-extension.svg deleted file mode 100644 index 16a98cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-extension.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-guideline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-guideline.svg deleted file mode 100644 index 3c0589e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-guideline.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-intersection.svg deleted file mode 100644 index 0cd8529..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-intersection.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-node.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-node.svg deleted file mode 100644 index 8347954..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-node.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-center.svg deleted file mode 100644 index d0dd355..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-cusp.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-cusp.svg deleted file mode 100644 index 79235ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-cusp.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-intersection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-intersection.svg deleted file mode 100644 index 24bff43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-intersection.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-midpoint.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-midpoint.svg deleted file mode 100644 index 7316cbe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-midpoint.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-path.svg deleted file mode 100644 index 66428b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-rotation-center.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-rotation-center.svg deleted file mode 100644 index 9e25f4e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-rotation-center.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-smooth.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-smooth.svg deleted file mode 100644 index 212effc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-nodes-smooth.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-orthogonal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-orthogonal.svg deleted file mode 100644 index 7e967c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-orthogonal.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-page.svg deleted file mode 100644 index 1a7b44e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-text-baseline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-text-baseline.svg deleted file mode 100644 index 7c6a96c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap-text-baseline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap.svg deleted file mode 100644 index 7c84ed8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/snap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/social.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/social.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/social.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-name.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-name.svg deleted file mode 100644 index 46c4b49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-name.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-presence.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-presence.svg deleted file mode 120000 index 007ae04..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sort-presence.svg +++ /dev/null @@ -1 +0,0 @@ -view-sort-ascending.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/soundkonverter-replaygain.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/soundkonverter-replaygain.svg deleted file mode 120000 index c615601..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/soundkonverter-replaygain.svg +++ /dev/null @@ -1 +0,0 @@ -view-statistics.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spacefm-find.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spacefm-find.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spacefm-find.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speaker.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speaker.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speaker.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speedometer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speedometer.svg deleted file mode 120000 index 52a2514..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/speedometer.svg +++ /dev/null @@ -1 +0,0 @@ -kt-speed-limits.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/split.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/split.svg deleted file mode 120000 index e4f51b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/split.svg +++ /dev/null @@ -1 +0,0 @@ -kr_combine.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-clone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-clone.svg deleted file mode 100644 index 447d471..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-clone.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-copy.svg deleted file mode 100644 index 5739b48..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-union.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-union.svg deleted file mode 100644 index e5212e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/spray-mode-union.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/standard-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/standard-connector.svg deleted file mode 100644 index 3be3cb5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/standard-connector.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-off.svg deleted file mode 120000 index 4e19538..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-off.svg +++ /dev/null @@ -1 +0,0 @@ -rating-unrated.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-on.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/star-on.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/starred.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/starred.svg deleted file mode 120000 index 7d381af..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/starred.svg +++ /dev/null @@ -1 +0,0 @@ -rating.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/start.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/start.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sticky_zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sticky_zoom.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/sticky_zoom.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_about.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_about.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_about.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_add-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_add-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_add-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bell.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bell.svg deleted file mode 100644 index e51b9e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bell.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bottom.svg deleted file mode 120000 index 2f2f400..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_bottom.svg +++ /dev/null @@ -1 +0,0 @@ -go-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-accept.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-accept.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-accept.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-cancel.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_calc-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_check-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_check-filled.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_check-filled.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_contact-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_contact-list.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_contact-list.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_copy.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_cut.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_cut.svg deleted file mode 120000 index ab24157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_cut.svg +++ /dev/null @@ -1 +0,0 @@ -edit-cut.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_exit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_exit.svg deleted file mode 120000 index 514fcfb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_exit.svg +++ /dev/null @@ -1 +0,0 @@ -application-exit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properites.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properites.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properites.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_file-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_first.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_first.svg deleted file mode 120000 index c9c12cb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_first.svg +++ /dev/null @@ -1 +0,0 @@ -go-first.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-copy.svg deleted file mode 120000 index 59d45ae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-copy.svg +++ /dev/null @@ -1 +0,0 @@ -folder-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-move.svg deleted file mode 120000 index 4fcef6d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder-move.svg +++ /dev/null @@ -1 +0,0 @@ -folder-move.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder_properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder_properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_folder_properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_gtk-dnd-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_gtk-dnd-multiple.svg deleted file mode 120000 index d423a33..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_gtk-dnd-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -edit-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_help-add-bookmark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_help-add-bookmark.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_help-add-bookmark.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_home.svg deleted file mode 120000 index 5cbdae9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_home.svg +++ /dev/null @@ -1 +0,0 @@ -go-home.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-note.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-note.svg deleted file mode 120000 index 00bdd8a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-note.svg +++ /dev/null @@ -1 +0,0 @@ -stock_notes.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-rule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-rule.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-rule.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-table.svg deleted file mode 120000 index 908441b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_insert-table.svg +++ /dev/null @@ -1 +0,0 @@ -insert-table.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_last.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_last.svg deleted file mode 120000 index f9bbb27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_last.svg +++ /dev/null @@ -1 +0,0 @@ -go-last.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_leave-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_leave-fullscreen.svg deleted file mode 120000 index 4eb3231..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_leave-fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-restore.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_left.svg deleted file mode 120000 index e636edc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_left.svg +++ /dev/null @@ -1 +0,0 @@ -go-previous.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-compose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-compose.svg deleted file mode 120000 index 2c823c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-compose.svg +++ /dev/null @@ -1 +0,0 @@ -mail-message-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-filters-apply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-filters-apply.svg deleted file mode 120000 index 392cdff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-filters-apply.svg +++ /dev/null @@ -1 +0,0 @@ -kt-add-filters.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup-done.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup-done.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup-done.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-flag-for-followup.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-forward.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-forward.svg deleted file mode 120000 index c349466..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-forward.svg +++ /dev/null @@ -1 +0,0 @@ -mail-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-open-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-open-multiple.svg deleted file mode 120000 index cb1065e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-open-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -mail-open-multiple.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply-to-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply-to-all.svg deleted file mode 120000 index cfb3788..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply-to-all.svg +++ /dev/null @@ -1 +0,0 @@ -reply-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply.svg deleted file mode 120000 index 08677c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-reply.svg +++ /dev/null @@ -1 +0,0 @@ -reply.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send-receive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send-receive.svg deleted file mode 120000 index 9dc6aa5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send-receive.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send-receive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send.svg deleted file mode 120000 index 771b1c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-send.svg +++ /dev/null @@ -1 +0,0 @@ -mail-send.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-unread-multiple.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-unread-multiple.svg deleted file mode 120000 index e712f76..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mail-unread-multiple.svg +++ /dev/null @@ -1 +0,0 @@ -mail-unread-multiple.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mark.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mark.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_mark.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-fwd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-fwd.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-fwd.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-next.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-next.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-play.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-prev.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-prev.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-prev.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rec.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rec.svg deleted file mode 120000 index 8ca2d43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rec.svg +++ /dev/null @@ -1 +0,0 @@ -media-record.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rew.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rew.svg deleted file mode 120000 index ebae8aa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-rew.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_media-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_navigator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_navigator.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_navigator.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-24h-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-24h-appointment.svg deleted file mode 120000 index 11081d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-24h-appointment.svg +++ /dev/null @@ -1 +0,0 @@ -new-24h-appointment.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-address-book.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-address-book.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-address-book.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-appointment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-appointment.svg deleted file mode 120000 index 4ec77c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-appointment.svg +++ /dev/null @@ -1 +0,0 @@ -appointment-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-bcard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-bcard.svg deleted file mode 120000 index f8389fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-bcard.svg +++ /dev/null @@ -1 +0,0 @@ -contact-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-dir.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-dir.svg deleted file mode 120000 index 149bcaf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-dir.svg +++ /dev/null @@ -1 +0,0 @@ -folder-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-tab.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-tab.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-tab.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-text.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-text.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-window.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-window.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_new-window.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_no.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_no.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_no.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_not.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_not.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_not.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_notes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_notes.svg deleted file mode 100644 index 864011a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_notes.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_paste.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_paste.svg deleted file mode 120000 index f9cf170..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_paste.svg +++ /dev/null @@ -1 +0,0 @@ -edit-paste.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_people.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_people.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-preview.svg deleted file mode 120000 index f065dad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-preview.svg +++ /dev/null @@ -1 +0,0 @@ -document-print-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-setup.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-setup.svg deleted file mode 120000 index 21fb235..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print-setup.svg +++ /dev/null @@ -1 +0,0 @@ -document-page-setup.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print.svg deleted file mode 120000 index 5de601c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_print.svg +++ /dev/null @@ -1 +0,0 @@ -document-print.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_redo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_redo.svg deleted file mode 120000 index a13a878..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_redo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-redo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_refresh.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_refresh.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_right.svg deleted file mode 120000 index c306442..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_right.svg +++ /dev/null @@ -1 +0,0 @@ -go-next.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save-as.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save-as.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save-as.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save.svg deleted file mode 120000 index e2277db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_save.svg +++ /dev/null @@ -1 +0,0 @@ -document-save.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-high.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-high.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-high.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-higher.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-higher.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-higher.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-highest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-highest.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-highest.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-low.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-low.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-low.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lower.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lower.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lower.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lowest.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lowest.svg deleted file mode 120000 index 451d452..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-lowest.svg +++ /dev/null @@ -1 +0,0 @@ -flag-red.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-normal.svg deleted file mode 120000 index c8171f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_score-normal.svg +++ /dev/null @@ -1 +0,0 @@ -flag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-all.svg deleted file mode 120000 index 6754181..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-all.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-all.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-column.svg deleted file mode 120000 index 0d3db67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-column.svg +++ /dev/null @@ -1 +0,0 @@ -object-columns.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-row.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-row.svg deleted file mode 120000 index b496c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_select-row.svg +++ /dev/null @@ -1 +0,0 @@ -object-rows.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-by-me.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-by-me.svg deleted file mode 120000 index 255b712..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-by-me.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-to-me.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-to-me.svg deleted file mode 120000 index 255b712..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_shared-to-me.svg +++ /dev/null @@ -1 +0,0 @@ -document-share.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_show-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_show-all.svg deleted file mode 120000 index 58041fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_show-all.svg +++ /dev/null @@ -1 +0,0 @@ -view-multiple-objects.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned-to.svg deleted file mode 120000 index ace4fe4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned-to.svg +++ /dev/null @@ -1 +0,0 @@ -document-export.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned.svg deleted file mode 120000 index c7116c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-assigned.svg +++ /dev/null @@ -1 +0,0 @@ -document-import.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-recurring.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-recurring.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task-recurring.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_task.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_text-monospaced.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_text-monospaced.svg deleted file mode 120000 index 7c4282d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_text-monospaced.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-text-and-font.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_thunar-shortcuts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_thunar-shortcuts.svg deleted file mode 120000 index cec06eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_thunar-shortcuts.svg +++ /dev/null @@ -1 +0,0 @@ -view-sidetree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_timezone.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_timezone.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_timezone.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_todo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_todo.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_todo.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_undo.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_undo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_video-conferencing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_video-conferencing.svg deleted file mode 120000 index 5a18f81..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_video-conferencing.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_view-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_view-details.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_view-details.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_volume.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_volume.svg deleted file mode 120000 index c453305..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_volume.svg +++ /dev/null @@ -1 +0,0 @@ -player-volume.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-audio-cd.svg deleted file mode 100644 index 78ed091..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-audio-cd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-blank-cdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-blank-cdrw.svg deleted file mode 100644 index 7f68e6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-blank-cdrw.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-data-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-data-copy.svg deleted file mode 120000 index 6ddeb4f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-data-copy.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-copy.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-format-dvdrw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-format-dvdrw.svg deleted file mode 120000 index 6812703..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-format-dvdrw.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-burn-image.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-new-data-composition.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-new-data-composition.svg deleted file mode 100644 index 3db83a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn-new-data-composition.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn.svg deleted file mode 100644 index c24a22a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_xfburn.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_yes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_yes.svg deleted file mode 120000 index 038e124..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_yes.svg +++ /dev/null @@ -1 +0,0 @@ -object-select.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_zoom-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_zoom-page.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stock_zoom-page.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stop.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stop.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stopped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stopped.svg deleted file mode 120000 index c6ded37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stopped.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stopped.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/story-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/story-editor.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/story-editor.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/straight-connector.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/straight-connector.svg deleted file mode 120000 index c0d62e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/straight-connector.svg +++ /dev/null @@ -1 +0,0 @@ -draw-connector.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-butt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-butt.svg deleted file mode 100644 index e3b8ec9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-butt.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-round.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-round.svg deleted file mode 100644 index dbdcbf4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-round.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-square.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-square.svg deleted file mode 100644 index ae6be70..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-cap-square.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-bevel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-bevel.svg deleted file mode 100644 index 6519f3f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-bevel.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-miter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-miter.svg deleted file mode 100644 index 456ea7f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-miter.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-round.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-round.svg deleted file mode 100644 index df5a5a9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-join-round.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-to-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-to-path.svg deleted file mode 100644 index c683a1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/stroke-to-path.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-commit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-commit.svg deleted file mode 100644 index d00dd2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-commit.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-update.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-update.svg deleted file mode 100644 index ad96cad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/svn-update.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/swap-panels.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/swap-panels.svg deleted file mode 100644 index 54b39e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/swap-panels.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbol-bigger.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbol-bigger.svg deleted file mode 100644 index 639aeb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbol-bigger.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbols.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbols.svg deleted file mode 120000 index 8a90c3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/symbols.svg +++ /dev/null @@ -1 +0,0 @@ -insert-emoticon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-lock-screen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-lock-screen.svg deleted file mode 100644 index 150f7c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-lock-screen.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-log-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-log-out.svg deleted file mode 100644 index 890eb64..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-log-out.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-reboot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-reboot.svg deleted file mode 100644 index 1bad24f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-reboot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-run.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-run.svg deleted file mode 100644 index 8cc62c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-run.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-save-session.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-save-session.svg deleted file mode 100644 index 1b2108f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-save-session.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-search.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-search.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-search.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-shutdown.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-shutdown.svg deleted file mode 100644 index c950551..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-shutdown.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend-hibernate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend-hibernate.svg deleted file mode 100644 index 61e87bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend-hibernate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend.svg deleted file mode 100644 index c6fbda1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-suspend.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-switch-user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-switch-user.svg deleted file mode 100644 index cd0dbdf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-switch-user.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-upgrade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-upgrade.svg deleted file mode 100644 index 2c73990..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-upgrade.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-list.svg deleted file mode 100644 index d83e543..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-list.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-prompt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-prompt.svg deleted file mode 100644 index 435b56d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-user-prompt.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-users.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-users.svg deleted file mode 100644 index 106f944..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/system-users.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close-other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close-other.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close-other.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close.svg deleted file mode 100644 index 5b734c8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-detach.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-detach.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-detach.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-duplicate.svg deleted file mode 100644 index ebb078f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-duplicate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new-background.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new-background.svg deleted file mode 100644 index 0a87b84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new-background.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new.svg deleted file mode 100644 index cae84d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_breakoff.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_breakoff.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_breakoff.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_duplicate.svg deleted file mode 120000 index dbc1b30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -tab-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new.svg deleted file mode 120000 index 3d2e0d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new_bg.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new_bg.svg deleted file mode 120000 index 0056df0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_new_bg.svg +++ /dev/null @@ -1 +0,0 @@ -tab-new-background.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove_other.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove_other.svg deleted file mode 120000 index 799050c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tab_remove_other.svg +++ /dev/null @@ -1 +0,0 @@ -tab-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/table.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/table.svg deleted file mode 120000 index c58216b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/table.svg +++ /dev/null @@ -1 +0,0 @@ -games-config-board.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-addressbook.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-addressbook.svg deleted file mode 120000 index 8aae965..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-addressbook.svg +++ /dev/null @@ -1 +0,0 @@ -address-book-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-edit.svg deleted file mode 100644 index 8b10faa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-events.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-events.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-events.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-folder.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-folder.svg deleted file mode 120000 index f927800..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-folder.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-folder.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-new.svg deleted file mode 100644 index 1008ddd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-people.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-people.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-people.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-places.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-places.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-places.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-properties.svg deleted file mode 120000 index b7522f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-properties.svg +++ /dev/null @@ -1 +0,0 @@ -format-justify-fill.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-recents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-recents.svg deleted file mode 100644 index 7f8b421..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-recents.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-reset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-reset.svg deleted file mode 120000 index ada864c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag-reset.svg +++ /dev/null @@ -1 +0,0 @@ -edit-select-invert.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag.svg deleted file mode 100644 index 0720610..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tag.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tags.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tags.svg deleted file mode 120000 index 2bb4152..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tags.svg +++ /dev/null @@ -1 +0,0 @@ -tag.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-create.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-create.svg deleted file mode 120000 index d671358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-create.svg +++ /dev/null @@ -1 +0,0 @@ -archive.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract-to.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract-to.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract-to.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract.svg deleted file mode 120000 index 653488e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tap-extract.svg +++ /dev/null @@ -1 +0,0 @@ -cm_extractfiles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attempt.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attempt.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attempt.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attention.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attention.svg deleted file mode 120000 index a626e0c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-attention.svg +++ /dev/null @@ -1 +0,0 @@ -dialog-warning.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-due.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-due.svg deleted file mode 100644 index 1474216..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-due.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-new.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-past-due.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-past-due.svg deleted file mode 100644 index 6192f92..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/task-past-due.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/taxes-finances.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/taxes-finances.svg deleted file mode 100644 index 9457dc0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/taxes-finances.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_horiz.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_horiz.svg deleted file mode 120000 index 5c6562a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_horiz.svg +++ /dev/null @@ -1 +0,0 @@ -horizontal.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_vert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_vert.svg deleted file mode 120000 index a017dc5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/terminator_vert.svg +++ /dev/null @@ -1 +0,0 @@ -vertical.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-convert-to-regular.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-convert-to-regular.svg deleted file mode 100644 index 94fa326..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-convert-to-regular.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-field.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-field.svg deleted file mode 100644 index c32f2c7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-field.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-flow-into-frame.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-flow-into-frame.svg deleted file mode 100644 index 8070a65..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-flow-into-frame.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-link.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-link.svg deleted file mode 100644 index 40585ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-link.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-unlink.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-unlink.svg deleted file mode 100644 index 896c646..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-frame-unlink.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-auto.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-auto.svg deleted file mode 100644 index 26bfbc5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-auto.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-sideways.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-sideways.svg deleted file mode 100644 index 41e6e9e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-sideways.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-upright.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-upright.svg deleted file mode 100644 index e468aac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-orientation-upright.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-put-on-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-put-on-path.svg deleted file mode 100644 index 12c74ce..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-put-on-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-remove-from-path.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-remove-from-path.svg deleted file mode 100644 index 15d841b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-remove-from-path.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-speak.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-speak.svg deleted file mode 120000 index 8717080..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-speak.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-audio.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unflow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unflow.svg deleted file mode 100644 index bed3b67..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unflow.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unkern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unkern.svg deleted file mode 100644 index 3aed064..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-unkern.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wiki.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wiki.svg deleted file mode 100644 index 44b0a56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wiki.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wrap.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wrap.svg deleted file mode 100644 index 9221238..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text-wrap.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_horz_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_horz_kern.svg deleted file mode 100644 index d795273..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_horz_kern.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_letter_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_letter_spacing.svg deleted file mode 100644 index aaa31f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_letter_spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_line_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_line_spacing.svg deleted file mode 100644 index 1a56088..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_line_spacing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_outer_style.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_outer_style.svg deleted file mode 100644 index 261996b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_outer_style.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_remove_kerns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_remove_kerns.svg deleted file mode 100644 index da5b11d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_remove_kerns.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_rotation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_rotation.svg deleted file mode 100644 index 0f959da..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_rotation.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_subscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_subscript.svg deleted file mode 120000 index 6022bad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_subscript.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-subscript.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_superscript.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_superscript.svg deleted file mode 120000 index ff7ed30..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_superscript.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-superscript.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_vert_kern.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_vert_kern.svg deleted file mode 100644 index 732a993..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_vert_kern.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_word_spacing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_word_spacing.svg deleted file mode 100644 index f46ba2d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/text_word_spacing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/texture.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/texture.svg deleted file mode 100644 index 2aa7be4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/texture.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-pause.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tiny-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_y.svg deleted file mode 120000 index 1c68ed0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_y.svg +++ /dev/null @@ -1 +0,0 @@ -perspective-parallel.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_z.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_z.svg deleted file mode 120000 index 1c68ed0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/toggle_vp_z.svg +++ /dev/null @@ -1 +0,0 @@ -perspective-parallel.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-chat-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-chat-reply.svg deleted file mode 120000 index f2a2d41..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-chat-reply.svg +++ /dev/null @@ -1 +0,0 @@ -view-conversation-balloon.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-bookmarked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-bookmarked.svg deleted file mode 120000 index 65624f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-bookmarked.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks-bookmarked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boost.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boost.svg deleted file mode 120000 index 63b29f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boost.svg +++ /dev/null @@ -1 +0,0 @@ -boost.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boosted.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boosted.svg deleted file mode 120000 index cd07edf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-boosted.svg +++ /dev/null @@ -1 +0,0 @@ -boost-boosted.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorite.svg deleted file mode 120000 index 6dbc62c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorite.svg +++ /dev/null @@ -1 +0,0 @@ -favorite.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorited.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorited.svg deleted file mode 120000 index a8f8e5e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-favorited.svg +++ /dev/null @@ -1 +0,0 @@ -favorite-favorited.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply-filled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply-filled.svg deleted file mode 100644 index 25a8453..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply-filled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply.svg deleted file mode 120000 index 65624f1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tokodon-post-reply.svg +++ /dev/null @@ -1 +0,0 @@ -bookmarks-bookmarked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-animator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-animator.svg deleted file mode 120000 index 91b01fe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-animator.svg +++ /dev/null @@ -1 +0,0 @@ -media-show-active-track-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-measure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-measure.svg deleted file mode 100644 index 8f15a9b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-measure.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-node-editor.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-node-editor.svg deleted file mode 100644 index 8a58f79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-node-editor.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pages.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pages.svg deleted file mode 100644 index 7870cf6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pages.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pointer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pointer.svg deleted file mode 120000 index 1324e05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-pointer.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-select-tool.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-spray.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-spray.svg deleted file mode 100644 index 98ac429..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-spray.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-tweak.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-tweak.svg deleted file mode 100644 index 3235f3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool-tweak.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_color_eraser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_color_eraser.svg deleted file mode 100644 index ea97888..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_color_eraser.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_curve.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_curve.svg deleted file mode 120000 index 7630c97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_curve.svg +++ /dev/null @@ -1 +0,0 @@ -format-segment-curve.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_elliptical_selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_elliptical_selection.svg deleted file mode 120000 index db766e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_elliptical_selection.svg +++ /dev/null @@ -1 +0,0 @@ -draw-circle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_polygon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_polygon.svg deleted file mode 120000 index 1bc83ee..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_polygon.svg +++ /dev/null @@ -1 +0,0 @@ -draw-polyline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_rounded_rectangle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_rounded_rectangle.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tool_rounded_rectangle.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-check-spelling.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-check-spelling.svg deleted file mode 100644 index def7906..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-check-spelling.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn-image.svg deleted file mode 100644 index 03e6a46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn-image.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn.svg deleted file mode 100644 index dcf27f0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-burn.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-copy.svg deleted file mode 100644 index 2431906..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-erase.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-erase.svg deleted file mode 100644 index 81aa214..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-erase.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-format.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-format.svg deleted file mode 100644 index 312c105..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-media-optical-format.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-report-bug.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-report-bug.svg deleted file mode 100644 index 475aa78..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-report-bug.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-audio-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-audio-cd.svg deleted file mode 100644 index c719558..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-audio-cd.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-cd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-cd.svg deleted file mode 100644 index d39c115..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-cd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-dvd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-dvd.svg deleted file mode 120000 index 5b222b9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-rip-video-dvd.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-video-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-wizard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-wizard.svg deleted file mode 120000 index 7902623..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools-wizard.svg +++ /dev/null @@ -1 +0,0 @@ -autocorrection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools.svg deleted file mode 100644 index 0105bb8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/tools.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/top.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/top.svg deleted file mode 120000 index bdc5bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/top.svg +++ /dev/null @@ -1 +0,0 @@ -go-top.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-creator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-creator.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-creator.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-magnet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-magnet.svg deleted file mode 120000 index ee80777..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-magnet.svg +++ /dev/null @@ -1 +0,0 @@ -kt-magnet.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start-forced.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start-forced.svg deleted file mode 120000 index 9c64c02..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start-forced.svg +++ /dev/null @@ -1 +0,0 @@ -media-seek-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-start.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-stop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-stop.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrent-stop.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrents.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrents.svg deleted file mode 100644 index 5fdaf8b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/torrents.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transfers.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transfers.svg deleted file mode 120000 index 0d756ed..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transfers.svg +++ /dev/null @@ -1 +0,0 @@ -document-save-as.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-browse.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-browse.svg deleted file mode 100644 index cdeb1e1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-browse.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop-and-resize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop-and-resize.svg deleted file mode 100644 index aeddbb8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop-and-resize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop.svg deleted file mode 100644 index 885cf40..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-crop.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-horizontal.svg deleted file mode 100644 index babed17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-horizontal.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-vertical.svg deleted file mode 100644 index 0590581..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move-vertical.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move.svg deleted file mode 100644 index dbe4e49..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-move.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-rotate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-rotate.svg deleted file mode 100644 index 7ed7e34..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-rotate.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-horizontal.svg deleted file mode 100644 index be56993..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-horizontal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-textbox-points.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-textbox-points.svg deleted file mode 100644 index 6a3e91b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-textbox-points.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-vertical.svg deleted file mode 100644 index e30ca11..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale-vertical.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale.svg deleted file mode 120000 index 617c98b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-scale.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-zoom-large.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-down.svg deleted file mode 100644 index c774d35..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-down.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-left.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-left.svg deleted file mode 100644 index 8260598..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-left.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-right.svg deleted file mode 100644 index 2d03e40..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-right.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-up.svg deleted file mode 100644 index e77d57b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-shear-up.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-horizontal.svg deleted file mode 100644 index cc90701..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-horizontal.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-vertical.svg deleted file mode 100644 index 33983ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/transform-skew-vertical.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/trash-empty.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/trash-empty.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/trash-empty.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-dm.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-dm.svg deleted file mode 100644 index b319fd5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-dm.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-home.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-home.svg deleted file mode 100644 index 3a51d70..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-home.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-mentions.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-mentions.svg deleted file mode 100644 index 2560ed1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-mentions.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-profile.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-profile.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/twitter-profile.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-detach.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-detach.svg deleted file mode 100644 index ff580b0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-detach.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-eject.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-eject.svg deleted file mode 120000 index f9f7bcb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-eject.svg +++ /dev/null @@ -1 +0,0 @@ -media-eject.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-lock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-lock.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-lock.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-mount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-mount.svg deleted file mode 100644 index 8a31ffb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-mount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-submenu.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-submenu.svg deleted file mode 120000 index a97e184..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-submenu.svg +++ /dev/null @@ -1 +0,0 @@ -pan-end.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unmount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unmount.svg deleted file mode 100644 index 6a73915..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/udiskie-unmount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/underexposure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/underexposure.svg deleted file mode 120000 index af6d032..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/underexposure.svg +++ /dev/null @@ -1 +0,0 @@ -help-about.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/undo.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/undo.svg deleted file mode 120000 index 88a18b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/undo.svg +++ /dev/null @@ -1 +0,0 @@ -edit-undo.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/unlock.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/unlock.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/unlock.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upcomingevents-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upcomingevents-amarok.svg deleted file mode 120000 index 7022652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upcomingevents-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-upcoming-events.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upindicator.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upindicator.svg deleted file mode 120000 index 687a8fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upindicator.svg +++ /dev/null @@ -1 +0,0 @@ -pan-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload-media.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload-media.svg deleted file mode 120000 index 17854fc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload-media.svg +++ /dev/null @@ -1 +0,0 @@ -cloud-upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload.svg deleted file mode 100644 index 3713e7e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/upload.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/url-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/url-copy.svg deleted file mode 120000 index b20b3d5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/url-copy.svg +++ /dev/null @@ -1 +0,0 @@ -edit-link.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-delete.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-delete.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-group-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-identity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-identity.svg deleted file mode 100644 index 8d8e0d4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-identity.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-properties.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-properties.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user-properties.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user.svg deleted file mode 120000 index 12ff0ec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/user.svg +++ /dev/null @@ -1 +0,0 @@ -system-users.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-down.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-down.svg deleted file mode 120000 index a8eb1b5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-down.svg +++ /dev/null @@ -1 +0,0 @@ -go-down.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-up.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-up.svg deleted file mode 120000 index fa0b0a6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/usermenu-up.svg +++ /dev/null @@ -1 +0,0 @@ -go-up.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/username-copy.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/username-copy.svg deleted file mode 100644 index a027313..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/username-copy.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vertical.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vertical.svg deleted file mode 100644 index cbc2804..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vertical.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/videoclip-amarok.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/videoclip-amarok.svg deleted file mode 120000 index 0d1faec..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/videoclip-amarok.svg +++ /dev/null @@ -1 +0,0 @@ -kdenlive-show-video.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-checking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-checking.svg deleted file mode 100644 index 10a108e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-checking.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-savings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-savings.svg deleted file mode 100644 index 5475aa6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account-savings.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account.svg deleted file mode 100644 index 750276d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank-account.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank.svg deleted file mode 100644 index 52b10a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-bank.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-add.svg deleted file mode 100644 index 98b7807..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-qr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-qr.svg deleted file mode 100644 index 5c650c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode-qr.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode.svg deleted file mode 100644 index 716e97b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-barcode.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-agenda.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-agenda.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-agenda.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-birthday.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-birthday.svg deleted file mode 100644 index d2722e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-birthday.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-day.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-day.svg deleted file mode 100644 index 991fd1f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-day.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-holiday.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-holiday.svg deleted file mode 100644 index 090ebb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-holiday.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-journal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-journal.svg deleted file mode 100644 index ab1aaf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-journal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-list.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-list.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-month.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-month.svg deleted file mode 100644 index d873fd0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-month.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-special-occasion.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-special-occasion.svg deleted file mode 100644 index 9f04b89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-special-occasion.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-tasks.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-tasks.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-time-spent.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-time-spent.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-time-spent.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-timeline.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-timeline.svg deleted file mode 100644 index 64baeea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-timeline.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-days.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-days.svg deleted file mode 100644 index 4458876..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-days.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-events.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-events.svg deleted file mode 100644 index c47cb90..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-upcoming-events.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-wedding-anniversary.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-wedding-anniversary.svg deleted file mode 100644 index b1efb35..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-wedding-anniversary.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-week.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-week.svg deleted file mode 100644 index 110d684..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-week.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-whatsnext.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-whatsnext.svg deleted file mode 120000 index b830e6b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-whatsnext.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-journal.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-workweek.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-workweek.svg deleted file mode 100644 index ee8097f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-workweek.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-year.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-year.svg deleted file mode 100644 index 479d10c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar-year.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar.svg deleted file mode 100644 index e9471c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-calendar.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-catalog.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-catalog.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-catalog.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-categories.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-categories.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-categories.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-add.svg deleted file mode 100644 index b15b432..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-secret.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-secret.svg deleted file mode 100644 index 660ff4a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-secret.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-server.svg deleted file mode 100644 index 6e376ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export-server.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export.svg deleted file mode 100644 index 2090743..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-export.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-import.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-import.svg deleted file mode 100644 index 4f12ce3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-import.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-server-configure.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-server-configure.svg deleted file mode 100644 index b6f82de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-server-configure.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-sign.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-sign.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate-sign.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate.svg deleted file mode 100644 index 0dd5a2b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-certificate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-choose.svg deleted file mode 100644 index bd5d079..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-choose.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-close.svg deleted file mode 120000 index b943971..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-close.svg +++ /dev/null @@ -1 +0,0 @@ -window-close.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-column.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-column.svg deleted file mode 100644 index fca92c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-column.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-compact.svg deleted file mode 100644 index 61d1022..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-compact.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-continuous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-continuous.svg deleted file mode 100644 index 9e8fd7c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-continuous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-conversation-balloon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-conversation-balloon.svg deleted file mode 100644 index 944cffc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-conversation-balloon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-coverflow.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-coverflow.svg deleted file mode 100644 index 165a92e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-coverflow.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-currency-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-currency-list.svg deleted file mode 100644 index 696d348..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-currency-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-dual.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-dual.svg deleted file mode 100644 index 79674c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-dual.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-file-columns.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-file-columns.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-file-columns.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter-rtl.svg deleted file mode 100644 index a0b4223..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter.svg deleted file mode 100644 index 5bd623a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-filter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-add.svg deleted file mode 100644 index 8daa13a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset-closed.svg deleted file mode 100644 index 263df79..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset.svg deleted file mode 100644 index 98bdc59..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-asset.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash-closed.svg deleted file mode 100644 index 8367fa2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash.svg deleted file mode 100644 index 385976d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-cash.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking-closed.svg deleted file mode 100644 index 0a687ad..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking.svg deleted file mode 100644 index 766234a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-checking.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-close.svg deleted file mode 100644 index 187fe3e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-closed.svg deleted file mode 100644 index 7d9096a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card-closed.svg deleted file mode 100644 index 94a799f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card.svg deleted file mode 100644 index feffaff..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-credit-card.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-delete.svg deleted file mode 100644 index 4c2c157..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-edit.svg deleted file mode 100644 index 9fa68d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-closed.svg deleted file mode 100644 index 3ab775a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security-closed.svg deleted file mode 100644 index 21b8e8c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security.svg deleted file mode 100644 index ebb8458..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment-security.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment.svg deleted file mode 100644 index 6723066..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-investment.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability-closed.svg deleted file mode 100644 index e27ceb6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability.svg deleted file mode 100644 index 85d03e0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-liability.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan-closed.svg deleted file mode 100644 index b79ebf0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan.svg deleted file mode 100644 index 631d51a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-loan.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-reopen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-reopen.svg deleted file mode 100644 index 6e4a5e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-reopen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings-closed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings-closed.svg deleted file mode 100644 index bcde2ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings-closed.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings.svg deleted file mode 100644 index 851c3d1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account-savings.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account.svg deleted file mode 100644 index ae95ed2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-account.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-budget.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-budget.svg deleted file mode 100644 index 8b3157c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-budget.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-add.svg deleted file mode 100644 index 7c2d18d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-delete.svg deleted file mode 100644 index 1b820bd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-edit.svg deleted file mode 100644 index 380b990..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-expense.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-expense.svg deleted file mode 100644 index 4150a97..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-expense.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-income.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-income.svg deleted file mode 100644 index 12754cf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-category-income.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-list.svg deleted file mode 100644 index 1080e13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconcile.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconcile.svg deleted file mode 100644 index 723bdf6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconcile.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconciled.svg deleted file mode 100644 index 57fc504..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-reconciled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-unreconciled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-unreconciled.svg deleted file mode 100644 index 045a018..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-financial-transfer-unreconciled.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form-action.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form-action.svg deleted file mode 100644 index c794107..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form-action.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form.svg deleted file mode 100644 index 4995bc8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-form.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-fullscreen.svg deleted file mode 100644 index 03cf6f7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-fullscreen.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-grid.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-grid.svg deleted file mode 100644 index 308aff0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-grid.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-group.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-group.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-group.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-hidden.svg deleted file mode 100644 index df15c0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-hidden.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-history.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-history.svg deleted file mode 120000 index ab3c72d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-history.svg +++ /dev/null @@ -1 +0,0 @@ -document-open-recent.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-add.svg deleted file mode 100644 index f97775c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-delete.svg deleted file mode 100644 index 8743749..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-delete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-edit.svg deleted file mode 100644 index d3b3990..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution-edit.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution.svg deleted file mode 100644 index bf85fc3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-institution.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-left-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-left-close.svg deleted file mode 100644 index 9ddbdfa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-left-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-compact.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-compact.svg deleted file mode 100644 index 1784358..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-compact.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-details.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-details.svg deleted file mode 100644 index 82430e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-details.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-icons.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-icons.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-icons.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-images.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-images.svg deleted file mode 100644 index 2b80950..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-images.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-text.svg deleted file mode 100644 index bcc5e0f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-text.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-tree.svg deleted file mode 100644 index d5fe415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-tree.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-video.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-video.svg deleted file mode 100644 index 1021943..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list-video.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list.svg deleted file mode 100644 index 4de8d1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-list.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-maximized.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-maximized.svg deleted file mode 120000 index b1fd236..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-maximized.svg +++ /dev/null @@ -1 +0,0 @@ -window-maximize.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-album-cover.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-album-cover.svg deleted file mode 120000 index 26e17b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-album-cover.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-track.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-artist.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-artist.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-equalizer.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-equalizer.svg deleted file mode 100644 index eff8d78..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-equalizer.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-favorite.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-favorite.svg deleted file mode 100644 index 24ec589..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-favorite.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-genre.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-genre.svg deleted file mode 100644 index d5c73a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-genre.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-lyrics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-lyrics.svg deleted file mode 100644 index a3c8dfe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-lyrics.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playcount.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playcount.svg deleted file mode 100644 index 6246799..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playcount.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playlist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playlist.svg deleted file mode 100644 index 1080e13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-playlist.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-queue.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-queue.svg deleted file mode 120000 index f32b479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-queue.svg +++ /dev/null @@ -1 +0,0 @@ -playlist-queue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles-hidden.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles-hidden.svg deleted file mode 100644 index 3d8c40c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles-hidden.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles.svg deleted file mode 120000 index 4fc2914..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-subtitles.svg +++ /dev/null @@ -1 +0,0 @@ -media-view-subtitles.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-title.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-title.svg deleted file mode 120000 index a28c847..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-title.svg +++ /dev/null @@ -1 +0,0 @@ -filename-title-amarok.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-track.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-track.svg deleted file mode 120000 index bd5a1a3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-track.svg +++ /dev/null @@ -1 +0,0 @@ -tools-rip-audio-cd.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-visualization.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-visualization.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-media-visualization.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more-horizontal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more-horizontal.svg deleted file mode 100644 index 4668daa..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more-horizontal.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more.svg deleted file mode 100644 index a7bfb84..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-more.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-multiple-objects.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-multiple-objects.svg deleted file mode 100644 index 6f41547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-multiple-objects.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-linear.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-linear.svg deleted file mode 100644 index cd8c5f9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-linear.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-logarithmic.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-logarithmic.svg deleted file mode 100644 index 898942e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-object-histogram-logarithmic.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-paged.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-paged.svg deleted file mode 100644 index 4de4e96..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-paged.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-continuous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-continuous.svg deleted file mode 100644 index 2833e16..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-continuous.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing-first-centered.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing-first-centered.svg deleted file mode 100644 index 8725857..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing-first-centered.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing.svg deleted file mode 100644 index 6319b83..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-facing.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-overview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-overview.svg deleted file mode 100644 index d69fd4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-overview.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-single.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-single.svg deleted file mode 100644 index ba7d576..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pages-single.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-calendar.svg deleted file mode 120000 index 8c656b6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-month.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-contacts.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-contacts.svg deleted file mode 100644 index 7b89a35..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-contacts.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-journal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-journal.svg deleted file mode 120000 index e988559..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-journal.svg +++ /dev/null @@ -1 +0,0 @@ -view-media-playlist.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-mail.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-mail.svg deleted file mode 120000 index b62208f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-mail.svg +++ /dev/null @@ -1 +0,0 @@ -mail-mark-unread.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-news.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-news.svg deleted file mode 100644 index ad6ddc8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-news.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-notes.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-notes.svg deleted file mode 120000 index 5e86bb4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-notes.svg +++ /dev/null @@ -1 +0,0 @@ -snap-page.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-summary.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-summary.svg deleted file mode 100644 index 5c06ef6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-summary.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks-pending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks-pending.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks-pending.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks.svg deleted file mode 120000 index 7b568c6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-pim-tasks.svg +++ /dev/null @@ -1 +0,0 @@ -view-table-of-contents-ltr.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-presentation.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-presentation.svg deleted file mode 100644 index cad1a9a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-presentation.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-preview.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-preview.svg deleted file mode 100644 index d3be633..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-preview.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-private.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-private.svg deleted file mode 100644 index 53f0c56..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-private.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all-tree.svg deleted file mode 120000 index 548a469..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all-tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-all.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-own.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-own.svg deleted file mode 120000 index 30c642e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-own.svg +++ /dev/null @@ -1 +0,0 @@ -im-user.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-system.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-system.svg deleted file mode 120000 index 0db9705..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-system.svg +++ /dev/null @@ -1 +0,0 @@ -system-run.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-tree.svg deleted file mode 120000 index 029cc0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-tree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-users.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-users.svg deleted file mode 120000 index 0fca1fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-process-users.svg +++ /dev/null @@ -1 +0,0 @@ -view-user-offline-kopete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode-active.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode-active.svg deleted file mode 100644 index c047246..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode.svg deleted file mode 100644 index 938d2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-readermode.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-refresh.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-refresh.svg deleted file mode 100644 index a9262e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-refresh.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-resource-calendar.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-resource-calendar.svg deleted file mode 120000 index 54445ac..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-resource-calendar.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-restore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-restore.svg deleted file mode 100644 index 0d86e27..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-restore.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-close.svg deleted file mode 100644 index a9773f2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-new.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-right-new.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sidetree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sidetree.svg deleted file mode 100644 index 953eebd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sidetree.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-ascending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-ascending.svg deleted file mode 100644 index 2b5a972..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-ascending.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-descending.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-descending.svg deleted file mode 100644 index a118029..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort-descending.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort.svg deleted file mode 100644 index 877c7c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-sort.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-left-right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-left-right.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-left-right.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-top-bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-top-bottom.svg deleted file mode 100644 index ec7216f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-split-top-bottom.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-statistics.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-statistics.svg deleted file mode 100644 index 20985f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-statistics.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-ltr.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-ltr.svg deleted file mode 100644 index d363f43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-ltr.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-rtl.svg deleted file mode 120000 index 05b3db7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-table-of-contents-rtl.svg +++ /dev/null @@ -1 +0,0 @@ -format-list-unordered.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-add.svg deleted file mode 120000 index 8ca434e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-add.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-day.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child-add.svg deleted file mode 120000 index 4226a53..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child-add.svg +++ /dev/null @@ -1 +0,0 @@ -view-task-child.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child.svg deleted file mode 100644 index 894f652..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task-child.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task.svg deleted file mode 120000 index 13ebf13..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-task.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-special-occasion.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-add.svg deleted file mode 100644 index 4ab0bc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-add.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-remove.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-remove.svg deleted file mode 100644 index e0e9d47..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined-remove.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-baselined.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-calculus.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-calculus.svg deleted file mode 100644 index 8eeed07..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-calculus.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-child-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-child-insert.svg deleted file mode 100644 index ceb4460..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-child-insert.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-edit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-edit.svg deleted file mode 120000 index b83b2d9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-edit.svg +++ /dev/null @@ -1 +0,0 @@ -edit.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-insert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-insert.svg deleted file mode 120000 index 4f81659..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule-insert.svg +++ /dev/null @@ -1 +0,0 @@ -view-time-schedule-baselined-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule.svg deleted file mode 120000 index a047479..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-time-schedule.svg +++ /dev/null @@ -1 +0,0 @@ -view-calendar-timeline.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-user-offline-kopete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-user-offline-kopete.svg deleted file mode 100644 index 9a37a2e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-user-offline-kopete.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-visible.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-visible.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-visible.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-web-browser-dom-tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-web-browser-dom-tree.svg deleted file mode 120000 index 4d518f8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-web-browser-dom-tree.svg +++ /dev/null @@ -1 +0,0 @@ -atmosphere.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped-rtl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped-rtl.svg deleted file mode 100644 index 488b024..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped-rtl.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped.svg deleted file mode 100644 index afe4ca1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view-wrapped.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_choose.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_choose.svg deleted file mode 120000 index 548a469..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_choose.svg +++ /dev/null @@ -1 +0,0 @@ -view-more.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_detailed.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_detailed.svg deleted file mode 120000 index a379444..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_detailed.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-details.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_icon.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_icon.svg deleted file mode 120000 index 793f5eb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_icon.svg +++ /dev/null @@ -1 +0,0 @@ -view-grid.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_left_right.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_left_right.svg deleted file mode 120000 index 730d459..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_left_right.svg +++ /dev/null @@ -1 +0,0 @@ -view-dual.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_multicolumn.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_multicolumn.svg deleted file mode 120000 index 4bbf838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_multicolumn.svg +++ /dev/null @@ -1 +0,0 @@ -view-column.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_text.svg deleted file mode 120000 index ab11536..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_text.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-text.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_top_bottom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_top_bottom.svg deleted file mode 120000 index e12ea4c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_top_bottom.svg +++ /dev/null @@ -1 +0,0 @@ -view-split-top-bottom.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_tree.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_tree.svg deleted file mode 120000 index 029cc0b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/view_tree.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-tree.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewimage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewimage.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewimage.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewmagfit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewmagfit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/viewmagfit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vinyl.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vinyl.svg deleted file mode 120000 index 4cd912b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vinyl.svg +++ /dev/null @@ -1 +0,0 @@ -tools-media-optical-format.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/virtual-desktops.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/virtual-desktops.svg deleted file mode 100644 index 48d8000..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/virtual-desktops.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/visibility.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/visibility.svg deleted file mode 120000 index 3ec7e2c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/visibility.svg +++ /dev/null @@ -1 +0,0 @@ -view-hidden.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-create.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-create.svg deleted file mode 120000 index 300fb89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-create.svg +++ /dev/null @@ -1 +0,0 @@ -document-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-download.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-download.svg deleted file mode 120000 index 6aa652e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-download.svg +++ /dev/null @@ -1 +0,0 @@ -edit-download.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-off.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-off.svg deleted file mode 120000 index 9718795..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-off.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-on.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-power-on.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-restart.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-restart.svg deleted file mode 120000 index 4e680c2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-restart.svg +++ /dev/null @@ -1 +0,0 @@ -view-refresh.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect-keep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect-keep.svg deleted file mode 100644 index 5d408a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect-keep.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect.svg deleted file mode 100644 index ca6c659..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-autoprotect.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-current.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-current.svg deleted file mode 100644 index 1320a46..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-current.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-recording.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-recording.svg deleted file mode 100644 index 2028bdb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-recording.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-revert.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-revert.svg deleted file mode 100644 index 2d9a8dc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot-revert.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot.svg deleted file mode 100644 index 5b8103f..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshot.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshots-manage.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshots-manage.svg deleted file mode 100644 index 537853d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-snapshots-manage.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-suspend.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-suspend.svg deleted file mode 120000 index 020f415..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-suspend.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-pause.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install-cancel.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install-cancel.svg deleted file mode 120000 index d96b05d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install-cancel.svg +++ /dev/null @@ -1 +0,0 @@ -process-stop.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install.svg deleted file mode 100644 index e70da37..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-tools-install.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-upload.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-upload.svg deleted file mode 120000 index 247d086..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm-upload.svg +++ /dev/null @@ -1 +0,0 @@ -upload.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_clone_wizard.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_clone_wizard.svg deleted file mode 100644 index 6b09fd8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_clone_wizard.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_new.svg deleted file mode 120000 index ddc3d28..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vm_new.svg +++ /dev/null @@ -1 +0,0 @@ -entry-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-autoprotect-keep.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-autoprotect-keep.svg deleted file mode 120000 index 858084d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-autoprotect-keep.svg +++ /dev/null @@ -1 +0,0 @@ -vm-snapshot-autoprotect-keep.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-next.svg deleted file mode 120000 index 82214a2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-next.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-forward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-previous.svg deleted file mode 120000 index a0af194..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-checkpoint-previous.svg +++ /dev/null @@ -1 +0,0 @@ -media-skip-backward.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-download-inactive.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-download-inactive.svg deleted file mode 100644 index c797ebd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-download-inactive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-downloading.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-downloading.svg deleted file mode 100644 index 447fa7b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component-downloading.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component.svg deleted file mode 100644 index 4e5a846..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-component.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-datacenter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-datacenter.svg deleted file mode 100644 index 0c795de..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-datacenter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-disabled.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-disabled.svg deleted file mode 100644 index 63a9607..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-disabled.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-error-emblem.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-error-emblem.svg deleted file mode 100644 index 8e2aaf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-error-emblem.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-locked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-locked.svg deleted file mode 120000 index 5c1fbb3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-locked.svg +++ /dev/null @@ -1 +0,0 @@ -object-locked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-manage-autostart-vms.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-manage-autostart-vms.svg deleted file mode 120000 index 28d76fd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-manage-autostart-vms.svg +++ /dev/null @@ -1 +0,0 @@ -run-build.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-marker-add.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-marker-add.svg deleted file mode 120000 index a5f7d89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-marker-add.svg +++ /dev/null @@ -1 +0,0 @@ -bookmark-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-new.svg deleted file mode 100644 index 4bc0bfe..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-new.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-powered-on.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-powered-on.svg deleted file mode 120000 index 1e939c9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-powered-on.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-bullet.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-flag.svg deleted file mode 120000 index 4c2c5d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-max-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-blue.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-bullet.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-flag.svg deleted file mode 120000 index 11f10f6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-min-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-yellow.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-bullet.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-bullet.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-bullet.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-flag.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-flag.svg deleted file mode 120000 index d0e2df7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-ram-recommended-flag.svg +++ /dev/null @@ -1 +0,0 @@ -flag-green.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-beginning.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-beginning.svg deleted file mode 120000 index f5627dd..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-beginning.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-start-rtl.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-pause.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-pause.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-pause.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-play.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-play.svg deleted file mode 120000 index f1fddde..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-play.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-playing.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-fast.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-fast.svg deleted file mode 100644 index b736530..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-fast.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-normal.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-normal.svg deleted file mode 100644 index 96a185e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-replay-speed-normal.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-settings.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-settings.svg deleted file mode 120000 index 998070b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-settings.svg +++ /dev/null @@ -1 +0,0 @@ -configure.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-suspended.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-suspended.svg deleted file mode 120000 index 28433e5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-suspended.svg +++ /dev/null @@ -1 +0,0 @@ -media-playback-paused.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-unlocked.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-unlocked.svg deleted file mode 120000 index a767395..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-unlocked.svg +++ /dev/null @@ -1 +0,0 @@ -object-unlocked.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcd-server.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcd-server.svg deleted file mode 100644 index f69b25d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcd-server.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcenter.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcenter.svg deleted file mode 100644 index cceba63..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-vcenter.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-appliance.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-appliance.svg deleted file mode 120000 index 62e1f1e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-appliance.svg +++ /dev/null @@ -1 +0,0 @@ -view-pim-news.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-console.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-console.svg deleted file mode 120000 index 6957e39..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-console.svg +++ /dev/null @@ -1 +0,0 @@ -cm_runterm.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity-error.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity-error.svg deleted file mode 120000 index 8770bb2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity-error.svg +++ /dev/null @@ -1 +0,0 @@ -action-unavailable.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity.svg deleted file mode 120000 index f0b026a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/vmware-view-unity.svg +++ /dev/null @@ -1 +0,0 @@ -window.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/web-browser.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/web-browser.svg deleted file mode 120000 index 425dcc6..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/web-browser.svg +++ /dev/null @@ -1 +0,0 @@ -network-connect.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/whitebalance.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/whitebalance.svg deleted file mode 100644 index b64dfab..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/whitebalance.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/widget-alternatives.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/widget-alternatives.svg deleted file mode 100644 index 6cefecf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/widget-alternatives.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-close.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-close.svg deleted file mode 100644 index 7bddf31..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-close.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-duplicate.svg deleted file mode 100644 index 38727ef..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-duplicate.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-above.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-above.svg deleted file mode 100644 index f14d237..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-above.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-below.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-below.svg deleted file mode 100644 index 742d695..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-keep-below.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-maximize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-maximize.svg deleted file mode 100644 index cdc16b3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-maximize.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-minimize.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-minimize.svg deleted file mode 100644 index efab691..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-minimize.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-new.svg deleted file mode 100644 index 5f22493..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-new.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-next.svg deleted file mode 100644 index f95c1f5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-next.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-pin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-pin.svg deleted file mode 100644 index 734ed0e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-pin.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-previous.svg deleted file mode 100644 index b97e3fb..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-previous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-restore.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-restore.svg deleted file mode 100644 index d804bf3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-restore.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-shade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-shade.svg deleted file mode 100644 index f54d94c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-shade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unpin.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unpin.svg deleted file mode 100644 index 3ede490..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unpin.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unshade.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unshade.svg deleted file mode 100644 index 1415754..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window-unshade.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window.svg deleted file mode 100644 index 43f3f08..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_fullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_fullscreen.svg deleted file mode 120000 index cbaa838..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_fullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-fullscreen.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_new.svg deleted file mode 120000 index 71831b4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_new.svg +++ /dev/null @@ -1 +0,0 @@ -window-new.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_nofullscreen.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_nofullscreen.svg deleted file mode 120000 index 4eb3231..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/window_nofullscreen.svg +++ /dev/null @@ -1 +0,0 @@ -view-restore.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-album.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-album.svg deleted file mode 120000 index 26e17b1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-album.svg +++ /dev/null @@ -1 +0,0 @@ -media-album-track.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-artist.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-artist.svg deleted file mode 120000 index df1acb1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-artist.svg +++ /dev/null @@ -1 +0,0 @@ -user-identity.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-shuffle.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-shuffle.svg deleted file mode 120000 index 26f6696..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-clementine-shuffle.svg +++ /dev/null @@ -1 +0,0 @@ -media-playlist-shuffle.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-connection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-connection.svg deleted file mode 120000 index c0d62e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-connection.svg +++ /dev/null @@ -1 +0,0 @@ -draw-connector.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-formula.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-formula.svg deleted file mode 120000 index 76cf815..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-formula.svg +++ /dev/null @@ -1 +0,0 @@ -formula.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-image.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-image.svg deleted file mode 120000 index 86ff0f4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-image.svg +++ /dev/null @@ -1 +0,0 @@ -view-preview.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-text.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-text.svg deleted file mode 120000 index ab11536..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-shape-text.svg +++ /dev/null @@ -1 +0,0 @@ -view-list-text.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-in.svg deleted file mode 120000 index 608b539..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-in.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-out.svg deleted file mode 120000 index fc310d2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/x-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-x.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xc_crosshair.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xc_crosshair.svg deleted file mode 100644 index 85f3b43..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xc_crosshair.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xfpm-brightness-lcd.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xfpm-brightness-lcd.svg deleted file mode 100644 index 63550c5..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xfpm-brightness-lcd.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-attribute-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-attribute-delete.svg deleted file mode 120000 index 2094832..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-attribute-delete.svg +++ /dev/null @@ -1 +0,0 @@ -list-remove.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-element-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-element-new.svg deleted file mode 120000 index 742bd8e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-element-new.svg +++ /dev/null @@ -1 +0,0 @@ -list-add.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-delete.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-delete.svg deleted file mode 120000 index aff6547..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-delete.svg +++ /dev/null @@ -1 +0,0 @@ -entry-delete.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-duplicate.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-duplicate.svg deleted file mode 120000 index e953e89..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-node-duplicate.svg +++ /dev/null @@ -1 +0,0 @@ -edit-duplicate.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-text-new.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-text-new.svg deleted file mode 120000 index 36a0139..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/xml-text-new.svg +++ /dev/null @@ -1 +0,0 @@ -format-text-larger.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-in.svg deleted file mode 100644 index 23a4ddf..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-in.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-out.svg deleted file mode 120000 index 0f72a05..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/y-zoom-out.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-out-y.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-in.svg deleted file mode 100644 index 4dd0153..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-in.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-out.svg deleted file mode 100644 index d7a2436..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zone-out.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-1-to-2.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-1-to-2.svg deleted file mode 100644 index 030cf1d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-1-to-2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-2-to-1.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-2-to-1.svg deleted file mode 100644 index 379042c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-2-to-1.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-best-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-best-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-best-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-center-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-center-page.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-center-page.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-double-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-double-size.svg deleted file mode 120000 index 79ae67b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-double-size.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-1-to-2.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-draw.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-draw.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-draw.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-best.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-best.svg deleted file mode 100644 index c7878e9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-best.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-drawing.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-drawing.svg deleted file mode 100644 index f31205b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-drawing.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-height.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-height.svg deleted file mode 100644 index b0391c0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-height.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-page.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-page.svg deleted file mode 100644 index be3593b..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-page.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-selection.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-selection.svg deleted file mode 100644 index 5502ce9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-selection.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-width.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-width.svg deleted file mode 100644 index 369c858..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-fit-width.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-half-size.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-half-size.svg deleted file mode 120000 index b5036e7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-half-size.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-2-to-1.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-large.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-large.svg deleted file mode 120000 index a74d058..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-large.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-x.svg deleted file mode 100644 index 28c1dc8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-y.svg deleted file mode 120000 index 65f9aa9..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in-y.svg +++ /dev/null @@ -1 +0,0 @@ -y-zoom-in.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in.svg deleted file mode 100644 index a82fa17..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-in.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-next.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-next.svg deleted file mode 100644 index c95f2d0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-next.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-original.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-original.svg deleted file mode 100644 index 97b4443..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-original.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-x.svg deleted file mode 100644 index b09d928..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-x.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-y.svg deleted file mode 100644 index 0d6a5c4..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out-y.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out.svg deleted file mode 100644 index 671fcdc..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-out.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-previous.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-previous.svg deleted file mode 100644 index 0a3d6a7..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-previous.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-fit.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-fit.svg deleted file mode 120000 index cc77c1c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-fit.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-selection.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-x.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-x.svg deleted file mode 120000 index 1572505..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-x.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-width.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-y.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-y.svg deleted file mode 120000 index e84c272..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select-y.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-height.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select.svg deleted file mode 120000 index a77e7a1..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom-select.svg +++ /dev/null @@ -1 +0,0 @@ -zoom-fit-best.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom.svg b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom.svg deleted file mode 120000 index 9a2733d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/actions/zoom.svg +++ /dev/null @@ -1 +0,0 @@ -edit-find.svg \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/animations b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/animations deleted file mode 120000 index 600a886..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/animations +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/animations \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/apps b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/apps deleted file mode 120000 index a15c26c..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/apps +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/apps \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/categories b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/categories deleted file mode 120000 index 03736e3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/categories +++ /dev/null @@ -1 +0,0 @@ -apps \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/devices b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/devices deleted file mode 120000 index 37b50e2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/devices +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/devices \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emblems b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emblems deleted file mode 120000 index 75ba1db..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emblems +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/emblems \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emotes b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emotes deleted file mode 120000 index 0b85fda..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/emotes +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/emotes/ \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/mimetypes b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/mimetypes deleted file mode 120000 index b102eae..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/mimetypes +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/mimetypes \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/panel b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/panel deleted file mode 120000 index 7e44fe2..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/panel +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/panel \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/places b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/places deleted file mode 120000 index 8db7a68..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/places +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/places \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/status b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/status deleted file mode 120000 index aff10c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/status +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/status \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/symbolic b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/symbolic deleted file mode 120000 index e2f2884..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24/symbolic +++ /dev/null @@ -1 +0,0 @@ -../../Papirus/24x24/symbolic \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24@2x b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24@2x deleted file mode 120000 index d2f80a0..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/24x24@2x +++ /dev/null @@ -1 +0,0 @@ -24x24 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32 deleted file mode 120000 index 5b914c3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/32x32 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32@2x b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32@2x deleted file mode 120000 index 73c33d3..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/32x32@2x +++ /dev/null @@ -1 +0,0 @@ -32x32 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/42x42 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/42x42 deleted file mode 120000 index b4ca86d..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/42x42 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/42x42 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48 deleted file mode 120000 index d6c16a8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/48x48 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48@2x b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48@2x deleted file mode 120000 index 5cbef76..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/48x48@2x +++ /dev/null @@ -1 +0,0 @@ -48x48 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64 deleted file mode 120000 index 09f45ba..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/64x64 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64@2x b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64@2x deleted file mode 120000 index 763228a..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/64x64@2x +++ /dev/null @@ -1 +0,0 @@ -64x64 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/84x84 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/84x84 deleted file mode 120000 index cde53b8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/84x84 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/84x84 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/8x8 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/8x8 deleted file mode 120000 index 01b614e..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/8x8 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/8x8 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/96x96 b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/96x96 deleted file mode 120000 index 283b3e8..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/96x96 +++ /dev/null @@ -1 +0,0 @@ -../Papirus/96x96 \ No newline at end of file diff --git a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/index.theme b/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/index.theme deleted file mode 100644 index abcd9ea..0000000 --- a/system-master/assets/icons/papirus-icon-theme-master/Papirus-Dark/index.theme +++ /dev/null @@ -1,1189 +0,0 @@ -[Icon Theme] -Name=Papirus-Dark -Comment=Papirus icon theme for dark themes -Inherits=breeze-dark,hicolor - -Example=folder - -FollowsColorScheme=true - -DesktopDefault=48 -DesktopSizes=16,22,24,32,48,64 -ToolbarDefault=22 -ToolbarSizes=16,22,24,32,48 -MainToolbarDefault=22 -MainToolbarSizes=16,22,24,32,48 -SmallDefault=16 -SmallSizes=16,22,24,32,48 -PanelDefault=48 -PanelSizes=16,22,24,32,48,64 -DialogDefault=48 -DialogSizes=16,22,24,32,48,64 - -# Directory list -Directories=8x8/emblems,16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/mimetypes,16x16/panel,16x16/places,16x16/status,18x18/actions,22x22/actions,22x22/animations,22x22/apps,22x22/categories,22x22/devices,22x22/emblems,22x22/emotes,22x22/mimetypes,22x22/panel,22x22/places,22x22/status,24x24/actions,24x24/animations,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/mimetypes,24x24/panel,24x24/places,24x24/status,32x32/actions,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/mimetypes,32x32/places,32x32/status,42x42/apps,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/mimetypes,48x48/places,48x48/status,64x64/apps,64x64/categories,64x64/devices,64x64/mimetypes,64x64/places,84x84/apps,96x96/apps,96x96/devices,96x96/mimetypes,96x96/places,128x128/apps,128x128/devices,128x128/mimetypes,128x128/places,16x16/symbolic/actions,16x16/symbolic/apps,16x16/symbolic/categories,16x16/symbolic/devices,16x16/symbolic/emblems,16x16/symbolic/emotes,16x16/symbolic/mimetypes,16x16/symbolic/places,16x16/symbolic/status,16x16/symbolic/up-to-32,16x16/symbolic-up-to-20/actions,16x16/symbolic-up-to-20/apps,16x16/symbolic-up-to-20/categories,16x16/symbolic-up-to-20/devices,16x16/symbolic-up-to-20/emblems,16x16/symbolic-up-to-20/emotes,16x16/symbolic-up-to-20/mimetypes,16x16/symbolic-up-to-20/places,16x16/symbolic-up-to-20/status,22x22/symbolic/actions,22x22/symbolic/apps,22x22/symbolic/categories,22x22/symbolic/devices,22x22/symbolic/emblems,22x22/symbolic/mimetypes,22x22/symbolic/places,22x22/symbolic/status,24x24/symbolic/actions,24x24/symbolic/apps,24x24/symbolic/categories,24x24/symbolic/devices,24x24/symbolic/emblems,24x24/symbolic/mimetypes,24x24/symbolic/places,24x24/symbolic/status,32x32/symbolic/actions,32x32/symbolic/apps,32x32/symbolic/categories,32x32/symbolic/devices,32x32/symbolic/emblems,32x32/symbolic/emotes,32x32/symbolic/mimetypes,32x32/symbolic/places,32x32/symbolic/status - -ScaledDirectories=16x16@2x/actions,16x16@2x/apps,16x16@2x/categories,16x16@2x/devices,16x16@2x/emblems,16x16@2x/emotes,16x16@2x/mimetypes,16x16@2x/panel,16x16@2x/places,16x16@2x/status,18x18@2x/actions,22x22@2x/actions,22x22@2x/animations,22x22@2x/apps,22x22@2x/categories,22x22@2x/devices,22x22@2x/emblems,22x22@2x/emotes,22x22@2x/mimetypes,22x22@2x/panel,22x22@2x/places,22x22@2x/status,24x24@2x/actions,24x24@2x/animations,24x24@2x/apps,24x24@2x/categories,24x24@2x/devices,24x24@2x/emblems,24x24@2x/emotes,24x24@2x/mimetypes,24x24@2x/panel,24x24@2x/places,24x24@2x/status,32x32@2x/actions,32x32@2x/apps,32x32@2x/categories,32x32@2x/devices,32x32@2x/emblems,32x32@2x/emotes,32x32@2x/mimetypes,32x32@2x/places,32x32@2x/status,48x48@2x/actions,48x48@2x/apps,48x48@2x/categories,48x48@2x/devices,48x48@2x/emblems,48x48@2x/emotes,48x48@2x/mimetypes,48x48@2x/places,48x48@2x/status,64x64@2x/apps,64x64@2x/categories,64x64@2x/devices,64x64@2x/mimetypes,64x64@2x/places,16x16@2x/symbolic/actions,16x16@2x/symbolic/apps,16x16@2x/symbolic/categories,16x16@2x/symbolic/devices,16x16@2x/symbolic/emblems,16x16@2x/symbolic/emotes,16x16@2x/symbolic/mimetypes,16x16@2x/symbolic/places,16x16@2x/symbolic/status,16x16@2x/symbolic-up-to-20/actions,16x16@2x/symbolic-up-to-20/apps,16x16@2x/symbolic-up-to-20/categories,16x16@2x/symbolic-up-to-20/devices,16x16@2x/symbolic-up-to-20/emblems,16x16@2x/symbolic-up-to-20/emotes,16x16@2x/symbolic-up-to-20/mimetypes,16x16@2x/symbolic-up-to-20/places,16x16@2x/symbolic-up-to-20/status,22x22@2x/symbolic/actions,22x22@2x/symbolic/apps,22x22@2x/symbolic/categories,22x22@2x/symbolic/devices,22x22@2x/symbolic/emblems,22x22@2x/symbolic/mimetypes,22x22@2x/symbolic/places,22x22@2x/symbolic/status,24x24@2x/symbolic/actions,24x24@2x/symbolic/apps,24x24@2x/symbolic/categories,24x24@2x/symbolic/devices,24x24@2x/symbolic/emblems,24x24@2x/symbolic/mimetypes,24x24@2x/symbolic/places,24x24@2x/symbolic/status,32x32@2x/symbolic/actions,32x32@2x/symbolic/apps,32x32@2x/symbolic/categories,32x32@2x/symbolic/devices,32x32@2x/symbolic/emblems,32x32@2x/symbolic/emotes,32x32@2x/symbolic/mimetypes,32x32@2x/symbolic/places,32x32@2x/symbolic/status - -[8x8/emblems] -Context=Emblems -Size=8 -Type=Fixed - -[16x16/actions] -Context=Actions -Size=16 -Type=Fixed - -[16x16/apps] -Context=Applications -Size=16 -Type=Fixed - -[16x16/categories] -Context=Categories -Size=16 -Type=Fixed - -[16x16/devices] -Context=Devices -Size=16 -Type=Fixed - -[16x16/emblems] -Context=Emblems -Size=16 -Type=Fixed - -[16x16/emotes] -Context=Emotes -Size=16 -Type=Fixed - -[16x16/mimetypes] -Context=MimeTypes -Size=16 -Type=Fixed - -[16x16/panel] -Context=Status -Size=16 -Type=Fixed - -[16x16/places] -Context=Places -Size=16 -Type=Fixed - -[16x16/status] -Context=Status -Size=16 -Type=Fixed - -[16x16@2x/actions] -Context=Actions -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/apps] -Context=Applications -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/categories] -Context=Categories -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/devices] -Context=Devices -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/emblems] -Context=Emblems -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/emotes] -Context=Emotes -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/mimetypes] -Context=MimeTypes -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/panel] -Context=Status -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/places] -Context=Places -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/status] -Context=Status -Size=16 -Scale=2 -Type=Fixed - -[18x18/actions] -Context=Actions -Size=18 -Type=Fixed - -[18x18@2x/actions] -Context=Actions -Size=18 -Scale=2 -Type=Fixed - -[22x22/actions] -Context=Actions -Size=22 -Type=Fixed - -[22x22/animations] -Context=Animations -Size=22 -Type=Fixed - -[22x22/apps] -Context=Applications -Size=22 -Type=Fixed - -[22x22/categories] -Context=Categories -Size=22 -Type=Fixed - -[22x22/devices] -Context=Devices -Size=22 -Type=Fixed - -[22x22/emblems] -Context=Emblems -Size=22 -Type=Fixed - -[22x22/emotes] -Context=Emotes -Size=22 -Type=Fixed - -[22x22/mimetypes] -Context=MimeTypes -Size=22 -Type=Fixed - -[22x22/panel] -Context=Status -Size=22 -Type=Fixed - -[22x22/places] -Context=Places -Size=22 -Type=Fixed - -[22x22/status] -Context=Status -Size=22 -Type=Fixed - -[22x22@2x/actions] -Context=Actions -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/animations] -Context=Animations -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/apps] -Context=Applications -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/categories] -Context=Categories -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/devices] -Context=Devices -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/emblems] -Context=Emblems -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/emotes] -Context=Emotes -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/mimetypes] -Context=MimeTypes -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/panel] -Context=Status -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/places] -Context=Places -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/status] -Context=Status -Size=22 -Scale=2 -Type=Fixed - -[24x24/actions] -Context=Actions -Size=24 -Type=Fixed - -[24x24/animations] -Context=Animations -Size=24 -Type=Fixed - -[24x24/apps] -Context=Applications -Size=24 -Type=Fixed - -[24x24/categories] -Context=Categories -Size=24 -Type=Fixed - -[24x24/devices] -Context=Devices -Size=24 -Type=Fixed - -[24x24/emblems] -Context=Emblems -Size=24 -Type=Fixed - -[24x24/emotes] -Context=Emotes -Size=24 -Type=Fixed - -[24x24/mimetypes] -Context=MimeTypes -Size=24 -Type=Fixed - -[24x24/panel] -Context=Status -Size=24 -Type=Fixed - -[24x24/places] -Context=Places -Size=24 -Type=Fixed - -[24x24/status] -Context=Status -Size=24 -Type=Fixed - -[24x24@2x/actions] -Context=Actions -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/animations] -Context=Animations -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/apps] -Context=Applications -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/categories] -Context=Categories -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/devices] -Context=Devices -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/emblems] -Context=Emblems -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/emotes] -Context=Emotes -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/mimetypes] -Context=MimeTypes -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/panel] -Context=Status -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/places] -Context=Places -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/status] -Context=Status -Size=24 -Scale=2 -Type=Fixed - -[32x32/actions] -Context=Actions -Size=32 -Type=Fixed - -[32x32/apps] -Context=Applications -Size=32 -Type=Fixed - -[32x32/categories] -Context=Categories -Size=32 -Type=Fixed - -[32x32/devices] -Context=Devices -Size=32 -Type=Fixed - -[32x32/emblems] -Context=Emblems -Size=32 -Type=Fixed - -[32x32/emotes] -Context=Emotes -Size=32 -Type=Fixed - -[32x32/mimetypes] -Context=MimeTypes -Size=32 -Type=Fixed - -[32x32/places] -Context=Places -Size=32 -Type=Fixed - -[32x32/status] -Context=Status -Size=32 -Type=Fixed - -[32x32@2x/actions] -Context=Actions -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/apps] -Context=Applications -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/categories] -Context=Categories -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/devices] -Context=Devices -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/emblems] -Context=Emblems -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/emotes] -Context=Emotes -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/mimetypes] -Context=MimeTypes -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/places] -Context=Places -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/status] -Context=Status -Size=32 -Scale=2 -Type=Fixed - -[42x42/apps] -Context=Applications -Size=42 -Type=Fixed - -[48x48/actions] -Context=Actions -Size=48 -Type=Fixed - -[48x48/apps] -Context=Applications -Size=48 -Type=Fixed - -[48x48/categories] -Context=Categories -Size=48 -Type=Fixed - -[48x48/devices] -Context=Devices -Size=48 -Type=Fixed - -[48x48/emblems] -Context=Emblems -Size=48 -Type=Fixed - -[48x48/emotes] -Context=Emotes -Size=48 -Type=Fixed - -[48x48/mimetypes] -Context=MimeTypes -Size=48 -Type=Fixed - -[48x48/places] -Context=Places -Size=48 -Type=Fixed - -[48x48/status] -Context=Status -Size=48 -MinSize=48 -MaxSize=512 -Type=Scalable - -[48x48@2x/actions] -Context=Actions -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/apps] -Context=Applications -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/categories] -Context=Categories -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/devices] -Context=Devices -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/emblems] -Context=Emblems -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/emotes] -Context=Emotes -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/mimetypes] -Context=MimeTypes -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/places] -Context=Places -Size=48 -Scale=2 -Type=Fixed - -[48x48@2x/status] -Context=Status -Size=48 -MinSize=48 -MaxSize=512 -Scale=2 -Type=Scalable - -[64x64/apps] -Context=Applications -Size=64 -Type=Fixed - -[64x64/categories] -Context=Categories -Size=64 -Type=Fixed - -[64x64/devices] -Context=Devices -Size=64 -Type=Fixed - -[64x64/mimetypes] -Context=MimeTypes -Size=64 -Type=Fixed - -[64x64/places] -Context=Places -Size=64 -Type=Fixed - -[64x64@2x/apps] -Context=Applications -Size=64 -Scale=2 -Type=Fixed - -[64x64@2x/categories] -Context=Categories -Size=64 -Scale=2 -Type=Fixed - -[64x64@2x/devices] -Context=Devices -Size=64 -Scale=2 -Type=Fixed - -[64x64@2x/mimetypes] -Context=MimeTypes -Size=64 -Scale=2 -Type=Fixed - -[64x64@2x/places] -Context=Places -Size=64 -Scale=2 -Type=Fixed - -[84x84/apps] -Context=Applications -Size=84 -Type=Fixed - -[96x96/apps] -Context=Applications -Size=96 -Type=Fixed - -[96x96/devices] -Context=Devices -Size=96 -Type=Fixed - -[96x96/mimetypes] -Context=MimeTypes -Size=96 -Type=Fixed - -[96x96/places] -Context=Places -Size=96 -Type=Fixed - -[128x128/apps] -Context=Applications -Size=128 -MinSize=128 -MaxSize=512 -Type=Scalable - -[128x128/devices] -Context=Devices -Size=128 -MinSize=128 -MaxSize=512 -Type=Scalable - -[128x128/mimetypes] -Context=MimeTypes -Size=128 -MinSize=128 -MaxSize=512 -Type=Scalable - -[128x128/places] -Context=Places -Size=128 -MinSize=128 -MaxSize=512 -Type=Scalable - -[16x16/symbolic/actions] -Context=Actions -Size=16 -Type=Fixed - -[16x16/symbolic/apps] -Context=Applications -Size=16 -Type=Fixed - -[16x16/symbolic/categories] -Context=Categories -Size=16 -Type=Fixed - -[16x16/symbolic/devices] -Context=Devices -Size=16 -Type=Fixed - -[16x16/symbolic/emblems] -Context=Emblems -Size=16 -Type=Fixed - -[16x16/symbolic/emotes] -Context=Emotes -Size=16 -Type=Fixed - -[16x16/symbolic/mimetypes] -Context=MimeTypes -Size=16 -Type=Fixed - -[16x16/symbolic/places] -Context=Places -Size=16 -Type=Fixed - -[16x16/symbolic/status] -Context=Status -Size=16 -Type=Fixed - -[16x16/symbolic/up-to-32] -Context=Status -Size=16 -MinSize=16 -MaxSize=32 -Type=Scalable - -[16x16/symbolic-up-to-20/actions] -Context=Actions -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/apps] -Context=Applications -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/categories] -Context=Categories -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/devices] -Context=Devices -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/emblems] -Context=Emblems -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/emotes] -Context=Emotes -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/mimetypes] -Context=MimeTypes -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/places] -Context=Places -Size=20 -Type=Fixed - -[16x16/symbolic-up-to-20/status] -Context=Status -Size=20 -Type=Fixed - -[16x16@2x/symbolic/actions] -Context=Actions -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/apps] -Context=Applications -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/categories] -Context=Categories -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/devices] -Context=Devices -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/emblems] -Context=Emblems -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/emotes] -Context=Emotes -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/mimetypes] -Context=MimeTypes -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/places] -Context=Places -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic/status] -Context=Status -Size=16 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/actions] -Context=Actions -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/apps] -Context=Applications -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/categories] -Context=Categories -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/devices] -Context=Devices -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/emblems] -Context=Emblems -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/emotes] -Context=Emotes -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/mimetypes] -Context=MimeTypes -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/places] -Context=Places -Size=20 -Scale=2 -Type=Fixed - -[16x16@2x/symbolic-up-to-20/status] -Context=Status -Size=20 -Scale=2 -Type=Fixed - -[22x22/symbolic/actions] -Context=Actions -Size=22 -Type=Fixed - -[22x22/symbolic/apps] -Context=Applications -Size=22 -Type=Fixed - -[22x22/symbolic/categories] -Context=Categories -Size=22 -Type=Fixed - -[22x22/symbolic/devices] -Context=Devices -Size=22 -Type=Fixed - -[22x22/symbolic/emblems] -Context=Emblems -Size=22 -Type=Fixed - -[22x22/symbolic/mimetypes] -Context=MimeTypes -Size=22 -Type=Fixed - -[22x22/symbolic/places] -Context=Places -Size=22 -Type=Fixed - -[22x22/symbolic/status] -Context=Status -Size=22 -Type=Fixed - -[22x22@2x/symbolic/actions] -Context=Actions -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/symbolic/apps] -Context=Applications -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/symbolic/categories] -Context=Categories -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/symbolic/devices] -Context=Devices -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/symbolic/emblems] -Context=Emblems -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/symbolic/mimetypes] -Context=MimeTypes -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/symbolic/places] -Context=Places -Size=22 -Scale=2 -Type=Fixed - -[22x22@2x/symbolic/status] -Context=Status -Size=22 -Scale=2 -Type=Fixed - -[24x24/symbolic/actions] -Context=Actions -Size=24 -Type=Fixed - -[24x24/symbolic/apps] -Context=Applications -Size=24 -Type=Fixed - -[24x24/symbolic/categories] -Context=Categories -Size=24 -Type=Fixed - -[24x24/symbolic/devices] -Context=Devices -Size=24 -Type=Fixed - -[24x24/symbolic/emblems] -Context=Emblems -Size=24 -Type=Fixed - -[24x24/symbolic/mimetypes] -Context=MimeTypes -Size=24 -Type=Fixed - -[24x24/symbolic/places] -Context=Places -Size=24 -Type=Fixed - -[24x24/symbolic/status] -Context=Status -Size=24 -Type=Fixed - -[24x24@2x/symbolic/actions] -Context=Actions -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/symbolic/apps] -Context=Applications -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/symbolic/categories] -Context=Categories -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/symbolic/devices] -Context=Devices -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/symbolic/emblems] -Context=Emblems -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/symbolic/mimetypes] -Context=MimeTypes -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/symbolic/places] -Context=Places -Size=24 -Scale=2 -Type=Fixed - -[24x24@2x/symbolic/status] -Context=Status -Size=24 -Scale=2 -Type=Fixed - -[32x32/symbolic/actions] -Context=Actions -Size=32 -Type=Fixed - -[32x32/symbolic/apps] -Context=Applications -Size=32 -Type=Fixed - -[32x32/symbolic/categories] -Context=Categories -Size=32 -Type=Fixed - -[32x32/symbolic/devices] -Context=Devices -Size=32 -Type=Fixed - -[32x32/symbolic/emblems] -Context=Emblems -Size=32 -Type=Fixed - -[32x32/symbolic/emotes] -Context=Emotes -Size=32 -Type=Fixed - -[32x32/symbolic/mimetypes] -Context=MimeTypes -Size=32 -Type=Fixed - -[32x32/symbolic/places] -Context=Places -Size=32 -Type=Fixed - -[32x32/symbolic/status] -Context=Status -Size=32 -Type=Fixed - -[32x32@2x/symbolic/actions] -Context=Actions -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/apps] -Context=Applications -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/categories] -Context=Categories -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/devices] -Context=Devices -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/emblems] -Context=Emblems -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/emotes] -Context=Emotes -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/mimetypes] -Context=MimeTypes -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/places] -Context=Places -Size=32 -Scale=2 -Type=Fixed - -[32x32@2x/symbolic/status] -Context=Status -Size=32 -Scale=2 -Type=Fixed diff --git a/system-master/assets/lock.png b/system-master/assets/lock.png deleted file mode 100755 index 46eb4a7..0000000 Binary files a/system-master/assets/lock.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-active.png deleted file mode 100644 index 93e647e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-inactive.png deleted file mode 100644 index 6a85763..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-active.png deleted file mode 100644 index f98b63d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 83e905f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-active.png deleted file mode 100644 index 77a2c15..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 14fd354..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-active.png deleted file mode 100644 index 52d90e9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-inactive.png deleted file mode 100644 index ce2d940..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-prelight.png deleted file mode 100644 index 7e0b894..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-pressed.png deleted file mode 100644 index e783436..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/close-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-active.png deleted file mode 100644 index 3eb6997..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-inactive.png deleted file mode 100644 index ce2d940..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-prelight.png deleted file mode 100644 index 37bd1cd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-pressed.png deleted file mode 100644 index e5466a7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/hide-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-active.png deleted file mode 100644 index 41ebeab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-inactive.png deleted file mode 100644 index 5b4f12b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-active.png deleted file mode 100644 index 3e6d27e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-inactive.png deleted file mode 100644 index ce2d940..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-prelight.png deleted file mode 100644 index 65393c5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-pressed.png deleted file mode 100644 index 982062f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-active.png deleted file mode 100644 index 3e6d27e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index ce2d940..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 19ec36f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index 8423b50..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-active.png deleted file mode 100644 index 319ba13..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-inactive.png deleted file mode 100644 index ce681fc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-prelight.png deleted file mode 100644 index f8aaedf..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-pressed.png deleted file mode 100644 index c9a6e6e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/menu-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-active.png deleted file mode 100644 index 22bd6e5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-inactive.png deleted file mode 100644 index f601ad2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-active.png deleted file mode 100644 index 40e1a6f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-inactive.png deleted file mode 100644 index 945b206..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-prelight.png deleted file mode 100644 index e5b52b6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-pressed.png deleted file mode 100644 index 1aa18a1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/shade-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-active.png deleted file mode 100644 index 6e91f4f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-inactive.png deleted file mode 100644 index 22eae01..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-prelight.png deleted file mode 100644 index 8c8ae2f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-pressed.png deleted file mode 100644 index 9568831..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-active.png deleted file mode 100644 index 5919701..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index 82125e0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index 41b3858..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index a3d5d4b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/themerc b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/themerc deleted file mode 100644 index 3c6c23f..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=9 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-active.png deleted file mode 100644 index ee47d7a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-inactive.png deleted file mode 100644 index 28eca36..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-active.png deleted file mode 100644 index ee47d7a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-inactive.png deleted file mode 100644 index 28eca36..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-active.png deleted file mode 100644 index ee47d7a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-inactive.png deleted file mode 100644 index 28eca36..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-active.png deleted file mode 100644 index ee47d7a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-inactive.png deleted file mode 100644 index 28eca36..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-active.png deleted file mode 100644 index ee47d7a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-inactive.png deleted file mode 100644 index 28eca36..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-active.png deleted file mode 100644 index 2855b0a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-inactive.png deleted file mode 100644 index f477931..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-active.png deleted file mode 100644 index 1d4d520..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-inactive.png deleted file mode 100644 index de6076e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-hdpi/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-active.png deleted file mode 100644 index 6b3df52..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-inactive.png deleted file mode 100644 index a5b785e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-active.png deleted file mode 100644 index 22f8ac2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 51615dd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-active.png deleted file mode 100644 index 37ec144..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 3be8820..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-active.png deleted file mode 100644 index d19d383..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-inactive.png deleted file mode 100644 index 11f8a13..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-prelight.png deleted file mode 100644 index aeba08e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-pressed.png deleted file mode 100644 index 51b7471..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/close-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-active.png deleted file mode 100644 index 0061597..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-inactive.png deleted file mode 100644 index 11f8a13..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-prelight.png deleted file mode 100644 index f5a30d6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-pressed.png deleted file mode 100644 index d0bed48..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/hide-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-active.png deleted file mode 100644 index 0fb49ed..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-inactive.png deleted file mode 100644 index 6eee30a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-active.png deleted file mode 100644 index 109efcc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-inactive.png deleted file mode 100644 index 11f8a13..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-prelight.png deleted file mode 100644 index d49f938..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-pressed.png deleted file mode 100644 index 02565ec..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-active.png deleted file mode 100644 index 109efcc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 11f8a13..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 18c9b6d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index 6ceebc2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-active.png deleted file mode 100644 index 2af638e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-inactive.png deleted file mode 100644 index ad85c4f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-prelight.png deleted file mode 100644 index cd039c1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-pressed.png deleted file mode 100644 index 59b3b89..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/menu-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-active.png deleted file mode 100644 index 07b6034..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-inactive.png deleted file mode 100644 index 841fe27..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-active.png deleted file mode 100644 index 30d94fa..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-inactive.png deleted file mode 100644 index 64597d2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-prelight.png deleted file mode 100644 index fc0e43d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-pressed.png deleted file mode 100644 index 7ca5ab0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/shade-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-active.png deleted file mode 100644 index 5bbc4d9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-inactive.png deleted file mode 100644 index 8225c8f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-prelight.png deleted file mode 100644 index e28f956..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-pressed.png deleted file mode 100644 index be8f865..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-active.png deleted file mode 100644 index 6c5ccd5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index fc330c2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index 416dca4..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index be63b35..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/themerc b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/themerc deleted file mode 100644 index 81c785c..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=12 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-active.png deleted file mode 100644 index b165dbc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-inactive.png deleted file mode 100644 index 9d2fa11..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-active.png deleted file mode 100644 index b165dbc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-inactive.png deleted file mode 100644 index 9d2fa11..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-active.png deleted file mode 100644 index b165dbc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-inactive.png deleted file mode 100644 index 9d2fa11..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-active.png deleted file mode 100644 index b165dbc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-inactive.png deleted file mode 100644 index 9d2fa11..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-active.png deleted file mode 100644 index b165dbc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-inactive.png deleted file mode 100644 index 9d2fa11..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-active.png deleted file mode 100644 index 616a541..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-inactive.png deleted file mode 100644 index 18f9c4c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-active.png deleted file mode 100644 index 8ff3797..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-inactive.png deleted file mode 100644 index 0128cd1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark-xhdpi/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-active.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index dd6b191..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-hover.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-left.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index dcf8298..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-right.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index ed66559..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-dark.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-dark.svg deleted file mode 100644 index c7e5afd..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-dark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-off.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index b00efa6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox.svg deleted file mode 100644 index 65eb117..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-active.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-active.svg deleted file mode 100644 index 0dde2b9..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-hover.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-hover.svg deleted file mode 100644 index 37f8806..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close.svg deleted file mode 100644 index 5dcc697..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/close.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/corner-ripple.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index 31a0548..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-dark.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-dark.svg deleted file mode 100644 index f53001f..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-dark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-off.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index b00efa6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton.svg deleted file mode 100644 index a8edeb5..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-off.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 8522010..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on-dark.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on-dark.svg deleted file mode 100644 index fb1b2f7..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on-dark.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on.svg deleted file mode 100644 index b429bc8..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/trash-icon.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/trash-icon.svg deleted file mode 100644 index d78a123..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/cinnamon.css b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/cinnamon.css deleted file mode 100644 index d731d80..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/cinnamon.css +++ /dev/null @@ -1,2339 +0,0 @@ -stage { - color: #FFFFFF; -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button { - min-height: 24px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 6px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.sound-button:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.sound-button:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.sound-button:hover:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.3); - border-radius: 6px; -} - -.sound-button:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.3); - border-radius: 6px; -} - -.sound-button:insensitive { - color: rgba(255, 255, 255, 0.5); - background-color: rgba(255, 255, 255, 0.04); - border-radius: 6px; -} - -.notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button, .calendar-today-home-button, -.calendar-today-home-button-enabled { - border-radius: 6px; - color: rgba(255, 255, 255, 0.7); - background-color: transparent; -} - -.notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover, .calendar-today-home-button:hover, -.calendar-today-home-button-enabled:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active, .calendar-today-home-button:active, -.calendar-today-home-button-enabled:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.3); - border-radius: 6px; -} - -.notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive, .calendar-today-home-button:insensitive, -.calendar-today-home-button-enabled:insensitive { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; - border-radius: 6px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 24px; - padding: 6px 30px; - transition-duration: 100ms; - border-radius: 6px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #89b4fa; -} - -.modal-dialog-button-box .modal-dialog-button:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.3); -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 3px 12px; - min-height: 24px; - caret-size: 1px; - selection-background-color: #89b4fa; - selected-color: rgba(0, 0, 0, 0.87); - transition-duration: 300ms; - border-radius: 6px; - color: #FFFFFF; - border: 2px solid transparent; - background-color: rgba(255, 255, 255, 0.04); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #89b4fa; -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - border: 2px solid transparent; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FBC02D; - padding: 0 6px; -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(30, 30, 46, 0.1); - border-radius: 9999px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: #787882; - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #62626d; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #89b4fa; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(255, 255, 255, 0.12); - -slider-border-color: transparent; - -slider-active-background-color: #89b4fa; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 24px; - height: 24px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox-dark.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 24px; - height: 24px; -} - -.radiobutton StBin, .radiobutton:focus StBin { - background-image: url("assets/radiobutton-off.svg"); -} - -.radiobutton:checked StBin, .radiobutton:focus:checked StBin { - background-image: url("assets/radiobutton-dark.svg"); -} - -.toggle-switch { - width: 46px; - height: 24px; - background-size: contain; -} - -.toggle-switch, .popup-menu-item:active .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked, .popup-menu-item:active .toggle-switch:checked { - background-image: url("assets/toggle-on-dark.svg"); -} - -.cinnamon-link { - color: #1e66f5; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #4f87f7; -} - -#Tooltip { - border-radius: 9999px; - padding: 6px 12px; - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; - margin: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 0; - color: #FFFFFF; - background-color: #1e1e2e; - border-radius: 12px; - margin: 6px; - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - border-radius: 6px; - background-gradient-direction: none; - box-shadow: none; - background-color: #353543; - color: rgba(255, 255, 255, 0.7); -} - -.menu .popup-sub-menu .popup-menu-item:active, -.popup-menu .popup-sub-menu .popup-menu-item:active, -.popup-combo-menu .popup-sub-menu .popup-menu-item:active { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - padding: 6px; - border-radius: 12px; - background-clip: padding-box; - background-color: #1e1e2e; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); - border: 1px solid rgba(0, 0, 0, 0.75); -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: 6px 12px; - spacing: 12px; - border-radius: 6px; -} - -.menu .popup-menu-item:hover, .menu .popup-menu-item:active, -.popup-menu .popup-menu-item:hover, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:hover, -.popup-combo-menu .popup-menu-item:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(255, 255, 255, 0.5); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: rgba(255, 255, 255, 0.5); -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(255, 255, 255, 0.12); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: rgba(255, 255, 255, 0.5); -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 6px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.popup-combo-menu { - padding: 6px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 0; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 0; - margin: 0; - padding: 0; - border-color: rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 36px; - width: 42px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(244, 67, 54, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(244, 67, 54, 0.35); - background-gradient-end: rgba(244, 67, 54, 0.35); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(137, 180, 250, 0.35); - background-gradient-end: rgba(137, 180, 250, 0.35); -} - -#panelRight:ltr { - padding-left: 6px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 6px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(102, 187, 106, 0.35); - background-gradient-end: rgba(102, 187, 106, 0.35); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: rgba(255, 255, 255, 0.7); - font-size: 1em; - padding: 0px; - background-color: rgba(17, 17, 27, 0.75); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.04); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.panel-dummy { - background-color: rgba(244, 67, 54, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(244, 67, 54, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: rgba(255, 255, 255, 0.7); -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.7); -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: rgba(11, 11, 18, 0.9); - border: 1px solid rgba(11, 11, 18, 0.9); - color: #FFFFFF; - spacing: 25px; - border-radius: 6px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -.window-caption#selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #89b4fa; - spacing: 25px; -} - -.expo-workspaces-name-entry, -.expo-workspaces-name-entry#selected { - height: 15px; - border-radius: 6px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.expo-workspaces-name-entry:focus, -.expo-workspaces-name-entry#selected:focus { - border: 1px solid #89b4fa; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - font-style: italic; - transition-duration: 300; - selection-background-color: rgba(0, 0, 0, 0.87); - selected-color: #89b4fa; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 6px; -} - -.expo-workspace-thumbnail-frame#active { - border: 4px solid #89b4fa; - background-color: black; - border-radius: 6px; -} - -.expo-background { - background-color: #0b0b12; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 13px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; - background-color: #1e1e2e; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -#LookingGlassDialog { - background-color: #1e1e2e; - spacing: 6px; - padding: 6px; - margin: 32px; - border-radius: 12px; - color: #FFFFFF; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); - border: none; -} - -.calendar-main-box { - margin: 0 6px; -} - -.calendar { - padding: 6px 12px; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-today-home-button, -.calendar-today-home-button-enabled { - margin: 6px 0; - padding: 6px; -} - -.calendar-today-day-label { - font-size: 1.75em; - color: rgba(255, 255, 255, 0.7); - font-weight: bold; - text-align: center; - padding-bottom: .1em; -} - -.calendar-today-date-label { - font-size: 1.1em; - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - text-align: center; -} - -.calendar-month-label { - color: #FFFFFF; - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 9999px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(255, 255, 255, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(255, 255, 255, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: normal; - text-align: center; - font-size: 14px; - color: #FFFFFF; - border-radius: 6px; -} - -.calendar-day-base { - text-align: center; - width: 28px; - height: 28px; - padding: 0; - margin: 2px; - border-radius: 9999px; -} - -.calendar-day-base:hover { - background-color: rgba(255, 255, 255, 0.04); -} - -.calendar-day-base:active { - background-color: rgba(255, 255, 255, 0.12); -} - -.calendar-day-heading { - color: rgba(255, 255, 255, 0.7); - margin-top: 1em; -} - -.calendar-day { - border-width: 0; - color: rgba(255, 255, 255, 0.7); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: #FFFFFF; - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(255, 255, 255, 0.7); - opacity: 1; -} - -.calendar-week-number { - width: 20px; - height: 20px; - margin: 6px 0; - color: rgba(255, 255, 255, 0.3); - font-weight: bold; - background-color: rgba(255, 255, 255, 0.04); - border-radius: 9999px; -} - -.calendar-week-number StLabel { - padding: 0; - margin-top: 3px; -} - -.calendar-events-main-box { - height: 300px; - margin: 8px 0.8em 0 0; - padding: 8px; - min-width: 350px; - border: none; - border-radius: 6px; - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 255, 255, 0.04); - background-gradient-end: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.calendar-events-no-events-button { - margin: 6px 0; - padding: 6px; - border-radius: 6px; -} - -.calendar-events-no-events-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 255, 255, 0.04); - background-gradient-end: rgba(255, 255, 255, 0.04); - box-shadow: none; -} - -.calendar-events-no-events-icon { - color: rgba(255, 255, 255, 0.5); -} - -.calendar-events-no-events-label { - font-size: 1.1em; - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - text-align: center; - margin-top: 9px; -} - -.calendar-events-date-label { - padding: 3px 0 12px 3px; - font-size: 1.1em; - color: rgba(255, 255, 255, 0.7); - font-weight: bold; - text-align: center; -} - -.calendar-events-event-container { - padding: 2px; -} - -.calendar-events-main-box .separator { - -margin-horizontal: 1em; - -gradient-height: 1px; - -gradient-start: rgba(255, 255, 255, 0.12); - -gradient-end: rgba(255, 255, 255, 0.12); -} - -.calendar-event-button { - margin: 6px 0 6px 0; - border-radius: 6px; -} - -.calendar-event-button:hover { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 255, 255, 0.04); - background-gradient-end: rgba(255, 255, 255, 0.04); - box-shadow: none; -} - -.calendar-event-color-strip { - width: 4px; - border-radius: 4px 0 0 4px; -} - -.calendar-event-row-content { - margin: 6px; -} - -.calendar-event-time-past { - color: rgba(255, 255, 255, 0.32); - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present { - font-weight: bold; - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-time-present:all-day { - color: rgba(102, 187, 106, 0.6); -} - -.calendar-event-time-future { - text-align: left; - margin-bottom: .6em; -} - -.calendar-event-countdown { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - text-align: right; - margin-bottom: .6em; -} - -.calendar-event-countdown:soon { - color: white; -} - -.calendar-event-countdown:imminent { - color: rgba(251, 192, 45, 0.6); -} - -.calendar-event-countdown:current { - color: rgba(102, 187, 106, 0.6); -} - -.calendar-event-summary { - color: rgba(255, 255, 255, 0.5); - text-align: left; - width: 200px; -} - -#notification { - border-radius: 12px; - padding: 12px; - spacing-rows: 9px; - spacing-columns: 9px; - margin-from-right-edge-of-screen: 18px; - width: 28em; - color: #FFFFFF; - background-color: rgba(30, 30, 46, 0.8); - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35); - margin: 7px 12px 17px 12px; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 6px; -} - -.menu #notification, .popup-menu #notification { - border: none; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.05); - box-shadow: none; - margin: 0; -} - -.menu #notification:hover, .popup-menu #notification:hover { - background-color: rgba(255, 255, 255, 0.1); - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: #FFFFFF; -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 6px; -} - -#notification.multi-line-notification { - padding-bottom: 12px; - color: #FFFFFF; -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 6px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 6px; -} - -#notification-body { - spacing: 6px; -} - -#notification-actions { - spacing: 9px; -} - -.notification-with-image { - min-height: 159px; - color: #FFFFFF; -} - -.notification-button, .notification-icon-button { - padding: 6px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: #FFFFFF; - background-color: #1e1e2e; - border: none; - border-radius: 6px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #89b4fa; -} - -.switcher-list .item-box:selected { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; - border: 0px solid #89b4fa; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #FFFFFF; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: rgba(255, 255, 255, 0.7); -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: #FFFFFF; - background-color: rgba(5, 5, 8, 0.95); - padding: 0 5px 6px 5px; - border-radius: 6px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 6px 12px; - background-color: rgba(11, 11, 18, 0.9); - border-radius: 6px; - color: #FFFFFF; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: #FFFFFF; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #F44336; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 5px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 3px 12px; - border-radius: 6px; - caret-color: #FFFFFF; - selected-color: rgba(0, 0, 0, 0.87); - selection-background-color: #89b4fa; - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; -} - -.run-dialog-entry:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid #89b4fa; -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #FBC02D; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: rgba(11, 11, 18, 0.9); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 6px; - box-shadow: none; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.keyboard-key:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.keyboard-key:active, .keyboard-key:checked { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.3); -} - -.keyboard-key:grayed { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -.keyboard-subkeys { - color: #FFFFFF; - padding: 5px; - -arrow-border-radius: 6px; - -arrow-background-color: rgba(11, 11, 18, 0.9); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - margin-bottom: 6px; - padding: 6px; - transition-duration: 300; - background-color: rgba(255, 255, 255, 0.05); - border: none; - border-radius: 6px; -} - -.menu-favorites-button { - padding: 9px; - border: none; - border-radius: 6px; -} - -.menu-favorites-button:hover { - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.1); -} - -.menu-places-box { - margin: auto; - padding: 9px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 9px; -} - -.menu-categories-box { - padding: 9px 30px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 9px 9px 0 9px; -} - -.menu-application-button { - padding: 6px; - border-radius: 6px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - padding: 6px; - border-radius: 6px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 6px; -} - -.menu-application-button-label:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button { - padding: 3px 0; - border-radius: 6px; - background-color: #353543; - color: #FFFFFF; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; - margin: 0 3px; - border-radius: 6px; - color: #FFFFFF; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 6px 0 6px 6px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 6px 6px 6px 0; -} - -.menu-category-button { - padding: 6px; - border-radius: 6px; -} - -.menu-category-button-selected { - padding: 6px; -} - -.menu-category-button-hover, .menu-category-button-selected { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.menu-category-button-greyed { - padding: 6px; - color: rgba(255, 255, 255, 0.5); -} - -.menu-category-button-label:ltr { - padding-left: 6px; -} - -.menu-category-button-label:rtl { - padding-right: 6px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; - margin-bottom: 6px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: #FFFFFF; -} - -.menu-search-entry-icon { - icon-size: 1em; - color: #FFFFFF; -} - -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: rgba(255, 255, 255, 0.7); - background-color: rgba(17, 17, 27, 0.75); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: rgba(255, 255, 255, 0.7); - border-radius: 0; - background-color: rgba(17, 17, 27, 0.75); - border: none; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 6px; - color: #89b4fa; -} - -.osd-window .level-bar { - border-radius: 6px; - background-color: #89b4fa; -} - -.window-list-box { - spacing: 2px; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100ms; - color: rgba(255, 255, 255, 0.9); - border-radius: 0; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-top .window-list-item-box { - border-top: 2px solid transparent; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom: 2px solid transparent; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left: 2px solid transparent; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right: 2px solid transparent; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.25); - border-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-image: radial-gradient(5px 5px 45deg, circle cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); - border-color: #89b4fa; - background-color: rgba(255, 255, 255, 0.2); -} - -.window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.panel-top .window-list-item-box:focus { - background-position: top center; -} - -.panel-bottom .window-list-item-box:focus { - background-position: bottom center; -} - -.panel-left .window-list-item-box:focus { - background-position: left center; -} - -.panel-right .window-list-item-box:focus { - background-position: right center; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #66BB6A; - background-gradient-end: #66BB6A; - border-radius: 6px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #FBC02D; - background-gradient-end: #FBC02D; -} - -.window-list-preview { - padding: 6px; - spacing: 6px; - border: none; - background-color: #1e1e2e; - border-radius: 6px; - color: #FFFFFF; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(244, 67, 54, 0.5); -} - -.grouped-window-list-thumbnail-menu { - padding: 6px; -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 6px; - border-radius: 6px; - spacing: 6px; - margin: 1px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - background-color: rgba(255, 255, 255, 0.1); -} - -.grouped-window-list-thumbnail-menu .item-box:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -.grouped-window-list-number-label { - z-index: 120; - text-shadow: none; - color: rgba(0, 0, 0, 0.87); - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 2px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #89b4fa; -} - -.grouped-window-list-item-box { - font-weight: normal; - transition-duration: 100ms; - border: none; - margin: 0; - color: rgba(255, 255, 255, 0.6); - border-radius: 0; - spacing: 6px; - border-bottom: 2px solid transparent; -} - -.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom { - padding: 0 2px; -} - -.grouped-window-list-item-box:hover { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:active { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box:active:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.grouped-window-list-item-box:focus { - color: rgba(255, 255, 255, 0.7); - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.2); - border-color: #89b4fa; -} - -.grouped-window-list-item-box:focus:hover { - background-color: rgba(255, 255, 255, 0.3); -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #66BB6A; - background-gradient-end: #66BB6A; - border-radius: 6px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #FBC02D; - background-gradient-end: #FBC02D; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0 0; - margin-top: 6px; - border-radius: 6px; - background-color: #353543; - color: #FFFFFF; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 9999px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 80px; - padding: 12px 18px; - spacing: 6px; - background-color: rgba(0, 0, 0, 0.45); - border: none; - border-radius: 0 0 6px 6px; - color: #FFFFFF; - text-shadow: none; -} - -.sound-player-overlay StButton { - width: 16px; - height: 16px; - padding: 8px; - margin: 0 6px 6px; - color: #FFFFFF; - border-radius: 9999px; - border: none; - text-shadow: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.sound-player-overlay StButton:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.sound-player-overlay StButton:insensitive { - opacty: 0.35; - color: rgba(255, 255, 255, 0.5); -} - -.sound-player-overlay StLabel { - padding: 0 6px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid rgba(0, 0, 0, 0.9); - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: #14141f; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #89b4fa; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: rgba(255, 255, 255, 0.7); - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #89b4fa; -} - -.workspace-button:hover { - color: #bad3fc; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #89b4fa; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(47, 47, 74, 0.75); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(47, 47, 74, 0.75); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(56, 56, 90, 0.75); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(27, 27, 43, 0.75); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; - border-radius: 0; -} - -.panel-launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.panel-launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; - border-radius: 0; -} - -.launcher:hover { - background-gradient-direction: none; - background-color: rgba(255, 255, 255, 0.1); -} - -.launcher:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.launcher .icon-box { - padding: 2px; -} - -.applet-separator { - padding: 1px 3px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding: 0 6px; - color: rgba(255, 255, 255, 0.7); - text-shadow: none; - transition-duration: 100ms; - border-radius: 0; -} - -.applet-box.vertical { - padding: 6px 0; -} - -.applet-box:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); -} - -.applet-box:checked, .applet-box:checked:hover { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.12); -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(244, 67, 54, 0.5); -} - -.applet-label { - font-weight: bold; - color: rgba(255, 255, 255, 0.7); -} - -.applet-box:checked .applet-label { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.applet-icon { - color: rgba(255, 255, 255, 0.7); - icon-size: 16px; -} - -.applet-box:checked .applet-icon { - color: rgba(255, 255, 255, 0.7); - text-shadow: none; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: #FFFFFF; - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: #FFFFFF; -} - -.desklet:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.desklet-with-borders { - color: #FFFFFF; - background-color: rgba(11, 11, 18, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.desklet-with-borders-and-header { - color: #FFFFFF; - background-color: rgba(11, 11, 18, 0.9); - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(244, 67, 54, 0.5); -} - -.desklet-header { - color: #FFFFFF; - background-color: rgba(11, 11, 18, 0.9); - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #89b4fa; - background-color: rgba(137, 180, 250, 0.3); -} - -.photoframe-box { - color: #FFFFFF; - background-color: rgba(11, 11, 18, 0.9); - padding: 12px; - padding-bottom: 16px; -} - -.workspace-osd { - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 9999px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(137, 180, 250, 0.3); - border: 1px solid #89b4fa; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/thumbnail.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/thumbnail.png deleted file mode 100644 index 944e2b1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/cinnamon/thumbnail.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-left.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index ec8b478..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-right.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 6fc5556..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-today.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-today.svg deleted file mode 100644 index 5e77084..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/calendar-today.svg +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-dark.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-dark.svg deleted file mode 100644 index c7e5afd..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-dark.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-active.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-active.svg deleted file mode 100644 index 9cfdefd..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-active.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-hover.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-hover.svg deleted file mode 100644 index ef5123a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off-hover.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index b00efa6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 65eb117..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/dash-placeholder.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-events.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-events.svg deleted file mode 100644 index 239177d..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-notifications.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index ae09f92..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/noise-texture.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 484f6c8..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/process-working.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-off.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 8522010..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on-dark.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on-dark.svg deleted file mode 100644 index fb1b2f7..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on-dark.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index b429bc8..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/gnome-shell.css b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/gnome-shell.css deleted file mode 100644 index 2948490..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,4098 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* General Typography */ -.quick-toggle-menu .header .title { - font-weight: 700; - font-size: 15pt; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel, .quick-toggle-menu .header .subtitle { - font-weight: 700; - font-size: 9pt; -} - -.icon-label-button-container { - font-weight: 400; - font-size: 9pt; -} - -.ripple-pointer-location { - width: 48px; - height: 48px; - border-radius: 24px; - background-color: rgba(255, 255, 255, 0.3); - box-shadow: 0 0 2px 2px #ebf2fe; -} - -.pie-timer { - width: 60px; - height: 60px; - -pie-border-width: 3px; - -pie-border-color: #89b4fa; - -pie-background-color: rgba(255, 255, 255, 0.3); -} - -.magnifier-zoom-region { - border: 2px solid #89b4fa; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -/* App Icons */ -.show-apps .overview-icon, -.app-well-app .overview-icon, -.grid-search-result .overview-icon { - color: rgba(255, 255, 255, 0.7); - border-radius: 16px; - padding: 6px; - border: none; - transition-duration: 100ms; - text-align: center; -} - -.show-apps:hover .overview-icon, .show-apps:focus .overview-icon, .show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); - border-image: none; - background-image: none; -} - -.show-apps:active .overview-icon, .show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; -} - -.app-well-app.app-folder { - border-radius: 16px; -} - -.app-well-app.app-folder, .app-well-app.app-folder:hover, .app-well-app.app-folder:active { - background-color: transparent; -} - -.app-well-app.app-folder .overview-icon { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 16px; -} - -.app-well-app.app-folder:hover .overview-icon { - background-color: rgba(255, 255, 255, 0.2); -} - -.app-well-app.app-folder:active .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog { - border-radius: 36px; - padding: 12px; - background-color: #11111b; - border: 1px solid black; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: bold; -} - -.app-folder-dialog .folder-name-container .folder-name-entry { - width: 300px; - border: none; - caret-color: #FFFFFF; -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 9px 8px; - color: rgba(255, 255, 255, 0.7); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.06); - color: rgba(255, 255, 255, 0.7); - border: none; - padding: 0; - width: 36px; - height: 36px; - border-radius: 9999px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.app-folder-dialog .icon-grid { - row-spacing: 12px; - column-spacing: 24px; - page-padding-top: 0; - page-padding-bottom: 0; - page-padding-left: 0; - page-padding-right: 0; -} - -.app-folder-dialog .page-indicators { - margin-bottom: 18px; -} - -.app-folder-dialog-container { - padding: 6px; - width: 720px; - height: 720px; -} - -.app-well-app-running-dot { - width: 6px; - height: 3px; - border-radius: 2px; - background-color: rgba(255, 255, 255, 0.3); - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - width: 24px; - background-color: #89b4fa !important; -} - -.app-menu, -.app-well-menu { - max-width: 27.25em; -} - -.rename-folder-popup .rename-folder-popup-item { - spacing: 6px; -} - -.rename-folder-popup .rename-folder-popup-item:ltr, .rename-folder-popup .rename-folder-popup-item:rtl { - padding: 0 12px; -} - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); - background-color: #11111b; - color: #FFFFFF; - border-radius: 9999px; - icon-size: 48px; -} - -.shell-link { - border-radius: 6px; - color: #1e66f5; -} - -.shell-link:hover { - color: #1e66f5; - background-color: rgba(30, 102, 245, 0.15); -} - -.shell-link:active { - color: #1e66f5; - background-color: rgba(30, 102, 245, 0.25); -} - -.lowres-icon { - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -} - -.icon-dropshadow { - icon-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); -} - -/* Buttons */ -.quick-settings-system-item .icon-button, .hotplug-notification-item, .button { - color: #FFFFFF; - background-color: #1e1e2e; - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:focus, .hotplug-notification-item:focus, .button:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.08); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:hover, .hotplug-notification-item:hover, .button:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:active, .hotplug-notification-item:active, .button:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.2); - box-shadow: none !important; -} - -.quick-settings-system-item .icon-button:insensitive, .hotplug-notification-item:insensitive, .button:insensitive { - color: rgba(255, 255, 255, 0.35); - background-color: #1e1e2e; - box-shadow: none !important; -} - -.lg-obj-inspector-button, .candidate-page-button, .modal-dialog-linked-button, .popup-menu .button { - color: #FFFFFF; - background-color: transparent; - box-shadow: none !important; -} - -.lg-obj-inspector-button:focus, .candidate-page-button:focus, .modal-dialog-linked-button:focus, .popup-menu .button:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.08); - box-shadow: none !important; -} - -.lg-obj-inspector-button:hover, .candidate-page-button:hover, .modal-dialog-linked-button:hover, .popup-menu .button:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.lg-obj-inspector-button:active, .candidate-page-button:active, .modal-dialog-linked-button:active, .popup-menu .button:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.2); - box-shadow: none !important; -} - -.lg-obj-inspector-button:insensitive, .candidate-page-button:insensitive, .modal-dialog-linked-button:insensitive, .popup-menu .button:insensitive { - background-color: transparent; - color: rgba(255, 255, 255, 0.35); - box-shadow: none !important; -} - -.button { - min-height: 20px; - padding: 6px 12px; - border-radius: 6px; - border: none; -} - -.screenshot-ui-show-pointer-button, .screenshot-ui-type-button { - color: #FFFFFF; - background-color: transparent; - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:insensitive, .screenshot-ui-type-button:insensitive { - color: rgba(255, 255, 255, 0.35); - background-color: #11111b; - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:focus, .screenshot-ui-type-button:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.08); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:hover, .screenshot-ui-type-button:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none !important; -} - -.screenshot-ui-show-pointer-button:active, .screenshot-ui-type-button:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.2); - box-shadow: none !important; -} - -/* Date/Time Menu */ -.popup-menu .message, .world-clocks-button, -.weather-button, -.events-button { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.04); - border-radius: 6px; - border: none; - box-shadow: none; - text-shadow: none; -} - -.popup-menu .message:hover, .world-clocks-button:hover, -.weather-button:hover, -.events-button:hover, .popup-menu .message:focus, .world-clocks-button:focus, -.weather-button:focus, -.events-button:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -.popup-menu .message:active, .world-clocks-button:active, -.weather-button:active, -.events-button:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.2); - box-shadow: none; -} - -#calendarArea { - padding: 6px 0; -} - -.datemenu-calendar-column { - spacing: 6px; - border: 0 solid rgba(255, 255, 255, 0.12); - padding: 0 4px 0 12px; -} - -.datemenu-calendar-column:ltr { - margin-right: 8px; - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - margin-left: 8px; - border-right-width: 0; -} - -.datemenu-calendar-column .datemenu-displays-section { - padding-bottom: 0; -} - -.datemenu-calendar-column .datemenu-displays-box { - spacing: 6px; -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: rgba(255, 255, 255, 0.7); - font-weight: bold; -} - -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 4px 6px; -} - -/* today button (the date) */ -.datemenu-today-button { - border: none; - box-shadow: none; - background: none; - padding: 6px; - margin: 0 12px; - text-shadow: none; - color: rgba(255, 255, 255, 0.7); - border-radius: 6px; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.datemenu-today-button:active { - background-color: rgba(255, 255, 255, 0.2); -} - -.datemenu-today-button .day-label { - font-size: 12pt; - font-weight: bold; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: normal; -} - -/* Calendar */ -.calendar { - border: none; - box-shadow: none; - background-color: transparent; - padding: 0; - margin: 0; - text-shadow: none; -} - -.calendar .calendar-month-label { - padding: 6px 0; - color: rgba(255, 255, 255, 0.7); - font-weight: bold; - text-align: center; - text-shadow: none; - font-size: 12pt; -} - -.calendar .calendar-change-month-back, -.calendar .calendar-change-month-forward { - padding: 0 0 !important; - margin: 3px 0 !important; -} - -.calendar .calendar-change-month-back StIcon, -.calendar .calendar-change-month-forward StIcon { - icon-size: 16px; -} - -.calendar .pager-button { - width: 32px; - height: 32px; - margin: 2px; - border-radius: 9999px; - background-color: transparent; - color: #FFFFFF; -} - -.calendar .pager-button:hover, .calendar .pager-button:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.calendar .pager-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.calendar .calendar-day-base { - font-size: 10pt; - text-align: center; - width: 34px; - height: 34px; - padding: 0; - margin: 2px; - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); - border: none; - font-feature-settings: "tnum"; -} - -.calendar .calendar-day-base:hover, .calendar .calendar-day-base:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.calendar .calendar-day-base:active, .calendar .calendar-day-base:selected { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; -} - -.calendar .calendar-day-base.calendar-day-heading { - margin-top: 1em; - color: rgba(255, 255, 255, 0.5); - font-size: 10pt; -} - -.calendar .calendar-day { - border-width: 0; -} - -.calendar .calendar-day-top { - border-top-width: 0; -} - -.calendar .calendar-day-left { - border-left-width: 0; -} - -.calendar .calendar-nonwork-day { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; -} - -.calendar .calendar-today { - font-weight: bold; - color: rgba(255, 255, 255, 0.7) !important; - background-color: rgba(255, 255, 255, 0.06); - border: none; -} - -.calendar .calendar-today:hover, .calendar .calendar-today:focus { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF !important; -} - -.calendar .calendar-today:active { - background-color: #71a4f9; - color: rgba(0, 0, 0, 0.87) !important; -} - -.calendar .calendar-today:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87) !important; -} - -.calendar .calendar-today:selected:hover, .calendar .calendar-today:selected:focus { - background-color: #b0cdfc; - color: rgba(0, 0, 0, 0.87) !important; -} - -.calendar .calendar-day-with-events { - color: rgba(255, 255, 255, 0.7); - background-image: url("assets/calendar-today.svg"); -} - -.calendar .calendar-day-with-events.calendar-work-day { - color: rgba(255, 255, 255, 0.7); - font-weight: bold; -} - -.calendar .calendar-other-month-day { - color: rgba(255, 255, 255, 0.32); - opacity: 0.5; -} - -.calendar .calendar-week-number { - width: 26px; - height: 0; - margin: 8px 0 8px 6px !important; - padding: 0 !important; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - font-size: inherit; - font-weight: bold; - text-align: center; -} - -.world-clocks-button, -.weather-button, -.events-button { - padding: 12px !important; - margin: 2px 0 !important; -} - -.events-button .events-box { - spacing: 6px; -} - -.events-button .events-list { - spacing: 12px; - text-shadow: none; -} - -.events-button .events-title { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - text-shadow: none; -} - -.events-button .event-time { - color: rgba(255, 255, 255, 0.5); - font-feature-settings: "tnum"; - font-size: 10pt; -} - -.world-clocks-button .world-clocks-city { - color: rgba(255, 255, 255, 0.5); - font-weight: bold; - font-size: 11pt; -} - -.world-clocks-button .world-clocks-time { - color: rgba(255, 255, 255, 0.5); - font-feature-settings: "tnum"; - font-size: 11pt; -} - -.world-clocks-button .world-clocks-time:ltr { - text-align: right; -} - -.world-clocks-button .world-clocks-time:rtl { - text-align: left; -} - -.world-clocks-button .world-clocks-timezone { - color: rgba(255, 255, 255, 0.5); - font-feature-settings: "tnum"; - font-size: 10pt; -} - -.world-clocks-grid, -.weather-grid { - spacing-rows: 0.4em; - spacing-columns: 0.8em; -} - -.weather-button { - margin-bottom: 6px !important; -} - -.weather-button .weather-box { - spacing: 10px; -} - -.weather-button .weather-header-box { - spacing: 6px; -} - -.weather-button .weather-header { - color: rgba(255, 255, 255, 0.7); - font-weight: bold; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: rgba(255, 255, 255, 0.5); - font-size: 10pt; -} - -.weather-button .weather-grid { - spacing-rows: 6px; - spacing-columns: 12px; -} - -.weather-button .weather-forecast-time { - color: rgba(255, 255, 255, 0.7); - font-feature-settings: "tnum"; - font-size: 9pt; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-icon { - icon-size: 32px; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; -} - -/* Check Boxes */ -.check-box StBoxLayout { - spacing: .8em; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 3px; -} - -.check-box StBin, .check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-image: url("assets/checkbox-off-hover.svg"); -} - -.check-box:active StBin { - background-image: url("assets/checkbox-off-active.svg"); -} - -.check-box:checked StBin, .check-box:focus:checked StBin { - background-image: url("assets/checkbox-dark.svg"); -} - -/* Activities Ripple */ -.ripple-box { - background-color: rgba(137, 180, 250, 0.35); - box-shadow: 0 0 2px 2px #ebf2fe; - width: 52px; - height: 52px; - border-radius: 0 0 52px 0; -} - -.ripple-box:rtl { - border-radius: 0 0 0 52px; -} - -/* Dash */ -#dash { - font-size: 9pt; -} - -#dash .empty-dash-drop-target { - width: 32px; - height: 32px; -} - -.dash-label { - color: rgba(255, 255, 255, 0.9); - background-color: rgba(0, 0, 0, 0.75); - border-radius: 9999px; - padding: 6px 12px; - box-shadow: none; - border: none; - text-align: center; - -y-offset: 12px; - -x-offset: 8px; -} - -/* Modal Dialogs */ -.candidate-popup-content, .modal-dialog { - background-color: #1e1e2e; - border-radius: 12px; - border: 1px solid rgba(0, 0, 0, 0.75); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -.modal-dialog-linked-button:last-child { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -.modal-dialog-linked-button:hover:last-child { - color: rgba(0, 0, 0, 0.87); - background-color: #b5d0fc; -} - -.modal-dialog-linked-button:active:last-child { - color: rgba(0, 0, 0, 0.87); - background-color: #71a4f9; -} - -.modal-dialog-linked-button:insensitive:last-child { - background-color: rgba(137, 180, 250, 0.05); - color: rgba(137, 180, 250, 0.35); -} - -.headline { - font-size: 12pt; -} - -.modal-dialog { - color: rgba(255, 255, 255, 0.7); - padding: 0 6px 6px 6px; -} - -.modal-dialog-linked-button { - min-height: 32px !important; - padding: 6px !important; - margin: 3px !important; - border: none !important; - border-radius: 6px; -} - -.modal-dialog-linked-button:first-child { - background-color: rgba(255, 255, 255, 0.04); -} - -.modal-dialog-linked-button:first-child:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.08); - box-shadow: none !important; -} - -.modal-dialog-linked-button:first-child:hover { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.modal-dialog-linked-button:first-child:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.2); - box-shadow: none !important; -} - -.modal-dialog .modal-dialog-content-box { - margin: 30px 42px; - spacing: 30px; - max-width: 28em; -} - -.end-session-dialog { - width: 30em; -} - -.end-session-dialog .end-session-dialog-battery-warning, -.end-session-dialog .dialog-list-title { - color: #FBC02D; -} - -.message-dialog-content { - spacing: 18px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.lightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: rgba(255, 255, 255, 0.7); - font-size: 10pt; -} - -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 12px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: rgba(255, 255, 255, 0.7); - font-size: 10pt; -} - -.prompt-dialog { - width: 28em; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 20em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 10pt; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F44336; -} - -.prompt-dialog-info-label, -.prompt-dialog-null-label { - color: rgba(255, 255, 255, 0.5); -} - -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #FBC02D; -} - -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.audio-selection-device:active { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.audio-selection-device-box { - padding: 18px; - spacing: 18px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -.welcome-dialog-image { - background-image: url("resource:///org/gnome/shell/theme/gnome-shell-start.svg"); - background-size: contain; - height: 300px; - width: 300px; -} - -/* Entries */ -StEntry, .popup-menu .search-entry { - min-height: 32px; - padding: 2px 12px; - margin: 2px; - border-width: 0; - border-radius: 6px; - color: #FFFFFF; - caret-color: #FFFFFF; - selection-background-color: #89b4fa; - selected-color: rgba(0, 0, 0, 0.87); - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.04); - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover, .popup-menu .search-entry:hover { - color: #FFFFFF; - border-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.04); -} - -StEntry:focus, .popup-menu .search-entry:focus { - color: #FFFFFF; - border-color: #89b4fa; - background-color: rgba(255, 255, 255, 0.04); - box-shadow: none; -} - -StEntry:insensitive, .popup-menu .search-entry:insensitive { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.35); - border-color: transparent; -} - -StEntry StIcon.capslock-warning, .popup-menu .search-entry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #FBC02D; - padding: 0 0; -} - -StEntry StIcon.peek-password, .popup-menu .search-entry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text, .popup-menu .search-entry StLabel.hint-text { - margin-left: 2px; - color: rgba(255, 255, 255, 0.5); -} - -.hotplug-notification-item { - padding: 12px; - border-style: solid; - border-width: 0; - border-left-width: 0; - border-bottom-width: 0; -} - -.hotplug-notification-item:first-child { - border-radius: 0 0 0 6px; -} - -.hotplug-notification-item:last-child { - border-right-width: 0; - border-radius: 0 0 6px 0; -} - -.hotplug-notification-item:first-child:last-child { - border-radius: 0 0 6px 6px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 0 4px; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 12px; -} - -.candidate-popup-content { - color: rgba(255, 255, 255, 0.7); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35); - border: none; - margin: 3px 8px; - padding: 6px; - spacing: 6px; -} - -.candidate-index { - padding: 0 0.5em 0 0; - color: rgba(255, 255, 255, 0.7); -} - -.candidate-box:selected .candidate-index { - color: rgba(0, 0, 0, 0.6); -} - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - margin-right: 2px; - border-radius: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.3); - color: #FFFFFF; -} - -.candidate-box:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.candidate-box:last-child { - margin-right: 0; -} - -.candidate-page-button-box { - height: 2em; -} - -.vertical .candidate-page-button-box { - padding-top: 0.5em; -} - -.horizontal .candidate-page-button-box { - padding-left: 0.5em; -} - -.candidate-page-button { - padding: 4px 8px; -} - -.candidate-page-button-previous, -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1em; -} - -/* On-screen Keyboard */ -#keyboard { - background-color: #1d1d1d; - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 6px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container, -.keyboard-layout { - padding: 4px; - spacing: 4px; -} - -.keyboard-key { - font-size: 16pt; - font-weight: bold; - min-height: 1.2em; - min-width: 1.2em; - padding: 0 !important; - border-radius: 9px; - border: none; - color: rgba(255, 255, 255, 0.7); - background-color: #707070; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: #FFFFFF; - background-color: #656565; -} - -.keyboard-key:checked, .keyboard-key:active { - color: #FFFFFF; - background-color: #717171; -} - -.keyboard-key:grayed { - background-color: #4b4b4b; - color: rgba(255, 255, 255, 0.7); -} - -.keyboard-key.default-key { - background-color: #4b4b4b; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover { - color: #FFFFFF; - background-color: #585858; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active { - color: #FFFFFF; - background-color: #6a6a6a; -} - -.keyboard-key.enter-key { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: rgba(0, 0, 0, 0.87); - background-color: #a1c4fb; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: rgba(0, 0, 0, 0.87); - background-color: #5895f8; -} - -.keyboard-key.shift-key-uppercase, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active { - color: #89b4fa; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 12px; - -arrow-background-color: #343434; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 6px; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.85); -} - -.emoji-page .keyboard-key { - background-color: transparent; - border: none; - color: initial; -} - -.emoji-panel .keyboard-key:latched { - border: none; - background-color: #89b4fa; -} - -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -/* Login Dialog */ -#lockDialogGroup { - background-color: #11111b; -} - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog, -.unlock-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry, -.unlock-dialog StEntry { - selection-background-color: #89b4fa; - selected-color: rgba(0, 0, 0, 0.87); - padding: 4px 8px; - min-height: 26px; - border-radius: 9999px; - caret-color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.04); - border-radius: 0; - border: none; - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15); - color: rgba(0, 0, 0, 0.87); -} - -.login-dialog StEntry:focus, -.unlock-dialog StEntry:focus { - border: none; - background-color: rgba(255, 255, 255, 0.04); - box-shadow: inset 0 -2px #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.login-dialog StEntry:insensitive, -.unlock-dialog StEntry:insensitive { - border: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(0, 0, 0, 0.35); -} - -.login-dialog StEntry StLabel.hint-text, -.unlock-dialog StEntry StLabel.hint-text { - color: rgba(0, 0, 0, 0.38); -} - -.login-dialog .modal-dialog-button-box, -.unlock-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button, -.unlock-dialog .modal-dialog-button { - padding: 0 16px; - border: none; - color: rgba(0, 0, 0, 0.87); - background-color: transparent; - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus, -.unlock-dialog .modal-dialog-button:hover, -.unlock-dialog .modal-dialog-button:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.12); -} - -.login-dialog .modal-dialog-button:active, -.unlock-dialog .modal-dialog-button:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.2); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:insensitive, -.unlock-dialog .modal-dialog-button:insensitive { - background-color: transparent; - color: rgba(0, 0, 0, 0.35); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default, -.unlock-dialog .modal-dialog-button:default { - color: rgba(0, 0, 0, 0.87); - background-color: #1e1e2e; - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus, -.unlock-dialog .modal-dialog-button:default:hover, -.unlock-dialog .modal-dialog-button:default:focus { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:active, -.unlock-dialog .modal-dialog-button:default:active { - color: rgba(0, 0, 0, 0.87); - background-color: rgba(255, 255, 255, 0.2); - box-shadow: none !important; -} - -.login-dialog .modal-dialog-button:default:insensitive, -.unlock-dialog .modal-dialog-button:default:insensitive { - color: rgba(0, 0, 0, 0.35); - background-color: #1e1e2e; - box-shadow: none !important; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button, -.unlock-dialog .cancel-button, -.unlock-dialog .switch-user-button, -.unlock-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 100px; - width: 32px; - height: 32px; - border: none; - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon, -.unlock-dialog .cancel-button StIcon, -.unlock-dialog .switch-user-button StIcon, -.unlock-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .login-dialog-message-warning, -.unlock-dialog .login-dialog-message-warning { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-button-box { - spacing: 5px; -} - -.login-dialog-message { - text-align: center; -} - -.login-dialog-message-warning { - color: #FBC02D; -} - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: #FFFFFF; -} - -.login-dialog-not-listed-label { - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.7); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected, .login-dialog-user-list:expanded .login-dialog-user-list-item:hover, .login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #89b4fa; -} - -.login-dialog-user-list-item { - border-radius: 12px; - padding: 6px; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item:ltr .user-widget { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl .user-widget { - padding-left: 1em; -} - -.login-dialog-user-list-item:focus { - background-color: rgba(255, 255, 255, 0.04) !important; -} - -.login-dialog-user-list-item:hover, .login-dialog-user-list-item:focus:hover { - background-color: rgba(255, 255, 255, 0.12) !important; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item:active, .login-dialog-user-list-item:focus:active { - background-color: rgba(255, 255, 255, 0.3) !important; - color: rgba(255, 255, 255, 0.7); -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: rgba(255, 255, 255, 0.12) !important; -} - -.user-widget-label { - color: rgba(255, 255, 255, 0.7); -} - -.user-widget.horizontal .user-widget-label { - font-size: 13pt; - font-weight: bold; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; - text-align: left; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; - text-align: right; -} - -.user-widget.vertical .user-widget-label { - font-size: 16pt; - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 12px; - width: 23em; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.7); - font-size: 12pt; - padding-top: 1em; -} - -/* Looking Glass */ -#LookingGlassDialog { - background-color: #1e1e2e; - spacing: 4px; - padding: 0; - border: none; - border-radius: 6px; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); - color: #FFFFFF; -} - -#LookingGlassDialog > #Toolbar { - padding: 0 8px; - border: none; - border-radius: 0; - background-color: #1e1e2e; - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog .labels { - spacing: 0; -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); - padding-left: 16px; - padding-right: 16px; - min-height: 32px; - padding: 0 32px; - transition-duration: 100ms; - border-bottom-width: 0; -} - -#LookingGlassDialog .notebook-tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; - text-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.12); - box-shadow: inset 0 -2px 0px #89b4fa; - color: #FFFFFF; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - min-height: 22px; - selection-background-color: #89b4fa; - selected-color: rgba(0, 0, 0, 0.87); -} - -.lg-dialog .shell-link { - color: #1e66f5; -} - -.lg-dialog .shell-link:hover { - color: #4f87f7; -} - -.lg-dialog .shell-link:active { - color: #0a4ed6; -} - -.lg-dialog .actor-link { - color: rgba(255, 255, 255, 0.7); -} - -.lg-dialog .actor-link:hover { - color: #FFFFFF; -} - -.lg-dialog .actor-link:active { - color: rgba(255, 255, 255, 0.7); -} - -.lg-completions-text { - font-size: .9em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 6px; -} - -.lg-obj-inspector-button { - padding: 0 16px; - border: none; - border-radius: 6px; -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 6px; -} - -.lg-extensions-list { - padding: 6px; - spacing: 6px; -} - -.lg-extension { - border: none; - border-radius: 6px; - background-color: #1e1e2e; - padding: 12px; -} - -.lg-extension-name { - font-weight: bold; -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - color: rgba(255, 255, 255, 0.7); - background: #1e1e2e; - border: none; - border-radius: 6px; - padding: 6px; - margin: 5px 8px 11px; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); -} - -/* Message List */ -.message-list { - width: 31.5em; - text-shadow: none; - border: none; - padding: 4px 0; -} - -.message-list:ltr { - margin-left: 0; - margin-right: 0; - padding-right: 0; - border-right-width: 0; -} - -.message-list:rtl { - margin-right: 0; - margin-left: 0; - padding-left: 0; - border-left-width: 0; -} - -.message-list .message-list-placeholder { - spacing: 12px; -} - -.message-list .message-list-placeholder > StIcon { - icon-size: 48px; - margin-bottom: 12px; - -st-icon-style: symbolic; -} - -.message-list-sections { - margin: 0 8px 0 16px; -} - -.message-list-section, -.message-list-sections, -.message-list-section-list { - spacing: 6px; -} - -.message { - margin: 3px 0; -} - -.message .message-icon-bin { - padding: 18px; -} - -.message .message-icon-bin:ltr { - padding-right: 6px; -} - -.message .message-icon-bin:rtl { - padding-left: 6px; -} - -.message .message-icon-bin > StIcon { - icon-size: 32px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-secondary-bin { - padding: 0 8px; -} - -.message .message-secondary-bin > .event-time { - color: rgba(255, 255, 255, 0.5); - font-size: 9pt; - text-align: right; - padding-bottom: 0.12em; -} - -.message .message-secondary-bin > .event-time:ltr { - text-align: right; -} - -.message .message-secondary-bin > .event-time:rtl { - text-align: left; -} - -.message .message-title { - color: #FFFFFF; - font-weight: bold; -} - -.message .message-content { - padding: 9px; - margin-bottom: 8px; - spacing: 4px; - color: rgba(255, 255, 255, 0.5); -} - -.message .message-close-button { - color: rgba(255, 255, 255, 0.7); - padding: 0; - height: 24px; - width: 24px; - border-radius: 9999px; -} - -.message .message-close-button:hover, .message .message-close-button:active { - color: #FFFFFF; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.message .message-close-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.message .message-body { - color: rgba(255, 255, 255, 0.5); -} - -.url-highlighter { - link-color: #1e66f5; -} - -.message-media-control { - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -.message-media-control:last-child:ltr { - margin-right: 16px; -} - -.message-media-control:last-child:rtl { - margin-left: 16px; -} - -.message-media-control:hover, .message-media-control:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.message-media-control:active { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.3); -} - -.message-media-control:insensitive { - color: rgba(255, 255, 255, 0.32); -} - -.media-message-cover-icon { - icon-size: 48px; - border-radius: 6px; -} - -.media-message-cover-icon.fallback { - icon-size: 32px !important; - border: none; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - -.select-area-rubberband { - background-color: rgba(137, 180, 250, 0.3); - border: 1px solid #89b4fa; - border-radius: 6px; -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.7); - border-radius: 9999px; - border: none; - box-shadow: none; - icon-size: 64px; -} - -.modal-dialog .user-icon { - box-shadow: none; -} - -.user-icon:hover { - color: #FFFFFF; -} - -.user-icon StIcon { - background-color: #FFFFFF; - border-radius: 9999px; - padding: 12px; - width: 40px; - height: 40px; -} - -.user-icon.user-avatar { - border: 2px solid #89b4fa; -} - -.user-widget.vertical .user-icon { - icon-size: 96px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; - width: 88px; - height: 88px; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - font-size: 10pt; - color: #FBC02D; -} - -/* Network Dialogs */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #FFFFFF; -} - -.nm-dialog-header { - font-weight: bold; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-scroll-view { - border: none; - padding: 0; - background-color: rgba(255, 255, 255, 0.04); - border-radius: 6px; -} - -.nm-dialog-item { - font-size: 11pt; - border-bottom: none; - padding: 12px; - spacing: 0px; -} - -.nm-dialog-item:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.nm-dialog-item:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.nm-dialog-icons { - spacing: 12px; -} - -.no-networks-label { - color: rgba(255, 255, 255, 0.5); -} - -.no-networks-box { - spacing: 6px; -} - -/* Notifications & Message Tray */ -.notification-banner { - width: 34em; - min-height: 64px; - margin: 2px 5px 8px; - border-radius: 6px; - color: rgba(255, 255, 255, 0.7); - background-color: #1e1e2e; - border: none; - text-shadow: none; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); - border-radius: 12px; -} - -.notification-banner:hover { - color: #FFFFFF; - background-color: #1e1e2e; - box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25); - margin: 2px 12px 17px; -} - -.notification-banner:focus { - color: #FFFFFF; - background-color: #1e1e2e; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 0; -} - -.notification-banner .notification-button { - min-height: 44px; - padding: 0 18px; - background-color: transparent; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - border-width: 0; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 12px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 12px 0; -} - -.notification-banner .notification-button:only-child, .notification-banner .notification-button:first-child:last-child { - border-radius: 0 0 12px 12px; -} - -.notification-banner .notification-button:focus { - background-color: transparent; - color: #FFFFFF; - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12); -} - -.notification-banner .notification-button:hover, .notification-banner .notification-button:focus:hover { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; - box-shadow: none; -} - -.notification-banner .notification-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: #FFFFFF; -} - -.summary-source-counter { - font-size: fontsize(10); - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - border: 2px solid rgba(255, 255, 255, 0.3); - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: rgba(255, 255, 255, 0.7); -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: rgba(255, 255, 255, 0.7); -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - color: rgba(255, 255, 255, 0.5); -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -/* OSD */ -.screenshot-ui-panel, .workspace-switcher-container, .switcher-list, .resize-popup, .osd-window { - color: rgba(255, 255, 255, 0.7); - background-color: #11111b; - border: none; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); - margin: 5px 8px 11px; - border-radius: 12px; - padding: 12px; -} - -.osd-window { - text-align: center; - font-weight: bold; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - height: 2px; - border-radius: 2px; - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; - -barlevel-height: 2px; - -barlevel-background-color: rgba(255, 255, 255, 0.12); - -barlevel-active-background-color: #89b4fa; - -barlevel-overdrive-color: #F44336; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(255, 255, 255, 0.12); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 2px; -} - -.pad-osd-window { - padding: 32px; - background-color: #11111b; -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -#overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.12); -} - -#overview StScrollBar StButton#vhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#overview StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -#overview StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: #FFFFFF; -} - -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 30px; -} - -.quick-settings { - padding: 18px !important; - border-radius: 24px !important; - margin-top: 6px !important; -} - -.quick-settings .icon-button, .quick-settings .button { - padding: 10.5px; -} - -.quick-settings-grid { - spacing-rows: 12px; - spacing-columns: 12px; -} - -.quick-toggle { - border-radius: 6px; - min-width: 12em; - max-width: 12em; - min-height: 40px; - border: none; - background-color: rgba(255, 255, 255, 0.08) !important; - /* Move padding into the box; this is to allow menu arrows - to extend to the border */ -} - -.quick-toggle:hover { - background-color: rgba(255, 255, 255, 0.12) !important; -} - -.quick-toggle:active { - background-color: rgba(255, 255, 255, 0.15) !important; -} - -.quick-toggle:checked { - background-color: #89b4fa !important; - color: rgba(0, 0, 0, 0.87); -} - -.quick-toggle:checked:hover { - background-color: #90b9fa !important; - color: rgba(0, 0, 0, 0.87); -} - -.quick-toggle:checked:active { - background-color: #9bbffb !important; - color: rgba(0, 0, 0, 0.87); -} - -.quick-toggle > StBoxLayout { - spacing: 6px; -} - -.quick-toggle.button { - padding: 0; -} - -.quick-toggle > StBoxLayout { - padding: 0 12px; -} - -.quick-toggle:ltr > StBoxLayout { - padding-left: 15px; -} - -.quick-toggle:rtl > StBoxLayout { - padding-right: 15px; -} - -.quick-toggle .quick-toggle-label { - font-weight: bold; -} - -.quick-toggle .quick-toggle-icon, .quick-toggle .quick-toggle-arrow { - icon-size: 16px; -} - -.quick-menu-toggle:ltr > StBoxLayout { - padding-right: 0; -} - -.quick-menu-toggle:rtl > StBoxLayout { - padding-left: 0; -} - -.quick-menu-toggle .quick-toggle-arrow { - background-color: rgba(255, 255, 255, 0.08) !important; - padding: 6px 10.5px; -} - -.quick-menu-toggle .quick-toggle-arrow:active { - background-color: rgba(255, 255, 255, 0.12) !important; -} - -.quick-menu-toggle .quick-toggle-arrow:ltr { - border-radius: 0 6px 6px 0; -} - -.quick-menu-toggle .quick-toggle-arrow:rtl { - border-radius: 6px 0 0 6px; -} - -.quick-slider { - padding: 0 6px; -} - -.quick-slider > StBoxLayout { - spacing: 6px; -} - -.quick-slider .slider-bin { - min-height: 16px; - padding: 6px; - border-radius: 9999px; -} - -.quick-slider .slider-bin:focus { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.08); - box-shadow: none !important; -} - -.quick-slider .quick-toggle-icon { - icon-size: 16px; -} - -.quick-slider .icon-button { - background-color: transparent; - color: #FFFFFF !important; -} - -.quick-slider .icon-button:hover { - background-color: rgba(255, 255, 255, 0.04); -} - -.quick-slider .icon-button:active { - background-color: rgba(255, 255, 255, 0.12); -} - -.quick-toggle-menu { - background-color: #1e1e2e !important; - color: #FFFFFF !important; - border-radius: 18px !important; - padding: 12px; - margin: 12px 18px 0; -} - -.quick-toggle-menu .popup-menu-item { - border-radius: 6px !important; -} - -.quick-toggle-menu .popup-menu-item:focus, .quick-toggle-menu .popup-menu-item:hover, .quick-toggle-menu .popup-menu-item.selected { - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.1) !important; -} - -.quick-toggle-menu .popup-menu-item:active { - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.2) !important; -} - -.quick-toggle-menu .popup-menu-item > StIcon { - -st-icon-style: symbolic; -} - -.quick-toggle-menu .header { - spacing-rows: 3px; - spacing-columns: 12px; - padding-bottom: 12px; -} - -.quick-toggle-menu .header .icon { - icon-size: 24px; - border-radius: 6px; - padding: 9px; - background-color: rgba(255, 255, 255, 0.12) !important; -} - -.quick-toggle-menu .header .icon.active { - background-color: #89b4fa !important; - color: rgba(0, 0, 0, 0.87); -} - -.quick-settings-system-item > StBoxLayout { - spacing: 12px; -} - -.quick-settings-system-item .icon-button { - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; - border-radius: 6px; -} - -.quick-settings-system-item .icon-button > StIcon { - -st-icon-style: symbolic; -} - -.quick-settings-system-item .power-item { - min-height: 0; - min-width: 0; -} - -.quick-settings-system-item .power-item:insensitive { - color: #FFFFFF; - background-color: #1e1e2e; - box-shadow: none !important; - background-color: transparent; -} - -.nm-network-item .wireless-secure-icon { - icon-size: 8px; -} - -/* Top Bar */ -#panel { - background-color: #11111b; - font-weight: bold; - height: 32px; - color: rgba(255, 255, 255, 0.7); - font-feature-settings: "tnum"; - transition-duration: 250ms; - font-size: 10pt; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: #11111b; - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; - -panel-corner-opacity: 1; - transition-duration: 250ms; -} - -#panel .panel-button { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: rgba(255, 255, 255, 0.7); - transition-duration: 150ms; - border-radius: 9999px; - text-shadow: none; - border: 2px solid transparent; -} - -#panel .panel-button.clock-display .clock { - transition-duration: 150ms; - border: 2px solid transparent; - border-radius: 9999px; -} - -#panel .panel-button:hover { - color: #FFFFFF; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:hover.clock-display { - box-shadow: none; - color: rgba(255, 255, 255, 0.7); -} - -#panel .panel-button:hover.clock-display .clock { - color: #FFFFFF; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: transparent; - color: #FFFFFF; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); -} - -#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display { - box-shadow: none; - color: rgba(255, 255, 255, 0.7); -} - -#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); - color: #FFFFFF; -} - -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #FFFFFF; -} - -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #FFFFFF; -} - -#panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 6px; - margin: 0 4px; - -st-icon-style: symbolic; -} - -#panel .panel-button .panel-status-indicators-box .system-status-icon, -#panel .panel-button .panel-status-menu-box .system-status-icon { - margin: 0; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; -} - -#panel .panel-button#panelActivities { - -natural-hpadding: 18px; -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; - box-shadow: none; -} - -#panel:overview StLabel, #panel:overview StIcon, #panel.unlock-screen StLabel, #panel.unlock-screen StIcon, #panel.login-screen StLabel, #panel.login-screen StIcon, #panel.lock-screen StLabel, #panel.lock-screen StIcon { - color: rgba(255, 255, 255, 0.7); -} - -#panel:overview .panel-button:hover, #panel.unlock-screen .panel-button:hover, #panel.login-screen .panel-button:hover, #panel.lock-screen .panel-button:hover { - color: #FFFFFF; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel:overview .panel-button:hover.clock-display, #panel.unlock-screen .panel-button:hover.clock-display, #panel.login-screen .panel-button:hover.clock-display, #panel.lock-screen .panel-button:hover.clock-display { - box-shadow: none; - color: #FFFFFF; -} - -#panel:overview .panel-button:hover.clock-display .clock, #panel.unlock-screen .panel-button:hover.clock-display .clock, #panel.login-screen .panel-button:hover.clock-display .clock, #panel.lock-screen .panel-button:hover.clock-display .clock { - color: #FFFFFF; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.12); -} - -#panel:overview .panel-button:active, #panel:overview .panel-button:overview, #panel:overview .panel-button:focus, #panel:overview .panel-button:checked, #panel.unlock-screen .panel-button:active, #panel.unlock-screen .panel-button:overview, #panel.unlock-screen .panel-button:focus, #panel.unlock-screen .panel-button:checked, #panel.login-screen .panel-button:active, #panel.login-screen .panel-button:overview, #panel.login-screen .panel-button:focus, #panel.login-screen .panel-button:checked, #panel.lock-screen .panel-button:active, #panel.lock-screen .panel-button:overview, #panel.lock-screen .panel-button:focus, #panel.lock-screen .panel-button:checked { - color: #FFFFFF; - background-color: transparent; - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); -} - -#panel:overview .panel-button:active.clock-display, #panel:overview .panel-button:overview.clock-display, #panel:overview .panel-button:focus.clock-display, #panel:overview .panel-button:checked.clock-display, #panel.unlock-screen .panel-button:active.clock-display, #panel.unlock-screen .panel-button:overview.clock-display, #panel.unlock-screen .panel-button:focus.clock-display, #panel.unlock-screen .panel-button:checked.clock-display, #panel.login-screen .panel-button:active.clock-display, #panel.login-screen .panel-button:overview.clock-display, #panel.login-screen .panel-button:focus.clock-display, #panel.login-screen .panel-button:checked.clock-display, #panel.lock-screen .panel-button:active.clock-display, #panel.lock-screen .panel-button:overview.clock-display, #panel.lock-screen .panel-button:focus.clock-display, #panel.lock-screen .panel-button:checked.clock-display { - box-shadow: none; - color: #FFFFFF; -} - -#panel:overview .panel-button:active.clock-display .clock, #panel:overview .panel-button:overview.clock-display .clock, #panel:overview .panel-button:focus.clock-display .clock, #panel:overview .panel-button:checked.clock-display .clock, #panel.unlock-screen .panel-button:active.clock-display .clock, #panel.unlock-screen .panel-button:overview.clock-display .clock, #panel.unlock-screen .panel-button:focus.clock-display .clock, #panel.unlock-screen .panel-button:checked.clock-display .clock, #panel.login-screen .panel-button:active.clock-display .clock, #panel.login-screen .panel-button:overview.clock-display .clock, #panel.login-screen .panel-button:focus.clock-display .clock, #panel.login-screen .panel-button:checked.clock-display .clock, #panel.lock-screen .panel-button:active.clock-display .clock, #panel.lock-screen .panel-button:overview.clock-display .clock, #panel.lock-screen .panel-button:focus.clock-display .clock, #panel.lock-screen .panel-button:checked.clock-display .clock { - box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2); - color: #FFFFFF; -} - -#panel:overview .panel-corner, #panel.unlock-screen .panel-corner, #panel.login-screen .panel-corner, #panel.lock-screen .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator, -#panel .remote-access-indicator { - color: #FBC02D; -} - -/* Popovers/Menus */ -.popup-menu-boxpointer { - -arrow-border-radius: 12px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 18px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu { - min-width: 12em; - color: rgba(255, 255, 255, 0.7) !important; - padding: 0; - font-weight: normal; - border-radius: 12px; - box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.12); - margin: 6px 6px 8px; - font-size: 10pt; -} - -.popup-menu .popup-menu-content { - padding: 6px; - background-color: #1e1e2e; - border-radius: 12px; - margin: 0; - font-weight: normal; - border: 1px solid rgba(0, 0, 0, 0.75); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -.popup-menu .popup-menu-item { - spacing: 6px; - color: rgba(255, 255, 255, 0.7) !important; - text-shadow: none; - border-radius: 6px; - margin: 0; - transition-duration: 100ms; - font-weight: normal; - background-color: transparent; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border: none; - box-shadow: none; - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.12) !important; - border-radius: 6px 6px 0 0; -} - -.popup-menu .popup-menu-item:checked:focus, .popup-menu .popup-menu-item:checked:hover, .popup-menu .popup-menu-item:checked.selected { - color: #FFFFFF !important; - background-color: alpha(currentColor, 0.08) !important; -} - -.popup-menu .popup-menu-item:checked:active { - color: #FFFFFF !important; - background-color: alpha(currentColor, 0.12) !important; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(255, 255, 255, 0.32) !important; -} - -.popup-menu .popup-menu-item:focus, .popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item.selected { - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.12) !important; - transition-duration: 0; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.3) !important; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(255, 255, 255, 0.32) !important; -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.12) !important; - color: rgba(255, 255, 255, 0.7) !important; - border: none; - box-shadow: none; - margin: 0; - border-radius: 0 0 6px 6px; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; -} - -.popup-menu .popup-sub-menu .popup-menu-item:focus, .popup-menu .popup-sub-menu .popup-menu-item:hover, .popup-menu .popup-sub-menu .popup-menu-item.selected { - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.12) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active, .popup-menu .popup-sub-menu .popup-menu-item.selected:active { - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.3) !important; -} - -.popup-menu .popup-sub-menu .popup-menu-item:insensitive { - color: rgba(255, 255, 255, 0.32) !important; -} - -.popup-menu .popup-inactive-menu-item { - color: rgba(255, 255, 255, 0.7) !important; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(255, 255, 255, 0.32) !important; -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-ornament { - width: 1.2em; -} - -.popup-menu-ornament:ltr { - text-align: right; -} - -.popup-menu-ornament:rtl { - text-align: left; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; -} - -.aggregate-menu { - min-width: 20em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 3px; - -st-icon-style: symbolic; -} - -.app-menu { - max-width: 27.25em; -} - -.app-menu .popup-menu-ornament { - width: 0 !important; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:ltr { - margin-right: 8px; -} - -.app-menu .popup-inactive-menu-item:first-child > StLabel:rtl { - margin-left: 8px; -} - -/* Screen Shield */ -.unlock-dialog-clock { - color: white; - font-weight: 300; - text-align: center; - spacing: 24px; - padding-bottom: 2.5em; -} - -.unlock-dialog-clock-time { - font-size: 64pt; - padding-top: 42px; - font-feature-settings: "tnum"; -} - -.unlock-dialog-clock-date { - font-size: 16pt; - font-weight: normal; -} - -.unlock-dialog-clock-hint { - font-weight: normal; - padding-top: 48px; -} - -.unlock-dialog-notifications-container { - margin: 12px 0; - spacing: 6px; - width: 23em; - background-color: transparent; -} - -.unlock-dialog-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.unlock-dialog-notifications-container .notification, -.unlock-dialog-notifications-container .unlock-dialog-notification-source { - padding: 12px 6px; - border: none; - background-color: #11111b; - color: #FFFFFF; - border-radius: 12px; -} - -.unlock-dialog-notifications-container .notification.critical, -.unlock-dialog-notifications-container .unlock-dialog-notification-source.critical { - background-color: #212134; -} - -.unlock-dialog-notification-label { - padding: 0px 0px 0px 12px; -} - -.unlock-dialog-notification-count-text { - weight: bold; - padding: 0 6px; - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; - border-radius: 9999px; - margin-right: 12px; -} - -.screen-shield-background { - background: black; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} - -#unlockDialogNotifications StButton#vhandle, #unlockDialogNotifications StButton#hhandle { - background-color: rgba(30, 30, 46, 0.3); -} - -#unlockDialogNotifications StButton#vhandle:hover, #unlockDialogNotifications StButton#vhandle:focus, #unlockDialogNotifications StButton#hhandle:hover, #unlockDialogNotifications StButton#hhandle:focus { - background-color: rgba(30, 30, 46, 0.5); -} - -#unlockDialogNotifications StButton#vhandle:active, #unlockDialogNotifications StButton#hhandle:active { - background-color: rgba(137, 180, 250, 0.5); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 12px; - min-height: 12px; -} - -StScrollBar StBin#trough { - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.12); - margin: 3px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - border: 3px solid transparent; - margin: 3px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #FFFFFF; -} - -.search-entry { - width: 320px; - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.7); - transition-duration: 150ms; - border-radius: 6px; - caret-color: #FFFFFF; - selection-background-color: rgba(255, 255, 255, 0.12); - selected-color: rgba(0, 0, 0, 0.87) !important; - color: #FFFFFF; - background-color: #1e1e2e; - border: 2px solid transparent; - box-shadow: none; -} - -.search-entry:hover { - color: #FFFFFF; - border-color: rgba(255, 255, 255, 0.3); - background-color: #1e1e2e; -} - -.search-entry:focus { - color: #FFFFFF; - border-color: #89b4fa; - background-color: #1e1e2e; - box-shadow: none; -} - -.search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.32); -} - -.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.7); -} - -.search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.32); -} - -.search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -/* Search */ -.list-search-result, .search-provider-icon { - border-radius: 6px; - padding: 6px; - transition-duration: 100ms; - text-align: center; -} - -.list-search-result:focus, .search-provider-icon:focus, .list-search-result:hover, .search-provider-icon:hover, .list-search-result:selected, .search-provider-icon:selected { - background-color: rgba(255, 255, 255, 0.12); - transition-duration: 200ms; -} - -.list-search-result:active, .search-provider-icon:active, .list-search-result:checked, .search-provider-icon:checked { - background-color: rgba(255, 255, 255, 0.2); -} - -#searchResultsContent { - max-width: 1024px; - spacing: 8px; -} - -.search-section { - spacing: 8px; - background: none; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -.search-section-content { - spacing: 8px; - border-radius: 0; - padding: 18px; - border: none; - box-shadow: none; - background-color: transparent !important; - background-image: none !important; - text-shadow: none; - color: rgba(255, 255, 255, 0.7); -} - -.search-statustext { - font-size: 2em; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.grid-search-results { - spacing: 36px; -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 6px; -} - -.list-search-result .list-search-result-content { - spacing: 6px; -} - -.list-search-result .list-search-result-title { - spacing: 12px; -} - -.list-search-result .list-search-result-description { - color: rgba(255, 255, 255, 0.7); -} - -/* Slider */ -.slider { - height: 20px; - color: #1e1e2e; - -slider-height: 2px; - -slider-background-color: rgba(255, 255, 255, 0.3); - -slider-border-color: #89b4fa; - -slider-active-background-color: #89b4fa; - -slider-active-border-color: #89b4fa; - -slider-border-width: 2px; - -slider-handle-radius: 7px; - -slider-handle-border-width: 2px; - -slider-handle-border-color: #89b4fa; - -barlevel-height: 2px; - -barlevel-background-color: rgba(255, 255, 255, 0.3); - -barlevel-border-color: transparent; - -barlevel-active-background-color: #89b4fa; - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #F44336; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 24px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; - border: 1px solid transparent; -} - -.switcher-list .item-box:outlined { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.switcher-list .item-box:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 6px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-list .switcher-list-item-container { - spacing: 12px; -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: rgba(255, 255, 255, 0.5); -} - -.switcher-arrow:highlighted { - color: #FFFFFF; -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -.cycler-highlight { - border: 5px solid #89b4fa; -} - -/* Switches */ -.toggle-switch { - width: 46px; - height: 24px; - background-size: contain; -} - -.toggle-switch, .popup-sub-menu .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked, .popup-sub-menu .toggle-switch:checked { - background-image: url("assets/toggle-on-dark.svg"); -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(137, 180, 250, 0.3); - border: 1px solid #89b4fa; -} - -.tile-preview-left.on-primary { - border-radius: 7px 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 7px 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 7px 7px 0 0; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 12px; -} - -.workspace-switcher { - background: transparent; - border: none; - border-radius: 0; - padding: 0; - spacing: 12px; -} - -.ws-switcher-box { - background: transparent; - height: 50px; - background-size: 32px; - background: rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.ws-switcher-active-up, -.ws-switcher-active-down, -.ws-switcher-active-left, -.ws-switcher-active-right { - height: 52px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - border-radius: 9px; - border: none; -} - -.icon-grid { - row-spacing: 12px; - column-spacing: 12px; - max-row-spacing: 72px; - max-column-spacing: 72px; - page-padding-top: 24px; - page-padding-bottom: 24px; - page-padding-left: 12px; - page-padding-right: 12px; -} - -.page-indicator { - padding: 6px 12px 0; -} - -.page-indicator .page-indicator-icon { - width: 10px; - height: 10px; - border-radius: 10px; - background-color: white; -} - -.apps-scroll-view { - padding: 0; -} - -.page-navigation-hint { - width: 300px; -} - -.page-navigation-hint.dnd { - background: rgba(255, 255, 255, 0.1); -} - -.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl { - background-gradient-start: rgba(255, 255, 255, 0.05); - background-gradient-end: transparent; - background-gradient-direction: horizontal; - border-radius: 15px 0px 0px 15px; -} - -.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl { - background-gradient-start: transparent; - background-gradient-end: rgba(255, 255, 255, 0.05); - background-gradient-direction: horizontal; - border-radius: 0px 15px 15px 0px; -} - -.page-navigation-arrow > StIcon { - margin: 6px; - padding: 18px; - width: 24px; - height: 24px; - border-radius: 9999px; - color: rgba(255, 255, 255, 0.7); -} - -.page-navigation-arrow:insensitive > StIcon { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.page-navigation-arrow:hover > StIcon { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.page-navigation-arrow:active > StIcon { - background-color: rgba(255, 255, 255, 0.3); - color: #FFFFFF; -} - -#dash { - margin-top: 12px; - padding: 0 10px; -} - -#dash .placeholder { - background-image: none; - background-size: contain; - height: 32px; -} - -#dash .overview-icon { - padding: 5px; -} - -.dash-background { - background-color: rgba(255, 255, 255, 0.3); - margin-bottom: 16px; - padding: 10px; - border-radius: 24px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.08); -} - -.dash-item-container .app-well-app, .show-apps { - padding: 10px 2px 26px; -} - -.dash-separator { - width: 1px; - margin: 0 7px 16px; - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-animation { - background-color: #11111b; -} - -.calendar .calendar-change-month-back, -.calendar .calendar-change-month-forward { - padding: 0 2px; -} - -.message-list-controls { - padding: 6px 6px 6px 30px !important; - spacing: 6px; - font-weight: normal; -} - -.message-list-controls .dnd-button { - font-weight: normal; -} - -.message-media-control { - margin: 26px 6px; - padding: 12px; -} - -.media-message-cover-icon { - padding: 12px; -} - -.media-message-cover-icon.fallback { - padding: 12px; -} - -.controls-manager, .secondary-monitor-workspaces { - spacing: 12px; -} - -#overviewGroup { - background-color: #11111b; -} - -.osd-window { - spacing: 12px; - padding: 12px 18px; - margin-bottom: 4em; -} - -.osd-window > * { - spacing: 8px; -} - -.osd-window StIcon { - icon-size: 32px; -} - -.osd-window StLabel:ltr { - margin-right: 6px; -} - -.osd-window StLabel:rtl { - margin-left: 6px; -} - -#appMenu { - spacing: 6px; -} - -#appMenu .label-shadow { - color: transparent; -} - -#appMenu .panel-status-menu-box { - padding: 0 6px; - spacing: 6px; -} - -.popup-menu .popup-menu-item { - padding: 6px 12px; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 9px !important; - padding-left: 0 !important; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0 !important; - padding-left: 9px !important; -} - -.popup-separator-menu-item { - padding: 0; -} - -.popup-separator-menu-item .popup-menu-ornament { - width: 0 !important; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.12); - margin: 6px 32px; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0; - margin: 0 32px 0 0; - height: 1px; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - padding-left: 12px !important; - margin-left: 0 !important; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - padding-right: 12px !important; - margin-right: 0 !important; -} - -.search-entry { - margin-top: 24px; - margin-bottom: 6px; -} - -.icon-label-button-container { - spacing: 6px; -} - -.icon-label-button-container StIcon { - icon-size: 32px; -} - -.screenshot-ui-panel { - border-radius: 33px; - padding: 18px; - padding-bottom: 12px; - margin-bottom: 4em; - spacing: 12px; -} - -.screenshot-ui-close-button { - padding: 6px !important; - margin-top: 12px; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); -} - -.screenshot-ui-close-button.left { - margin-left: 12px; -} - -.screenshot-ui-close-button.right { - margin-right: 12px; -} - -.screenshot-ui-type-button { - min-width: 48px; - padding: 12px 18px !important; - border-radius: 15px; -} - -.screenshot-ui-capture-button { - width: 36px; - height: 36px; - border-radius: 9999px; - border: 4px #FFFFFF; - padding: 4px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle { - background-color: #FFFFFF; - transition-duration: 200ms; - border-radius: 9999px; -} - -.screenshot-ui-capture-button .screenshot-ui-capture-button-circle:hover, .screenshot-ui-capture-button .screenshot-ui-capture-button-circle:focus { - background-color: rgba(255, 255, 255, 0.12); -} - -.screenshot-ui-capture-button:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:focus .screenshot-ui-capture-button-circle { - background-color: #d9d9d9; -} - -.screenshot-ui-capture-button:active .screenshot-ui-capture-button-circle { - background-color: gray; -} - -.screenshot-ui-capture-button:cast .screenshot-ui-capture-button-circle { - background-color: #F44336; -} - -.screenshot-ui-capture-button:cast:hover .screenshot-ui-capture-button-circle, .screenshot-ui-capture-button:cast:focus .screenshot-ui-capture-button-circle { - background-color: #f55a4e; -} - -.screenshot-ui-capture-button:cast:active .screenshot-ui-capture-button-circle { - background-color: #f22314; -} - -.screenshot-ui-shot-cast-container { - background-color: #1b1b2b; - border-radius: 12px; - padding: 3px; - spacing: 3px; -} - -.screenshot-ui-shot-cast-container:ltr { - margin-left: 3px; -} - -.screenshot-ui-shot-cast-container:rtl { - margin-right: 3px; -} - -.screenshot-ui-shot-cast-button { - padding: 6px 12px; - background-color: transparent; - border-radius: 9px; -} - -.screenshot-ui-shot-cast-button:hover, .screenshot-ui-shot-cast-button:focus { - background-color: #25253a; -} - -.screenshot-ui-shot-cast-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.screenshot-ui-shot-cast-button:checked { - background-color: white; - color: black; -} - -.screenshot-ui-shot-cast-button:insensitive { - color: rgba(255, 255, 255, 0.5); -} - -.screenshot-ui-shot-cast-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-show-pointer-button { - border-radius: 9999px; - padding: 12px !important; -} - -.screenshot-ui-show-pointer-button StIcon { - icon-size: 16px; -} - -.screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-area-selector .screenshot-ui-area-indicator-selection { - border: 2px white; -} - -.screenshot-ui-area-selector-handle { - border-radius: 9999px; - background-color: white; - box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.2); - width: 24px; - height: 24px; -} - -.screenshot-ui-window-selector { - background-color: #11111b; -} - -.screenshot-ui-window-selector .screenshot-ui-window-selector-window-container { - margin: 100px; -} - -.screenshot-ui-window-selector:primary-monitor .screenshot-ui-window-selector-window-container { - margin-bottom: 200px; -} - -.screenshot-ui-window-selector-window-border { - transition-duration: 200ms; - border-radius: 12px; - border: 6px transparent; -} - -.screenshot-ui-window-selector-check { - transition-duration: 200ms; - color: transparent; - border-radius: 99px; - border-width: 12px; - icon-size: 24px; -} - -.screenshot-ui-window-selector-window:hover .screenshot-ui-window-selector-window-border { - border-color: #4085f7; -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { - border-color: #89b4fa; - background-color: rgba(137, 180, 250, 0.2); -} - -.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -.screenshot-ui-screen-selector { - transition-duration: 200ms; - background-color: rgba(0, 0, 0, 0.5); -} - -.screenshot-ui-screen-selector:hover { - background-color: rgba(0, 0, 0, 0.3); -} - -.screenshot-ui-screen-selector:active { - background-color: rgba(0, 0, 0, 0.7); -} - -.screenshot-ui-screen-selector:checked { - background-color: transparent; - border: 2px white; -} - -.screenshot-ui-tooltip { - color: #FFFFFF; - background-color: #11111b; - border-radius: 9999px; - padding: 6px 12px; - text-align: center; - -y-offset: 24px; -} - -.window-picker { - spacing: 6px; -} - -.window-caption { - color: #FFFFFF; - background-color: #11111b; - border-radius: 9999px; - padding: 6px 12px; -} - -.window-close, .screenshot-ui-close-button { - background-color: #11111b; - color: #FFFFFF; - border-radius: 21px; - padding: 3px; - height: 30px; - width: 30px; - box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5); - transition-duration: 300ms; -} - -.window-close:hover, .screenshot-ui-close-button:hover { - color: #FFFFFF; - background-color: #1d1d2e; -} - -.window-close:active, .screenshot-ui-close-button:active { - color: #FFFFFF; - background-color: #050508; -} - -.workspace-background { - border-radius: 30px; - background-color: #11111b; - box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3); -} - -/* Workspace pager */ -.workspace-thumbnails { - visible-width: 32px; - spacing: 6px; - padding: 6px; -} - -.workspace-thumbnails .workspace-thumbnail { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(255, 255, 255, 0.12); - border: none; - border-radius: 6px; -} - -.workspace-thumbnails .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - width: 18px; - height: 24px; -} - -.workspace-thumbnail-indicator { - border: 3px solid #89b4fa; - border-radius: 3px; - padding: 0px; -} - -.bottom #dashtodockDashScrollview, -.top #dashtodockDashScrollview { - -st-hfade-offset: 24px; -} - -.left #dashtodockDashScrollview, -.right #dashtodockDashScrollview { - -st-vfade-offset: 24px; -} - -#dashtodockContainer { - background-color: transparent; -} - -#dashtodockContainer .number-overlay { - color: #FFFFFF; - background-color: rgba(0, 0, 0, 0.75); - text-align: center; -} - -#dashtodockContainer .notification-badge { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 9999px; - margin: 2px; - padding: 0.2em 0.6em; - font-weight: bold; - text-align: center; -} - -#dashtodockContainer.straight-corner #dash, #dashtodockContainer.shrink.straight-corner #dash { - border-radius: 0; - margin: 0; -} - -#dashtodockContainer.straight-corner #dash .dash-background, #dashtodockContainer.shrink.straight-corner #dash .dash-background { - border-radius: 0; -} - -#dashtodockContainer.extended.top #dash, #dashtodockContainer.extended.bottom #dash, #dashtodockContainer.extended.right #dash, #dashtodockContainer.extended.left #dash { - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; - padding: 0 0; -} - -#dashtodockContainer.extended.top #dash .dash-background, #dashtodockContainer.extended.bottom #dash .dash-background, #dashtodockContainer.extended.right #dash .dash-background, #dashtodockContainer.extended.left #dash .dash-background { - border-radius: 0; - margin-left: 0; - margin-right: 0; - margin-top: 0; - margin-bottom: 0; -} - -#dashtodockContainer.left #dash, #dashtodockContainer.right #dash { - margin-top: 0; - padding: 10px 0; -} - -#dashtodockContainer.left #dash .dash-background, #dashtodockContainer.right #dash .dash-background { - margin-bottom: 0; -} - -#dashtodockContainer.left .dash-item-container .app-well-app, #dashtodockContainer.left .show-apps, #dashtodockContainer.right .dash-item-container .app-well-app, #dashtodockContainer.right .show-apps { - padding: 6px; -} - -#dashtodockContainer.left #dash { - margin-left: 6px; -} - -#dashtodockContainer.right #dash { - margin-right: 6px; -} - -#dashtodockContainer.dashtodock #dash .dash-background { - background-color: #11111b; -} - -#dashtodockContainer #dash .dash-background { - background-color: #11111b; -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: rgba(255, 255, 255, 0.3) !important; -} - -#dashtodockContainer StWidget.focused .app-well-app-running-dot { - background-color: #89b4fa !important; -} - -#dashtodockContainer:overview #dash .app-well-app-running-dot { - background-color: rgba(255, 255, 255, 0.3) !important; -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #89b4fa !important; -} - -#dashtodockContainer .show-apps .overview-icon, -#dashtodockContainer .app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.7); -} - -#dashtodockContainer .show-apps:hover .overview-icon, #dashtodockContainer .show-apps:focus .overview-icon, #dashtodockContainer .show-apps:selected .overview-icon, -#dashtodockContainer .app-well-app:hover .overview-icon, -#dashtodockContainer .app-well-app:focus .overview-icon, -#dashtodockContainer .app-well-app:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer .show-apps:active .overview-icon, #dashtodockContainer .show-apps:checked .overview-icon, -#dashtodockContainer .app-well-app:active .overview-icon, -#dashtodockContainer .app-well-app:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -#dashtodockContainer:overview #dash .show-apps .overview-icon, #dashtodockContainer:overview #dash .app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.7); -} - -#dashtodockContainer:overview #dash .show-apps:hover .overview-icon, #dashtodockContainer:overview #dash .show-apps:focus .overview-icon, #dashtodockContainer:overview #dash .show-apps:selected .overview-icon, #dashtodockContainer:overview #dash .app-well-app:hover .overview-icon, #dashtodockContainer:overview #dash .app-well-app:focus .overview-icon, #dashtodockContainer:overview #dash .app-well-app:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer:overview #dash .show-apps:active .overview-icon, #dashtodockContainer:overview #dash .show-apps:checked .overview-icon, #dashtodockContainer:overview #dash .app-well-app:active .overview-icon, #dashtodockContainer:overview #dash .app-well-app:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: rgba(255, 255, 255, 0.3); -} - -#dashtodockContainer StWidget.focused .app-well-app-running-dot { - background-color: #89b4fa; -} - -#dashtodockContainer.opaque #dash .dash-background { - background-color: #11111b; -} - -#dashtodockContainer.transparent #dash .dash-background { - background-color: rgba(17, 17, 27, 0.35); -} - -#dashtodockContainer:overview #dash .dash-background { - background-color: rgba(255, 255, 255, 0.12); -} - -#dashtodockContainer.opaque:overview #dash .dash-background, #dashtodockContainer.transparent:overview #dash .dash-background { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.extended:overview #dash .dash-background, #dashtodockContainer.opaque.extended:overview #dash .dash-background, #dashtodockContainer.transparent.extended:overview #dash .dash-background { - background-color: #11111b; -} - -#dashtodockContainer.running-dots .dash-item-container > StButton, #dashtodockContainer.dashtodock .dash-item-container > StButton { - transition-duration: 250ms; - background-size: contain; -} - -#dashtodockContainer.extended .app-well-app .overview-icon, -#dashtodockContainer.extended .show-apps .overview-icon, #dashtodockContainer.extended:overview .app-well-app .overview-icon, -#dashtodockContainer.extended:overview .show-apps .overview-icon { - border-radius: 6px; -} - -#dashtodockContainer .metro .overview-icon { - border-radius: 0; -} - -.dashtodock-app-well-preview-menu-item { - padding: 1em 1em 0.5em 1em; -} - -#dashtodockPreviewSeparator.popup-separator-menu-item-horizontal { - width: 1px; - height: auto; - border-right-width: 1px; - margin: 32px 0; -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - border: 1px solid transparent; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: #FFFFFF; -} - -.openweather-current-databox-values { - background: none; - color: rgba(255, 255, 255, 0.5); -} - -.openweather-current-databox-captions { - background: none; - color: rgba(255, 255, 255, 0.5); -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: rgba(255, 255, 255, 0.7); -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: rgba(255, 255, 255, 0.5); -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: rgba(255, 255, 255, 0.7); -} - -.cosmic-dock #dock { - border-radius: 16px !important; - border: none !important; - margin: 6px !important; - background-color: rgba(255, 255, 255, 0.3) !important; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.08) !important; -} - -.cosmic-dock #dock .dash-background { - background-color: transparent !important; - margin-bottom: 0 !important; - padding: 0; - box-shadow: none !important; -} - -.cosmic-application-dialog { - border-radius: 12px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); - background-color: #1e1e2e; - color: #FFFFFF; -} - -.cosmic-application-dialog .overview-icon { - color: #FFFFFF; -} - -.cosmic-applications-separator { - background: rgba(255, 255, 255, 0.12); -} - -.cosmic-folder-edit-button { - box-shadow: none; - border-radius: 6px; - border-width: 0; - color: #FFFFFF; - background: rgba(255, 255, 255, 0.04); -} - -.cosmic-folder-edit-button .cosmic-folder-edit-button:hover { - background: rgba(255, 255, 255, 0.12); -} - -.cosmic-applications-icon { - color: rgba(255, 255, 255, 0.7); -} - -.cosmic-applications-folder-title { - color: rgba(255, 255, 255, 0.7); -} - -.cosmic-applications-available { - color: #FFFFFF; -} - -.pop-shell-active-hint { - border-style: solid; - border-color: #FBC02D; - border-radius: 6px; - box-shadow: none; -} - -.pop-shell-overlay { - background-color: rgba(137, 180, 250, 0.3); -} - -.pop-shell-search-element:select { - background: rgba(255, 255, 255, 0.12); - border-radius: 6px; - color: #FFFFFF; -} - -.pop-shell-tab { - border: 1px solid rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.pop-shell-tab-active { - background: #FBC02D; -} - -.pop-shell-tab-inactive { - background: rgba(251, 192, 45, 0.35); -} - -.pop-shell-tab-urgent { - background: #F44336; -} - -#panel.light-panel .panel-button, -#panel.dark-panel .panel-button, -#panel.transparent-panel .panel-button { - color: rgba(255, 255, 255, 0.7) !important; -} - -#panel.light-panel .panel-button.clock-display .clock, -#panel.dark-panel .panel-button.clock-display .clock, -#panel.transparent-panel .panel-button.clock-display .clock { - color: rgba(255, 255, 255, 0.7) !important; -} - -#panel.light-panel .panel-button:hover, -#panel.dark-panel .panel-button:hover, -#panel.transparent-panel .panel-button:hover { - color: rgba(255, 255, 255, 0.7) !important; - background-color: rgba(255, 255, 255, 0.12) !important; -} - -#panel.light-panel .panel-button:hover.clock-display .clock, -#panel.dark-panel .panel-button:hover.clock-display .clock, -#panel.transparent-panel .panel-button:hover.clock-display .clock { - background-color: rgba(255, 255, 255, 0.12) !important; -} - -#panel.light-panel .panel-button:active, #panel.light-panel .panel-button:checked, #panel.light-panel .panel-button:focus, -#panel.dark-panel .panel-button:active, -#panel.dark-panel .panel-button:checked, -#panel.dark-panel .panel-button:focus, -#panel.transparent-panel .panel-button:active, -#panel.transparent-panel .panel-button:checked, -#panel.transparent-panel .panel-button:focus { - color: #FFFFFF !important; - background-color: rgba(255, 255, 255, 0.3) !important; -} - -#panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, -#panel.dark-panel .panel-button:active.clock-display .clock, -#panel.dark-panel .panel-button:checked.clock-display .clock, -#panel.dark-panel .panel-button:focus.clock-display .clock, -#panel.transparent-panel .panel-button:active.clock-display .clock, -#panel.transparent-panel .panel-button:checked.clock-display .clock, -#panel.transparent-panel .panel-button:focus.clock-display .clock { - background-color: rgba(255, 255, 255, 0.3) !important; -} - -#panel.light-panel .panel-button:hover.clock-display, #panel.light-panel .panel-button:active.clock-display, #panel.light-panel .panel-button:overview.clock-display, #panel.light-panel .panel-button:focus.clock-display, #panel.light-panel .panel-button:checked.clock-display, -#panel.dark-panel .panel-button:hover.clock-display, -#panel.dark-panel .panel-button:active.clock-display, -#panel.dark-panel .panel-button:overview.clock-display, -#panel.dark-panel .panel-button:focus.clock-display, -#panel.dark-panel .panel-button:checked.clock-display, -#panel.transparent-panel .panel-button:hover.clock-display, -#panel.transparent-panel .panel-button:active.clock-display, -#panel.transparent-panel .panel-button:overview.clock-display, -#panel.transparent-panel .panel-button:focus.clock-display, -#panel.transparent-panel .panel-button:checked.clock-display { - background-color: transparent !important; -} - -#panel.light-panel .panel-button:hover.clock-display .clock, #panel.light-panel .panel-button:active.clock-display .clock, #panel.light-panel .panel-button:overview.clock-display .clock, #panel.light-panel .panel-button:focus.clock-display .clock, #panel.light-panel .panel-button:checked.clock-display .clock, -#panel.dark-panel .panel-button:hover.clock-display .clock, -#panel.dark-panel .panel-button:active.clock-display .clock, -#panel.dark-panel .panel-button:overview.clock-display .clock, -#panel.dark-panel .panel-button:focus.clock-display .clock, -#panel.dark-panel .panel-button:checked.clock-display .clock, -#panel.transparent-panel .panel-button:hover.clock-display .clock, -#panel.transparent-panel .panel-button:active.clock-display .clock, -#panel.transparent-panel .panel-button:overview.clock-display .clock, -#panel.transparent-panel .panel-button:focus.clock-display .clock, -#panel.transparent-panel .panel-button:checked.clock-display .clock { - color: #FFFFFF !important; -} - -.overview-components-transparent .search-entry, -.overview-components-light .search-entry, -.overview-components-dark .search-entry { - caret-color: #FFFFFF !important; -} - -.overview-components-transparent .search-entry .search-entry-icon, -.overview-components-light .search-entry .search-entry-icon, -.overview-components-dark .search-entry .search-entry-icon { - color: rgba(255, 255, 255, 0.7) !important; -} - -.overview-components-transparent .search-entry StLabel.hint-text, -.overview-components-light .search-entry StLabel.hint-text, -.overview-components-dark .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.3) !important; -} - -.overview-components-transparent .search-section-content, -.overview-components-light .search-section-content, -.overview-components-dark .search-section-content { - border-radius: 16px; -} - -.overview-components-transparent .search-section-separator, -.overview-components-light .search-section-separator, -.overview-components-dark .search-section-separator { - height: 0 !important; - background-color: transparent !important; -} diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-events.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-events.svg deleted file mode 100644 index 239177d..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-events.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-notifications.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-notifications.svg deleted file mode 100644 index ae09f92..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/pad-osd.css b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/pad-osd.css deleted file mode 100644 index 31c2377..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/pad-osd.css +++ /dev/null @@ -1,30 +0,0 @@ -.Leader { - stroke-width: .5 !important; - stroke: #535353; - fill: none !important; -} - -.Button { - stroke-width: .25; - stroke: #ededed; - fill: #ededed; -} - -.Ring { - stroke-width: .5 !important; - stroke: #535353 !important; - fill: none !important; -} - -.Label { - stroke: none !important; - stroke-width: .1 !important; - font-size: .1 !important; - fill: transparent !important; -} - -.TouchStrip, .TouchRing { - stroke-width: .1 !important; - stroke: #ededed !important; - fill: #535353 !important; -} diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/process-working.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gnome-shell/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/apps.rc b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/apps.rc deleted file mode 100644 index 530e72f..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# 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" diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/border.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/border.png deleted file mode 100644 index 20d503b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/border.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-active.png deleted file mode 100644 index ca25ccc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-disabled.png deleted file mode 100644 index 6578ba7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 66e1fdd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button.png deleted file mode 100644 index 3fe12c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/button.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-active.png deleted file mode 100644 index a754b10..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-disabled.png deleted file mode 100644 index b52acf5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-hover.png deleted file mode 100644 index 41cedc1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 6865495..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-active.png deleted file mode 100644 index 89ef64d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-disabled.png deleted file mode 100644 index a5aeabf..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-hover.png deleted file mode 100644 index 32f67a0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed.png deleted file mode 100644 index d247e4b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-mixed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-active.png deleted file mode 100644 index ebab8ae..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-disabled.png deleted file mode 100644 index 6370fc6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png deleted file mode 100644 index a575169..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 3f1f558..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-active.png deleted file mode 100644 index 38d3181..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-disabled.png deleted file mode 100644 index 6a9d9dd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-hover.png deleted file mode 100644 index c65ced0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry.png deleted file mode 100644 index 255e3dc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-left-entry.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-active.png deleted file mode 100644 index 2f3afab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-disabled.png deleted file mode 100644 index 67cfcc7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-hover.png deleted file mode 100644 index 8d643bd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry.png deleted file mode 100644 index 5d23233..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/combo-right-entry.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-active.png deleted file mode 100644 index 9d78ebb..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index ce14ba8..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background.png deleted file mode 100644 index fdf26ab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-disabled.png deleted file mode 100644 index 6578ba7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-hover.png deleted file mode 100644 index 5733239..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry.png deleted file mode 100644 index 3fe12c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/entry.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-active.png deleted file mode 100644 index ca25ccc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-disabled.png deleted file mode 100644 index 96f9995..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-hover.png deleted file mode 100644 index 66e1fdd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button.png deleted file mode 100644 index 96f9995..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/flat-button.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/focus.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/focus.png deleted file mode 100644 index 3e8d13d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/focus.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-inline.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-inline.png deleted file mode 100644 index 3bf2f90..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-inline.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-notebook.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-notebook.png deleted file mode 100644 index 1562a81..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame-notebook.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame.png deleted file mode 100644 index 1562a81..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-active.png deleted file mode 100644 index f1c519e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-hover.png deleted file mode 100644 index e7e40d6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz.png deleted file mode 100644 index ef1738d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-horz.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-active.png deleted file mode 100644 index 0cec1dc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-hover.png deleted file mode 100644 index 600fb08..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert.png deleted file mode 100644 index 377fdf0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/handle-vert.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked-disabled.png deleted file mode 100644 index 324c826..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 8373e47..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed-disabled.png deleted file mode 100644 index 62f43ce..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed.png deleted file mode 100644 index b194376..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-mixed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png deleted file mode 100644 index 82a4787..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index 899f034..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked-disabled.png deleted file mode 100644 index 56a800e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index 68b5051..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed-disabled.png deleted file mode 100644 index 62f43ce..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed.png deleted file mode 100644 index b194376..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-mixed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked-disabled.png deleted file mode 100644 index 82a4787..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 899f034..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt-disabled.png deleted file mode 100644 index 11a6985..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt.png deleted file mode 100644 index 974686c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-alt.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-disabled.png deleted file mode 100644 index 8aa6331..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down.png deleted file mode 100644 index 2f28e41..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-down.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt-disabled.png deleted file mode 100644 index 44e26b6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt.png deleted file mode 100644 index 529b5e4..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-alt.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-disabled.png deleted file mode 100644 index ff7c852..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-semi.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-semi.png deleted file mode 100644 index 955e801..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left-semi.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left.png deleted file mode 100644 index c9cb53a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-left.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt-disabled.png deleted file mode 100644 index 42e5877..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt.png deleted file mode 100644 index d740506..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-alt.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-disabled.png deleted file mode 100644 index e8e14e8..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-semi.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-semi.png deleted file mode 100644 index d7d5af0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right-semi.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right.png deleted file mode 100644 index 6cf201d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-right.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt-disabled.png deleted file mode 100644 index 56a417c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt.png deleted file mode 100644 index 5df7be8..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-alt.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-disabled.png deleted file mode 100644 index d3ae511..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up.png deleted file mode 100644 index a99f7cf..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/pan-up.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-progress.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-progress.png deleted file mode 100644 index 53f1817..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-progress.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-trough.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-trough.png deleted file mode 100644 index 0ab5001..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/progressbar-trough.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-active.png deleted file mode 100644 index ecf1b4c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-disabled.png deleted file mode 100644 index c56bfaa..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-hover.png deleted file mode 100644 index f808fe1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index c7db7a9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-active.png deleted file mode 100644 index 89ef64d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-disabled.png deleted file mode 100644 index a5aeabf..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-hover.png deleted file mode 100644 index 32f67a0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed.png deleted file mode 100644 index d247e4b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-mixed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-active.png deleted file mode 100644 index ebab8ae..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-disabled.png deleted file mode 100644 index 6370fc6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-hover.png deleted file mode 100644 index a575169..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index 3f1f558..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-active.png deleted file mode 100644 index 2b0be86..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-disabled.png deleted file mode 100644 index 10cf142..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough.png deleted file mode 100644 index 8a0adf1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-horz-trough.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-active.png deleted file mode 100644 index a19b5a2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-disabled.png deleted file mode 100644 index e127ead..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-hover.png deleted file mode 100644 index 842b5d7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider.png deleted file mode 100644 index b64df8d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-active.png deleted file mode 100644 index 7ad0bdf..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-disabled.png deleted file mode 100644 index 7e38ad6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough.png deleted file mode 100644 index 6c6d336..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scale-vert-trough.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png deleted file mode 100644 index 9b3802a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-disabled.png deleted file mode 100644 index a0e78e2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png deleted file mode 100644 index c44bf53..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider.png deleted file mode 100644 index 7d45347..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-trough.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-trough.png deleted file mode 100644 index 7ee3682..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-horz-trough.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png deleted file mode 100644 index 86a7e94..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png deleted file mode 100644 index e1bd86a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png deleted file mode 100644 index 0eab6ab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png deleted file mode 100644 index bd8227a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png deleted file mode 100644 index 71b8d3b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-ltr-trough.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png deleted file mode 100644 index f219ede..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png deleted file mode 100644 index e8cf326..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png deleted file mode 100644 index fc02be4..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png deleted file mode 100644 index 8ab9c68..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png deleted file mode 100644 index a7f7881..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/scrollbar-vert-rtl-trough.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-active.png deleted file mode 100644 index 2db703e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-disabled.png deleted file mode 100644 index 19139fd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-hover.png deleted file mode 100644 index 64e8a4c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down.png deleted file mode 100644 index 020deb5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-down.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-active.png deleted file mode 100644 index 555e7c1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-disabled.png deleted file mode 100644 index dcf55af..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-hover.png deleted file mode 100644 index 4631e6f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up.png deleted file mode 100644 index f9b8eb6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-ltr-up.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-active.png deleted file mode 100644 index d72288e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-disabled.png deleted file mode 100644 index 4c5e3b1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-hover.png deleted file mode 100644 index af6410e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down.png deleted file mode 100644 index 7eae428..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-down.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-active.png deleted file mode 100644 index ac479ef..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-disabled.png deleted file mode 100644 index e229de4..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-hover.png deleted file mode 100644 index ed0c0ce..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up.png deleted file mode 100644 index e3a59e8..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/spin-rtl-up.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/tab.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/tab.png deleted file mode 100644 index 3bc8ccb..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/tab.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-active.png deleted file mode 100644 index 45da44f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png deleted file mode 100644 index a240cb6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button.png deleted file mode 100644 index cc77fcc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-ltr-button.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-active.png deleted file mode 100644 index a5a46b9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png deleted file mode 100644 index 810a277..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button-hover.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button.png deleted file mode 100644 index cc77fcc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/assets/treeview-rtl-button.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/gtkrc b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/gtkrc deleted file mode 100644 index 55ace5b..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/gtkrc +++ /dev/null @@ -1,36 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK 2 version of Materia. It's whole purpose is to look as the -# GTK 3 version as much as possible until GTK 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#eff1f5\nbase_color:#1e1e2e" -# Foreground/background -gtk-color-scheme = "fg_color:#eff1f5\nbg_color:#1e1e2e" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#eff1f5\nselected_bg_color:#89b4fa" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#eff1f5\ntitlebar_bg_color:#11111b" -# Menus -gtk-color-scheme = "menu_color:#181825" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#eff1f5\ntooltip_bg_color:#11111b" -# Links -gtk-color-scheme = "link_color:#8AB4F8\nvisited_link_color:#CE93D8" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/hacks.rc b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/hacks.rc deleted file mode 100644 index c288da3..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of GTK 2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but GTK uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/main.rc b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/main.rc deleted file mode 100644 index 8349b0e..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-2.0/main.rc +++ /dev/null @@ -1,2708 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 5 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 4 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {0, 0, 0, 0} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {0, 0, 0, 0} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {8, 8, 4, 4} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[INSENSITIVE] = mix (0.5, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = mix (0.5, @text_color, @base_color) - text[ACTIVE] = @text_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.08, @text_color, @base_color) - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {5, 5, 5, 5} # Super strange, {4, 4, 4, 4} does not work properly... - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - # LTR - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - direction = LTR - } - - # RTL - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - direction = RTL - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - direction = LTR - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - direction = RTL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - # RTL - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - image { - function = BOX - detail = "menubar" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - # Spin-Up LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - direction = RTL - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - bg[INSENSITIVE] = @bg_color - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.12, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @menu_color - bg[INSENSITIVE] = @menu_color - bg[PRELIGHT] = @menu_color - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.08, @fg_color, @menu_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.08, @fg_color, @menu_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - # fg[NORMAL] = mix(0.7, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "normal_button_label" { - # fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.5, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 6 - ythickness = 6 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) - - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/entry-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "combobox_cellview" { - # text[NORMAL] = mix(0.7, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - - engine "pixmap" { - - ############# - # LTR entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-left-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-left-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-left-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - ############# - # RTL entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-right-entry.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-right-entry-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-right-entry-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - direction = RTL - } - - ############## - # LTR button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-right-entry.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-right-entry-hover.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-right-entry-active.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-right-entry-disabled.png" - border = {0, 6, 6, 6} - stretch = TRUE - direction = LTR - } - - ############## - # RTL button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-left-entry.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-left-entry-hover.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-left-entry-active.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-left-entry-disabled.png" - border = {6, 0, 6, 6} - stretch = TRUE - direction = RTL - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 - bg[NORMAL] = @base_color -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.7, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - base[NORMAL] = @base_color - base[SELECTED] = mix (0.24, @selected_bg_color, @base_color) - base[INSENSITIVE] = @base_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @base_color) -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - base[NORMAL] = @bg_color - base[SELECTED] = mix (0.24, @selected_bg_color, @bg_color) - base[INSENSITIVE] = @bg_color - base[ACTIVE] = mix (0.24, @selected_bg_color, @bg_color) -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.7, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "**" style "menu_item" -widget_class "*.*" style "menubar_item" -widget_class "**" style "separator_menu_item" - -# Treeview buttons -widget_class "***" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "**" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*." style "combobox" -widget_class "*" style "combobox" - -# And disable separators on them -widget_class "*.*" style "disable_separator" -widget_class "**" style "disable_separator" -widget_class "**" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "**" style "combobox_entry" - -# Join the Combo entry and button -widget_class "**" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*." style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "**" style "tool_button" -widget_class "**.*" style "tool_button" - -# Notebooks -widget_class "*." style "notebook_tab_label" -widget_class "*.." style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "**" style "notebook_entry" -widget_class "**" style "notebook_bg" -widget_class "**" style "notebook_bg" -widget_class "***" style "notebook_bg" -widget_class "**" style "notebook_bg" -widget_class "*.*" style "notebook_bg" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "***" style "normal_entry" -widget_class "***" style "normal_bg" -widget_class "***" style "normal_bg" - -# Button labels -widget_class "*." style "button_label" - -# Normalize button labels -widget_class "*." style "normal_button_label" -widget_class "*." style "normal_button_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "**" style "combobox_cellview" - -# Disable white text shadows -widget_class "*" style "disable_text_shadow" -widget_class "*" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index 7b89e88..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 17e3c4a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg deleted file mode 100644 index b4808a6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg deleted file mode 100644 index 3ea0541..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 67beb46..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index bf51d9e..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg deleted file mode 100644 index b4808a6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg deleted file mode 100644 index 3ea0541..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/radio-mixed-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg deleted file mode 100644 index de0d789..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg deleted file mode 100644 index 7f0235f..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-slider-symbolic.svg deleted file mode 100644 index 4b00bc1..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-slider-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg deleted file mode 100644 index 37d9c04..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg deleted file mode 100644 index 1bc5cb6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 4759e32..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index a44f5c9..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg deleted file mode 100644 index d621934..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg deleted file mode 100644 index 91c7006..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index f2c9cf9..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index a06db4c..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg deleted file mode 100644 index d621934..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg deleted file mode 100644 index 91c7006..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/small-radio-mixed-symbolic@2.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 00d08bd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 25abeb6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index bb5607f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index d6065db..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index 5861d66..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index 52907bf..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 29f1fca..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 47b16ec..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index 22b3bc9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index 818c7ed..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index e5f083e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 2e8b6c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index 239ca9a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index adc1af7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 3a4aa7f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 9dd390f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index 3231d1b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 78cff7e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 1bd736e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 25f37ab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index 8e9a3e2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 47f06af..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index fedff3d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 6215f7c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index 5679039..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 03926a9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index 61283d7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 690689c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 040f9f6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 593ef55..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 57825fd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index b828dae..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index 8dbedf6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index d4b23d5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a223d1f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index a7723f1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk-dark.css b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk-dark.css deleted file mode 100644 index f95aae3..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,8075 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #89b4fa 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 6px; - -gtk-secondary-caret-color: #89b4fa; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, box.vertical > widget > widget:selected, calendar:selected, .csd treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected, .background.csd .view:selected { - color: #FFFFFF; - background-color: alpha(currentColor, 0.1); -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected { - color: #89b4fa; - background-color: rgba(137, 180, 250, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, .nautilus-window.background.csd notebook widget.view:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 6px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 6px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #FFFFFF; -} - -.background.csd { - border-radius: 0 0 12px 12px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #1e1e2e; - color: #FFFFFF; -} - -.gtkstyle-fallback:hover { - background-color: #14141f; - color: #FFFFFF; -} - -.gtkstyle-fallback:active { - background-color: #0a0a0f; - color: #FFFFFF; -} - -.gtkstyle-fallback:disabled { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.view { - background-color: #1e1e2e; - color: #FFFFFF; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -window.background.csd > stack.view { - border-radius: 0 0 12px 12px; -} - -textview text { - background-color: #1e1e2e; -} - -textview border { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view .rubberband, -.content-view treeview.view rubberband, -.content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view .rubberband, -treeview.view .content-view rubberband, -treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view treeview.view flowbox treeview.view rubberband, -.content-view treeview.view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox treeview.view .rubberband, -treeview.view flowbox treeview.view .content-view rubberband, -treeview.view flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .rubberband, -treeview.view .content-view rubberband, -treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view .rubberband, -.content-view treeview.view rubberband, -.content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view .content-view flowbox rubberband, -treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, -treeview.view .content-view flowbox treeview.view rubberband, -treeview.view .content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox treeview.view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -flowbox treeview.view rubberband, -flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox .content-view treeview.view rubberband, -flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, -flowbox .content-view treeview.view flowbox rubberband, -flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -flowbox rubberband, -flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .rubberband, -flowbox .content-view treeview.view rubberband, -flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -treeview.view .content-view flowbox rubberband, -treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -flowbox treeview.view rubberband, -flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox .content-view treeview.view rubberband, -flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, -flowbox .content-view treeview.view flowbox rubberband, -flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -treeview.view flowbox rubberband, -treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view .content-view flowbox rubberband, -treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband { - border: 1px solid #89b4fa; - background-color: rgba(137, 180, 250, 0.3); -} - -flowbox flowboxchild { - padding: 3px; - border-radius: 6px; - color: #FFFFFF; -} - -flowbox flowboxchild button.osd.remove-button { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 6px; - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: #FFFFFF; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 6px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #89b4fa; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: #FFFFFF; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #89b4fa; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #1e1e2e; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#89b4fa), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#89b4fa), to(transparent)); - } -} - -.xfce4-panel.background button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -.xfce4-panel.background button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, .xfce4-panel.background button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, .xfce4-panel.background button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, .xfce4-panel.background button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked { - color: #FFFFFF; -} - -.xfce4-panel.background button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.xfce4-panel.background button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: #FFFFFF; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, button.titlebutton:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, button.close, button.circular, .inline-toolbar button:not(.text-button) { - border-radius: 9999px; -} - -.raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, button.titlebutton:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, button.close label, button.circular label, .inline-toolbar button:not(.text-button) label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 6px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, placessidebar.sidebar row button.sidebar-button, calendar.button, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular, treeview.view header button button.circular, row.activatable button.circular, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .raven stackswitcher.linked > button, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog .dialog-action-box button, messagedialog .dialog-action-box .linked:not(.vertical) > button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), popover.background.menu button, -popover.background button.model, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, .budgie-settings-window buttonbox.inline-toolbar button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:focus, treeview.view header button button.circular:focus, row.activatable button.circular:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog .dialog-action-box button:focus, messagedialog .dialog-action-box .linked:not(.vertical) > button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), popover.background.menu button:focus, -popover.background button.model:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #FFFFFF; -} - -.budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:hover, treeview.view header button button.circular:hover, row.activatable button.circular:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog .dialog-action-box button:hover, messagedialog .dialog-action-box .linked:not(.vertical) > button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), popover.background.menu button:hover, -popover.background button.model:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: #FFFFFF; -} - -.budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:active, treeview.view header button button.circular:active, row.activatable button.circular:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog .dialog-action-box button:active, messagedialog .dialog-action-box .linked:not(.vertical) > button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), popover.background.menu button:active, -popover.background button.model:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: #FFFFFF; -} - -.budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:disabled, treeview.view header button button.circular:disabled, row.activatable button.circular:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog .dialog-action-box button:disabled, messagedialog .dialog-action-box .linked:not(.vertical) > button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:disabled, -popover.background button.model:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog .dialog-action-box button:checked, messagedialog .dialog-action-box .linked:not(.vertical) > button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked, -popover.background button.model:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked:disabled, -popover.background button.model:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 6px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 6px; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #11111b; - color: #FFFFFF; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #35353d; - color: #FFFFFF; -} - -button.osd:active { - background-color: #4d4d54; - color: #FFFFFF; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:checked { - background-color: rgba(103, 135, 188, 0.961); -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #89b4fa; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.32); -} - -button.suggested-action.flat:checked { - background-color: rgba(137, 180, 250, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: #FFFFFF; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.32); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -button.close, button.circular { - min-width: 24px; - padding: 6px; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 6px; - color: #FFFFFF; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #1e66f5; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1e66f5; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 6px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 6px; -} - -combobox > .linked > button.combo { - padding: 6px 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 6px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #89b4fa; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px 3px; - background-color: #1e1e2e; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px 1px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #11111b; -} - -.frame .inline-toolbar { - border-width: 1px 0 0; - background-color: transparent; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 6px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: #FFFFFF; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: #FFFFFF; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #11111b; - color: #FFFFFF; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.csd .titlebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar + separator, .titlebar + separator.sidebar { - background-color: #11111b; - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar + separator:backdrop, .titlebar + separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar.selection-mode + separator, .titlebar.selection-mode + separator.sidebar, .selection-mode .titlebar + separator, .selection-mode .titlebar + separator.sidebar { - background-color: #89b4fa; -} - -.titlebar.selection-mode + separator:backdrop, .titlebar.selection-mode + separator.sidebar:backdrop, .selection-mode .titlebar + separator:backdrop, .selection-mode .titlebar + separator.sidebar:backdrop { - background-color: #89b4fa; -} - -.background.csd.unified .titlebar + separator, .background.csd.unified .titlebar + separator.sidebar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 6px; - margin-left: 3px; - margin-right: 3px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar.selection-mode:backdrop { - color: rgba(0, 0, 0, 0.6); - background-color: #a6c7fb; -} - -.titlebar.selection-mode .subtitle:link { - color: rgba(0, 0, 0, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - color: rgba(0, 0, 0, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:not(.titlebutton) { - color: rgba(0, 0, 0, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(0, 0, 0, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(0, 0, 0, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(0, 0, 0, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - padding: 6px 12px; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #11111b; -} - -.titlebar.default-decoration:backdrop { - background-color: #1e1e2e; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - min-height: 24px; - min-width: 24px; - margin: 0; - padding: 0; -} - -.background.csd .titlebar.default-decoration { - padding: 6px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -box.vertical headerbar { - background-color: #11111b; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar button, headerbar button.image-button { - border-radius: 6px; -} - -headerbar > box.left, -headerbar > box.right { - padding: 0 6px; -} - -headerbar separator.titlebutton, headerbar separator.sidebar { - margin-top: 12px; - margin-bottom: 12px; - background-color: transparent; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle > button.popup label, headerbar.windowhandle > button.popup image { - min-height: 0; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; - background-color: alpha(currentColor, 0.08); -} - -.caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled { - background-color: alpha(currentColor, 0.05); -} - -.caja-pathbar button:first-child, -.path-bar.linked:not(.vertical) > button:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.caja-pathbar button:last-child, -.path-bar.linked:not(.vertical) > button:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - background-color: alpha(currentColor, 0.16); - color: #FFFFFF; -} - -.caja-pathbar button label, .caja-pathbar button image, -.path-bar.linked:not(.vertical) > button label, -.path-bar.linked:not(.vertical) > button image { - margin-left: 3px; - margin-right: 3px; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -.csd treeview.view:not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { - background-color: transparent; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); - background-color: #1e1e2e; - color: #FFFFFF; -} - -.csd treeview.view:selected { - background-image: none; -} - -treeview.view.separator { - min-height: 6px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: #FFFFFF; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.32); -} - -treeview.view.progressbar { - border: none; - box-shadow: none; - background-color: #89b4fa; - background-image: none; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.progressbar:selected, treeview.view.progressbar:selected:hover, treeview.view.progressbar:selected:focus { - box-shadow: none; - background-color: #9bbffb; - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.progressbar:selected:backdrop, treeview.view.progressbar:selected:hover:backdrop, treeview.view.progressbar:selected:focus:backdrop { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.progressbar:backdrop, treeview.view.progressbar:selected:backdrop { - background-color: rgba(255, 255, 255, 0.3); -} - -treeview.view.trough { - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - background-image: none; - border-radius: 9999px; - padding: 0; - margin: 0; -} - -treeview.view.trough:selected, treeview.view.trough:selected:hover, treeview.view.trough:selected:focus { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); -} - -treeview.view.trough:backdrop, treeview.view.trough:selected:backdrop { - background-color: rgba(255, 255, 255, 0.12); -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #1e1e2e; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #1e1e2e; - background-clip: border-box; - color: #89b4fa; -} - -treeview.view acceleditor > label { - background-color: #89b4fa; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 0; - background-color: #11111b; - color: #FFFFFF; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -menubar:backdrop, -.menubar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #1e1e2e; -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: none; - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 6px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -menubar > menuitem:backdrop, -.menubar > menuitem:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.32); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -menubar > menuitem > window.background.csd.popup > decoration, -menubar > menuitem > window.background.csd.popup > menu, -.menubar > menuitem > window.background.csd.popup > decoration, -.menubar > menuitem > window.background.csd.popup > menu { - border-radius: 0 0 12px 12px; -} - -menubar > menuitem > window.popup.background > menu menuitem, -.menubar > menuitem > window.popup.background > menu menuitem { - transition: none; -} - -.background.popup { - background-color: transparent; -} - -menu, -.menu, -.context-menu { - margin: 6px; - padding: 6px; - background-color: #313244; - background-clip: border-box; - border-radius: 12px; - border: 1px solid #393947; -} - -.csd menu, .csd .menu, .csd .context-menu { - border: none; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem, -.menu menuitem, -.context-menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 8px; - color: #FFFFFF; - font: initial; - text-shadow: none; - border-radius: 6px; -} - -menu menuitem:hover, -.menu menuitem:hover, -.context-menu menuitem:hover { - background-color: alpha(currentColor, 0.08); -} - -menu menuitem:active, -.menu menuitem:active, -.context-menu menuitem:active { - background-color: alpha(currentColor, 0.12); -} - -menu menuitem:disabled, -.menu menuitem:disabled, -.context-menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem accelerator, -.menu menuitem accelerator, -.context-menu menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem:disabled accelerator, -.menu menuitem:disabled accelerator, -.context-menu menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.32); -} - -menu menuitem arrow, -.menu menuitem arrow, -.context-menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr), -.menu menuitem arrow:dir(ltr), -.context-menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl), -.menu menuitem arrow:dir(rtl), -.context-menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), -.menu menuitem label:dir(rtl), -.menu menuitem label:dir(ltr), -.context-menu menuitem label:dir(rtl), -.context-menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected, -.menu .view:selected, -.context-menu .view:selected { - background-color: #464757; -} - -menu > arrow, -.menu > arrow, -.context-menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #313244; - color: rgba(255, 255, 255, 0.7); -} - -menu > arrow.top, -.menu > arrow.top, -.context-menu > arrow.top { - margin-top: 0; - border-radius: 6px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menu > arrow.bottom, -.menu > arrow.bottom, -.context-menu > arrow.bottom { - margin-top: 8px; - margin-bottom: -12px; - border-radius: 6px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menu > arrow:hover, -.menu > arrow:hover, -.context-menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: #FFFFFF; -} - -menu > arrow:disabled, -.menu > arrow:disabled, -.context-menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator, -.menu separator, -.context-menu separator { - margin: 4px 0; -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - background-color: #313244; - border-radius: 12px; -} - -popover.background, .csd popover.background { - border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); - background-clip: border-box; -} - -popover.background:backdrop, .csd popover.background:backdrop { - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -popover.background > stack { - margin: 0; -} - -popover.background > toolbar { - margin: 0; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > scrolledwindow > viewport.frame > list { - background-color: transparent; - padding: 6px; -} - -popover.background > scrolledwindow > viewport.frame > list > row { - border-radius: 6px; - padding: 6px; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #313244; -} - -popover.background .linked > button:not(.radio) { - border-radius: 6px; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 6px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 6px; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 6px; -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 6px; -} - -popover.background separator { - margin: 3px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 3px 12px; - border: none; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - border-radius: 6px; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.32); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook { - background-color: #1e1e2e; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: rgba(255, 255, 255, 0.04); -} - -notebook.frame { - border-radius: 12px; -} - -notebook.frame scrolledwindow.frame { - border: none; -} - -notebook.frame frame > border { - border: none; - border-radius: 6px; -} - -notebook.frame frame > list row.activatable { - border-radius: 6px; -} - -notebook > header { - border: none; - background-color: rgba(255, 255, 255, 0.04); - padding: 3px; - margin: 3px; - border-radius: 9px; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 6px; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header tab button.close-button { - min-width: 24px; - min-height: 24px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 6px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #1e1e2e; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:active { - background-color: #FFFFFF; -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(49, 50, 68, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border: none; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: #89b4fa; -} - -switch:disabled { - opacity: 0.5; -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - margin: 3px; - border-radius: 9999px; - outline: none; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: white; - border: none; - color: transparent; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - color: transparent; - background-color: rgba(255, 255, 255, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); - background-color: rgba(255, 255, 255, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); - background-color: rgba(255, 255, 255, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(255, 255, 255, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); - background-color: #bad3fc; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); - background-color: #89b4fa; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.38); - background-color: rgba(137, 180, 250, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover { - box-shadow: none; -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -check:not(:checked):indeterminate:active, -radio:not(:checked):indeterminate:active { - -gtk-icon-transform: scaleX(-1); -} - -treeview.view radio, treeview.view check { - padding: 0; - margin: 0; -} - -treeview.view radio:not(:disabled):not(:checked):not(:indeterminate), treeview.view check:not(:disabled):not(:checked):not(:indeterminate) { - background-color: rgba(255, 255, 255, 0.12); -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view check:checked, treeview.view check:indeterminate, treeview.view:hover radio:checked, treeview.view:hover radio:indeterminate, treeview.view:hover check:checked, treeview.view:hover check:indeterminate, treeview.view:selected radio:checked, treeview.view:selected radio:indeterminate, treeview.view:selected check:checked, treeview.view:selected check:indeterminate { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - background-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale slider { - min-height: 18px; - min-width: 18px; - margin: -8px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -7px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.12); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#89b4fa); -} - -scale highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(255, 255, 255, 0.32)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #89b4fa; - background-color: #1e1e2e; - box-shadow: inset 0 0 0 2px #89b4fa; -} - -scale slider:hover { - box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale slider:active { - box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale slider:disabled { - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-before:not(.marks-after) slider, scale.horizontal.marks-before:not(.marks-after) slider:hover, scale.horizontal.marks-before:not(.marks-after) slider:active, scale.horizontal.marks-before:not(.marks-after) slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-after:not(.marks-before) slider, scale.horizontal.marks-after:not(.marks-before) slider:hover, scale.horizontal.marks-after:not(.marks-before) slider:active, scale.horizontal.marks-after:not(.marks-before) slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-after:not(.marks-before) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-before:not(.marks-after) slider, scale.vertical.marks-before:not(.marks-after) slider:hover, scale.vertical.marks-before:not(.marks-after) slider:active, scale.vertical.marks-before:not(.marks-after) slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-before:not(.marks-after) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-after:not(.marks-before) slider, scale.vertical.marks-after:not(.marks-before) slider:hover, scale.vertical.marks-after:not(.marks-before) slider:active, scale.vertical.marks-after:not(.marks-before) slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-after:not(.marks-before) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.12); -} - -progressbar progress { - border-radius: 6px; - background-color: #89b4fa; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #89b4fa; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 6px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #89b4fa; -} - -levelbar block.full { - background-color: #66BB6A; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - color: #FFFFFF; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 6px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box .background.csd box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 12px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, .tweak-categories separator, placessidebar.sidebar list > separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 7px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list > separator, -window.background.csd > stack > stack > box > frame > list > separator, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, -window.background.csd > stack > scrolledwindow > viewport > box > list > separator, preferencesgroup list > separator, .geary-accounts-editor-pane list > separator, window.background.csd.unified > deck > deck > deck list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet stack.background scrolledwindow > viewport list > separator, hdyleaflet overlay scrolledwindow > viewport list > separator, leaflet stack.background scrolledwindow > viewport list > separator, leaflet overlay scrolledwindow > viewport list > separator, box.horizontal > stack.background stack.background scrolledwindow > viewport list > separator, box.horizontal > stack.background overlay scrolledwindow > viewport list > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator, list.tweak-group list > separator, .tweak-group-startup > separator, list.content:not(.conversation-listbox) > separator { - background: none; - min-height: 0; -} - -window.background.csd stack stack stack frame > list row, -window.background.csd > stack > stack > box > frame > list row, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list row, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list row, window.background.csd > stack > list row, -window.background.csd > stack > scrolledwindow > viewport > box > list row, preferencesgroup list row, .geary-accounts-editor-pane list row, window.background.csd.unified > deck > deck > deck list row, hdyleaflet list.view row, hdyleaflet list.frame row, leaflet list.view row, leaflet list.frame row, box.horizontal > stack.background list.view row, box.horizontal > stack.background list.frame row, hdyleaflet stack.background scrolledwindow > viewport list row, hdyleaflet overlay scrolledwindow > viewport list row, leaflet stack.background scrolledwindow > viewport list row, leaflet overlay scrolledwindow > viewport list row, box.horizontal > stack.background stack.background scrolledwindow > viewport list row, box.horizontal > stack.background overlay scrolledwindow > viewport list row, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row, leaflet frame:not(.view) list:not(.contacts-contact-list) row, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row, list.tweak-group list row, .tweak-group-startup row, list.content:not(.conversation-listbox) > row { - border-radius: 0; -} - -window.background.csd stack stack stack frame > list row:not(:first-child), window.background.csd > stack > list row:not(:first-child), preferencesgroup list row:not(:first-child), .geary-accounts-editor-pane list row:not(:first-child), window.background.csd.unified > deck > deck > deck list row:not(:first-child), hdyleaflet list.view row:not(:first-child), hdyleaflet list.frame row:not(:first-child), leaflet list.view row:not(:first-child), leaflet list.frame row:not(:first-child), box.horizontal > stack.background list.view row:not(:first-child), box.horizontal > stack.background list.frame row:not(:first-child), hdyleaflet stack.background scrolledwindow > viewport list row:not(:first-child), hdyleaflet overlay scrolledwindow > viewport list row:not(:first-child), leaflet stack.background scrolledwindow > viewport list row:not(:first-child), leaflet overlay scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background stack.background scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background overlay scrolledwindow > viewport list row:not(:first-child), hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), leaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), list.tweak-group list row:not(:first-child), .tweak-group-startup row:not(:first-child), list.content:not(.conversation-listbox) > row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row:first-child, window.background.csd > stack > list row:first-child, preferencesgroup list row:first-child, .geary-accounts-editor-pane list row:first-child, window.background.csd.unified > deck > deck > deck list row:first-child, hdyleaflet list.view row:first-child, hdyleaflet list.frame row:first-child, leaflet list.view row:first-child, leaflet list.frame row:first-child, box.horizontal > stack.background list.view row:first-child, box.horizontal > stack.background list.frame row:first-child, hdyleaflet stack.background scrolledwindow > viewport list row:first-child, hdyleaflet overlay scrolledwindow > viewport list row:first-child, leaflet stack.background scrolledwindow > viewport list row:first-child, leaflet overlay scrolledwindow > viewport list row:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:first-child, list.tweak-group list row:first-child, .tweak-group-startup row:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -window.background.csd stack stack stack frame > list row:last-child, window.background.csd > stack > list row:last-child, preferencesgroup list row:last-child, .geary-accounts-editor-pane list row:last-child, window.background.csd.unified > deck > deck > deck list row:last-child, hdyleaflet list.view row:last-child, hdyleaflet list.frame row:last-child, leaflet list.view row:last-child, leaflet list.frame row:last-child, box.horizontal > stack.background list.view row:last-child, box.horizontal > stack.background list.frame row:last-child, hdyleaflet stack.background scrolledwindow > viewport list row:last-child, hdyleaflet overlay scrolledwindow > viewport list row:last-child, leaflet stack.background scrolledwindow > viewport list row:last-child, leaflet overlay scrolledwindow > viewport list row:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:last-child, list.tweak-group list row:last-child, .tweak-group-startup row:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -window.background.csd stack stack stack frame > list row:only-child, window.background.csd > stack > list row:only-child, preferencesgroup list row:only-child, .geary-accounts-editor-pane list row:only-child, window.background.csd.unified > deck > deck > deck list row:only-child, hdyleaflet list.view row:only-child, hdyleaflet list.frame row:only-child, leaflet list.view row:only-child, leaflet list.frame row:only-child, box.horizontal > stack.background list.view row:only-child, box.horizontal > stack.background list.frame row:only-child, hdyleaflet stack.background scrolledwindow > viewport list row:only-child, hdyleaflet overlay scrolledwindow > viewport list row:only-child, leaflet stack.background scrolledwindow > viewport list row:only-child, leaflet overlay scrolledwindow > viewport list row:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:only-child, list.tweak-group list row:only-child, .tweak-group-startup row:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 6px; -} - -window.background.csd stack stack stack frame > list row:focus, window.background.csd > stack > list row:focus, preferencesgroup list row:focus, .geary-accounts-editor-pane list row:focus, window.background.csd.unified > deck > deck > deck list row:focus, hdyleaflet list.view row:focus, hdyleaflet list.frame row:focus, leaflet list.view row:focus, leaflet list.frame row:focus, box.horizontal > stack.background list.view row:focus, box.horizontal > stack.background list.frame row:focus, hdyleaflet stack.background scrolledwindow > viewport list row:focus, hdyleaflet overlay scrolledwindow > viewport list row:focus, leaflet stack.background scrolledwindow > viewport list row:focus, leaflet overlay scrolledwindow > viewport list row:focus, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:focus, box.horizontal > stack.background overlay scrolledwindow > viewport list row:focus, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, leaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:focus, list.tweak-group list row:focus, .tweak-group-startup row:focus, list.content:not(.conversation-listbox) > row:focus { - box-shadow: inset 0 0 0 1000px alpha(currentColor, 0.05); -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -list row { - padding: 3px; -} - -list.navigation-sidebar { - padding: 3px; -} - -list.navigation-sidebar > row { - border-radius: 6px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; - background-color: alpha(currentColor, 0.06); -} - -row:selected image, -row:selected label { - color: #FFFFFF; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #89b4fa; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: #FFFFFF; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.32); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 1px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 7px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.32); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #313244; -} - -messagedialog.background.csd { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: none; - background-color: #313244; - color: #FFFFFF; -} - -messagedialog .titlebar:backdrop { - background-color: #313244; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog .dialog-action-box { - margin-top: -6px; -} - -messagedialog .dialog-action-box button, messagedialog .dialog-action-box button:first-child, messagedialog .dialog-action-box button:last-child, messagedialog .dialog-action-box .linked:not(.vertical) > button, messagedialog .dialog-action-box .linked:not(.vertical) > button:first-child, messagedialog .dialog-action-box .linked:not(.vertical) > button:last-child { - border-radius: 6px; -} - -messagedialog .dialog-action-box button:not(:last-child), messagedialog .dialog-action-box .linked:not(.vertical) > button:not(:last-child) { - margin-right: 6px; -} - -messagedialog .dialog-action-box button.suggested-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.suggested-action:not(:disabled) { - color: #89b4fa; -} - -messagedialog .dialog-action-box button.destructive-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -filechooser stack.view { - background-color: transparent; - padding: 0; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 12px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 12px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 3px; - background-color: #1e1e2e; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 3px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - font-weight: 500; -} - -stacksidebar.sidebar row:selected label, stacksidebar.sidebar row:selected image { - color: rgba(0, 0, 0, 0.87); -} - -stacksidebar.sidebar row + row { - margin-top: 3px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.32); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 6px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: 0; - padding: 0; - border-radius: 6px; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: rgba(255, 255, 255, 0.12); - font-weight: 500; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #89b4fa; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #89b4fa; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #1e1e2e; -} - -infobar.info > revealer > box link:link, infobar.info:hover > revealer > box link:link, infobar.info:backdrop > revealer > box link:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { - color: #89b4fa; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box link:link, infobar.action:backdrop > revealer > box link:link, infobar.question > revealer > box link:link, infobar.question:backdrop > revealer > box link:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #71a4f9; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box link:link, infobar.warning:backdrop > revealer > box link:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: #FFFFFF; -} - -infobar.error > revealer > box link:link, infobar.error:backdrop > revealer > box link:link { - color: #FFFFFF; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #FFFFFF; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - box-shadow: none; -} - -tooltip.background { - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; - border-radius: 6px; -} - -tooltip.background.csd { - border-radius: 6px; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.top overlay { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.bottom { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.dark { - color: #FFFFFF; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch overlay { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -colorswatch overlay:hover { - box-shadow: 0 0 0 2px #89b4fa; -} - -colorswatch#add-color-button { - border-radius: 6px 0 0 6px; -} - -colorswatch#add-color-button:only-child { - border-radius: 6px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(255, 255, 255, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(255, 255, 255, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; - margin: 8px; -} - -.background.csd decoration { - border: 1px solid rgba(255, 255, 255, 0.1); - background-clip: border-box; - background-color: #1e1e2e; -} - -decoration:backdrop { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.popup decoration { - box-shadow: none; - border: none; -} - -.ssd decoration { - border: none; - border-radius: 12px 12px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -.metacity decoration { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border: none; -} - -.csd.popup decoration { - border-radius: 12px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -tooltip.csd decoration { - border-radius: 6px; - box-shadow: none; - border: none; -} - -messagedialog.csd decoration { - border-radius: 12px; - border: 1px solid rgba(255, 255, 255, 0.1); - background-color: #313244; - background-clip: border-box; -} - -.solid-csd decoration { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #11111b; - border: 1px solid #393947; -} - -.solid-csd decoration:backdrop { - background-color: #1e1e2e; -} - -button.titlebutton:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 4px; -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12); - background-image: radial-gradient(circle, rgba(0, 0, 0, 0.12) 10%, transparent 0%); -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.5); -} - -button.minimize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: rgba(255, 255, 255, 0.3); -} - -button.minimize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #f9e2af; -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: #fbe9c3; -} - -button.maximize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: #bceab9; -} - -button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: #f6a8be; -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-repeat: no-repeat; - background-size: 16px 16px; - background-position: center; -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - box-shadow: none; - color: transparent; - animation: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-image: -gtk-scaled(url("assets/scalable/minimize-symbolic.svg"), url("assets/scalable/minimize-symbolic@2.svg")); -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-image: -gtk-scaled(url("assets/scalable/maximize-symbolic.svg"), url("assets/scalable/maximize-symbolic@2.svg")); -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-image: -gtk-scaled(url("assets/scalable/close-symbolic.svg"), url("assets/scalable/close-symbolic@2.svg")); -} - -.background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active { - background-image: -gtk-scaled(url("assets/scalable/unmaximize-symbolic.svg"), url("assets/scalable/unmaximize-symbolic@2.svg")); -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #89b4fa; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 7px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #313244; - color: #FFFFFF; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #89b4fa; -} - -stackswitcher { - min-height: 0; - padding: 3px; - border-radius: 9px; - background-color: rgba(255, 255, 255, 0.04); - border: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; - border-radius: 6px; - padding: 3px 10px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 4px; -} - -button.emoji-section:checked { - color: #89b4fa; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd { - border-radius: 0 0 12px 12px; - background-color: #11111b; -} - -.nautilus-window.background.csd:backdrop { - background-color: #1e1e2e; -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd.unified notebook { - border-radius: 0; -} - -.nautilus-window.background.csd:not(.unified) .nautilus-list-view { - background-color: transparent; - border-bottom-right-radius: 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook { - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook > stack { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) paned > separator.wide { - min-width: 12px; - box-shadow: 12px 0 #1e1e2e; - background-color: #1e1e2e; - background-image: image(#2e2e36); -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border: none; - border-radius: 6px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(0, 0, 0, 0.87); -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: #FFFFFF; -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 6px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 6px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: #FFFFFF; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #89b4fa; - color: #89b4fa; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.12); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - color: #FFFFFF; -} - -.conflict-row:not(:selected) { - background-color: #604f2e; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #11111b; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator { - background-color: transparent; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 0; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 12px; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #11111b; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 12px 12px; -} - -.gedit-search-slider { - margin: 0 6px 10px; - padding: 6px; - background-color: #313244; - border-radius: 0 0 12px 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #313244; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: #FFFFFF; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.csd .tweak-categories { - border-bottom-left-radius: 12px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#1e1e2e); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#1e1e2e); -} - -.tweak-group-startup { - background-image: image(#1e1e2e); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 6px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-left, -leaflet.titlebar > .titlebar.tweak-titlebar-right, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-left, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-right { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:not(:only-child) { - border-top-left-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:not(:only-child) { - border-top-right-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:only-child { - border-top-right-radius: 12px; - border-top-left-radius: 12px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 12px 12px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background frame > border, -window.background.csd > hdyleaflet > stack.background frame > border, -window.background.csd > box.horizontal > stack.background frame > border { - border: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #1e1e2e; - border-bottom-right-radius: 12px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet frame.view, -window.background.csd > hdyleaflet frame.view, -window.background.csd > box.horizontal frame.view { - border-radius: 6px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #1e1e2e; - border-bottom-left-radius: 12px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; - padding: 3px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable { - border-radius: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 6px 6px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 6px 6px; -} - -window.background.csd hdycolumn stack frame.view > stack > stack list > separator { - background-color: rgba(255, 255, 255, 0.12); -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list { - background: none; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list > row:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) { - padding: 3px; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - border-radius: 6px; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 12px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - border: none; - background-color: rgba(255, 255, 255, 0.04); - padding: 3px; - margin: 3px; - border-radius: 9px; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; - margin-right: -6px; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 12px; -} - -#weather-page-content-view { - border-bottom-right-radius: 12px; - border-bottom-left-radius: 12px; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 12px 12px; -} - -/**************** - * Gnome Clocks * - ****************/ -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -stack.view.polari-entry-area { - background-color: #1e1e2e; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 12px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#1e1e2e); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #89b4fa; - background-color: #1e1e2e; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: #FFFFFF; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 6px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 6px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #1e1e2e; -} - -preferences stacksidebar.sidebar list { - background-color: #11111b; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 6px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 6px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #89b4fa 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #89b4fa; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: #FFFFFF; -} - -dockoverlayedge { - background-color: #1e1e2e; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #89b4fa; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #89b4fa; -} - -pillbox { - background-color: #1e1e2e; - border-radius: 6px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #1e1e2e; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: #FFFFFF; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: #FFFFFF; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #1e1e2e; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(137, 180, 250, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: #FFFFFF; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #89b4fa; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #89b4fa; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: #FFFFFF; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: #FFFFFF; -} - -button.photos-filter-preview:checked image { - color: #FFFFFF; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#11111b); -} - -.side-panel .view:hover { - background-image: image(#24242d); -} - -.side-panel .view:selected { - background-image: image(#89b4fa); -} - -.side-panel .view:selected:hover { - background-image: image(rgba(128, 169, 234, 0.9896)); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -window.background.csd > stack > box > revealer > actionbar > revealer > box { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd evview.view.content-view { - border-radius: 0 0 12px 12px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #1e1e2e; -} - -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { - background-color: #1e1e2e; -} - -.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 12px; - background-color: #1e1e2e; -} - -/************ - * Terminal * - ************/ -terminal-window decoration { - border-radius: 12px 12px 0 0; -} - -terminal-window.background.csd, terminal-window.background.csd.maximized { - border-radius: 0 0 0 0; -} - -terminal-window notebook > header > box { - margin: -2px -2px -2px 1px; -} - -terminal-window notebook > header > box button { - min-height: 24px; - min-width: 24px; - padding: 3px; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 12px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; - border-radius: 0 0 12px 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 12px; -} - -.terminal-window { - background-color: #1e1e2e; -} - -.terminal-window tabbar tabbox { - background-color: #11111b; - margin: 0; - border-radius: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 12px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#11111b); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 6px; - background-color: #11111b; - color: #FFFFFF; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: #FFFFFF; - background-color: #1e1e2e; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout { - background-color: #1e1e2e; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > headerbar, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #11111b; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - min-width: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow { - padding: 3px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view { - border: 1px solid transparent; - border-radius: 6px; - padding: 6px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:selected, .geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:active { - border-radius: 6px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.geary-main-window.unified separator.geary-sidebar-pane-separator { - min-width: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #1e1e2e; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 12px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 12px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #1e1e2e; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 6px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 6px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 6px; -} - -window.background.csd.unified { - background-color: #1e1e2e; -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 12px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#313244); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #1e1e2e; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.12); -} - -/********* - * Meld * - ********/ -.meld-notebook, .meld-notebook > stack { - background: none; - border-radius: 0 0 12px 12px; -} - -.meld-notebook-child { - background-color: #11111b; - border-radius: 0 0 12px 12px; -} - -statusbar.meld-status-bar { - background: none; -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 6px; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #313244; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #393947; -} - -window.background.chromium > button { - color: #89b4fa; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -window.background.chromium menubar, -window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium headerbar button:active { - background-color: alpha(currentColor, 0.12); -} - -window.background.chromium spinner { - color: #89b4fa; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #1e1e2e; -} - -window.background.chromium menu { - border-color: #3e3e5f; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -tooltip.background.chromium { - background-color: #0b0b12; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget decoration { - border: none; -} - -#MozillaGtkWidget > widget text { - background-color: #313244; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -#MozillaGtkWidget > widget > separator { - color: #393947; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #393947; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #393947; - border-radius: 6px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.12); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #1e1e2e; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #89b4fa; - box-shadow: inset 0 0 0 1px #89b4fa; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #11111b; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: #FFFFFF; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.32); -} - -#MozillaGtkWidget > widget > frame { - color: #393947; -} - -#MozillaGtkWidget menu > separator { - color: #393947; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -scrolledwindow#DialogNotebook > viewport.frame > notebook.frame button.close-button image { - padding: 4px; -} - -/*********** - * Synapse * - ***********/ -/*************** - * Libreoffice * - ***************/ -window.background > grid > widget > widget > scrolledwindow > viewport > grid > box > box > frame > box { - background-color: #1e1e2e; -} - -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 6px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #89b4fa; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #11111b; - color: #FFFFFF; -} - -UnityDecoration .top:backdrop { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: #FFFFFF; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #11111b; - color: #FFFFFF; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: #FFFFFF; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #89b4fa; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: #FFFFFF; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #89b4fa; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #89b4fa; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 7px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 7px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #313244; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: #FFFFFF; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #89b4fa; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: #FFFFFF; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 6px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #1e1e2e; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 6px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: #FFFFFF; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #1e1e2e; - color: #FFFFFF; - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 7px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #89b4fa; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 6px; - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.12); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #89b4fa; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window list.sidebar { - background: none; - border-radius: 0 0 0 12px; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 6px; -} - -.budgie-popover { - border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); - background-clip: border-box; - background-color: #1e1e2e; - border-radius: 12px; -} - -.budgie-popover .container, .budgie-popover list, .budgie-popover row { - padding: 0; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover treeview.view.sidebar { - border-right: none; - background: none; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); - padding-bottom: 12px; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button { - border-radius: 0; -} - -.budgie-popover.budgie-menu scrolledwindow > viewport.frame > list > row.activatable > button.flat { - border-radius: 0; -} - -.budgie-popover.user-menu .container { - padding: 6px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 0; - outline-width: 0; - border-radius: 6px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.caffeine-popover frame > .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 3px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .container { - padding: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 6px; -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(17, 17, 27, 0.75); -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: #FFFFFF; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - box-shadow: none; - border: none; - color: #FFFFFF; -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #F44336; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: #FFFFFF; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: #FFFFFF; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - border: none; -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: #FFFFFF; -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.32); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #313244; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -.raven > box { - margin-bottom: -10px; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - margin: -4px 0 -5px; - padding: 0 16px; - min-height: 24px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; - border-radius: 9999px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget scale.marks-after label { - font-size: 90%; - padding: 0; - margin: -10px 0 0 6px; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: #FFFFFF; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: #FFFFFF; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 6px; -} - -.raven-mpris { - background-color: #11111b; - color: #FFFFFF; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px; - padding-left: 12px; - margin: 3px; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window { - background-color: transparent; -} - -.budgie-notification .notification-title, .budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body, .budgie-switcher .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.drop-shadow { - margin: 5px 9px; - padding: 3px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.drop-shadow .linked > button { - border-radius: 12px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - background-color: #313244; - border: none; - padding: 0; -} - -.budgie-session-dialog.background, .budgie-session-dialog > decoration, -.budgie-polkit-dialog.background, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog.background, -.budgie-run-dialog > decoration { - border-radius: 12px; -} - -.budgie-session-dialog > decoration, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog > decoration { - border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 12px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 12px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: #FFFFFF; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #1e1e2e; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #89b4fa; -} - -#xfce4-mpc-plugin-26 > frame > border { - border: none; -} - -#xfce-panel-button { - -gtk-icon-style: symbolic; -} - -XfdesktopIconView.view { - border-radius: 6px; - background-color: transparent; - color: #FFFFFF; -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -window#whiskermenu-window { - border-radius: 12px; - background-color: transparent; - border: none; -} - -window#whiskermenu-window entry.search:focus { - background-color: #1e1e2e; -} - -window#whiskermenu-window > frame > border { - border-radius: 12px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: #1e1e2e; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: #FFFFFF; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #1e1e2e; - border-radius: 6px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 6px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: #FFFFFF; -} - -#XfceNotifyWindow { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 6px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border-style: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar .path-bar.linked:not(.vertical) > button.path-bar-button { - margin-left: 2px; - margin-right: 2px; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 12px; -} - -menubar.-vala-panel-appmenu-private, -menubar.-vala-panel-background { - background: none; - border: none; - box-shadow: none; - animation: none; -} - -menubar.-vala-panel-appmenu-private > menuitem, -menubar.-vala-panel-background > menuitem { - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -menubar.-vala-panel-appmenu-private > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover { - color: #FFFFFF; - border-radius: 0; -} - -menubar.-vala-panel-appmenu-private > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled { - color: rgba(255, 255, 255, 0.32); -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: #1e1e2e; - color: #FFFFFF; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: #FFFFFF; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.32); -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 8px; - border-radius: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #89b4fa; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #11111b; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - padding: 2px 3px; -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar > toolitem > box > button.image-button, -.nemo-window .primary-toolbar > toolitem > .linked > button.image-button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: #FFFFFF; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar button.text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button { - border-radius: 3px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #11111b; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.04); -} - -.nemo-window .toolbar { - padding: 0; -} - -.nemo-window .toolbar button { - margin: 3px 0; - padding: 3px; -} - -.nemo-window .toolbar separator { - margin: 6px 0; -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #62626d; - -NemoPlacesTreeView-disk-full-fg-color: #89b4fa; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color #FFFFFF; -/* -text color for entries, views and content in general */ -@define-color theme_text_color #FFFFFF; -/* -widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* -text widgets and the like base background color */ -@define-color theme_base_color #1e1e2e; -/* -base background color of selections */ -@define-color theme_selected_bg_color #89b4fa; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(0, 0, 0, 0.87); -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #11111b; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #FFFFFF; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #FFFFFF; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #1e1e2e; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #89b4fa; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(0, 0, 0, 0.87); -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #66BB6A; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title #FFFFFF; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_border #060609; -@define-color wm_bg #11111b; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon white; -@define-color wm_button_close_hover_bg #f38ba8; -@define-color wm_button_close_active_bg #ed547e; -@define-color wm_button_max_hover_bg #a6e3a1; -@define-color wm_button_max_active_bg #79d572; -@define-color wm_button_min_hover_bg #f9e2af; -@define-color wm_button_min_active_bg #f5cd76; -/* -FIXME this is really an API */ -@define-color content_view_bg #1e1e2e; -@define-color placeholder_text_color #bcbcc0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1e1e2e; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); -@define-color budgie_tasklist_indicator_color_active #89b4fa; -@define-color budgie_tasklist_indicator_color_active_window #526993; -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk.css b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk.css deleted file mode 100644 index f95aae3..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/gtk.css +++ /dev/null @@ -1,8075 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #89b4fa 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #F44336; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 6; - -GtkDialog-action-area-border: 6; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 6px; - -gtk-secondary-caret-color: #89b4fa; -} - -*:focus { - outline-color: alpha(currentColor, 0.1); -} - -XfdesktopIconView.view:active, calendar.raven-calendar:selected, box.vertical > widget > widget:selected, calendar:selected, .csd treeview.view:selected, modelbutton.flat:selected, -.menuitem.button.flat:selected, .background.csd .view:selected { - color: #FFFFFF; - background-color: alpha(currentColor, 0.1); -} - -.nemo-window .view selection, .nemo-window .view:selected, .nautilus-window notebook .view:not(treeview) selection, .nautilus-window notebook .view:not(treeview):selected, .nautilus-window flowboxchild:selected .icon-item-background, flowbox flowboxchild:selected { - color: #89b4fa; - background-color: rgba(137, 180, 250, 0.2); -} - -.nemo-window .nemo-window-pane widget.entry:selected, window.background.csd evview.view.content-view:selected, window.background.csd evview.view.content-view:selected:backdrop, .nautilus-window.background.csd notebook widget.view:selected, spinbutton.vertical selection, spinbutton:not(.vertical) selection, -entry selection, label selection, textview text selection:focus, textview text selection, widget.view:selected, .view:selected { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -.linked:not(.vertical) > button, .linked:not(.vertical) > spinbutton.vertical, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry { - border-radius: 0; -} - -.linked:not(.vertical) > button:first-child, .linked:not(.vertical) > spinbutton.vertical:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.linked:not(.vertical) > button:last-child, .linked:not(.vertical) > spinbutton.vertical:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked:not(.vertical) > button:only-child, .linked:not(.vertical) > spinbutton.vertical:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child { - border-radius: 6px; -} - -.linked.vertical > button, .linked.vertical > spinbutton.vertical, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry { - border-radius: 0; -} - -.linked.vertical > button:first-child, .linked.vertical > spinbutton.vertical:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -.linked.vertical > button:last-child, .linked.vertical > spinbutton.vertical:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked.vertical > button:only-child, .linked.vertical > spinbutton.vertical:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child { - border-radius: 6px; -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #FFFFFF; -} - -.background.csd { - border-radius: 0 0 12px 12px; -} - -.background.maximized, .background.solid-csd { - border-radius: 0; -} - -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #1e1e2e; - color: #FFFFFF; -} - -.gtkstyle-fallback:hover { - background-color: #14141f; - color: #FFFFFF; -} - -.gtkstyle-fallback:active { - background-color: #0a0a0f; - color: #FFFFFF; -} - -.gtkstyle-fallback:disabled { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.view { - background-color: #1e1e2e; - color: #FFFFFF; -} - -.view:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:selected:hover { - box-shadow: none; -} - -window.background.csd > stack.view { - border-radius: 0 0 12px 12px; -} - -textview text { - background-color: #1e1e2e; -} - -textview border { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 6px; -} - -.rubberband, -rubberband, -XfdesktopIconView.view .rubberband, -.content-view rubberband, -.content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view .rubberband, -.content-view treeview.view rubberband, -.content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view .rubberband, -treeview.view .content-view rubberband, -treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view treeview.view flowbox treeview.view rubberband, -.content-view treeview.view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox treeview.view .rubberband, -treeview.view flowbox treeview.view .content-view rubberband, -treeview.view flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -.content-view .rubberband, -treeview.view rubberband, -treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .rubberband, -treeview.view .content-view rubberband, -treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view .rubberband, -.content-view treeview.view rubberband, -.content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -treeview.view .content-view .rubberband, -.content-view treeview.view .rubberband, -treeview.view flowbox rubberband, -treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view .content-view flowbox rubberband, -treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, -treeview.view .content-view flowbox treeview.view rubberband, -treeview.view .content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox treeview.view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -flowbox treeview.view rubberband, -flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox .content-view treeview.view rubberband, -flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, -flowbox .content-view treeview.view flowbox rubberband, -flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -flowbox rubberband, -flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .rubberband, -flowbox .content-view treeview.view rubberband, -flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -treeview.view .content-view flowbox rubberband, -treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -flowbox treeview.view rubberband, -flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .rubberband, -flowbox treeview.view .content-view rubberband, -flowbox treeview.view .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view .content-view .rubberband, -.content-view flowbox treeview.view rubberband, -.content-view flowbox treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view .rubberband, -flowbox .content-view treeview.view rubberband, -flowbox .content-view treeview.view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view .rubberband, -flowbox .content-view treeview.view flowbox rubberband, -flowbox .content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox .content-view treeview.view flowbox .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband, -treeview.view flowbox rubberband, -treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .rubberband, -treeview.view flowbox .content-view rubberband, -treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view flowbox .content-view .rubberband, -.content-view treeview.view flowbox rubberband, -.content-view treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view treeview.view flowbox .rubberband, -treeview.view .content-view flowbox rubberband, -treeview.view .content-view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view treeview.view .content-view flowbox .rubberband, -.content-view flowbox treeview.view flowbox rubberband, -.content-view flowbox treeview.view flowbox XfdesktopIconView.view .rubberband, -XfdesktopIconView.view .content-view flowbox treeview.view flowbox .rubberband, -flowbox treeview.view flowbox .content-view rubberband, -flowbox treeview.view flowbox .content-view XfdesktopIconView.view .rubberband, -XfdesktopIconView.view flowbox treeview.view flowbox .content-view .rubberband { - border: 1px solid #89b4fa; - background-color: rgba(137, 180, 250, 0.3); -} - -flowbox flowboxchild { - padding: 3px; - border-radius: 6px; - color: #FFFFFF; -} - -flowbox flowboxchild button.osd.remove-button { - min-height: 28px; - min-width: 28px; - padding: 0; - margin: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; -} - -label.osd { - border-radius: 6px; - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; -} - -.dim-label { - color: rgba(255, 255, 255, 0.7); -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: #FFFFFF; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton.vertical, spinbutton:not(.vertical), -entry { - min-height: 36px; - padding: 0 8px; - border-radius: 6px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -spinbutton.vertical:focus, spinbutton:focus:not(.vertical), -entry:focus { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #89b4fa; -} - -spinbutton.vertical:drop(active), spinbutton:drop(active):not(.vertical), -entry:drop(active) { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -spinbutton.vertical:disabled, spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat.vertical, spinbutton.flat:not(.vertical), -entry.flat { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: transparent; -} - -spinbutton.vertical image, spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical image:hover, spinbutton:not(.vertical) image:hover, spinbutton.vertical image:active, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: #FFFFFF; -} - -spinbutton.vertical image:disabled, spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical image.left, spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 2px; - margin-right: 6px; -} - -spinbutton.vertical image.right, spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 2px; -} - -spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.vertical undershoot.right, spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - -spinbutton.error.vertical, spinbutton.error:not(.vertical), -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -spinbutton.error.vertical:focus, spinbutton.error:focus:not(.vertical), -entry.error:focus { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #F44336; -} - -spinbutton.error.vertical:disabled, spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.vertical, spinbutton.warning:not(.vertical), -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -spinbutton.warning.vertical:focus, spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #FBC02D; -} - -spinbutton.warning.vertical:disabled, spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical progress, spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -8px; - border-bottom: 2px solid #89b4fa; - background-color: transparent; -} - -treeview entry.flat, treeview entry { - background-color: #1e1e2e; -} - -treeview entry.flat, treeview entry.flat:focus, treeview entry, treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .photos-entry-tag, .documents-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.entry-tag:hover, .photos-entry-tag:hover, .documents-entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .photos-entry-tag, :dir(ltr) .documents-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .photos-entry-tag, :dir(rtl) .documents-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.photos-entry-tag, .button.documents-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#89b4fa), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#89b4fa), to(transparent)); - } -} - -.xfce4-panel.background button, .raven-mpris button.image-button, .mate-panel-menu-bar button, infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button { - color: rgba(255, 255, 255, 0.7); -} - -.xfce4-panel.background button:focus, .raven-mpris button.image-button:focus, .mate-panel-menu-bar button:focus, infobar.warning > revealer > box button:focus, .xfce4-panel.background button:hover, .raven-mpris button.image-button:hover, .mate-panel-menu-bar button:hover, infobar.warning > revealer > box button:hover, .xfce4-panel.background button:active, .raven-mpris button.image-button:active, .mate-panel-menu-bar button:active, infobar.warning > revealer > box button:active, .xfce4-panel.background button:checked, .raven-mpris button.image-button:checked, .mate-panel-menu-bar button:checked, infobar.warning > revealer > box button:checked { - color: #FFFFFF; -} - -.xfce4-panel.background button:disabled, .raven-mpris button.image-button:disabled, .mate-panel-menu-bar button:disabled, infobar.warning > revealer > box button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.xfce4-panel.background button:checked:disabled, .raven-mpris button.image-button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, infobar.warning > revealer > box button:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: rgba(255, 255, 255, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: #FFFFFF; -} - -actionbar > revealer > box .linked > button:focus:not(.suggested-action):not(.destructive-action), button:focus { - box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); -} - -actionbar > revealer > box .linked > button:hover:not(.suggested-action):not(.destructive-action), button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -actionbar > revealer > box .linked > button:active:not(.suggested-action):not(.destructive-action), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -actionbar > revealer > box .linked > button:disabled:not(.suggested-action):not(.destructive-action), button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -actionbar > revealer > box .linked > button:checked:not(.suggested-action):not(.destructive-action), button:checked { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -actionbar > revealer > box .linked > button:checked:hover:not(.suggested-action):not(.destructive-action), button:checked:hover { - box-shadow: inset 0 0 0 9999px transparent; -} - -actionbar > revealer > box .linked > button:checked:disabled:not(.suggested-action):not(.destructive-action), button:checked:disabled { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.1); - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.raven .expander-button, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, .nautilus-window headerbar revealer > button, button.titlebutton:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, button.close, button.circular, .inline-toolbar button:not(.text-button) { - border-radius: 9999px; -} - -.raven .expander-button label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle label, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) label, window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale label, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised label, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button label, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button label, .nautilus-window headerbar revealer > button label, button.titlebutton:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, button.close label, button.circular label, .inline-toolbar button:not(.text-button) label { - padding: 0; -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat, .gedit-document-panel row button.flat, .nautilus-window .floating-bar button, placessidebar.sidebar row button.sidebar-button, notebook > header tab button.flat, spinbutton.vertical button, spinbutton:not(.vertical) button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 6px; - font-weight: 500; -} - -button:drop(active) { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button, .drop-shadow button, .budgie-panel button, .budgie-popover row button, .budgie-settings-window buttonbox.inline-toolbar button, #mate-menu button, #MatePanelPopupWindow button, popover.messagepopover .popover-action-area button, tabbox > tab button, placessidebar.sidebar row button.sidebar-button, calendar.button, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular, treeview.view header button button.circular, row.activatable button.circular, scrollbar button, notebook > header > tabs > arrow, spinbutton.vertical button, spinbutton:not(.vertical) button, modelbutton.flat, -.menuitem.button.flat, .nemo-window .toolbar button, #buttonbox_frame button, .xfce4-panel.background button, .raven stackswitcher.linked > button, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button, .lock-dialog button, .mate-panel-menu-bar button, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button, layouttabbar button, filechooser #pathbarbox > stack > box > button, messagedialog .dialog-action-box button, messagedialog .dialog-action-box .linked:not(.vertical) > button, .app-notification button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action), popover.background.menu button, -popover.background button.model, .nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action), toolbar button, combobox > .linked:not(.vertical) > button:not(:only-child), button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -.budgie-session-dialog .linked.horizontal > button:focus, -.budgie-polkit-dialog .linked.horizontal > button:focus, -.budgie-run-dialog .linked.horizontal > button:focus, .drop-shadow button:focus, .budgie-panel button:focus, .budgie-popover row button:focus, .budgie-settings-window buttonbox.inline-toolbar button:focus, #mate-menu button:focus, #MatePanelPopupWindow button:focus, popover.messagepopover .popover-action-area button:focus, tabbox > tab button:focus, placessidebar.sidebar row button.sidebar-button:focus, calendar.button:focus, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:focus, treeview.view header button button.circular:focus, row.activatable button.circular:focus, scrollbar button:focus, notebook > header > tabs > arrow:focus, spinbutton.vertical button:focus, spinbutton:not(.vertical) button:focus, modelbutton.flat:focus, -.menuitem.button.flat:focus, .nemo-window .toolbar button:focus, #buttonbox_frame button:focus, .xfce4-panel.background button:focus, .raven stackswitcher.linked > button:focus, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:focus, .lock-dialog button:focus, .mate-panel-menu-bar button:focus, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:focus, layouttabbar button:focus, filechooser #pathbarbox > stack > box > button:focus, messagedialog .dialog-action-box button:focus, messagedialog .dialog-action-box .linked:not(.vertical) > button:focus, .app-notification button:focus, actionbar > revealer > box button:focus:not(.suggested-action):not(.destructive-action), popover.background.menu button:focus, -popover.background button.model:focus, .nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), toolbar button:focus, combobox > .linked:not(.vertical) > button:focus:not(:only-child), button.flat:focus { - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #FFFFFF; -} - -.budgie-session-dialog .linked.horizontal > button:hover, -.budgie-polkit-dialog .linked.horizontal > button:hover, -.budgie-run-dialog .linked.horizontal > button:hover, .drop-shadow button:hover, .budgie-panel button:hover, .budgie-popover row button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, #mate-menu button:hover, #MatePanelPopupWindow button:hover, popover.messagepopover .popover-action-area button:hover, tabbox > tab button:hover, placessidebar.sidebar row button.sidebar-button:hover, calendar.button:hover, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:hover, treeview.view header button button.circular:hover, row.activatable button.circular:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, spinbutton.vertical button:hover, spinbutton:not(.vertical) button:hover, modelbutton.flat:hover, -.menuitem.button.flat:hover, .nemo-window .toolbar button:hover, #buttonbox_frame button:hover, .xfce4-panel.background button:hover, .raven stackswitcher.linked > button:hover, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:hover, .lock-dialog button:hover, .mate-panel-menu-bar button:hover, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:hover, layouttabbar button:hover, filechooser #pathbarbox > stack > box > button:hover, messagedialog .dialog-action-box button:hover, messagedialog .dialog-action-box .linked:not(.vertical) > button:hover, .app-notification button:hover, actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action), popover.background.menu button:hover, -popover.background button.model:hover, .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), toolbar button:hover, combobox > .linked:not(.vertical) > button:hover:not(:only-child), button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: #FFFFFF; -} - -.budgie-session-dialog .linked.horizontal > button:active, -.budgie-polkit-dialog .linked.horizontal > button:active, -.budgie-run-dialog .linked.horizontal > button:active, .drop-shadow button:active, .budgie-panel button:active, .budgie-popover row button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, #mate-menu button:active, #MatePanelPopupWindow button:active, popover.messagepopover .popover-action-area button:active, tabbox > tab button:active, placessidebar.sidebar row button.sidebar-button:active, calendar.button:active, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:active, treeview.view header button button.circular:active, row.activatable button.circular:active, scrollbar button:active, notebook > header > tabs > arrow:active, spinbutton.vertical button:active, spinbutton:not(.vertical) button:active, modelbutton.flat:active, -.menuitem.button.flat:active, .nemo-window .toolbar button:active, #buttonbox_frame button:active, .xfce4-panel.background button:active, .raven stackswitcher.linked > button:active, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:active, .lock-dialog button:active, .mate-panel-menu-bar button:active, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:active, layouttabbar button:active, filechooser #pathbarbox > stack > box > button:active, messagedialog .dialog-action-box button:active, messagedialog .dialog-action-box .linked:not(.vertical) > button:active, .app-notification button:active, actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action), popover.background.menu button:active, -popover.background button.model:active, .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), toolbar button:active, combobox > .linked:not(.vertical) > button:active:not(:only-child), button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: #FFFFFF; -} - -.budgie-session-dialog .linked.horizontal > button:disabled, -.budgie-polkit-dialog .linked.horizontal > button:disabled, -.budgie-run-dialog .linked.horizontal > button:disabled, .drop-shadow button:disabled, .budgie-panel button:disabled, .budgie-popover row button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, #mate-menu button:disabled, #MatePanelPopupWindow button:disabled, popover.messagepopover .popover-action-area button:disabled, tabbox > tab button:disabled, placessidebar.sidebar row button.sidebar-button:disabled, calendar.button:disabled, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable button.circular:disabled, treeview.view header button button.circular:disabled, row.activatable button.circular:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, spinbutton.vertical button:disabled, spinbutton:not(.vertical) button:disabled, modelbutton.flat:disabled, -.menuitem.button.flat:disabled, .nemo-window .toolbar button:disabled, #buttonbox_frame button:disabled, .xfce4-panel.background button:disabled, .raven stackswitcher.linked > button:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:disabled, .lock-dialog button:disabled, .mate-panel-menu-bar button:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:disabled, layouttabbar button:disabled, filechooser #pathbarbox > stack > box > button:disabled, messagedialog .dialog-action-box button:disabled, messagedialog .dialog-action-box .linked:not(.vertical) > button:disabled, .app-notification button:disabled, actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:disabled, -popover.background button.model:disabled, .nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action), toolbar button:disabled, combobox > .linked:not(.vertical) > button:disabled:not(:only-child), button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .toolbar button:checked, #buttonbox_frame button:checked, .xfce4-panel.background button:checked, .raven stackswitcher.linked > button:checked, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked, .lock-dialog button:checked, .mate-panel-menu-bar button:checked, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked, layouttabbar button:checked, filechooser #pathbarbox > stack > box > button:checked, messagedialog .dialog-action-box button:checked, messagedialog .dialog-action-box .linked:not(.vertical) > button:checked, .app-notification button:checked, actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked, -popover.background button.model:checked, .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action), toolbar button:checked, combobox > .linked:not(.vertical) > button:checked:not(:only-child), button.flat:checked, button.flat:checked:hover { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -.nemo-window .toolbar button:checked:disabled, #buttonbox_frame button:checked:disabled, .xfce4-panel.background button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button:checked:disabled, .lock-dialog button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar button:checked:disabled, layouttabbar button:checked:disabled, filechooser #pathbarbox > stack > box > button:checked:disabled, messagedialog .dialog-action-box button:checked:disabled, .app-notification button:checked:disabled, actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action), popover.background.menu button:checked:disabled, -popover.background button.model:checked:disabled, .nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), toolbar button:checked:disabled, combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button { - min-width: 24px; - padding: 6px; - border-radius: 6px; -} - -button.text-button.image-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - border-radius: 6px; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - background-color: #11111b; - color: #FFFFFF; -} - -button.osd:focus { - box-shadow: none; -} - -button.osd:hover { - background-color: #35353d; - color: #FFFFFF; -} - -button.osd:active { - background-color: #4d4d54; - color: #FFFFFF; -} - -button.osd:disabled { - opacity: 0; -} - -button.osd.image-button, button.osd.circular { - padding: 12px; -} - -button.osd.image-button > image, button.osd.circular > image { - padding: 0; -} - -button.suggested-action { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:checked { - background-color: rgba(103, 135, 188, 0.961); -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #89b4fa; -} - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.32); -} - -button.suggested-action.flat:checked { - background-color: rgba(137, 180, 250, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: #FFFFFF; - box-shadow: none; -} - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.32); -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -.stack-switcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -.stack-switcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -.stack-switcher > button.needs-attention:checked > label, -.stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar button { - -gtk-icon-shadow: none; -} - -button.close, button.circular { - min-width: 24px; - padding: 6px; -} - -stacksidebar.sidebar row.needs-attention > label, .stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar.sidebar row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 6px; - color: #FFFFFF; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - -/********* - * Links * - *********/ -*:link { - color: #1e66f5; -} - -*:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1e66f5; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -spinbutton:not(.vertical) entry { - min-width: 32px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 6px transparent; -} - -spinbutton:not(.vertical) button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -3px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -3px; -} - -spinbutton.vertical { - padding: 0; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical entry { - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical button { - padding: 0; - border: solid 6px transparent; -} - -spinbutton.vertical button:focus:not(:hover):not(:active) { - box-shadow: inset 0 0 0 9999px transparent; - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.vertical button.up { - margin: 0 3px; -} - -spinbutton.vertical button.down { - margin: 0 3px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 6px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 6px; -} - -combobox > .linked > button.combo { - padding: 6px 10px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 6px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: #FFFFFF; -} - -button.combo:only-child:focus { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3); -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); -} - -button.combo:only-child:checked { - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px #89b4fa; -} - -button.combo:only-child:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px 3px; - background-color: #1e1e2e; -} - -.osd toolbar { - background-color: transparent; -} - -frame.documents-dropdown, .app-notification, toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -frame.documents-dropdown:backdrop, .app-notification:backdrop, toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -frame.left.documents-dropdown, .left.app-notification, frame.right.documents-dropdown, .right.app-notification, frame.top.documents-dropdown, .top.app-notification, frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; -} - -frame.bottom.documents-dropdown, .bottom.app-notification, toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px 1px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 8px 2px; -} - -.inline-toolbar { - padding: 6px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #11111b; -} - -.frame .inline-toolbar { - border-width: 1px 0 0; - background-color: transparent; -} - -searchbar > revealer > box, -.location-bar { - padding: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; -} - -/*************** - * Header bars * - ***************/ -.nemo-window .primary-toolbar button:not(.text-button), headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar .linked:not(.vertical) > button:not(.text-button), headerbar .linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - border-radius: 6px; -} - -.nemo-window .primary-toolbar button:focus:not(.text-button), headerbar button:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:hover:not(.text-button), headerbar button:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:active:not(.text-button), headerbar button:active:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:checked:not(.text-button), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: #FFFFFF; -} - -.nemo-window .primary-toolbar button:disabled:not(.text-button), headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar button:checked:disabled:not(.text-button), headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:not(.text-button), headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar button:backdrop:focus:not(.text-button), headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:hover:not(.text-button), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), .nemo-window .primary-toolbar button:backdrop:active:not(.text-button), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:disabled:not(.text-button), headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar button:backdrop:checked:not(.text-button), headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button:backdrop:checked:disabled:not(.text-button), headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar entry, .titlebar entry { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; -} - -.nemo-window .primary-toolbar entry:disabled, .titlebar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar entry image, .titlebar entry image { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar entry image:hover, .titlebar entry image:hover, .nemo-window .primary-toolbar entry image:active, .titlebar entry image:active { - color: #FFFFFF; -} - -.nemo-window .primary-toolbar entry image:disabled, .titlebar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #11111b; - color: #FFFFFF; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.csd .titlebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar .subtitle, -.titlebar .dim-label { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -.titlebar .subtitle:backdrop, -.titlebar .dim-label:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .titlebar { - background-color: transparent; - box-shadow: none; -} - -.titlebar + separator, .titlebar + separator.sidebar { - background-color: #11111b; - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar + separator:backdrop, .titlebar + separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.titlebar.selection-mode + separator, .titlebar.selection-mode + separator.sidebar, .selection-mode .titlebar + separator, .selection-mode .titlebar + separator.sidebar { - background-color: #89b4fa; -} - -.titlebar.selection-mode + separator:backdrop, .titlebar.selection-mode + separator.sidebar:backdrop, .selection-mode .titlebar + separator:backdrop, .selection-mode .titlebar + separator.sidebar:backdrop { - background-color: #89b4fa; -} - -.background.csd.unified .titlebar + separator, .background.csd.unified .titlebar + separator.sidebar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar .linked:not(.vertical) > entry { - border-radius: 6px; - margin-left: 3px; - margin-right: 3px; -} - -.titlebar button.suggested-action:disabled, .titlebar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -.titlebar .path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; - padding-left: 6px; - padding-right: 6px; -} - -.titlebar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - animation: ripple-on-headerbar 225ms cubic-bezier(0, 0, 0.2, 1); - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.titlebar.selection-mode:backdrop { - color: rgba(0, 0, 0, 0.6); - background-color: #a6c7fb; -} - -.titlebar.selection-mode .subtitle:link { - color: rgba(0, 0, 0, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - color: rgba(0, 0, 0, 0.87); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(0, 0, 0, 0.38); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:not(.titlebutton) { - color: rgba(0, 0, 0, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(0, 0, 0, 0.3); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(0, 0, 0, 0.6); -} - -.titlebar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(0, 0, 0, 0.3); -} - -.titlebar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.titlebar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar { - border-radius: 0; -} - -.titlebar.default-decoration { - min-height: 24px; - padding: 6px 12px; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #11111b; -} - -.titlebar.default-decoration:backdrop { - background-color: #1e1e2e; -} - -.tiled .titlebar.default-decoration, .maximized .titlebar.default-decoration, .fullscreen .titlebar.default-decoration { - box-shadow: none; - border-radius: 0; -} - -.titlebar.default-decoration button.titlebutton { - min-height: 24px; - min-width: 24px; - margin: 0; - padding: 0; -} - -.background.csd .titlebar.default-decoration { - padding: 6px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.background:not(.csd) .titlebar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -.solid-csd .titlebar:dir(rtl), .solid-csd .titlebar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -headerbar { - min-height: 48px; - padding: 0 6px; -} - -box.vertical headerbar { - background-color: #11111b; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar button, headerbar button.image-button { - border-radius: 6px; -} - -headerbar > box.left, -headerbar > box.right { - padding: 0 6px; -} - -headerbar separator.titlebutton, headerbar separator.sidebar { - margin-top: 12px; - margin-bottom: 12px; - background-color: transparent; -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .photos-entry-tag, headerbar .documents-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) { - border-radius: 0; - margin: 0; - min-width: 120px; - padding: 0; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) > stack > box { - padding: 0 12px; -} - -headerbar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action):focus { - box-shadow: none; -} - -headerbar.windowhandle > button.popup label, headerbar.windowhandle > button.popup image { - min-height: 0; -} - -headerbar.windowhandle viewswitchertitle > squeezer { - margin-top: 0; - margin-bottom: 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher { - margin: 0 0; - background: none; -} - -headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio { - margin: 0; - padding: 0; - border-radius: 0; -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar.linked:not(.vertical) > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 3px; - margin-left: 1px; - margin-right: 1px; - background-color: alpha(currentColor, 0.08); -} - -.caja-pathbar button:disabled, -.path-bar.linked:not(.vertical) > button:disabled { - background-color: alpha(currentColor, 0.05); -} - -.caja-pathbar button:first-child, -.path-bar.linked:not(.vertical) > button:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.caja-pathbar button:last-child, -.path-bar.linked:not(.vertical) > button:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.caja-pathbar button:checked, -.path-bar.linked:not(.vertical) > button:checked { - background-color: alpha(currentColor, 0.16); - color: #FFFFFF; -} - -.caja-pathbar button label, .caja-pathbar button image, -.path-bar.linked:not(.vertical) > button label, -.path-bar.linked:not(.vertical) > button image { - margin-left: 3px; - margin-right: 3px; -} - -.caja-pathbar button.slider-button, -.path-bar.linked:not(.vertical) > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(255, 255, 255, 0.12); -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -.csd treeview.view:not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { - background-color: transparent; -} - -treeview.view:selected { - background-image: image(alpha(currentColor, 0.1)); - background-color: #1e1e2e; - color: #FFFFFF; -} - -.csd treeview.view:selected { - background-image: none; -} - -treeview.view.separator { - min-height: 6px; - color: rgba(255, 255, 255, 0.12); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 9999px; - border-color: alpha(currentColor, 0.08); -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: #FFFFFF; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.32); -} - -treeview.view.progressbar { - border: none; - box-shadow: none; - background-color: #89b4fa; - background-image: none; - border-radius: 9999px; - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.progressbar:selected, treeview.view.progressbar:selected:hover, treeview.view.progressbar:selected:focus { - box-shadow: none; - background-color: #9bbffb; - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.progressbar:selected:backdrop, treeview.view.progressbar:selected:hover:backdrop, treeview.view.progressbar:selected:focus:backdrop { - color: rgba(0, 0, 0, 0.87); -} - -treeview.view.progressbar:backdrop, treeview.view.progressbar:selected:backdrop { - background-color: rgba(255, 255, 255, 0.3); -} - -treeview.view.trough { - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - background-image: none; - border-radius: 9999px; - padding: 0; - margin: 0; -} - -treeview.view.trough:selected, treeview.view.trough:selected:hover, treeview.view.trough:selected:focus { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); -} - -treeview.view.trough:backdrop, treeview.view.trough:selected:backdrop { - background-color: rgba(255, 255, 255, 0.12); -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #1e1e2e; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #1e1e2e; - background-clip: border-box; - color: #89b4fa; -} - -treeview.view acceleditor > label { - background-color: #89b4fa; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 0; - background-color: #11111b; - color: #FFFFFF; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -menubar:backdrop, -.menubar:backdrop { - color: rgba(255, 255, 255, 0.7); - background-color: #1e1e2e; -} - -.csd menubar, .csd .menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > menuitem, -.menubar > menuitem { - transition: none; - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); - border-radius: 6px; -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -menubar > menuitem:backdrop, -.menubar > menuitem:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.32); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -menubar > menuitem > window.background.csd.popup > decoration, -menubar > menuitem > window.background.csd.popup > menu, -.menubar > menuitem > window.background.csd.popup > decoration, -.menubar > menuitem > window.background.csd.popup > menu { - border-radius: 0 0 12px 12px; -} - -menubar > menuitem > window.popup.background > menu menuitem, -.menubar > menuitem > window.popup.background > menu menuitem { - transition: none; -} - -.background.popup { - background-color: transparent; -} - -menu, -.menu, -.context-menu { - margin: 6px; - padding: 6px; - background-color: #313244; - background-clip: border-box; - border-radius: 12px; - border: 1px solid #393947; -} - -.csd menu, .csd .menu, .csd .context-menu { - border: none; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -menu menuitem, -.menu menuitem, -.context-menu menuitem { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 8px; - color: #FFFFFF; - font: initial; - text-shadow: none; - border-radius: 6px; -} - -menu menuitem:hover, -.menu menuitem:hover, -.context-menu menuitem:hover { - background-color: alpha(currentColor, 0.08); -} - -menu menuitem:active, -.menu menuitem:active, -.context-menu menuitem:active { - background-color: alpha(currentColor, 0.12); -} - -menu menuitem:disabled, -.menu menuitem:disabled, -.context-menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem accelerator, -.menu menuitem accelerator, -.context-menu menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem:disabled accelerator, -.menu menuitem:disabled accelerator, -.context-menu menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.32); -} - -menu menuitem arrow, -.menu menuitem arrow, -.context-menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr), -.menu menuitem arrow:dir(ltr), -.context-menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl), -.menu menuitem arrow:dir(rtl), -.context-menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), -.menu menuitem label:dir(rtl), -.menu menuitem label:dir(ltr), -.context-menu menuitem label:dir(rtl), -.context-menu menuitem label:dir(ltr) { - color: inherit; -} - -menu .view:selected, -.menu .view:selected, -.context-menu .view:selected { - background-color: #464757; -} - -menu > arrow, -.menu > arrow, -.context-menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #313244; - color: rgba(255, 255, 255, 0.7); -} - -menu > arrow.top, -.menu > arrow.top, -.context-menu > arrow.top { - margin-top: 0; - border-radius: 6px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menu > arrow.bottom, -.menu > arrow.bottom, -.context-menu > arrow.bottom { - margin-top: 8px; - margin-bottom: -12px; - border-radius: 6px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menu > arrow:hover, -.menu > arrow:hover, -.context-menu > arrow:hover { - background-image: image(alpha(currentColor, 0.08)); - color: #FFFFFF; -} - -menu > arrow:disabled, -.menu > arrow:disabled, -.context-menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator, -.menu separator, -.context-menu separator { - margin: 4px 0; -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 0; - background-color: #313244; - border-radius: 12px; -} - -popover.background, .csd popover.background { - border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); - background-clip: border-box; -} - -popover.background:backdrop, .csd popover.background:backdrop { - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -popover.background > stack { - margin: 0; -} - -popover.background > toolbar { - margin: 0; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background > scrolledwindow > viewport.frame > list { - background-color: transparent; - padding: 6px; -} - -popover.background > scrolledwindow > viewport.frame > list > row { - border-radius: 6px; - padding: 6px; -} - -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #313244; -} - -popover.background .linked > button:not(.radio) { - border-radius: 6px; -} - -popover.background .linked > button:not(.radio):first-child { - border-radius: 6px; -} - -popover.background .linked > button:not(.radio):last-child { - border-radius: 6px; -} - -popover.background .linked > button:not(.radio):only-child { - border-radius: 6px; -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 6px; -} - -popover.background separator { - margin: 3px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -tabbox > tab, notebook > header tab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - padding: 3px 12px; - border: none; - outline: none; - background-clip: padding-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; - border-radius: 6px; -} - -tabbox > tab:hover, notebook > header tab:hover { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; -} - -tabbox > tab:disabled, notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.32); -} - -tabbox > tab:checked, notebook > header tab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -} - -tabbox > tab:checked:disabled, notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook { - background-color: #1e1e2e; -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: rgba(255, 255, 255, 0.04); -} - -notebook.frame { - border-radius: 12px; -} - -notebook.frame scrolledwindow.frame { - border: none; -} - -notebook.frame frame > border { - border: none; - border-radius: 6px; -} - -notebook.frame frame > list row.activatable { - border-radius: 6px; -} - -notebook > header { - border: none; - background-color: rgba(255, 255, 255, 0.04); - padding: 3px; - margin: 3px; - border-radius: 9px; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 6px; -} - -notebook > header tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -notebook > header tab button.flat:last-child { - margin-left: 6px; - margin-right: -6px; -} - -notebook > header tab button.flat:first-child { - margin-left: -6px; - margin-right: 6px; -} - -notebook > header tab button.close-button { - min-width: 24px; - min-height: 24px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 6px; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #1e1e2e; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:active { - background-color: #FFFFFF; -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(49, 50, 68, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border: none; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: #89b4fa; -} - -switch:disabled { - opacity: 0.5; -} - -switch slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - margin: 3px; - border-radius: 9999px; - outline: none; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: white; - border: none; - color: transparent; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - color: transparent; - background-color: rgba(255, 255, 255, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); - background-color: rgba(255, 255, 255, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); - background-color: rgba(255, 255, 255, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(255, 255, 255, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); - background-color: #bad3fc; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); - background-color: #89b4fa; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.38); - background-color: rgba(137, 180, 250, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -menu menuitem check:dir(rtl), menu menuitem radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem check:checked:hover, menu menuitem check:indeterminate:hover, menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem radio:checked:hover, menu menuitem radio:indeterminate:hover { - box-shadow: none; -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")); -} - - -radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check, -menu menuitem check { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio, -menu menuitem radio { - min-height: 16px; - min-width: 16px; -} - -#MozillaGtkWidget > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -#MozillaGtkWidget > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -check:not(:checked):indeterminate:active, -radio:not(:checked):indeterminate:active { - -gtk-icon-transform: scaleX(-1); -} - -treeview.view radio, treeview.view check { - padding: 0; - margin: 0; -} - -treeview.view radio:not(:disabled):not(:checked):not(:indeterminate), treeview.view check:not(:disabled):not(:checked):not(:indeterminate) { - background-color: rgba(255, 255, 255, 0.12); -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view radio:checked, treeview.view radio:indeterminate, treeview.view check:checked, treeview.view check:indeterminate, treeview.view:hover radio:checked, treeview.view:hover radio:indeterminate, treeview.view:hover check:checked, treeview.view:hover check:indeterminate, treeview.view:selected radio:checked, treeview.view:selected radio:indeterminate, treeview.view:selected check:checked, treeview.view:selected check:indeterminate { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - background-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale slider { - min-height: 18px; - min-width: 18px; - margin: -8px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune slider { - margin: -7px; -} - -scale trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.12); -} - -scale highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#89b4fa); -} - -scale highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(255, 255, 255, 0.32)); -} - -scale fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #89b4fa; - background-color: #1e1e2e; - box-shadow: inset 0 0 0 2px #89b4fa; -} - -scale slider:hover { - box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale slider:active { - box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale slider:disabled { - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); -} - -scale marks, -scale value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.horizontal marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-before:not(.marks-after) slider, scale.horizontal.marks-before:not(.marks-after) slider:hover, scale.horizontal.marks-before:not(.marks-after) slider:active, scale.horizontal.marks-before:not(.marks-after) slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-after:not(.marks-before) slider, scale.horizontal.marks-after:not(.marks-before) slider:hover, scale.horizontal.marks-after:not(.marks-before) slider:active, scale.horizontal.marks-after:not(.marks-before) slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-after:not(.marks-before) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-before:not(.marks-after) slider, scale.vertical.marks-before:not(.marks-after) slider:hover, scale.vertical.marks-before:not(.marks-after) slider:active, scale.vertical.marks-before:not(.marks-after) slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-before:not(.marks-after) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-after:not(.marks-before) slider, scale.vertical.marks-after:not(.marks-before) slider:hover, scale.vertical.marks-after:not(.marks-before) slider:active, scale.vertical.marks-after:not(.marks-before) slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-after:not(.marks-before) slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple-on-slider 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle, transparent 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle, alpha(currentColor, 0.12) 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.12); -} - -progressbar progress { - border-radius: 6px; - background-color: #89b4fa; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #89b4fa; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 6px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #89b4fa; -} - -levelbar block.full { - background-color: #66BB6A; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - color: #FFFFFF; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, .frame { - margin: 0; - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; -} - -.frame.view { - border-radius: 6px; -} - -.frame.flat { - border-style: none; -} - -frame.flat > border, frame > border.flat, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; -} - -.background.csd box.vertical > actionbar > revealer > box .background.csd box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 12px 12px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -preferences stacksidebar.sidebar list separator, hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) separator, window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator, .tweak-categories separator, placessidebar.sidebar list > separator, stacksidebar.sidebar + separator.vertical, -stacksidebar.sidebar separator.horizontal, button.font separator, button.file separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -window.background.csd stack stack stack frame > list, -window.background.csd > stack > stack > box > frame > list, -window.background.csd > stack > stack > box > box > frame > list, -window.background.csd > stack > box > stack > box > frame > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list, -window.background.csd > stack > scrolledwindow > viewport > box > list, -window.background.csd > box > stack > scrolledwindow > viewport > box > list, preferencesgroup list, .geary-accounts-editor-pane list, window.background.csd.unified > deck > deck > deck list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet stack.background scrolledwindow > viewport list, hdyleaflet overlay scrolledwindow > viewport list, leaflet stack.background scrolledwindow > viewport list, leaflet overlay scrolledwindow > viewport list, box.horizontal > stack.background stack.background scrolledwindow > viewport list, box.horizontal > stack.background overlay scrolledwindow > viewport list, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list), list.tweak-group list, .tweak-group-startup, list.content:not(.conversation-listbox) { - border-radius: 7px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list > separator, -window.background.csd > stack > stack > box > frame > list > separator, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator, -window.background.csd > stack > scrolledwindow > viewport > box > list > separator, preferencesgroup list > separator, .geary-accounts-editor-pane list > separator, window.background.csd.unified > deck > deck > deck list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet stack.background scrolledwindow > viewport list > separator, hdyleaflet overlay scrolledwindow > viewport list > separator, leaflet stack.background scrolledwindow > viewport list > separator, leaflet overlay scrolledwindow > viewport list > separator, box.horizontal > stack.background stack.background scrolledwindow > viewport list > separator, box.horizontal > stack.background overlay scrolledwindow > viewport list > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator, list.tweak-group list > separator, .tweak-group-startup > separator, list.content:not(.conversation-listbox) > separator { - background: none; - min-height: 0; -} - -window.background.csd stack stack stack frame > list row, -window.background.csd > stack > stack > box > frame > list row, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list row, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list row, window.background.csd > stack > list row, -window.background.csd > stack > scrolledwindow > viewport > box > list row, preferencesgroup list row, .geary-accounts-editor-pane list row, window.background.csd.unified > deck > deck > deck list row, hdyleaflet list.view row, hdyleaflet list.frame row, leaflet list.view row, leaflet list.frame row, box.horizontal > stack.background list.view row, box.horizontal > stack.background list.frame row, hdyleaflet stack.background scrolledwindow > viewport list row, hdyleaflet overlay scrolledwindow > viewport list row, leaflet stack.background scrolledwindow > viewport list row, leaflet overlay scrolledwindow > viewport list row, box.horizontal > stack.background stack.background scrolledwindow > viewport list row, box.horizontal > stack.background overlay scrolledwindow > viewport list row, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row, leaflet frame:not(.view) list:not(.contacts-contact-list) row, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row, list.tweak-group list row, .tweak-group-startup row, list.content:not(.conversation-listbox) > row { - border-radius: 0; -} - -window.background.csd stack stack stack frame > list row:not(:first-child), window.background.csd > stack > list row:not(:first-child), preferencesgroup list row:not(:first-child), .geary-accounts-editor-pane list row:not(:first-child), window.background.csd.unified > deck > deck > deck list row:not(:first-child), hdyleaflet list.view row:not(:first-child), hdyleaflet list.frame row:not(:first-child), leaflet list.view row:not(:first-child), leaflet list.frame row:not(:first-child), box.horizontal > stack.background list.view row:not(:first-child), box.horizontal > stack.background list.frame row:not(:first-child), hdyleaflet stack.background scrolledwindow > viewport list row:not(:first-child), hdyleaflet overlay scrolledwindow > viewport list row:not(:first-child), leaflet stack.background scrolledwindow > viewport list row:not(:first-child), leaflet overlay scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background stack.background scrolledwindow > viewport list row:not(:first-child), box.horizontal > stack.background overlay scrolledwindow > viewport list row:not(:first-child), hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), leaflet frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:not(:first-child), list.tweak-group list row:not(:first-child), .tweak-group-startup row:not(:first-child), list.content:not(.conversation-listbox) > row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -window.background.csd stack stack stack frame > list row:first-child, window.background.csd > stack > list row:first-child, preferencesgroup list row:first-child, .geary-accounts-editor-pane list row:first-child, window.background.csd.unified > deck > deck > deck list row:first-child, hdyleaflet list.view row:first-child, hdyleaflet list.frame row:first-child, leaflet list.view row:first-child, leaflet list.frame row:first-child, box.horizontal > stack.background list.view row:first-child, box.horizontal > stack.background list.frame row:first-child, hdyleaflet stack.background scrolledwindow > viewport list row:first-child, hdyleaflet overlay scrolledwindow > viewport list row:first-child, leaflet stack.background scrolledwindow > viewport list row:first-child, leaflet overlay scrolledwindow > viewport list row:first-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:first-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:first-child, list.tweak-group list row:first-child, .tweak-group-startup row:first-child, list.content:not(.conversation-listbox) > row:first-child { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -window.background.csd stack stack stack frame > list row:last-child, window.background.csd > stack > list row:last-child, preferencesgroup list row:last-child, .geary-accounts-editor-pane list row:last-child, window.background.csd.unified > deck > deck > deck list row:last-child, hdyleaflet list.view row:last-child, hdyleaflet list.frame row:last-child, leaflet list.view row:last-child, leaflet list.frame row:last-child, box.horizontal > stack.background list.view row:last-child, box.horizontal > stack.background list.frame row:last-child, hdyleaflet stack.background scrolledwindow > viewport list row:last-child, hdyleaflet overlay scrolledwindow > viewport list row:last-child, leaflet stack.background scrolledwindow > viewport list row:last-child, leaflet overlay scrolledwindow > viewport list row:last-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:last-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:last-child, list.tweak-group list row:last-child, .tweak-group-startup row:last-child, list.content:not(.conversation-listbox) > row:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -window.background.csd stack stack stack frame > list row:only-child, window.background.csd > stack > list row:only-child, preferencesgroup list row:only-child, .geary-accounts-editor-pane list row:only-child, window.background.csd.unified > deck > deck > deck list row:only-child, hdyleaflet list.view row:only-child, hdyleaflet list.frame row:only-child, leaflet list.view row:only-child, leaflet list.frame row:only-child, box.horizontal > stack.background list.view row:only-child, box.horizontal > stack.background list.frame row:only-child, hdyleaflet stack.background scrolledwindow > viewport list row:only-child, hdyleaflet overlay scrolledwindow > viewport list row:only-child, leaflet stack.background scrolledwindow > viewport list row:only-child, leaflet overlay scrolledwindow > viewport list row:only-child, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:only-child, box.horizontal > stack.background overlay scrolledwindow > viewport list row:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:only-child, list.tweak-group list row:only-child, .tweak-group-startup row:only-child, list.content:not(.conversation-listbox) > row:only-child { - border-radius: 6px; -} - -window.background.csd stack stack stack frame > list row:focus, window.background.csd > stack > list row:focus, preferencesgroup list row:focus, .geary-accounts-editor-pane list row:focus, window.background.csd.unified > deck > deck > deck list row:focus, hdyleaflet list.view row:focus, hdyleaflet list.frame row:focus, leaflet list.view row:focus, leaflet list.frame row:focus, box.horizontal > stack.background list.view row:focus, box.horizontal > stack.background list.frame row:focus, hdyleaflet stack.background scrolledwindow > viewport list row:focus, hdyleaflet overlay scrolledwindow > viewport list row:focus, leaflet stack.background scrolledwindow > viewport list row:focus, leaflet overlay scrolledwindow > viewport list row:focus, box.horizontal > stack.background stack.background scrolledwindow > viewport list row:focus, box.horizontal > stack.background overlay scrolledwindow > viewport list row:focus, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, leaflet frame:not(.view) list:not(.contacts-contact-list) row:focus, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row:focus, list.tweak-group list row:focus, .tweak-group-startup row:focus, list.content:not(.conversation-listbox) > row:focus { - box-shadow: inset 0 0 0 1000px alpha(currentColor, 0.05); -} - -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -list row { - padding: 3px; -} - -list.navigation-sidebar { - padding: 3px; -} - -list.navigation-sidebar > row { - border-radius: 6px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable, treeview.view header button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:focus, treeview.view header button:focus, row.activatable:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover, treeview.view header button:hover, row.activatable:hover { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.has-open-popup.activatable, treeview.view header button.has-open-popup, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active, treeview.view header button:active, row.activatable.has-open-popup, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.05); - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; -} - -row:selected { - color: inherit; - background-color: alpha(currentColor, 0.06); -} - -row:selected image, -row:selected label { - color: #FFFFFF; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification button.text-button:not(:disabled) { - color: #89b4fa; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: #FFFFFF; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.32); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 1px; - border: 1px solid rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 7px; -} - -calendar.header { - border-style: none none solid; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.32); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #313244; -} - -messagedialog.background.csd { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: none; - background-color: #313244; - color: #FFFFFF; -} - -messagedialog .titlebar:backdrop { - background-color: #313244; - color: rgba(255, 255, 255, 0.7); -} - -messagedialog .dialog-action-box { - margin-top: -6px; -} - -messagedialog .dialog-action-box button, messagedialog .dialog-action-box button:first-child, messagedialog .dialog-action-box button:last-child, messagedialog .dialog-action-box .linked:not(.vertical) > button, messagedialog .dialog-action-box .linked:not(.vertical) > button:first-child, messagedialog .dialog-action-box .linked:not(.vertical) > button:last-child { - border-radius: 6px; -} - -messagedialog .dialog-action-box button:not(:last-child), messagedialog .dialog-action-box .linked:not(.vertical) > button:not(:last-child) { - margin-right: 6px; -} - -messagedialog .dialog-action-box button.suggested-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.suggested-action:not(:disabled) { - color: #89b4fa; -} - -messagedialog .dialog-action-box button.destructive-action:not(:disabled), messagedialog .dialog-action-box .linked:not(.vertical) > button.destructive-action:not(:disabled) { - color: #F44336; -} - -.csd filechooser { - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -filechooser stack.view { - background-color: transparent; - padding: 0; -} - -filechooser stack.view scrolledwindow { - background-color: transparent; - border-radius: 0 0 12px 0; -} - -filechooser stack.view scrolledwindow list { - background-color: transparent; -} - -filechooser stack.view > placesview { - background-color: transparent; -} - -filechooser stack.view > placesview > actionbar, filechooser stack.view > placesview > actionbar > revealer > box { - background-color: transparent; -} - -filechooser stack.view frame > border { - border: none; -} - -.csd filechooser placessidebar { - background: none; - border-bottom-left-radius: 12px; -} - -filechooser actionbar, filechooser actionbar > revealer > box { - background-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:not(separator):dir(ltr), .sidebar:not(separator).left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar.sidebar list { - padding: 3px; - background-color: #1e1e2e; -} - -stacksidebar.sidebar row { - min-height: 32px; - padding: 0 3px; - border-radius: 6px; -} - -stacksidebar.sidebar row:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - font-weight: 500; -} - -stacksidebar.sidebar row:selected label, stacksidebar.sidebar row:selected image { - color: rgba(0, 0, 0, 0.87); -} - -stacksidebar.sidebar row + row { - margin-top: 3px; -} - -stacksidebar.sidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.32); -} - -placessidebar.sidebar > viewport.frame { - border-style: none; -} - -placessidebar.sidebar list { - padding: 6px; -} - -placessidebar.sidebar row { - min-height: 32px; - margin: 0; - padding: 0; - border-radius: 6px; -} - -placessidebar.sidebar row > revealer { - padding: 0 8px 0 16px; -} - -placessidebar.sidebar row:selected { - background-color: rgba(255, 255, 255, 0.12); - font-weight: 500; -} - -placessidebar.sidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar.sidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar.sidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar.sidebar row label.sidebar-label { - color: inherit; -} - -placessidebar.sidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar.sidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar.sidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar.sidebar row.sidebar-new-bookmark-row { - color: #89b4fa; -} - -placessidebar.sidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #89b4fa; -} - -placessidebar.sidebar row:drop(active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 0ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(rgba(255, 255, 255, 0.12)), image(rgba(255, 255, 255, 0.12)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border: none; - margin-bottom: 0; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #1e1e2e; -} - -infobar.info > revealer > box link:link, infobar.info:hover > revealer > box link:link, infobar.info:backdrop > revealer > box link:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { - color: #89b4fa; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box link:link, infobar.action:backdrop > revealer > box link:link, infobar.question > revealer > box link:link, infobar.question:backdrop > revealer > box link:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #71a4f9; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box link:link, infobar.warning:backdrop > revealer > box link:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: #FFFFFF; -} - -infobar.error > revealer > box link:link, infobar.error:backdrop > revealer > box link:link { - color: #FFFFFF; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #FFFFFF; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - box-shadow: none; -} - -tooltip.background { - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; - border-radius: 6px; -} - -tooltip.background.csd { - border-radius: 6px; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -tooltip decoration { - background-color: transparent; -} - -tooltip > box { - margin: -6px; - min-height: 24px; - padding: 4px 8px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.top overlay { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.bottom { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.dark { - color: #FFFFFF; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch overlay { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -colorswatch overlay:hover { - box-shadow: 0 0 0 2px #89b4fa; -} - -colorswatch#add-color-button { - border-radius: 6px 0 0 6px; -} - -colorswatch#add-color-button:only-child { - border-radius: 6px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(255, 255, 255, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(255, 255, 255, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 12px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 12px; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; - margin: 8px; -} - -.background.csd decoration { - border: 1px solid rgba(255, 255, 255, 0.1); - background-clip: border-box; - background-color: #1e1e2e; -} - -decoration:backdrop { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; -} - -.maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; -} - -.popup decoration { - box-shadow: none; - border: none; -} - -.ssd decoration { - border: none; - border-radius: 12px 12px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -.metacity decoration { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border: none; -} - -.csd.popup decoration { - border-radius: 12px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -tooltip.csd decoration { - border-radius: 6px; - box-shadow: none; - border: none; -} - -messagedialog.csd decoration { - border-radius: 12px; - border: 1px solid rgba(255, 255, 255, 0.1); - background-color: #313244; - background-clip: border-box; -} - -.solid-csd decoration { - margin: 0; - padding: 2px; - border-radius: 0; - box-shadow: none; - background-color: #11111b; - border: 1px solid #393947; -} - -.solid-csd decoration:backdrop { - background-color: #1e1e2e; -} - -button.titlebutton:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 4px; -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12); - background-image: radial-gradient(circle, rgba(0, 0, 0, 0.12) 10%, transparent 0%); -} - -button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.5); -} - -button.minimize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: rgba(255, 255, 255, 0.3); -} - -button.minimize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.minimize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.maximize.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:hover:not(.suggested-action):not(.destructive-action), button.close.titlebutton:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -button.minimize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #f9e2af; -} - -button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: #fbe9c3; -} - -button.maximize.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: #bceab9; -} - -button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-color: #f6a8be; -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - background-repeat: no-repeat; - background-size: 16px 16px; - background-position: center; -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:not(.suggested-action):not(.destructive-action) { - box-shadow: none; - color: transparent; - animation: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.minimize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.minimize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-image: -gtk-scaled(url("assets/scalable/minimize-symbolic.svg"), url("assets/scalable/minimize-symbolic@2.svg")); -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.maximize.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.maximize.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-image: -gtk-scaled(url("assets/scalable/maximize-symbolic.svg"), url("assets/scalable/maximize-symbolic@2.svg")); -} - -#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:hover, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:hover:not(.suggested-action):not(.destructive-action), #MozillaGtkWidget.background headerbar.titlebar.default-decoration button.close.titlebutton:active, .background.csd headerbar.titlebar.default-decoration button.close.titlebutton:active:not(.suggested-action):not(.destructive-action) { - background-image: -gtk-scaled(url("assets/scalable/close-symbolic.svg"), url("assets/scalable/close-symbolic@2.svg")); -} - -.background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:hover, .background.csd.maximized headerbar.titlebar.default-decoration button.titlebutton:not(.suggested-action):not(.destructive-action).maximize:active { - background-image: -gtk-scaled(url("assets/scalable/unmaximize-symbolic.svg"), url("assets/scalable/unmaximize-symbolic@2.svg")); -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #89b4fa; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - -gtk-icon-transform: unset; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; - -gtk-icon-transform: rotate(45deg); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 7px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #313244; - color: #FFFFFF; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #89b4fa; -} - -stackswitcher { - min-height: 0; - padding: 3px; - border-radius: 9px; - background-color: rgba(255, 255, 255, 0.04); - border: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; - border-radius: 6px; - padding: 3px 10px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -button.emoji-section { - margin: 4px; -} - -button.emoji-section:checked { - color: #89b4fa; -} - -button.emoji-section:not(:last-child) { - margin-right: 0; -} - -popover.emoji-picker .emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -popover.emoji-picker .emoji widget { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; -} - -popover.emoji-picker .emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -popover.emoji-completion { - padding: 8px 0; -} - -popover.emoji-completion arrow { - border: none; - background: none; -} - -popover.emoji-completion .emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -popover.emoji-completion .emoji:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window.background.csd { - border-radius: 0 0 12px 12px; - background-color: #11111b; -} - -.nautilus-window.background.csd:backdrop { - background-color: #1e1e2e; -} - -.nautilus-window.background.csd > grid.horizontal > paned.horizontal > separator, -.nautilus-window.background.csd > deck > box.vertical > paned.horizontal > separator { - margin-left: 0; -} - -.nautilus-window.background.csd placessidebar > viewport.frame > list > separator { - background: none; -} - -.nautilus-window.background.csd.unified notebook { - border-radius: 0; -} - -.nautilus-window.background.csd:not(.unified) .nautilus-list-view { - background-color: transparent; - border-bottom-right-radius: 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook { - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook > stack { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook scrolledwindow > .view:not(:selected):not(:hover):not(:checked) { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > stack > frame > scrolledwindow > viewport > list { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar { - background-color: transparent; - border-radius: 0 0 12px 12px; -} - -.nautilus-window.background.csd:not(.unified) notebook placesview > actionbar > revealer > box { - background-color: transparent; -} - -.nautilus-window.background.csd:not(.unified) paned > separator.wide { - min-width: 12px; - box-shadow: 12px 0 #1e1e2e; - background-color: #1e1e2e; - background-image: image(#2e2e36); -} - -.nautilus-window.maximized, .nautilus-window.maximized placessidebar { - border-radius: 0; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border: none; - border-radius: 6px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(0, 0, 0, 0.87); -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nemo-desktop.nemo-canvas-item, .caja-desktop.caja-canvas-item, -.nautilus-desktop.nautilus-canvas-item { - color: #FFFFFF; -} - -@keyframes nautilus-operations-button-needs-attention { - to { - background-color: alpha(currentColor, 0.08); - } -} - -.nautilus-operations-button-needs-attention { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: nautilus-operations-button-needs-attention 300ms cubic-bezier(0.4, 0, 0.2, 1) 6 alternate; -} - -.path-bar-box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - border-radius: 6px; -} - -.path-bar-box button { - margin: 0; -} - -.path-bar-box.width-maximized { - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box.background.frame { - border-style: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.path-bar-box .path-bar button label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .path-bar button label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - padding-left: 12px; - padding-right: 12px; - margin-left: 1px; - margin-right: 1px; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):first-child { - margin-left: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) label:not(:only-child):last-child { - margin-right: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).text-button.image-button image:not(:only-child) { - margin: 0; -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr), .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl) { - background-color: rgba(255, 255, 255, 0.08); -} - -.path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):last-child:dir(ltr):disabled, .path-bar-box .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action):first-child:dir(rtl):disabled { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -.windowhandle .linked.nautilus-path-bar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 6px; - margin: 6px 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action) { - margin-top: 0; - margin-bottom: 0; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir { - color: #FFFFFF; -} - -.windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:hover, .windowhandle .linked.nautilus-path-bar button:not(.suggested-action):not(.destructive-action).current-dir:active { - background: none; - box-shadow: none; -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #89b4fa; - color: #89b4fa; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.12); -} - -.search-information { - padding: 2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - color: #FFFFFF; -} - -.conflict-row:not(:selected) { - background-color: #604f2e; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 6px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window notebook :not(treeview).view { - border-radius: 6px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window paned > separator { - background-color: #11111b; -} - -/********* - * gedit * - *********/ -window.org-gnome-gedit > paned.titlebar > separator { - background-color: transparent; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal { - margin: 4px 0; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow { - border-bottom-left-radius: 12px; -} - -window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned stack scrolledwindow viewport.frame list.gedit-document-panel { - background: none; -} - -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-match { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -.gedit-document-panel { - background-color: #11111b; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0 0 12px 12px; -} - -.gedit-search-slider { - margin: 0 6px 10px; - padding: 6px; - background-color: #313244; - border-radius: 0 0 12px 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -.gedit-search-slider .linked:not(.vertical) > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 6px; -} - -.gedit-search-slider .linked:not(.vertical) > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked:not(.vertical) > entry:not(.error) { - background-color: #313244; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:hover, .gedit-search-slider .linked:not(.vertical) > entry.error ~ button:active { - color: #FFFFFF; -} - -.gedit-search-slider .linked:not(.vertical) > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.csd .tweak-categories { - border-bottom-left-radius: 12px; -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#1e1e2e); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#1e1e2e); -} - -.tweak-group-startup { - background-image: image(#1e1e2e); -} - -.tweak-group-startup row.tweak-startup { - border-radius: 6px; - background-color: transparent; - background-image: none; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -leaflet.titlebar > .titlebar.tweak-titlebar-left, -leaflet.titlebar > .titlebar.tweak-titlebar-right, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-left, -hdyleaflet.titlebar > .titlebar.tweak-titlebar-right { - background-color: inherit; - box-shadow: inherit; - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); -} - -/************************ - * Gnome Control Center * - ************************/ -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:not(:only-child) { - border-top-left-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:not(:only-child), -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:not(:only-child) { - border-top-right-radius: 12px; -} - -window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child:only-child, window.background.csd > headerbar.titlebar > leaflet > headerbar:last-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child:only-child, -window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:last-child:only-child { - border-top-right-radius: 12px; - border-top-left-radius: 12px; -} - -window.background.csd > stack:not(.titlebar) > stack.background { - border-radius: 0 0 12px 12px; -} - -window.background.csd > leaflet > stack.background, -window.background.csd > hdyleaflet > stack.background, -window.background.csd > box.horizontal > stack.background { - background: none; -} - -window.background.csd > leaflet > stack.background frame > border, -window.background.csd > hdyleaflet > stack.background frame > border, -window.background.csd > box.horizontal > stack.background frame > border { - border: none; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame { - background-color: #1e1e2e; - border-bottom-right-radius: 12px; -} - -window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view, -window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > box.vertical.view { - background: none; -} - -window.background.csd > leaflet frame.view, -window.background.csd > hdyleaflet frame.view, -window.background.csd > box.horizontal frame.view { - border-radius: 6px; - background: none; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view { - background-color: #1e1e2e; - border-bottom-left-radius: 12px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack { - background-color: transparent; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list { - background-color: transparent; - padding: 3px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable, -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable { - border-radius: 6px; -} - -window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected), -window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list { - border-top-width: 0; - border-bottom-width: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical > list > row { - border-radius: 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list { - border-top-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:first-child > list > row { - border-radius: 6px 6px 0 0; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list { - border-bottom-width: 1px; -} - -window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list, window.background.csd stack.background clamp.medium frame > box.vertical > box.vertical:last-child > list > row { - border-radius: 0 0 6px 6px; -} - -window.background.csd hdycolumn stack frame.view > stack > stack list > separator { - background-color: rgba(255, 255, 255, 0.12); -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack > box.horizontal > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list { - background: none; -} - -dialog.background.csd > box.vertical.dialog-vbox > scrolledwindow > viewport.frame > list > row:not(:hover):not(:active):not(:selected) { - background-color: transparent; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group), box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) { - padding: 3px; -} - -hdyleaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, leaflet > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable, box.horizontal > stack.background > box.vertical > scrolledwindow > viewport.frame list:not(.view):not(.tweak-group) row.activatable { - border-radius: 6px; -} - -/************************ - * Gnome system monitor * - ************************/ -window#gnome-system-monitor.background.csd > box.vertical > stack { - background-color: #1e1e2e; - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > revealer > actionbar > revealer > box { - border-radius: 0 0 12px 12px; -} - -window#gnome-system-monitor.background:not(.csd) > box.vertical > headerbar { - box-shadow: none; -} - -/************************ - * Gnome Sound Recorder * - ************************/ -stack > grid.vertical > scrolledwindow { - border: none; - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical > scrolledwindow > viewport.frame list { - border-radius: 0 0 12px 12px; -} - -stack > grid.vertical scrolledwindow.frame.emptyGrid { - border: none; -} - -/****************** - * Gnome Contacts * - ******************/ -window.background.csd scrolledwindow.contacts-contact-form { - border-bottom-right-radius: 12px; -} - -/************************ - * Epiphany (Gnome Web) * - ************************/ -tabbox { - border: none; - background-color: rgba(255, 255, 255, 0.04); - padding: 3px; - margin: 3px; - border-radius: 9px; -} - -tabbox > tab button { - min-height: 24px; - min-width: 24px; - border-radius: 9999px; - border: none; - padding: 0; - margin-right: -6px; -} - -/***************** - * Gnome Weather * - *****************/ -#weather-page, -#weekly-forecast-frame { - border-bottom-right-radius: 12px; -} - -#weather-page-content-view { - border-bottom-right-radius: 12px; - border-bottom-left-radius: 12px; -} - -/*************** - * Gnome Music * - ***************/ -window.background.csd box.vertical > overlay > stack.background { - border-radius: 0 0 12px 12px; -} - -/**************** - * Gnome Clocks * - ****************/ -/************* - * Rhythmbox * - *************/ -window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat), window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button { - min-height: 24px; - min-width: 24px; - padding: 6px; - margin: 0; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button { - border-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:first-child), .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button:not(:last-child) { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):first-child { - border-top-left-radius: 9999px; - border-bottom-left-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button.image-button:not(.text-button):last-child { - border-top-right-radius: 9999px; - border-bottom-right-radius: 9999px; -} - -.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image { - padding: 0; -} - -window.csd > box.vertical > box.vertical > toolbar.horizontal, -window.solid-csd > box.vertical > box.vertical > toolbar.horizontal { - padding: 6px; - border-bottom: none; - box-shadow: none; - background-color: transparent; -} - -window.csd > box.vertical > box.vertical > frame, -window.solid-csd > box.vertical > box.vertical > frame { - margin: -1px 0; - padding: 0; -} - -window.csd > box.vertical > box.vertical > frame > border, -window.solid-csd > box.vertical > box.vertical > frame > border { - border: none; -} - -window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image { - padding: 0; -} - -/********** - * Polari * - **********/ -.polari-room-list .sidebar { - background: none; -} - -.polari-room-list .sidebar > row.activatable:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -stack.view.polari-entry-area { - background-color: #1e1e2e; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-right-radius: 12px; -} - -stack:disabled.view.polari-entry-area { - background-image: image(#1e1e2e); -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -layouttabbar > box > button { - margin: 2px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.2); - box-shadow: inset 0 -2px #89b4fa; - background-color: #1e1e2e; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #F44336; - color: #FFFFFF; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 6px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 6px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -entry.preferences-search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #1e1e2e; -} - -preferences stacksidebar.sidebar list { - background-color: #11111b; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 6px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 6px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.2); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -docktab { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 6px 6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle, #89b4fa 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -docktab:checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #89b4fa; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: #FFFFFF; -} - -dockoverlayedge { - background-color: #1e1e2e; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #89b4fa; -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #89b4fa; -} - -pillbox { - background-color: #1e1e2e; - border-radius: 6px; -} - -layoutpane entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: #1e1e2e; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; - background-color: transparent; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 10px; - padding-right: 10px; -} - -button.dzlmenubutton image { - min-width: 30px; -} - -button.dzlmenubutton image.arrow { - min-width: 27px; -} - -button.dzlmenubuttonitem { - color: #FFFFFF; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -idelayoutstackheader button:checked { - color: #FFFFFF; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #1e1e2e; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle, rgba(137, 180, 250, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: #FFFFFF; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #89b4fa; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #89b4fa; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12); - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 75ms cubic-bezier(0, 0, 0.2, 1); -} - -button.photos-filter-preview { - color: #FFFFFF; - font-weight: normal; -} - -button.photos-filter-preview:checked { - background-color: alpha(currentColor, 0.06); - color: #FFFFFF; -} - -button.photos-filter-preview:checked image { - color: #FFFFFF; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.side-panel .view { - background-image: image(#11111b); -} - -.side-panel .view:hover { - background-image: image(#24242d); -} - -.side-panel .view:selected { - background-image: image(#89b4fa); -} - -.side-panel .view:selected:hover { - background-image: image(rgba(128, 169, 234, 0.9896)); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/************* - * Documents * - *************/ -.documents-scrolledwin { - background-color: transparent; -} - -.documents-scrolledwin .content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) { - background-color: transparent; -} - -.documents-scrolledwin viewport.frame widget > frame.content-view:not(:selected):not(:hover) border { - border: none; -} - -window.background.csd > stack > box > revealer > actionbar > revealer > box { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; -} - -/******************* - * Document Viewer * - *******************/ -window.background.csd evview.view.content-view { - border-radius: 0 0 12px 12px; -} - -/********************************* - * Archive Manager (File roller) * - *********************************/ -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #1e1e2e; -} - -.background.csd > grid.horizontal > paned.horizontal > scrolledwindow > treeview.view:not(:hover):not(:selected):not(:selected):not(:hover):not(.progressbar):not(.expander):not(.trough):not(.separator) { - background-color: #1e1e2e; -} - -.background.csd > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow { - border-radius: 0 0 0 12px; - background-color: #1e1e2e; -} - -/************ - * Terminal * - ************/ -terminal-window decoration { - border-radius: 12px 12px 0 0; -} - -terminal-window.background.csd, terminal-window.background.csd.maximized { - border-radius: 0 0 0 0; -} - -terminal-window notebook > header > box { - margin: -2px -2px -2px 1px; -} - -terminal-window notebook > header > box button { - min-height: 24px; - min-width: 24px; - padding: 3px; -} - -window.background > box.vertical > box.horizontal > frame > border { - border-width: 0 1px 0 0; -} - -window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list { - border-bottom-left-radius: 12px; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame { - border-width: 0; - border-radius: 0 0 12px 0; -} - -window.background > box.vertical > box.horizontal > stack > widget > notebook.frame > stack { - border-bottom-right-radius: 12px; -} - -.terminal-window { - background-color: #1e1e2e; -} - -.terminal-window tabbar tabbox { - background-color: #11111b; - margin: 0; - border-radius: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -6px; -} - -task-list-view > box > revealer > box > button .dim-label { - color: inherit; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -6px; -} - -tasklistview > box > revealer > box > button .dim-label { - color: inherit; -} - -/******* - * Eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/*********** - * Fractal * - ***********/ -.background.csd.main-window .sidebar.rooms-sidebar { - border-bottom-left-radius: 12px; -} - -/******** - * Gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.2); -} - -list.categories { - background-image: image(#11111b); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 6px; - background-color: #11111b; - color: #FFFFFF; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 36px; -} - -/********* - * Geary * - *********/ -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar, -window#GearyMainWindow.background.csd > deck > overlay > box.vertical > paned.horizontal > box.sidebar.vertical statusbar { - border-bottom-left-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer, -window#GearyMainWindow.background.csd stack#conversation_viewer { - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox, -window#GearyMainWindow.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame list.conversation-listbox { - background: none; - border-bottom-right-radius: 12px; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded { - animation: none; - background-image: none; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed actionbar > revealer > box { - border-radius: 0; -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-expanded > .geary-composer-embed headerbar { - color: #FFFFFF; - background-color: #1e1e2e; - box-shadow: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); -} - -window.background.csd.geary-main-window stack#conversation_viewer .geary-composer-box actionbar > revealer > box, -window#GearyMainWindow.background.csd stack#conversation_viewer .geary-composer-box actionbar > revealer > box { - border-bottom-left-radius: 0; -} - -.geary-accounts-editor-pane frame:not(.geary-signature) > border, -.geary-accounts-editor-pane scrolledwindow.frame { - border: none; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout { - background-color: #1e1e2e; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > headerbar, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar { - background-color: #11111b; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > separator.sidebar:backdrop, -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > separator.sidebar:backdrop { - background-color: #1e1e2e; -} - -.geary-main-window.unified > deck > overlay > .geary-main-layout > leaflet > leaflet > box.vertical + separator.sidebar { - min-width: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow { - padding: 3px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view { - border: 1px solid transparent; - border-radius: 6px; - padding: 6px; -} - -.geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:selected, .geary-main-window.unified frame.geary-conversation-frame scrolledwindow treeview.view:active { - border-radius: 6px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -.geary-main-window.unified separator.geary-sidebar-pane-separator { - min-width: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable { - border: 1px solid rgba(255, 255, 255, 0.12); - border-bottom-width: 0; - background-color: #1e1e2e; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child { - border-top-left-radius: 8px; - border-top-right-radius: 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane { - border-radius: 0 0 8px 8px; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background { - background-color: transparent; -} - -.geary-main-window.unified geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content .geary-attachment-pane actionbar.background > revealer > box { - border-radius: 0 0 6px 6px; -} - -/************** - * Extensions * - **************/ -window.background.csd stack stack stack frame > border, -window.background.csd > stack > stack > box > frame > border, -window.background.csd > stack > stack > box > box > frame > border, -window.background.csd > stack > box > stack > box > frame > border, -window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border, -window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border, -window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border { - border: none; -} - -window.background.csd > stack > box > box > list, -window.background.csd > stack > box > stack > scrolledwindow > viewport > list { - border-bottom-left-radius: 12px; -} - -window.background.csd > stack > box > .sidebar > scrolledwindow > viewport > list { - padding: 0 0; -} - -/*********** - * Dialogs * - ***********/ -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:first-child { - border-radius: 0 0 0 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame list:last-child { - border-radius: 0 0 12px 0; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow, -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow { - border-radius: 0 0 12px 12px; - background-color: #1e1e2e; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active), -dialog.background.csd > box.vertical.dialog-vbox > stack > stack > scrolledwindow iconview.view:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack > scrolledwindow > viewport.frame > list row.activatable:not(:hover):not(:selected):not(:active) { - background-color: transparent; -} - -dialog.background.csd > box.vertical.dialog-vbox > stack toolbar.toolbar { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd > box.vertical.dialog-vbox > notebook > stack { - border-radius: 0 0 12px 12px; -} - -dialog.background.csd stack scrolledwindow.frame { - border-radius: 6px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view { - border-radius: 6px; -} - -dialog.background.csd stack scrolledwindow.frame textview.view > text { - background: none; -} - -dialog.background.csd stack scrolledwindow viewport.frame.view { - border-radius: 6px; -} - -window.background.csd.unified { - background-color: #1e1e2e; -} - -window.background.csd.unified headerbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -window.background.csd.unified > decoration-overlay { - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -window.background.csd.unified, -window.background.csd.unified > decoration, -window.background.csd.unified > decoration-overlay { - border-radius: 12px; -} - -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen > decoration-overlay { - box-shadow: none; -} - -window.background.csd.unified.tiled, -window.background.csd.unified.tiled > decoration, -window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top, -window.background.csd.unified.tiled-top > decoration, -window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right, -window.background.csd.unified.tiled-right > decoration, -window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom, -window.background.csd.unified.tiled-bottom > decoration, -window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left, -window.background.csd.unified.tiled-left > decoration, -window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized, -window.background.csd.unified.maximized > decoration, -window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen, -window.background.csd.unified.fullscreen > decoration, -window.background.csd.unified.fullscreen > decoration-overlay { - border-radius: 0; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#313244); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 32px; -} - -notebook.tilix-background tab > box > stack { - margin: -6px; -} - -button.flat.tilix-small-button { - min-height: 20px; - min-width: 16px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #1e1e2e; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/************* - * Ubitquity * - *************/ -#live_installer .menubar progressbar trough { - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.12); -} - -/********* - * Meld * - ********/ -.meld-notebook, .meld-notebook > stack { - background: none; - border-radius: 0 0 12px 12px; -} - -.meld-notebook-child { - background-color: #11111b; - border-radius: 0 0 12px 12px; -} - -statusbar.meld-status-bar { - background: none; -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 6px; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #313244; -} - -window.background.chromium entry, -window.background.chromium > button { - border: 1px solid #393947; -} - -window.background.chromium > button { - color: #89b4fa; -} - -window.background.chromium > button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -window.background.chromium menubar, -window.background.chromium headerbar { - color: rgba(255, 255, 255, 0.7); -} - -window.background.chromium headerbar button:active { - background-color: alpha(currentColor, 0.12); -} - -window.background.chromium spinner { - color: #89b4fa; -} - -window.background.chromium textview.view { - background-color: transparent; -} - -window.background.chromium treeview.view.cell:selected:focus { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -window.background.chromium treeview.view button { - border: 1px solid rgba(255, 255, 255, 0.3); - background-color: #1e1e2e; -} - -window.background.chromium menu { - border-color: #3e3e5f; -} - -window.background.chromium menu menuitem { - border-radius: 0; -} - -tooltip.background.chromium { - background-color: #0b0b12; -} - -/*********** - * Firefox * - ***********/ -#MozillaGtkWidget decoration { - border: none; -} - -#MozillaGtkWidget > widget text { - background-color: #313244; -} - -#MozillaGtkWidget > widget text:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -#MozillaGtkWidget > widget > separator { - color: #393947; -} - -#MozillaGtkWidget > widget > scrollbar { - background-clip: border-box; -} - -#MozillaGtkWidget > widget > frame > border { - border-color: #393947; -} - -#MozillaGtkWidget > widget > entry, -#MozillaGtkWidget > widget > button > button { - border: 1px solid #393947; - border-radius: 6px; - box-shadow: none; -} - -#MozillaGtkWidget > widget > entry:disabled, -#MozillaGtkWidget > widget > button > button:disabled { - border-color: rgba(255, 255, 255, 0.12); -} - -#MozillaGtkWidget > widget > entry { - min-height: 30px; - background-color: #1e1e2e; -} - -#MozillaGtkWidget > widget > entry:focus { - border-color: #89b4fa; - box-shadow: inset 0 0 0 1px #89b4fa; -} - -#MozillaGtkWidget > widget > entry:disabled { - background-color: #11111b; -} - -#MozillaGtkWidget > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -#MozillaGtkWidget > widget > button > button:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -#MozillaGtkWidget > widget > button > button:active { - background-image: image(alpha(currentColor, 0.12)); -} - -#MozillaGtkWidget > widget > checkbutton > check, -#MozillaGtkWidget > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate), -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate) { - color: #464646; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):hover, #MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):active, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):hover, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):active { - color: #727272; -} - -#MozillaGtkWidget > widget > checkbutton > check:not(:checked):not(:indeterminate):disabled, -#MozillaGtkWidget > widget > radiobutton > radio:not(:checked):not(:indeterminate):disabled { - color: rgba(70, 70, 70, 0.5); -} - -#MozillaGtkWidget menu { - border: none; -} - -#MozillaGtkWidget > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -#MozillaGtkWidget > widget > menubar:hover { - color: #FFFFFF; -} - -#MozillaGtkWidget > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.32); -} - -#MozillaGtkWidget > widget > frame { - color: #393947; -} - -#MozillaGtkWidget menu > separator { - color: #393947; -} - -window.background:not(.csd) > window > menu menuitem { - transition: none; -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -scrolledwindow#DialogNotebook > viewport.frame > notebook.frame button.close-button image { - padding: 4px; -} - -/*********** - * Synapse * - ***********/ -/*************** - * Libreoffice * - ***************/ -window.background > grid > widget > widget > scrolledwindow > viewport > grid > box > box > frame > box { - background-color: #1e1e2e; -} - -/********* - * Pamac * - *********/ -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list { - border: none; - border-radius: 0; -} - -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list > row.activatable, -window.background.csd > box.vertical > overlay > stack > box.vertical > box.horizontal > revealer > stack > box.vertical > stack > scrolledwindow > viewport.frame > list > row.activatable { - border-radius: 6px; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #89b4fa; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 12px 12px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #11111b; - color: #FFFFFF; -} - -UnityDecoration .top:backdrop { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: #FFFFFF; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #11111b; - color: #FFFFFF; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: #FFFFFF; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #89b4fa; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - color: #FFFFFF; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #89b4fa; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #89b4fa; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 7px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow calendar { - border-style: none; -} - -#MatePanelPopupWindow calendar:not(:selected) { - background-color: transparent; -} - -#MatePanelPopupWindow calendar + box { - margin-top: -5px; - padding-top: 5px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -#MatePanelPopupWindow expander > title { - min-height: 32px; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(255, 255, 255, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 7px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.2); - background-color: #313244; -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: #FFFFFF; - font-weight: normal; -} - -#mate-menu button:not(.flat) { - background-color: alpha(currentColor, 0.1); -} - -#mate-menu button image, -#mate-menu button label + label { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 4px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 4px; - padding: 6px; -} - -.brisk-menu { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.brisk-menu entry { - margin-bottom: -2px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.brisk-menu entry + box > box:dir(ltr) { - margin-right: -2px; - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu entry + box > box:dir(rtl) { - margin-left: -2px; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.brisk-menu .categories-list { - padding-top: 4px; -} - -.brisk-menu .categories-list button { - margin: 0 4px; -} - -.brisk-menu .categories-list button:checked { - color: #89b4fa; -} - -.brisk-menu .session-button { - padding: 12px; -} - -.brisk-menu .frame { - border-style: none; -} - -.brisk-menu .apps-list { - padding: 4px 0; - background-color: transparent; -} - -.brisk-menu .apps-list row { - padding: 0; -} - -.brisk-menu .apps-list row:hover { - box-shadow: none; -} - -.brisk-menu .apps-list button { - border-radius: 0; - color: #FFFFFF; - font-weight: normal; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 6px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button.slider-button { - min-width: 24px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #1e1e2e; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-canvas-item { - border-radius: 6px; -} - -.caja-desktop.view .entry, -.caja-navigation-window .view .entry { - border: none; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - color: #FFFFFF; -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-desktop.view .entry { - background-color: #1e1e2e; - color: #FFFFFF; - caret-color: currentColor; -} - -.caja-desktop.view .entry:selected { - background-color: alpha(currentColor, 0.06); -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 7px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.lock-dialog frame > border { - border-style: none; -} - -.lock-dialog button:not(:disabled) { - color: #89b4fa; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 6px; - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.12); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #89b4fa; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window list.sidebar { - background: none; - border-radius: 0 0 0 12px; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 6px; -} - -.budgie-popover { - border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); - background-clip: border-box; - background-color: #1e1e2e; - border-radius: 12px; -} - -.budgie-popover .container, .budgie-popover list, .budgie-popover row { - padding: 0; -} - -.budgie-popover separator { - margin: 3px 0; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) { - background-color: rgba(255, 255, 255, 0.04); - border-right: none; - border-bottom-left-radius: 12px; -} - -.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable { - padding: 6px 8px; -} - -.budgie-popover treeview.view.sidebar { - border-right: none; - background: none; -} - -.budgie-popover treeview.view.sidebar:hover { - background-color: alpha(currentColor, 0.08); -} - -.budgie-popover treeview.view.sidebar:selected { - background-color: alpha(currentColor, 0.12); -} - -.budgie-popover.bottom scrolledwindow.sidebar:not(.categories) { - padding-top: 12px; - border-top-left-radius: 12px; - border-bottom-left-radius: 0; -} - -.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack { - border-top: none; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.budgie-menu .sidebar, -.budgie-popover.budgie-menu scrollbar, -.budgie-popover.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-popover.budgie-menu entry.search { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - border-image: none; - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories { - background-color: rgba(255, 255, 255, 0.04); - padding-bottom: 12px; -} - -.budgie-popover.budgie-menu scrolledwindow.sidebar.categories button.flat.radio.category-button { - border-radius: 0; -} - -.budgie-popover.budgie-menu scrolledwindow > viewport.frame > list > row.activatable > button.flat { - border-radius: 0; -} - -.budgie-popover.user-menu .container { - padding: 6px; -} - -.budgie-popover.user-menu list, -.budgie-popover.user-menu row { - border: none; - background: none; - box-shadow: none; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child { - margin-bottom: 0; - outline-width: 0; - border-radius: 6px; -} - -.budgie-popover.user-menu > frame.container > box.vertical row.activatable:first-child button.indicator-item { - transition: none; - animation: none; -} - -.budgie-popover.caffeine-popover frame > .container { - padding: 6px; -} - -.budgie-popover.night-light-indicator .container { - padding: 3px; -} - -.budgie-popover.night-light-indicator .view-header { - margin: 0 6px; -} - -.budgie-popover.places-menu .container { - padding: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(ltr) { - margin-right: 3px; -} - -.budgie-popover.places-menu .name-button image:dir(rtl) { - margin-left: 3px; -} - -.budgie-popover.places-menu .unmount-button { - margin: 2px; - padding: 0; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 3px; - padding-top: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: alpha(currentColor, 0.1); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 6px; -} - -.budgie-panel { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(17, 17, 27, 0.75); -} - -.budgie-panel button { - color: rgba(255, 255, 255, 0.7); - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:hover { - color: #FFFFFF; -} - -.budgie-panel button:active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.budgie-menu-launcher:focus { - box-shadow: none; - border: none; - color: #FFFFFF; -} - -.budgie-panel button.raven-trigger { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #F44336; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: #FFFFFF; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: #FFFFFF; -} - -.budgie-panel menubar, -.budgie-panel .menubar { - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - border: none; -} - -.budgie-panel menubar > menuitem, -.budgie-panel .menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel menubar > menuitem:hover, .budgie-panel menubar > menuitem:active, -.budgie-panel .menubar > menuitem:hover, -.budgie-panel .menubar > menuitem:active { - color: #FFFFFF; -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.32); -} - -.top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .pinned button.flat.launcher.running:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #313244; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12); -} - -.raven > box { - margin-bottom: -10px; -} - -.raven stackswitcher.linked { - margin: 6px 16px; -} - -.raven stackswitcher.linked > button:focus { - box-shadow: none; -} - -.raven .raven-header { - min-height: 36px; - padding: 3px; -} - -.raven .raven-header.top { - padding: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven .raven-header.top stackswitcher button { - margin: -4px 0 -5px; - padding: 0 16px; - min-height: 24px; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.raven stack .raven-header { - margin-top: -6px; -} - -.raven stack scrolledwindow .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 12px; - border-radius: 9999px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -.raven .audio-widget scale.marks-after { - padding-top: 0; - padding-bottom: 0; -} - -.raven .audio-widget scale.marks-after label { - font-size: 90%; - padding: 0; - margin: -10px 0 0 6px; -} - -.raven .audio-widget button.flat.expander-button { - margin-top: 4px; - margin-bottom: 4px; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { - background-color: rgba(255, 255, 255, 0.06); - color: #FFFFFF; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { - color: #FFFFFF; -} - -.raven .audio-widget list.devices-list.sound-devices > row.activatable label { - padding-left: 12px; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 6px; -} - -.raven-mpris { - background-color: #11111b; - color: #FFFFFF; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame { - padding: 0; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable { - margin-left: -6px; - margin-right: -3px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable .raven-notifications-group-header { - padding: 0 12px; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list { - padding: 6px; - background: none; -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable { - border: none; - padding: 6px; - padding-left: 12px; - margin: 3px; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.04); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected { - background-color: rgba(255, 255, 255, 0.12); -} - -.raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:selected:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:hover, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:active, .raven-notifications-view > .raven-background > viewport.frame > list > row.activatable:focus { - background: none; - box-shadow: none; -} - -.budgie-notification-window, .budgie-switcher-window, .budgie-osd-window { - background-color: transparent; -} - -.budgie-notification .notification-title, .budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-notification .notification-body, .budgie-switcher .notification-body { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.budgie-panel .lock-keys image:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.drop-shadow { - margin: 5px 9px; - padding: 3px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -.drop-shadow .linked > button { - border-radius: 12px; -} - -.budgie-session-dialog, -.budgie-polkit-dialog, -.budgie-run-dialog { - background-color: #313244; - border: none; - padding: 0; -} - -.budgie-session-dialog.background, .budgie-session-dialog > decoration, -.budgie-polkit-dialog.background, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog.background, -.budgie-run-dialog > decoration { - border-radius: 12px; -} - -.budgie-session-dialog > decoration, -.budgie-polkit-dialog > decoration, -.budgie-run-dialog > decoration { - border: none; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title, -.budgie-polkit-dialog label:not(:last-child), -.budgie-polkit-dialog .dialog-title, -.budgie-run-dialog label:not(:last-child), -.budgie-run-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button, -.budgie-polkit-dialog .linked.horizontal > button, -.budgie-run-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child, -.budgie-polkit-dialog .linked.horizontal > button:first-child, -.budgie-run-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 12px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child, -.budgie-polkit-dialog .linked.horizontal > button:last-child, -.budgie-run-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 12px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-polkit-dialog .failure { - color: #F44336; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 6px 14px; - border-image: none; - box-shadow: none; - background-color: transparent; -} - -.budgie-run-dialog list .dim-label { - color: #FFFFFF; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -/************** - * Xfce4 Apps * - **************/ -.XfceHeading { - background-color: #1e1e2e; -} - -/*************** - * xfce4-panel * - ***************/ -.xfce4-panel.background { - border: none; - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.xfce4-panel.background button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.xfce4-panel.background .tasklist button image { - padding: 4px; -} - -wnck-pager:hover { - background-color: alpha(currentColor, 0.08); -} - -wnck-pager:active { - background-color: alpha(currentColor, 0.12); -} - -wnck-pager:selected { - background-color: #89b4fa; -} - -#xfce4-mpc-plugin-26 > frame > border { - border: none; -} - -#xfce-panel-button { - -gtk-icon-style: symbolic; -} - -XfdesktopIconView.view { - border-radius: 6px; - background-color: transparent; - color: #FFFFFF; -} - -XfdesktopIconView.view:active { - box-shadow: none; -} - -XfdesktopIconView.view .rubberband { - border-radius: 0; -} - -window#whiskermenu-window { - border-radius: 12px; - background-color: transparent; - border: none; -} - -window#whiskermenu-window entry.search:focus { - background-color: #1e1e2e; -} - -window#whiskermenu-window > frame > border { - border-radius: 12px; - padding: 6px 8px 6px 9px; - margin: 6px; - border: none; - background-color: #1e1e2e; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.1); -} - -window#whiskermenu-window box.categories > button.radio { - padding: 3px 6px; - margin: 1px 0; -} - -window#whiskermenu-window box.categories > button.radio:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -window#whiskermenu-window box.categories > button.radio:checked, window#whiskermenu-window box.categories > button.radio:active { - background-color: rgba(255, 255, 255, 0.3); - color: #FFFFFF; -} - -window#whiskermenu-window box.categories > button.radio:checked:hover, window#whiskermenu-window box.categories > button.radio:active:hover { - background-image: none; -} - -window#whiskermenu-window scrolledwindow.frame { - padding: 3px; - background-color: #1e1e2e; - border-radius: 6px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view { - border-radius: 6px; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:not(:hover):not(:selected) { - background: none; -} - -window#whiskermenu-window scrolledwindow.frame treeview.view:selected:hover { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:checked, window#whiskermenu-window .title-area > .commands-area > button.flat.command-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: #FFFFFF; -} - -#XfceNotifyWindow { - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75); -} - -#XfceNotifyWindow buttonbox { - padding: 0; -} - -#XfceNotifyWindow label#summary { - font-weight: bold; -} - -#xfwm-tabwin { - padding: 12px; - border-radius: 6px; - -XfwmTabwinWidget-icon-size: 64px; - -XfwmTabwinWidget-preview-size: 64px; -} - -/********** - * Thunar * - **********/ -.thunar toolbar { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); -} - -.thunar .standard-view.frame { - border-style: none; -} - -.thunar .sidebar .view:not(:selected) { - background-color: transparent; -} - -.thunar .path-bar.linked:not(.vertical) > button.path-bar-button { - margin-left: 2px; - margin-right: 2px; -} - -.thunar statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-top: none; -} - -window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane { - border-bottom-left-radius: 12px; -} - -menubar.-vala-panel-appmenu-private, -menubar.-vala-panel-background { - background: none; - border: none; - box-shadow: none; - animation: none; -} - -menubar.-vala-panel-appmenu-private > menuitem, -menubar.-vala-panel-background > menuitem { - color: rgba(255, 255, 255, 0.7); - font-weight: normal; -} - -menubar.-vala-panel-appmenu-private > menuitem:hover, -menubar.-vala-panel-background > menuitem:hover { - color: #FFFFFF; - border-radius: 0; -} - -menubar.-vala-panel-appmenu-private > menuitem:disabled, -menubar.-vala-panel-background > menuitem:disabled { - color: rgba(255, 255, 255, 0.32); -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: #1e1e2e; - color: #FFFFFF; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: #FFFFFF; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.32); -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 8px; - border-radius: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -#content_frame { - padding-bottom: 16px; -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame > box, -#buttonbox_frame > buttonbox { - margin: -16px; -} - -#buttonbox_frame button:not(:disabled) { - color: #89b4fa; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - background-color: #11111b; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - padding: 2px 3px; -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar > toolitem > box > button.image-button, -.nemo-window .primary-toolbar > toolitem > .linked > button.image-button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; - color: rgba(255, 255, 255, 0.7); -} - -.nemo-window .primary-toolbar button.text-button:hover, .nemo-window .primary-toolbar button.text-button:active, .nemo-window .primary-toolbar button.text-button:checked { - color: #FFFFFF; -} - -.nemo-window .primary-toolbar button.text-button:disabled { - color: rgba(255, 255, 255, 0.32); -} - -.nemo-window .primary-toolbar button.text-button:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button { - margin-left: 1px; - margin-right: 1px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button { - border-radius: 3px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.nemo-window .primary-toolbar .path-bar.linked:not(.vertical) > button.slider-button:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #11111b; -} - -.nemo-window .nemo-window-pane widget.entry { - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.04); -} - -.nemo-window .toolbar { - padding: 0; -} - -.nemo-window .toolbar button { - margin: 3px 0; - padding: 3px; -} - -.nemo-window .toolbar separator { - margin: 6px 0; -} - -.places-treeview { - -NemoPlacesTreeView-disk-full-bg-color: #62626d; - -NemoPlacesTreeView-disk-full-fg-color: #89b4fa; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 0; - -NemoPlacesTreeView-disk-full-bottom-padding: 1px; - -NemoPlacesTreeView-disk-full-max-length: 80px; - padding-top: 3px; - padding-bottom: 3px; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color #FFFFFF; -/* -text color for entries, views and content in general */ -@define-color theme_text_color #FFFFFF; -/* -widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* -text widgets and the like base background color */ -@define-color theme_base_color #1e1e2e; -/* -base background color of selections */ -@define-color theme_selected_bg_color #89b4fa; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(0, 0, 0, 0.87); -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #11111b; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #FFFFFF; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #FFFFFF; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #1e1e2e; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #89b4fa; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(0, 0, 0, 0.87); -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #66BB6A; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title #FFFFFF; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_border #060609; -@define-color wm_bg #11111b; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon white; -@define-color wm_button_close_hover_bg #f38ba8; -@define-color wm_button_close_active_bg #ed547e; -@define-color wm_button_max_hover_bg #a6e3a1; -@define-color wm_button_max_active_bg #79d572; -@define-color wm_button_min_hover_bg #f9e2af; -@define-color wm_button_min_active_bg #f5cd76; -/* -FIXME this is really an API */ -@define-color content_view_bg #1e1e2e; -@define-color placeholder_text_color #bcbcc0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1e1e2e; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); -@define-color budgie_tasklist_indicator_color_active #89b4fa; -@define-color budgie_tasklist_indicator_color_active_window #526993; -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/thumbnail.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/thumbnail.png deleted file mode 100644 index 60d32ee..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100644 index 7b89e88..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg deleted file mode 100644 index 17e3c4a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic.svg deleted file mode 100644 index b4808a6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic@2.svg deleted file mode 100644 index 3ea0541..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic.svg deleted file mode 100644 index 06201c3..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic@2.svg deleted file mode 100644 index a26e6ff..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/close-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg deleted file mode 100644 index e2a252b..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/cursor-handle-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic.svg deleted file mode 100644 index 39316eb..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic@2.svg deleted file mode 100644 index 8095f75..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/maximize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic.svg deleted file mode 100644 index f3683b9..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic@2.svg deleted file mode 100644 index 741534b..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/minimize-symbolic@2.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic.svg deleted file mode 100644 index 67beb46..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg deleted file mode 100644 index bf51d9e..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-checked-symbolic@2.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic.svg deleted file mode 100644 index b4808a6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic@2.svg deleted file mode 100644 index 3ea0541..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/radio-mixed-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg deleted file mode 100644 index de0d789..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg deleted file mode 100644 index 7f0235f..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-horz-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-slider-symbolic.svg deleted file mode 100644 index 4b00bc1..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-slider-symbolic.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg deleted file mode 100644 index 37d9c04..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-after-slider-symbolic.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg deleted file mode 100644 index 1bc5cb6..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/scale-vert-marks-before-slider-symbolic.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100644 index 4759e32..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg deleted file mode 100644 index a44f5c9..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-checked-symbolic@2.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic.svg deleted file mode 100644 index d621934..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg deleted file mode 100644 index 91c7006..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-checkbox-mixed-symbolic@2.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100644 index f2c9cf9..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg deleted file mode 100644 index a06db4c..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-checked-symbolic@2.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic.svg deleted file mode 100644 index d621934..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic@2.svg deleted file mode 100644 index 91c7006..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/small-radio-mixed-symbolic@2.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic.svg deleted file mode 100644 index 492d47a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg deleted file mode 100644 index 85f4f3a..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scalable/unmaximize-symbolic@2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png deleted file mode 100644 index 00d08bd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png deleted file mode 100644 index 25abeb6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png deleted file mode 100644 index bb5607f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index d6065db..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png deleted file mode 100644 index 5861d66..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png deleted file mode 100644 index 52907bf..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider.png deleted file mode 100644 index 29f1fca..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider@2.png deleted file mode 100644 index 47b16ec..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-after-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png deleted file mode 100644 index 22b3bc9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png deleted file mode 100644 index 818c7ed..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png deleted file mode 100644 index e5f083e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 2e8b6c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png deleted file mode 100644 index 239ca9a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png deleted file mode 100644 index adc1af7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider.png deleted file mode 100644 index 3a4aa7f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider@2.png deleted file mode 100644 index 9dd390f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-horz-marks-before-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png deleted file mode 100644 index 3231d1b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png deleted file mode 100644 index 78cff7e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png deleted file mode 100644 index 1bd736e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png deleted file mode 100644 index 25f37ab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png deleted file mode 100644 index 8e9a3e2..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png deleted file mode 100644 index 47f06af..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider.png deleted file mode 100644 index fedff3d..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider@2.png deleted file mode 100644 index 6215f7c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-after-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png deleted file mode 100644 index 5679039..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png deleted file mode 100644 index 03926a9..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png deleted file mode 100644 index 61283d7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png deleted file mode 100644 index 690689c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png deleted file mode 100644 index 040f9f6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png deleted file mode 100644 index 593ef55..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider-disabled@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider.png deleted file mode 100644 index 57825fd..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider@2.png deleted file mode 100644 index b828dae..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/scale-vert-marks-before-slider@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png deleted file mode 100644 index 8dbedf6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png deleted file mode 100644 index d4b23d5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked.png deleted file mode 100644 index a223d1f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked@2.png deleted file mode 100644 index a7723f1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-checked@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png deleted file mode 100644 index f6b914e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png deleted file mode 100644 index 29ecf2b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked-dark@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked.png deleted file mode 100644 index 40ff92e..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png deleted file mode 100644 index 8e87ea7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/assets/selectionmode-checkbox-unchecked@2.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk-dark.css b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk-dark.css deleted file mode 100644 index 54d7301..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk-dark.css +++ /dev/null @@ -1,7509 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #89b4fa 100%, transparent 100%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #FFFFFF; -} - -dnd { - color: #FFFFFF; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #1e1e2e; - color: #FFFFFF; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -iconview:selected, .view:selected { - color: #FFFFFF; -} - -textview text { - background-color: #1e1e2e; -} - -textview border { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 3px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, .content-view columnview.view > .rubberband, -treeview.view > rubberband, -.content-view treeview.view > .rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #89b4fa; - background-color: rgba(137, 180, 250, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: #FFFFFF; - background-color: #1e1e2e; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; - opacity: 1; -} - -label.osd { - border-radius: 6px; - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; -} - -.dim-label, row.expander image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); - opacity: 1; -} - -.accent { - color: #89b4fa; -} - -.success { - color: #66BB6A; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: #FFFFFF; -} - -.osd .scale-popup > arrow, -.osd .scale-popup > contents, .osd popover > arrow, -.osd popover > contents, popover.touch-selection > arrow, -popover.touch-selection > contents, popover.magnifier > arrow, -popover.magnifier > contents, .osd { - color: #FFFFFF; - background-color: #1e1e2e; - background-clip: padding-box; - border-radius: 6px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -.osd { - padding: 6px; - margin: 6px; -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ - -entry headerbar popover.background entry, -headerbar popover.background entry entry, -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 6px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:focus-within, -headerbar popover.background entry entry:focus-within, -entry:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #FFFFFF; - outline: 2px solid #89b4fa; - outline-offset: -2px; -} - - -entry headerbar popover.background entry:drop(active), -headerbar popover.background entry entry:drop(active), -entry headerbar popover.background entry:hover:not(:focus-within), -headerbar popover.background entry entry:hover:not(:focus-within), -entry:drop(active), -entry:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:disabled, -headerbar popover.background entry entry:disabled, -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); - outline: none; -} - - -entry headerbar popover.background entry.flat:focus-within, -headerbar popover.background entry entry.flat:focus-within, -entry headerbar popover.background entry.flat:disabled, -headerbar popover.background entry entry.flat:disabled, -entry headerbar popover.background entry.flat:hover, -headerbar popover.background entry entry.flat:hover, -entry headerbar popover.background entry.flat, -headerbar popover.background entry entry.flat, -entry.flat:focus-within, -entry.flat:disabled, -entry.flat:hover, -entry.flat { - min-height: 0; - padding: 2px; - background-color: transparent; - box-shadow: none; - border-radius: 0; - outline: none; -} - - -entry headerbar popover.background entry image, -headerbar popover.background entry entry image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - - -entry headerbar popover.background entry image:hover, -headerbar popover.background entry entry image:hover, -entry headerbar popover.background entry image:active, -headerbar popover.background entry entry image:active, -entry image:hover, -entry image:active { - color: #FFFFFF; -} - - -entry headerbar popover.background entry image:disabled, -headerbar popover.background entry entry image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - - -entry headerbar popover.background entry image.left, -headerbar popover.background entry entry image.left, -entry image.left { - margin: 0 6px 0 2px; -} - - -entry headerbar popover.background entry image.right, -headerbar popover.background entry entry image.right, -entry image.right { - margin: 0 2px 0 6px; -} - - -entry headerbar popover.background entry undershoot.left, -headerbar popover.background entry entry undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - - -entry headerbar popover.background entry undershoot.right, -headerbar popover.background entry entry undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - - -entry headerbar popover.background entry.error, -headerbar popover.background entry entry.error, -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(244, 67, 54, 0.1); - color: rgba(244, 67, 54, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.error:focus-within, -headerbar popover.background entry entry.error:focus-within, -entry.error:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(244, 67, 54, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #F44336; - outline: 2px solid #F44336; - outline-offset: -2px; - outline: none; -} - - -entry headerbar popover.background entry.error:drop(active), -headerbar popover.background entry entry.error:drop(active), -entry headerbar popover.background entry.error:hover:not(:focus-within), -headerbar popover.background entry entry.error:hover:not(:focus-within), -entry.error:drop(active), -entry.error:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #F44336; - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.error:disabled, -headerbar popover.background entry entry.error:disabled, -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(244, 67, 54, 0.1); - color: rgba(244, 67, 54, 0.35); - outline: none; - outline: none; -} - - -entry headerbar popover.background entry.error > text > selection, -headerbar popover.background entry entry.error > text > selection, -entry.error > text > selection { - background-color: rgba(244, 67, 54, 0.25); - color: #F44336; -} - - -entry headerbar popover.background entry.error image, -headerbar popover.background entry entry.error image, -entry.error image { - color: rgba(244, 67, 54, 0.75); -} - - -entry headerbar popover.background entry.error image:hover, -headerbar popover.background entry entry.error image:hover, -entry headerbar popover.background entry.error image:active, -headerbar popover.background entry entry.error image:active, -entry.error image:hover, -entry.error image:active { - color: #F44336; -} - - -entry headerbar popover.background entry.error image:disabled, -headerbar popover.background entry entry.error image:disabled, -entry.error image:disabled { - color: rgba(244, 67, 54, 0.35); -} - - -entry headerbar popover.background entry.warning, -headerbar popover.background entry entry.warning, -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(251, 192, 45, 0.1); - color: rgba(251, 192, 45, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.warning:focus-within, -headerbar popover.background entry entry.warning:focus-within, -entry.warning:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(251, 192, 45, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #FBC02D; - outline: 2px solid #FBC02D; - outline-offset: -2px; - outline: none; -} - - -entry headerbar popover.background entry.warning:drop(active), -headerbar popover.background entry entry.warning:drop(active), -entry headerbar popover.background entry.warning:hover:not(:focus-within), -headerbar popover.background entry entry.warning:hover:not(:focus-within), -entry.warning:drop(active), -entry.warning:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #FBC02D; - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.warning:disabled, -headerbar popover.background entry entry.warning:disabled, -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(251, 192, 45, 0.1); - color: rgba(251, 192, 45, 0.35); - outline: none; - outline: none; -} - - -entry headerbar popover.background entry.warning > text > selection, -headerbar popover.background entry entry.warning > text > selection, -entry.warning > text > selection { - background-color: rgba(251, 192, 45, 0.25); - color: #FBC02D; -} - - -entry headerbar popover.background entry.warning image, -headerbar popover.background entry entry.warning image, -entry.warning image { - color: rgba(251, 192, 45, 0.75); -} - - -entry headerbar popover.background entry.warning image:hover, -headerbar popover.background entry entry.warning image:hover, -entry headerbar popover.background entry.warning image:active, -headerbar popover.background entry entry.warning image:active, -entry.warning image:hover, -entry.warning image:active { - color: #FBC02D; -} - - -entry headerbar popover.background entry.warning image:disabled, -headerbar popover.background entry entry.warning image:disabled, -entry.warning image:disabled { - color: rgba(251, 192, 45, 0.35); -} - - -entry headerbar popover.background entry.success, -headerbar popover.background entry entry.success, -entry.success { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(102, 187, 106, 0.1); - color: rgba(102, 187, 106, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.success:focus-within, -headerbar popover.background entry entry.success:focus-within, -entry.success:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(102, 187, 106, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #66BB6A; - outline: 2px solid #66BB6A; - outline-offset: -2px; - outline: none; -} - - -entry headerbar popover.background entry.success:drop(active), -headerbar popover.background entry entry.success:drop(active), -entry headerbar popover.background entry.success:hover:not(:focus-within), -headerbar popover.background entry entry.success:hover:not(:focus-within), -entry.success:drop(active), -entry.success:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #66BB6A; - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.success:disabled, -headerbar popover.background entry entry.success:disabled, -entry.success:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(102, 187, 106, 0.1); - color: rgba(102, 187, 106, 0.35); - outline: none; - outline: none; -} - - -entry headerbar popover.background entry.success > text > selection, -headerbar popover.background entry entry.success > text > selection, -entry.success > text > selection { - background-color: rgba(102, 187, 106, 0.25); - color: #66BB6A; -} - - -entry headerbar popover.background entry.success image, -headerbar popover.background entry entry.success image, -entry.success image { - color: rgba(102, 187, 106, 0.75); -} - - -entry headerbar popover.background entry.success image:hover, -headerbar popover.background entry entry.success image:hover, -entry headerbar popover.background entry.success image:active, -headerbar popover.background entry entry.success image:active, -entry.success image:hover, -entry.success image:active { - color: #66BB6A; -} - - -entry headerbar popover.background entry.success image:disabled, -headerbar popover.background entry entry.success image:disabled, -entry.success image:disabled { - color: rgba(102, 187, 106, 0.35); -} - - -entry > progress, -entry progress > trough > progress { - margin: 0 -4px; - border-bottom: 2px solid #89b4fa; - background-color: transparent; -} - - -entry button.image-button { - min-height: 24px; - min-width: 24px; - padding: 0; -} - -treeview entry.flat, treeview entry { - background-color: #1e1e2e; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #89b4fa 0%, rgba(137, 180, 250, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #89b4fa 95%, rgba(137, 180, 250, 0)); - } -} - -infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.touch-selection button, popover.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -infobar.warning > revealer > box button:focus, popover.touch-selection button:focus, popover.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.touch-selection button:hover, popover.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.touch-selection button:active, popover.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.touch-selection button:checked, popover.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: #FFFFFF; -} - -infobar.warning > revealer > box button:disabled, popover.touch-selection button:disabled, popover.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -infobar.warning > revealer > box button:checked:disabled, popover.touch-selection button:checked:disabled, popover.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action):not(.flat), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: 0 solid transparent; - outline-offset: 2px; - color: #FFFFFF; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action):not(.flat), button:focus { - outline: 2px solid rgba(137, 180, 250, 0.35); - outline-offset: 0; -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; - -gtk-icon-filter: brightness(1.2); -} - -headerbar popover.background button.keyboard-activating:not(.suggested-action):not(.destructive-action):not(.flat), button.keyboard-activating, headerbar popover.background button:active:not(.suggested-action):not(.destructive-action):not(.flat), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action):not(.flat), button:checked { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:hover { - outline-color: transparent; - background-color: #a1c4fb; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:disabled { - outline-color: transparent; - background-color: rgba(137, 180, 250, 0.35); - color: rgba(0, 0, 0, 0.38); -} - -placessidebar row button.sidebar-button, calendar > header > button, scrollbar button, notebook > header > tabs > arrow, popover modelbutton, spinbutton > button, splitbutton.flat > button, -splitbutton.flat > menubutton > button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(255, 255, 255, 0.7); -} - -placessidebar row button.sidebar-button:focus:not(:hover):not(:active), calendar > header > button:focus:not(:hover):not(:active), scrollbar button:focus:not(:hover):not(:active), notebook > header > tabs > arrow:focus:not(:hover):not(:active), popover modelbutton:focus:not(:hover):not(:active), spinbutton > button:focus:not(:hover):not(:active), splitbutton.flat > button:focus:not(:hover):not(:active), -splitbutton.flat > menubutton > button:focus:not(:hover):not(:active) { - color: #FFFFFF; - outline: 2px solid rgba(255, 255, 255, 0.04); - outline-offset: -2px; -} - -placessidebar row button.sidebar-button:hover, calendar > header > button:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover modelbutton:hover, spinbutton > button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -placessidebar row button.sidebar-button:active, calendar > header > button:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover modelbutton:active, spinbutton > button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -placessidebar row button.sidebar-button:disabled, calendar > header > button:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover modelbutton:disabled, spinbutton > button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button, .app-notification button, headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, menubutton.flat > button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(255, 255, 255, 0.7); -} - -filechooser #pathbarbox > stack > box > button:focus:not(:hover):not(:active), window.messagedialog .response-area > box > button:focus:not(:hover):not(:active), window.dialog.message .dialog-action-area > button:focus:not(:hover):not(:active), .app-notification button:focus:not(:hover):not(:active), headerbar button:focus:not(:hover):not(:active):not(.suggested-action):not(.destructive-action), .toolbar button:focus:not(:hover):not(:active), dropdown > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), splitbutton.suggested-action > button:focus:not(:hover):not(:active), splitbutton.suggested-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.destructive-action > button:focus:not(:hover):not(:active), splitbutton.destructive-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.opaque > button:focus:not(:hover):not(:active), splitbutton.opaque > menubutton > button:focus:not(:hover):not(:active), menubutton.suggested-action > button:focus:not(:hover):not(:active), menubutton.destructive-action > button:focus:not(:hover):not(:active), menubutton.opaque > button:focus:not(:hover):not(:active), menubutton.flat > button:focus:not(:hover):not(:active), button.flat:focus:not(:hover):not(:active) { - color: #FFFFFF; - outline: 2px solid rgba(255, 255, 255, 0.04); - outline-offset: -2px; -} - -filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area > box > button:hover, window.dialog.message .dialog-action-area > button:hover, .app-notification button:hover, headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, menubutton.flat > button:hover, button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area > box > button:active, window.dialog.message .dialog-action-area > button:active, .app-notification button:active, headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, menubutton.flat > button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area > box > button:disabled, window.dialog.message .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), splitbutton.suggested-action > button:disabled, splitbutton.suggested-action > menubutton > button:disabled, splitbutton.destructive-action > button:disabled, splitbutton.destructive-action > menubutton > button:disabled, splitbutton.opaque > button:disabled, splitbutton.opaque > menubutton > button:disabled, menubutton.suggested-action > button:disabled, menubutton.destructive-action > button:disabled, menubutton.opaque > button:disabled, menubutton.flat > button:disabled, button.flat:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area > box > button:checked, window.dialog.message .dialog-action-area > button:checked, .app-notification button:checked, headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, menubutton.flat > button:checked, button.flat:checked { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area > box > button:checked:disabled, window.dialog.message .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), splitbutton.suggested-action > button:checked:disabled, splitbutton.suggested-action > menubutton > button:checked:disabled, splitbutton.destructive-action > button:checked:disabled, splitbutton.destructive-action > menubutton > button:checked:disabled, splitbutton.opaque > button:checked:disabled, splitbutton.opaque > menubutton > button:checked:disabled, menubutton.suggested-action > button:checked:disabled, menubutton.destructive-action > button:checked:disabled, menubutton.opaque > button:checked:disabled, menubutton.flat > button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.opaque { - box-shadow: none; -} - -.osd button.opaque:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.15); -} - -button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -button.keyboard-activating.opaque, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -button.opaque:checked.keyboard-activating, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -.nautilus-window .floating-bar button, placessidebar row button.sidebar-button, notebook > header > tabs > tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 6px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -button separator { - margin: 4px 1px; -} - -button.opaque { - background-color: #4b4b58; - color: #FFFFFF; -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button, button.image-text-button { - min-width: 24px; - padding: 6px; - border-radius: 6px; -} - -button.text-button.image-button > box, -button.text-button.image-button > box > box, button.image-text-button > box, -button.image-text-button > box > box { - border-spacing: 4px; -} - -button.text-button.image-button > box > label, -button.text-button.image-button > box > box > label, button.image-text-button > box > label, -button.image-text-button > box > box > label { - padding-left: 2px; - padding-right: 2px; -} - -button.text-button.image-button label:first-child, button.image-text-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child, button.image-text-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child, button.image-text-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child, button.image-text-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child), button.image-text-button image:not(:only-child) { - margin: 0 4px; -} - -button.arrow-button { - padding-left: 9px; - padding-right: 9px; -} - -button.arrow-button > box { - border-spacing: 4px; -} - -button.arrow-button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -button.arrow-button.text-button > box { - border-spacing: 6px; -} - -menubutton.pill > button, button.pill { - padding: 9px 30px; - border-radius: 9999px; -} - -button.card { - background-color: rgba(255, 255, 255, 0.04); - background-clip: padding-box; - font-weight: inherit; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -button.card:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -button.card.keyboard-activating, button.card:active { - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -button.card:checked { - background-image: none; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - border-color: #89b4fa; -} - -button.card:checked:hover { - background-image: none; - outline-color: transparent; - background-color: #a1c4fb; - color: rgba(0, 0, 0, 0.87); -} - -button.card:checked:disabled { - outline-color: transparent; - background-color: rgba(137, 180, 250, 0.35); - color: rgba(0, 0, 0, 0.38); -} - -button.card:checked.keyboard-activating, button.card:checked:active { - background-image: none; -} - -button.card:checked.has-open-popup { - background-image: none; -} - -button.card:drop(active) { - color: #FF7043; - box-shadow: inset 0 0 0 1px #FF7043; -} - -.linked:not(.vertical) > button:focus, .linked.vertical > button:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - background-color: alpha(currentColor, 0.05); -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > menubutton > button { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.35); - color: white; -} - -button.osd > image { - padding: 0; -} - -button.osd.remove-button { - padding: 0; -} - -button.osd:focus { - outline-color: transparent; -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.45); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:disabled { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -button.suggested-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:checked { - background-color: rgba(103, 135, 188, 0.961); -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #89b4fa; -} - -button.suggested-action.flat:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -button.suggested-action.flat:checked { - background-color: rgba(137, 180, 250, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: #FFFFFF; - box-shadow: none; -} - -button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, menubutton.circular > button, button.close, button.circular { - border-radius: 9999px; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, menubutton.circular > button label, button.close label, button.circular label { - padding: 0; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #89b4fa; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4b4b58; - color: #FFFFFF; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 6px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 6px; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: -1px; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: -1px; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.07); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 6px; -} - -splitbutton.suggested-action { - background-color: #89b4fa; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4b4b58; - color: #FFFFFF; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 6px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 6px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: #FFFFFF; -} - -/********* - * Links * - *********/ -link { - color: #1e66f5; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1e66f5; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton { - border-radius: 6px; - padding: 0; - border-spacing: 0; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -spinbutton:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #FFFFFF; - outline: 2px solid #89b4fa; - outline-offset: -2px; -} - -spinbutton:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); - outline: none; -} - -spinbutton > text { - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - margin: 0; -} - -spinbutton > button { - border: none; -} - -spinbutton > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: none; -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button { - padding: 0; - margin: 6px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -cell.activatable spinbutton:not(.vertical) { - margin: 3px 0; -} - -cell.activatable spinbutton:not(.vertical) > button { - margin: 0; - padding: 0; - min-height: 24px; - border-radius: 0; -} - -cell.activatable spinbutton:not(.vertical) > button:last-child { - border-radius: 0 6px 6px 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(ltr), cell.activatable spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(rtl), cell.activatable spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 0; -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button { - padding: 0; - margin: 6px 9px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu > contents modelbutton, -combobox > popover.menu > contents modelbutton { - padding-left: 9px; - padding-right: 9px; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown popover, -combobox popover { - margin-top: 4px; - padding: 0; -} - -dropdown popover listview, -combobox popover listview { - margin: 0; -} - -dropdown popover listview > row, -combobox popover listview > row { - padding: 6px; -} - -dropdown popover listview > row:selected, -combobox popover listview > row:selected { - color: #FFFFFF; - background-color: alpha(currentColor, 0.06); -} - -dropdown popover .dropdown-searchbar, -combobox popover .dropdown-searchbar { - padding: 6px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 6px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 6px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 6px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -button.combo:only-child:focus { - color: #FFFFFF; - outline: 2px solid rgba(255, 255, 255, 0.04); - outline-offset: -2px; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -button.combo:only-child:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -/************ - * Toolbars * - ************/ -.toolbar { - padding: 6px; - background-color: #1e1e2e; - border-spacing: 6px; -} - -.osd .toolbar { - background-color: transparent; -} - -.app-notification, .toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; - color: #FFFFFF; -} - -.app-notification:backdrop, .toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -.left.app-notification, .right.app-notification, .top.app-notification, .bottom.app-notification, .toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom { - border-radius: 0; -} - -.bottom.app-notification, .toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator { - margin: 2px; -} - -.toolbar entry, -.toolbar spinbutton, -.toolbar splitbutton, -.toolbar separator:not(.sidebar), -.toolbar button, -.toolbar menubutton, -.toolbar scalebutton { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar menubutton > button, -.toolbar splitbutton > button, -.toolbar splitbutton > menubutton, -.toolbar scalebutton > button { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar switch { - margin-top: 4px; - margin-bottom: 4px; -} - -.toolbar spinbutton entry, -.toolbar spinbutton button { - margin: 0; -} - -.toolbar popover.menu separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, searchbar > revealer > box button, searchbar > revealer > box menubutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); - border: none; -} - -headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: #FFFFFF; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: #FFFFFF; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #11111b; - color: #FFFFFF; - min-height: 48px; - padding: 0; - margin: 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.7); -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.32); -} - -headerbar.flat, headerbar.flat:backdrop { - background: none; - box-shadow: none; - transition: none; -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander image.expander-row-arrow, -row.expander headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander image.expander-row-arrow:backdrop, -row.expander headerbar image.expander-row-arrow:backdrop, -headerbar row label.subtitle:backdrop, -row headerbar label.subtitle:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar .titlebar { - background-color: transparent; - box-shadow: none; -} - -headerbar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar menubutton, -headerbar stackswitcher, -headerbar separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - opacity: 1; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 6px; -} - -headerbar .entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar popover.background button.suggested-action:disabled, -headerbar popover.background button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry, -headerbar popover.background spinbutton, -headerbar popover.background button, -headerbar popover.background menubutton, -headerbar popover.background stackswitcher { - margin-top: 0; - margin-bottom: 0; -} - -headerbar separator:not(.sidebar) { - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -headerbar.selection-mode:backdrop { - color: rgba(0, 0, 0, 0.6); -} - -headerbar.selection-mode .subtitle:link { - color: rgba(0, 0, 0, 0.87); -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar.default-decoration { - min-height: 24px; - padding: 6px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - min-width: 16px; - min-height: 16px; - margin: 0; - padding: 0; -} - -headerbar.default-decoration windowcontrols menubutton button { - min-height: 20px; - min-width: 20px; - margin: 0; - padding: 4px; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar { - background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(137, 180, 250, 0.1)), linear-gradient(to top, #171724 3px, #1b1b2b); -} - -window.devel headerbar:backdrop { - background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#11111b); - /* background-color would flash */ -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 6px; - background-color: alpha(currentColor, 0.08); - border: none; - box-shadow: none; -} - - -pathbar > button:disabled { - background-color: alpha(currentColor, 0.05); -} - - -pathbar > button:checked { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - - -pathbar > button:checked:hover { - background-color: alpha(currentColor, 0.16); - color: #FFFFFF; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 6px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 4px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #393947; - border-top-color: #393947; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; -} - -columnview.view:focus, -treeview.view:focus { - box-shadow: none; - outline: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: rgba(255, 255, 255, 0.7); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: #FFFFFF; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #FFFFFF; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: #FFFFFF; -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.32); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #89b4fa; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #1e1e2e; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #1e1e2e; - background-clip: border-box; - color: #89b4fa; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #89b4fa; -} - -stack.view treeview.view { - min-height: 36px; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #11111b; - color: #FFFFFF; -} - -menubar:backdrop { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.32); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; - border-radius: 12px; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - color: #FFFFFF; - padding: 0 6px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 4px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover > arrow, -popover > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - background-color: #313244; - border-radius: 12px; - color: #FFFFFF; - border: 1px solid rgba(255, 255, 255, 0.1); - background-clip: border-box; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); -} - -popover > contents > list, -popover > contents > .view, -popover > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 3px 0; -} - -popover > contents list separator { - margin: 0; -} - -popover > contents list > row { - border-radius: 6px; -} - -popover > contents stack > box { - padding: 0; -} - -popover > contents > box > button { - margin: 0; -} - -popover .view:not(:selected), -popover toolbar { - background-color: #313244; -} - -popover.menu button, -popover button.model { - min-height: 32px; - padding: 0 8px; -} - -popover modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - color: #FFFFFF; - font: initial; - border-radius: 6px; -} - -popover modelbutton:focus:not(:hover) { - transition: none; - box-shadow: none; - outline: none; -} - -popover modelbutton:disabled { - color: rgba(255, 255, 255, 0.5); -} - -popover modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 30px; -} - -popover modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -.osd popover, popover.touch-selection, popover.magnifier { - background-color: transparent; -} - -magnifier { - background-color: #1e1e2e; -} - -/************* - * Notebooks * - *************/ -tabbar tab, tabbar tabbox > tabboxchild > tab, notebook > header > tabs > tab { - min-height: 24px; - min-width: 24px; - padding: 3px 6px; - border: none; - background-clip: padding-box; - font-weight: 500; - border-radius: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(255, 255, 255, 0.7); -} - -tabbar tab:hover:not(:checked):not(:selected), notebook > header > tabs > tab:hover:not(:checked):not(:selected) { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - box-shadow: none; -} - -tabbar tab:disabled, notebook > header > tabs > tab:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -tabbar tab:active, notebook > header > tabs > tab:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - box-shadow: none; -} - -tabbar tab:checked:not(:active), notebook > header > tabs > tab:checked:not(:active), tabbar tab:selected:not(:active), notebook > header > tabs > tab:selected:not(:active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -} - -tabbar tab:checked:not(:active):disabled, notebook > header > tabs > tab:checked:not(:active):disabled, tabbar tab:selected:not(:active):disabled, notebook > header > tabs > tab:selected:not(:active):disabled { - color: rgba(255, 255, 255, 0.5); -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: rgba(255, 255, 255, 0.04); -} - -notebook, notebook.frame { - background-color: #1e1e2e; - border-radius: 12px; -} - -notebook.frame frame > border { - border: none; - border-radius: 6px; -} - -notebook.frame frame > list row.activatable { - border-radius: 6px; -} - -notebook > header { - border: none; - background-color: rgba(255, 255, 255, 0.04); - margin: 3px; - border-radius: 9px; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 6px; -} - -notebook > header > tabs > tab { - margin: 3px; -} - -notebook > header > tabs > tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header > tabs > tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -notebook > header > tabs > tab button.flat:last-child { - margin-left: 6px; - margin-right: -3px; -} - -notebook > header > tabs > tab button.flat:first-child { - margin-left: -3px; - margin-right: 6px; -} - -notebook > header > tabs > tab button.close-button { - min-width: 24px; - min-height: 24px; -} - -notebook > header.top > tabs, notebook > header.bottom > tabs { - padding-left: 0; - padding-right: 0; -} - -notebook > header.top > tabs:not(:only-child):first-child, notebook > header.bottom > tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top > tabs:not(:only-child):last-child, notebook > header.bottom > tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top > tabs > tab:not(:last-child), notebook > header.bottom > tabs > tab:not(:last-child) { - margin-right: 0; -} - -notebook > header.top > tabs tab.reorderable-page, notebook > header.bottom > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left > tabs, notebook > header.right > tabs { - padding-top: 0; - padding-bottom: 0; -} - -notebook > header.left > tabs:not(:only-child):first-child, notebook > header.right > tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left > tabs:not(:only-child):last-child, notebook > header.right > tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left > tabs > tab:not(:last-child), notebook > header.right > tabs > tab:not(:last-child) { - margin-bottom: 0; -} - -notebook > header.left > tabs tab.reorderable-page, notebook > header.right > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header > menubutton > button.image-button { - padding: 3px; - min-width: 24px; - min-height: 24px; - margin: 0 3px; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 6px; -} - -tabbar > revealer > box { - box-shadow: none; -} - -tabbar .box { - min-height: 36px; - border-bottom: none; - background: none; -} - -tabbar scrolledwindow.pinned undershoot { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -tabbar scrolledwindow.pinned:dir(rtl) undershoot.left { - border-left-width: 1px; -} - -tabbar scrolledwindow.pinned:dir(ltr) undershoot.right { - border-right-width: 1px; -} - -tabbar scrolledwindow.pinned tabbox > background:dir(ltr) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -tabbar scrolledwindow.pinned tabbox > background:dir(rtl) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -tabbar undershoot { - transition: background 150ms ease-in-out; -} - -tabbar undershoot.left { - background: linear-gradient(to right, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar undershoot.right { - background: linear-gradient(to left, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar tabbox { - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - padding: 0; - margin: 0; - border-radius: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -tabbar tabbox > background { - background: none; -} - -tabbar tabbox > separator { - margin: 9px 0; - min-width: 1px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > tabboxchild { - margin: 0 -3px; - padding: 0; -} - -tabbar tabbox > tabboxchild > tab { - margin: 3px; -} - -tabbar tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); -} - -tabbar tab.needs-attention:hover { - background-image: image(alpha(currentColor, 0.03)), radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); -} - -tabbar .start-action, -tabbar .end-action { - background-color: rgba(255, 255, 255, 0.04); - background-clip: padding-box; - border-color: rgba(255, 255, 255, 0.12); - border-style: solid; - transition: background 150ms ease-in-out; -} - -tabbar .start-action button, -tabbar .end-action button { - border: none; - border-radius: 0; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - border-right-width: 1px; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - border-left-width: 1px; -} - -tabbar:not(.inline) scrolledwindow.pinned undershoot { - border-color: rgba(255, 255, 255, 0.12); -} - -tabbar:not(.inline) undershoot.left { - background: linear-gradient(to right, #11111b, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) undershoot.right { - background: linear-gradient(to left, #11111b, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar:not(.inline) tabbox > background { - background-color: #11111b; -} - -tabbar:not(.inline) .start-action, -tabbar:not(.inline) .end-action { - background-color: alpha(#11111b, 0.6); - border-color: rgba(255, 255, 255, 0.12); -} - -tabbar:not(.inline):backdrop .box { - background-color: #1e1e2e; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -dnd tab { - min-height: 24px; - background-color: #11111b; - color: #FFFFFF; - box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.09), 0 2px 14px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05); - outline: 1px solid rgba(0, 0, 0, 0.75); - outline-offset: -1px; - margin: 24px; -} - -dnd tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); -} - -tabbar tab, -dnd tab { - padding: 6px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 24px; - min-height: 24px; - border-radius: 9999px; -} - -tabbar tab button.image-button.tab-close-button, -dnd tab button.image-button.tab-close-button { - margin-right: -3px; -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #1e1e2e; - box-shadow: none; - outline: none; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - border: none; - background: none; - padding: 0; - outline: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.5); - box-shadow: none; - outline: none; -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:active { - background-color: #FFFFFF; -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(49, 50, 68, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0; - border: none; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: border-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: #89b4fa; -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - margin: 3px; - border-radius: 9999px; - outline: none; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: white; - border: none; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 3px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - border: none; - color: transparent; - background-color: rgba(255, 255, 255, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); - background-color: rgba(255, 255, 255, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); - background-color: rgba(255, 255, 255, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(255, 255, 255, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); - background-color: #bad3fc; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); - background-color: #89b4fa; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(137, 180, 250, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu radio { - transition: none; - margin: 0; - padding: 0; -} - -popover.menu check:dir(ltr), popover.menu radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -popover.menu check:dir(rtl), popover.menu radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu check:hover, popover.menu check:disabled, popover.menu check:checked:hover, popover.menu check:indeterminate:hover, popover.menu radio, popover.menu radio:hover, popover.menu radio:disabled, popover.menu radio:checked:hover, popover.menu radio:indeterminate:hover { - box-shadow: none; -} - - -check { - -gtk-icon-size: 20px; -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 20px; -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic@2.svg"))); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view radio, treeview.view check, -columnview.view radio, -columnview.view check { - padding: 0; - margin: 0; - transition: none; -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover, -columnview.view radio, -columnview.view radio:hover, -columnview.view radio:disabled, -columnview.view radio:checked:hover, -columnview.view radio:indeterminate:hover, -columnview.view check, -columnview.view check:hover, -columnview.view check:disabled, -columnview.view check:checked:hover, -columnview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio { - box-shadow: none; -} - -treeview.view:hover check:checked, treeview.view:hover radio:checked, treeview.view:selected check:checked, treeview.view:selected radio:checked, treeview.view:focus check:checked, treeview.view:focus radio:checked, -columnview.view:hover check:checked, -columnview.view:hover radio:checked, -columnview.view:selected check:checked, -columnview.view:selected radio:checked, -columnview.view:focus check:checked, -columnview.view:focus radio:checked { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.12); -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#89b4fa); -} - -scale > trough > highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(255, 255, 255, 0.32)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > trough > slider { - min-height: 18px; - min-width: 18px; - margin: -8px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #89b4fa; - background-color: #1e1e2e; - box-shadow: inset 0 0 0 2px #89b4fa; -} - -scale > trough > slider:hover { - box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale > trough > slider:active { - box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale > trough > slider:disabled { - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - margin: -7px; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: rotate(0); -} - -scale.horizontal > marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune > marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal > marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune > marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical > marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune > marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical > marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune > marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider, scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover, scale.horizontal.marks-before:not(.marks-after) > trough > slider:active, scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider, scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover, scale.horizontal.marks-after:not(.marks-before) > trough > slider:active, scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider, scale.vertical.marks-before:not(.marks-after) > trough > slider:hover, scale.vertical.marks-before:not(.marks-after) > trough > slider:active, scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider, scale.vertical.marks-after:not(.marks-before) > trough > slider:hover, scale.vertical.marks-after:not(.marks-before) > trough > slider:active, scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.12); -} - -progressbar progress { - border-radius: 6px; - background-color: #89b4fa; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #89b4fa; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 6px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #89b4fa; -} - -levelbar block.full { - background-color: #66BB6A; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: #FFFFFF; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - color: #FFFFFF; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 6px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 6px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; - border: none; -} - -actionbar > revealer > box button, actionbar > revealer > box entry, -actionbar > revealer > box menubutton, actionbar > revealer > box menubutton > button, -actionbar > revealer > box splitbutton, actionbar > revealer > box splitbutton > button, -actionbar > revealer > box spinbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: radial-gradient(farthest-side at top, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at top, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at bottom, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: radial-gradient(farthest-side at left, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at left, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: left; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: radial-gradient(farthest-side at right, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at right, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: right; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border: none; - background-image: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator, separator.spacer { - min-width: 0; - min-height: 0; - background-color: transparent; - background-image: none; -} - -/********* - * Lists * - *********/ -list.content, -list.boxed-list { - border-radius: 7px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: padding-box; -} - -listview > row, -list > row { - padding: 6px; - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator:not(:last-child), listview.separators.horizontal > row:not(.separator):not(:last-child), -list.horizontal row.separator:not(:last-child), -list.separators.horizontal > row:not(.separator):not(:last-child) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator:not(:last-child), listview.separators:not(.horizontal) > row:not(.separator):not(:last-child), -list:not(.horizontal) row.separator:not(:last-child), -list.separators:not(.horizontal) > row:not(.separator):not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 6px; -} - -listview.view { - color: #FFFFFF; - background-color: transparent; -} - -popover.menu listview.view { - padding: 0; - border-radius: 6px; -} - -popover.menu listview.view > row { - margin-left: 0; - margin-right: 0; - border-radius: 6px; -} - -row { - color: rgba(255, 255, 255, 0.7); - background-clip: padding-box; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -.nautilus-window .nautilus-grid-view child.activatable, columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), font-weight 0; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:focus, columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - color: #FFFFFF; - background-color: transparent; - box-shadow: none; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:hover, columnview.view > header > button:hover, -treeview.view > header > button:hover, .nautilus-window .nautilus-grid-view child.has-open-popup.activatable, columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, row.activatable:hover, row.activatable.has-open-popup { - color: #FFFFFF; - background-color: alpha(currentColor, 0.05); - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:active, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, font-weight 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.05); - color: #FFFFFF; - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:selected, columnview.view > header > button:selected, -treeview.view > header > button:selected, row.activatable:selected { - background-color: alpha(currentColor, 0.06); -} - -.nautilus-window .nautilus-grid-view child.activatable:selected:hover, columnview.view > header > button:selected:hover, -treeview.view > header > button:selected:hover, row.activatable:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -button row.activatable:focus, button row.activatable:hover, button row.activatable:active { - box-shadow: none; - background: none; -} - -button:checked row.activatable { - color: rgba(0, 0, 0, 0.87); -} - -row:selected { - background-color: alpha(currentColor, 0.06); - color: inherit; - box-shadow: none; -} - -row:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus, row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus:hover, row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -row:selected image, -row:selected label { - color: #FFFFFF; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row:last-child { - border-bottom: none; -} - -.rich-list > row > box { - border-spacing: 12px; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - border-spacing: 6px; - min-height: 50px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.45); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; - padding: 0; -} - -row > box.header > box.title, -row > box.header > box.title > .title, -row > box.header > box.title > .subtitle { - padding: 0; - font-weight: inherit; -} - -row > box.header > .prefixes, -row > box.header > .suffixes { - border-spacing: 6px; -} - -row > box.header > .icon:dir(ltr), -row > box.header > .prefixes:dir(ltr) { - margin-right: 6px; -} - -row > box.header > .icon:dir(rtl), -row > box.header > .prefixes:dir(rtl) { - margin-left: 6px; -} - -row.entry:not(:selected).activatable.focused:hover, row.entry:not(:selected).activatable.focused:active { - background-color: transparent; -} - -row.entry .edit-icon, row.entry .indicator { - min-width: 24px; - min-height: 24px; - padding: 5px; -} - -row.entry .edit-icon:disabled { - opacity: 0.5; -} - -row.entry .indicator { - opacity: 0.65; -} - -row.entry.monospace { - font-family: inherit; -} - -row.entry.monospace text { - font-family: monospace; -} - -row.entry.error text > selection:focus-within { - background-color: alpha(#F44336, 0.2); -} - -row.entry.error text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.warning text > selection:focus-within { - background-color: alpha(#FBC02D, 0.2); -} - -row.entry.warning text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.success text > selection:focus-within { - background-color: alpha(#66BB6A, 0.2); -} - -row.entry.success text > cursor-handle > contents { - background-color: currentColor; -} - -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.45); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.content > row:not(:selected).activatable:hover, list.content > row.expander row.header:not(:selected).activatable:hover, -list.boxed-list > row:not(:selected).activatable:hover, -list.boxed-list > row.expander row.header:not(:selected).activatable:hover, row.expander list.nested > row:not(:selected).activatable:hover { - background-color: alpha(currentColor, 0.08); -} - -list.content > row:not(:selected).activatable:active, list.content > row.expander row.header:not(:selected).activatable:active, -list.boxed-list > row:not(:selected).activatable:active, -list.boxed-list > row.expander row.header:not(:selected).activatable:active, row.expander list.nested > row:not(:selected).activatable:active { - background-color: alpha(currentColor, 0.12); -} - -list.content > row:not(:selected).activatable.has-open-popup, list.content > row.expander row.header:not(:selected).activatable.has-open-popup, -list.boxed-list > row:not(:selected).activatable.has-open-popup, -list.boxed-list > row.expander row.header:not(:selected).activatable.has-open-popup, row.expander list.nested > row:not(:selected).activatable.has-open-popup { - background-color: alpha(currentColor, 0.03); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: -gtk-icon-transform 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.45); -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); - opacity: 1; -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #89b4fa; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-bottom-width: 0; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview.column-separators > listview > row > cell { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -treeexpander { - border-spacing: 6px; -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #89b4fa; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 0; - padding: 0; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #89b4fa; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: #FFFFFF; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.32); -} - -expander-widget > box > title { - border-radius: 6px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; - color: #FFFFFF; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 6px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 6px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button { - border-radius: 0; - min-height: 28px; - padding: 6px 12px; - margin: 0; - border: none; -} - -window.messagedialog .response-area > box > button:first-child, window.dialog.message .dialog-action-area > button:first-child { - border-radius: 0 0 0 12px; -} - -window.messagedialog .response-area > box > button:last-child, window.dialog.message .dialog-action-area > button:last-child { - border-radius: 0 0 12px 0; -} - -window.messagedialog .response-area > box > button:only-child, window.dialog.message .dialog-action-area > button:only-child { - border-radius: 0 0 12px 12px; -} - -window.dialog.message.background { - background-color: #313244; -} - -window.dialog.message box.dialog-vbox.vertical { - margin-top: 6px; - border-spacing: 24px; -} - -window.dialog.message box.dialog-vbox.vertical > box.vertical { - margin-bottom: 6px; -} - -window.dialog.message box.dialog-vbox.vertical > box > box > box > label.title { - font-weight: 800; - font-size: 15pt; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; - color: #FFFFFF; -} - -window.dialog.message .titlebar:backdrop { - background-color: #313244; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message .dialog-action-area { - border-top: 1px solid rgba(255, 255, 255, 0.12); - margin: 0; - border-spacing: 0; -} - -window.dialog.message .dialog-action-area > button { - border: none; -} - -window.dialog.message .dialog-action-area > button:not(:last-child) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -window.dialog.message .dialog-action-area > button.suggested-action:not(:disabled) { - color: #89b4fa; -} - -window.dialog.message .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.aboutdialog.background.csd scrolledwindow.frame, window.aboutdialog.background.csd scrolledwindow.frame > viewport.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view > text { - border-radius: 6px; -} - -/******************** - * AdwMessageDialog * - ********************/ -window.messagedialog { - background-color: #313244; - color: #FFFFFF; -} - -window.messagedialog .message-area { - padding: 24px 30px; - border-spacing: 10px; -} - -window.messagedialog .response-area > box > button.suggested { - color: #89b4fa; -} - -window.messagedialog .response-area > box > button.destructive { - color: #F44336; -} - -window.messagedialog.csd:not(.solid-csd) { - border-radius: 12px; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button { - margin: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:first-child { - margin-left: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:last-child { - margin-right: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button { - margin-top: 0; - margin-bottom: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; - margin-bottom: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #11111b; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; - color: inherit; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -leaflet.unfolded > box > stacksidebar.sidebar { - border: none; -} - -stacksidebar list { - padding: 6px; - background-color: #11111b; -} - -stacksidebar row { - min-height: 24px; - padding: 6px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4.5px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar > separator { - margin: 4.5px 0; -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 6px; - border-radius: 6px; - margin: 1.5px 6px; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.32); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar list > separator { - margin: 3px 0; -} - -placessidebar row:selected { - font-weight: 500; -} - -placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar row label.sidebar-label { - color: inherit; -} - -placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar row.sidebar-new-bookmark-row { - color: #89b4fa; -} - -placessidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #89b4fa; -} - -placessidebar row:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(#393947); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(#393947), image(#393947); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 6px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #1e1e2e; - color: #FFFFFF; -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { - color: #89b4fa; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #71a4f9; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: #FFFFFF; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #FFFFFF; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: #FFFFFF; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; - border: none; -} - -tooltip.background { - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - border-radius: 6px; - margin: 2px 6px 8px 6px; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.top overlay { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.bottom { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.dark { - color: #FFFFFF; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorchooser colorswatch:hover { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 0 0 2px #89b4fa; -} - -colorswatch#add-color-button { - border-radius: 6px 0 0 6px; - color: #FFFFFF; -} - -colorswatch#add-color-button:only-child { - border-radius: 6px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(255, 255, 255, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(255, 255, 255, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 6px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 6px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - border-radius: 12px; - outline-offset: -1px; - outline: 1px solid rgba(255, 255, 255, 0.1); - margin: 0; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; -} - -window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { - border-radius: 0; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - background-color: #11111b; - border: 1px solid #393947; -} - -window.solid-csd:backdrop { - background-color: #1e1e2e; -} - -window.ssd { - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 4px; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:not(.suggested-action):not(.destructive-action), windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.close:not(.suggested-action):not(.destructive-action) image { - padding: 0; -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.25); -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.5); -} - -windowcontrols button.minimize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: rgba(255, 255, 255, 0.3); -} - -windowcontrols button.minimize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) { - background-color: #f9e2af; -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action) { - background-color: #fbe9c3; -} - -windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action) { - background-color: #bceab9; -} - -windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - background-color: #f6a8be; -} - -windowcontrols { - border-spacing: 6px; -} - -windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { - margin-right: 9px; - margin-left: 9px; -} - -windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { - margin-left: 9px; - margin-right: 9px; -} - -.view:selected, iconview:selected, gridview > child:selected, columnview.view:selected, -treeview.view:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -flowbox > flowboxchild:selected, calendar > grid > label.today { - color: #89b4fa; - background-color: rgba(137, 180, 250, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, -entry > text > selection, spinbutton > text > selection, -entry headerbar popover.background entry > text > selection, -headerbar popover.background entry entry > text > selection, calendar > grid > label.today:selected { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #89b4fa; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 7px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #313244; - color: #FFFFFF; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #89b4fa; -} - -stackswitcher { - min-height: 0; - padding: 3px; - margin: 6px 0; - border-radius: 9px; - background-color: rgba(255, 255, 255, 0.04); - border: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; - border-radius: 6px; - padding: 3px 10px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1); -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 6px; -} - -button.emoji-section:checked { - color: #89b4fa; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border-style: none; - border-radius: 6px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(0, 0, 0, 0.87); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; -} - -#NautilusQueryEditor > text, #NautilusQueryEditor > box, #NautilusQueryEditor > menubutton > button.image-button { - margin: 6px 0; -} - -#NautilusQueryEditorTag { - background-color: rgba(255, 255, 255, 0.12); -} - -#NautilusQueryEditorTag > button.image-button { - margin: 0; - padding: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 6px; - margin: 6px 0; -} - -#NautilusPathButton { - margin: 0 3px; - border-radius: 6px; -} - -#NautilusPathButton.current-dir { - color: #FFFFFF; -} - -#NautilusPathButton.current-dir:hover, #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -.display-container.card { - border-radius: 0; - box-shadow: none; - border-width: 0 0 1px 0; -} - -.display-container .history-view { - background-color: #1e1e2e; -} - -.display-container #displayitem { - padding: 0 12px 8px 0; - font-size: 1.4em; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.math-buttons button { - font-size: 1.1em; - padding: 2px 6px; -} - -.math-buttons button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #89b4fa; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #89b4fa; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#89b4fa, 0.3); -} - -popover.events { - background-color: #1e1e2e; - padding: 0; -} - -popover.events box { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -popover.events list { - background-color: #1e1e2e; - border-radius: 6px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 6px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 6px; -} - -event.timed widget.edge { - border-radius: 3px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 3px 3px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 3px 0 0 3px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #1e1e2e; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot { - background-color: #FFFFFF; - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot { - background-color: rgba(0, 0, 0, 0.87); -} - -datechooser button.day.today { - color: #89b4fa; -} - -datechooser button.day.today dot { - background-color: #89b4fa; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#89b4fa, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#89b4fa, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #11111b; - transition: background-color 200ms; - color: #FFFFFF; -} - -monthcell:selected { - background-color: alpha(#89b4fa, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#89b4fa, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#89b4fa, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#89b4fa, 0.3); - color: #89b4fa; -} - -monthcell.today:selected { - background-color: alpha(#89b4fa, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#89b4fa, 0.35); -} - -monthcell label { - color: #FFFFFF; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 6px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 12px; -} - -agenda-view list > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background: alpha(#11111b, 0.7); - color: #FFFFFF; - border-radius: 6px; -} - -menubutton stack > box { - border-spacing: 6px; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -.details-page { - margin: 24px 0px; -} - -.installed-overlay-box { - font-size: smaller; - background-color: #89b4fa; - border-radius: 0; - color: rgba(0, 0, 0, 0.87); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -} - -screenshot-carousel box.frame { - border-width: 1px 0; - border-radius: 0; -} - -screenshot-carousel button, -.featured-carousel button { - margin: 12px; -} - -.screenshot-image-main .image1, -.screenshot-image-main .image2 { - margin-top: 6px; - margin-bottom: 12px; - margin-left: 6px; - margin-right: 6px; -} - -.app-tile-label { - font-size: 105%; -} - -.review-textbox { - padding: 6px; -} - -.origin-rounded-box { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 9999px; - padding: 4px; -} - -.origin-beta { - color: #FBC02D; -} - -.origin-button > button { - padding: 3px 9px; -} - -button.card.category-tile { - padding: 21px; - border: none; - border-radius: 6px; - min-width: 140px; - font-weight: 900; - font-size: larger; -} - -button.card.category-tile.category-tile-iconless { - padding: 9px 15px; - min-width: 130px; - font-size: 105%; - font-weight: normal; -} - -button.card.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -button.card.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); - color: white; -} - -button.card.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); - color: white; -} - -button.card.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -button.card.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); - color: white; -} - -button.card.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); - color: white; -} - -button.card.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -button.card.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); - color: white; -} - -button.card.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); - color: white; -} - -button.card.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -button.card.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -button.card.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -button.card.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -button.card.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -button.card.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -button.card.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -button.card.category-tile.category-work:hover { - color: #1c71d8; - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -button.card.category-tile.category-work:active { - color: #1c71d8; - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -clamp.medium .category-tile:not(.category-tile-iconless), -clamp.large .category-tile:not(.category-tile-iconless) { - font-size: larger; -} - -.featured-tile { - all: unset; - padding: 0; - box-shadow: none; - color: #FFFFFF; -} - -.featured-tile label.title-1 { - margin-top: 6px; - margin-bottom: 6px; -} - -.featured-tile.narrow label.title-1 { - font-size: 16pt; -} - -.application-details-infobar, .application-details-infobar.info { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -.application-details-infobar.warning { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); - border: 1px solid rgba(0, 0, 0, 0.12); -} - -@keyframes install-progress-unknown-move { - 0% { - background-position: 0%; - } - 50% { - background-position: 100%; - } - 100% { - background-position: 0%; - } -} - -.application-details-description .button { - padding-left: 24px; - padding-right: 24px; -} - -.install-progress { - background-image: linear-gradient(to top, #89b4fa 2px, alpha(#89b4fa, 0) 2px); - background-repeat: no-repeat; - background-position: 0 bottom; - background-size: 0; - transition: none; -} - -.install-progress:dir(rtl) { - background-position: 100% bottom; -} - -.review-row > * { - margin: 12px; -} - -.review-row button { - font-size: smaller; -} - -.review-row .vote-buttons button { - margin-right: -1px; -} - -.review-row .vote-buttons button:not(:first-child) { - border-image: linear-gradient(to top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) 0 0 0 1/5px 0 5px 1px; -} - -.review-row .vote-buttons button:hover, -.review-row .vote-buttons button:active, -.review-row .vote-buttons button:hover + button, -.review-row .vote-buttons button:active + button { - border-image: none; -} - -review-bar { - color: rgba(255, 255, 255, 0.5); - background-image: none; - background-color: rgba(255, 255, 255, 0.3); -} - -.review-histogram star-image { - color: rgba(255, 255, 255, 0.5); -} - -.version-arrow-label { - font-size: x-small; -} - -.overview-more-button { - font-size: smaller; - padding: 0 16px; -} - -.app-row-origin-text { - font-size: smaller; -} - -.app-listbox-header { - padding: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.image-list { - background-color: transparent; -} - -box.star { - background-color: transparent; - background-image: none; -} - -button.star { - outline-offset: 0; - background-color: transparent; - background-image: none; - border-image: none; - border-radius: 0; - border-width: 0; - padding: 0; - box-shadow: none; - outline-offset: -1px; -} - -star-image { - color: #FFD600; -} - -.dimmer-label { - opacity: 0.25; -} - -.update-failed-details { - font-family: Monospace; - font-size: smaller; - padding: 16px; -} - -.upgrade-banner { - padding: 0px; - border-radius: 6px; - border: none; -} - -.upgrade-banner-background { - background: linear-gradient(to bottom, #66BB6A, #89b4fa); - color: white; -} - -.upgrade-buttons #button_upgrades_install { - padding-left: 16px; - padding-right: 16px; -} - -scrolledwindow.list-page > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -.update-preferences preferencesgroup > box > box { - margin-top: 18px; -} - -.section > label:not(:first-child) { - margin-top: 6px; -} - -.section > box:not(:first-child) { - margin-top: 12px; -} - -clamp.status-page { - margin: 36px 12px; -} - -clamp.status-page .iconbox { - min-height: 128px; - min-width: 128px; -} - -clamp.status-page .icon { - color: rgba(255, 255, 255, 0.5); - min-height: 32px; - min-width: 32px; -} - -clamp.status-page .icon:not(:last-child) { - margin-bottom: 36px; -} - -clamp.status-page .title:not(:last-child) { - margin-bottom: 12px; -} - -app-context-bar .context-tile { - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: transparent; - border-radius: 0; - padding: 24px 12px 21px 12px; - outline-offset: 5px; - transition-property: outline, outline-offset, background-image; - border-bottom: none; - border-right: none; -} - -app-context-bar .context-tile:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); -} - -app-context-bar .context-tile.keyboard-activating, app-context-bar .context-tile:active { - background-color: alpha(currentColor, 0.12); -} - -app-context-bar .context-tile:focus:focus-visible { - outline-offset: -1px; -} - -app-context-bar.horizontal box:first-child .context-tile:first-child, app-context-bar.vertical .context-tile:first-child { - border-left: none; -} - -app-context-bar.horizontal .context-tile, app-context-bar.vertical box:first-child .context-tile { - border-top: none; -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 6px 6px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 6px 0 0 6px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - font-size: 18px; - font-weight: bold; - border-radius: 9999px; -} - -.context-tile-lozenge.large { - font-size: 24px; - padding: 16px; - min-width: 24px; - /* 60px minus the left and right padding */ - min-height: 24px; - /* 60px minus the top and bottom padding */ -} - -.context-tile-lozenge.wide-image image { - margin-top: -28px; - margin-bottom: -28px; -} - -.context-tile-lozenge image { - -gtk-icon-style: symbolic; -} - -.context-tile-lozenge.grey { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #419345; - background-color: rgba(102, 187, 106, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #89b4fa; - background-color: rgba(137, 180, 250, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #FF8A65; - background-color: rgba(255, 138, 101, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -.eol-red { - font-weight: bold; - color: #F44336; -} - -window.narrow .app-title { - font-size: 16pt; -} - -window.narrow .app-developer { - font-size: small; -} - -.install-progress-label { - font-size: smaller; - font-feature-settings: "tnum"; -} - -scrolledwindow.fake-adw-status-page > viewport > box { - margin: 36px 12px; -} - -scrolledwindow.fake-adw-status-page > viewport > box > clamp:not(:last-child) > box { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .title:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.icon-dropshadow image.icon { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); -} - -window.info scrollbar.vertical { - margin-top: 48px; - background: none; - box-shadow: none; -} - -window.info scrollbar.vertical trough { - margin-top: 0; -} - -row.app > box.header { - margin-left: 12px; - margin-right: 12px; -} - -row.app > box.header { - border-spacing: 12px; -} - -row.app > box.header > image { - margin-top: 12px; - margin-bottom: 12px; -} - -row.app label.warning { - color: #F44336; -} - -@keyframes pre-delay { - from { - opacity: 0; - } - to { - opacity: 0; - } -} - -@keyframes fade-in { - from { - filter: opacity(0%); - } -} - -/* Give a fade-in animation to spinners. */ -spinner.fade-in:checked { - animation: pre-delay 0.5s linear 1, fade-in 1s linear 1, spin 1s linear infinite; - animation-delay: 0s, 0.5s, 0.5s; -} - -window > contents > leaflet > box > stack.background { - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, transparent 48px, #1e1e2e 48px, #1e1e2e); -} - -@define-color weather_temp_chart_fill_color rgba(251, 192, 45, 0.5); -@define-color weather_temp_chart_stroke_color #f0ad05; -@define-color weather_thermometer_warm_color #FBC02D; -@define-color weather_thermometer_cold_color #89b4fa; -#places-label { - font-weight: bold; -} - -#temperature-label { - font-size: 32pt; - font-weight: 900; - margin-left: 9px; -} - -#conditions-grid *:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.content-view.cell { - font-weight: bold; -} - -#locationEntry { - margin: 6px; -} - -.weather-popover { - margin-top: 6px; -} - -.forecast-card { - transition: border-radius 100ms ease-out; - border-radius: 6px; -} - -.forecast-card separator { - background-color: rgba(255, 255, 255, 0.12); -} - -#daily-forecast-box > separator:last-child { - background-color: transparent; - min-width: 0; -} - -#conditions-grid, -#attributionGrid { - margin-left: 18px; - margin-right: 18px; -} - -#weather-page .small .forecast-card { - margin-left: 0; - margin-right: 0; - border-radius: 0; - border-width: 1px 0; -} - -.forecast-temperature-label { - font-weight: bold; - color: #ae7b03; -} - -WeatherThermometer { - margin-bottom: 12px; -} - -WeatherThermometer > label.high { - font-weight: bold; - color: #FBC02D; -} - -WeatherThermometer > label.low { - font-weight: bold; - color: #89b4fa; -} - -.forecast-button { - margin: 0 12px; -} - -.forecast-graphic { - margin: 18px; -} - -button.osd.circular { - border-radius: 9999px; - min-width: 24px; - min-height: 24px; -} - -button.osd.circular > image { - padding: 0; -} - -scrolledwindow.inline list, -scrolledwindow.inline listview { - background: none; - color: inherit; -} - -scrolledwindow.inline undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -.search-view { - background-color: #1e66f5; - color: #FFFFFF; -} - -.search-view menubutton button:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.3); -} - -image.circular { - min-width: 36px; - min-height: 36px; - padding: 0; - border-radius: 9999px; -} - -.large-button { - padding: 6px; -} - -.alarm-time { - font-size: 2.5em; - font-weight: 300; -} - -.clocks-ampm-toggle-button, -.clocks-secondary-standalone-label { - font-size: 18pt; -} - -.clocks-standalone-label, -.clocks-ringing-label { - font-size: 6em; - font-weight: 300; -} - -.clocks-ringing-title { - font-size: 1.5em; - font-weight: bold; -} - -.clocks-alarm-setup-time { - font-size: 32pt; -} - -.clocks-timer-label, -.clocks-spinbutton { - font-size: 48pt; -} - -.timer-panel .timer-header { - font-size: 20pt; - font-weight: 300; -} - -.timer-countdown { - font-size: 40pt; - font-weight: 300; -} - -/* Stopwatch Panel */ -.lap-time { - font-weight: bold; -} - -.stopped-stopwatch label, -.running-stopwatch label, -.paused-stopwatch label { - font-size: 70px; - font-weight: lighter; -} - -.stopped-stopwatch .seconds-label { - font-weight: 300; -} - -.running-stopwatch .seconds-label, -.running-stopwatch .miliseconds-label { - color: #89b4fa; -} - -.stopped-stopwatch .miliseconds-label, -.running-stopwatch .miliseconds-label, -.paused-stopwatch .miliseconds-label { - font-size: 50px; -} - -.running-stopwatch .seconds-label, -.paused-stopwatch .seconds-label { - font-weight: 300; -} - -.clock-location { - font-weight: bolder; -} - -.hidden { - opacity: 0; -} - -.clock-time { - font-size: 2em; - padding: 0.2em 0.5em; - border-radius: 1em; -} - -.none .clock-time { - background: alpha(currentColor, 0.2); -} - -.night .clock-time { - color: #1e66f5; - background-color: alpha(#89b4fa, 0.25); -} - -.naut .clock-time, -.astro .clock-time { - color: #FF7043; - background-color: alpha(#FF8A65, 0.25); -} - -.civil .clock-time, -.day .clock-time { - color: #FFD600; - background: alpha(#FBC02D, 0.25); -} - -headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 3px; -} - -.frameheader.header { - min-height: 24px; - background-color: #11111b; -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 6px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #89b4fa; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -.card { - border-radius: 6px; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - outline: none; - background-color: #1e1e2e; - color: #FFFFFF; -} - -.card.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.card.activatable:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -.card.activatable:active { - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #1e1e2e; - color: #FFFFFF; - border: none; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > label { - margin: 0 6px; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 3px; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; -} - -viewswitcher.narrow button.toggle:focus-within, viewswitcher.narrow button.toggle:focus { - box-shadow: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 6px; - padding-bottom: 4px; - border-spacing: 4px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 2px 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - background-color: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 1px 4px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #89b4fa; -} - -indicatorbin.needs-attention > indicator > label { - color: rgba(0, 0, 0, 0.87); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 34px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #89b4fa; -} - -preferencesgroup > box .cutout-button { - background-color: #11111b; -} - -window.about .main-page > viewport > clamp > box { - margin: 12px; - border-spacing: 6px; -} - -window.about .main-page > viewport > clamp > box > box { - margin-top: 18px; - border-spacing: 18px; - margin-bottom: 6px; -} - -window.about .main-page .app-version { - padding: 3px 18px; - color: #89b4fa; - border-radius: 6px; - margin-top: 3px; -} - -window.about .subpage > viewport > clamp > box { - margin: 18px 12px; - border-spacing: 18px; -} - -window.about .subpage > clamp > textview { - background: none; - color: inherit; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.55); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.35; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color #FFFFFF; -/* -text color for entries, views and content in general */ -@define-color theme_text_color #FFFFFF; -/* -widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* -text widgets and the like base background color */ -@define-color theme_base_color #1e1e2e; -/* -base background color of selections */ -@define-color theme_selected_bg_color #89b4fa; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(0, 0, 0, 0.87); -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #11111b; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #FFFFFF; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #FFFFFF; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #1e1e2e; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #89b4fa; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(0, 0, 0, 0.87); -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #66BB6A; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title #FFFFFF; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_border #060609; -@define-color wm_bg #11111b; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon white; -@define-color wm_button_close_hover_bg #f38ba8; -@define-color wm_button_close_active_bg #ed547e; -@define-color wm_button_max_hover_bg #a6e3a1; -@define-color wm_button_max_active_bg #79d572; -@define-color wm_button_min_hover_bg #f9e2af; -@define-color wm_button_min_active_bg #f5cd76; -/* -FIXME this is really an API */ -@define-color content_view_bg #1e1e2e; -@define-color placeholder_text_color #bcbcc0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1e1e2e; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); -@define-color budgie_tasklist_indicator_color_active #89b4fa; -@define-color budgie_tasklist_indicator_color_active_window #526993; -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #89b4fa; -@define-color accent_fg_color rgba(0, 0, 0, 0.87); -@define-color accent_color #89b4fa; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color #FFFFFF; -@define-color destructive_color #F44336; -@define-color success_bg_color #66BB6A; -@define-color success_fg_color #FFFFFF; -@define-color success_color #66BB6A; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color #FFFFFF; -@define-color error_color #F44336; -@define-color window_bg_color #1e1e2e; -@define-color window_fg_color #FFFFFF; -@define-color view_bg_color #1e1e2e; -@define-color view_fg_color #FFFFFF; -@define-color headerbar_bg_color #11111b; -@define-color headerbar_fg_color #FFFFFF; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #1e1e2e; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #1e1e2e; -@define-color card_fg_color #FFFFFF; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #11111b; -@define-color dialog_fg_color #FFFFFF; -@define-color popover_bg_color #1e1e2e; -@define-color popover_fg_color #FFFFFF; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk.css b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk.css deleted file mode 100644 index 54d7301..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/gtk.css +++ /dev/null @@ -1,7509 +0,0 @@ -@keyframes ripple { - to { - background-size: 1000% 1000%; - } -} - -@keyframes ripple-on-slider { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes ripple-on-headerbar { - from { - background-image: radial-gradient(circle, #89b4fa 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle, #89b4fa 100%, transparent 100%); - } -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1e1e2e; - color: #FFFFFF; -} - -dnd { - color: #FFFFFF; -} - -.normal-icons { - -gtk-icon-size: 16px; -} - -.large-icons { - -gtk-icon-size: 32px; -} - -.aboutdialog .large-icons { - -gtk-icon-size: 128px; -} - -spinner:disabled, -arrow:disabled, -scrollbar:disabled, -check:disabled, -radio:disabled, -treeview.expander:disabled { - -gtk-icon-filter: opacity(0.5); -} - -iconview, .view { - background-color: #1e1e2e; - color: #FFFFFF; -} - -iconview:disabled, .view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -iconview:selected, .view:selected { - color: #FFFFFF; -} - -textview text { - background-color: #1e1e2e; -} - -textview border { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); -} - -iconview:hover, iconview:selected { - border-radius: 3px; -} - -rubberband, .content-view rubberband, .content-view columnview.view > rubberband, -.content-view treeview.view > rubberband, .content-view .rubberband, columnview.view > rubberband, .content-view columnview.view > .rubberband, -treeview.view > rubberband, -.content-view treeview.view > .rubberband, gridview > rubberband, flowbox > rubberband { - border: 1px solid #89b4fa; - background-color: rgba(137, 180, 250, 0.3); -} - -flowbox > flowboxchild { - padding: 4px; - border-radius: 6px; -} - -.content-view .tile:selected { - background-color: transparent; -} - -gridview > child { - padding: 3px; -} - -gridview > child:selected { - outline-color: alpha(currentColor, 0.06); -} - -gridview > child box { - border-spacing: 8px; - margin: 12px; -} - -coverflow cover { - color: #FFFFFF; - background-color: #1e1e2e; - border: 1px solid black; -} - -label.separator { - color: rgba(255, 255, 255, 0.7); -} - -label:disabled { - opacity: 1; - color: rgba(255, 255, 255, 0.5); -} - -headerbar label:disabled, tab label:disabled, button label:disabled { - color: inherit; - opacity: 1; -} - -label.osd { - border-radius: 6px; - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; -} - -.dim-label, row.expander image.expander-row-arrow, row label.subtitle { - color: rgba(255, 255, 255, 0.7); - opacity: 1; -} - -.accent { - color: #89b4fa; -} - -.success { - color: #66BB6A; -} - -.warning { - color: #FBC02D; -} - -.error { - color: #F44336; -} - -.large-title { - font-weight: 300; - font-size: 24pt; -} - -.title-1 { - font-weight: 800; - font-size: 20pt; -} - -.title-2 { - font-weight: 800; - font-size: 15pt; -} - -.title-3 { - font-weight: 700; - font-size: 15pt; -} - -.title-4 { - font-weight: 700; - font-size: 13pt; -} - -.heading { - font-weight: 700; - font-size: 11pt; -} - -.body { - font-weight: 400; - font-size: 11pt; -} - -.caption { - font-weight: 400; - font-size: 9pt; -} - -.caption-heading { - font-weight: 700; - font-size: 9pt; -} - -window.assistant .sidebar { - padding: 4px 0; -} - -window.assistant .sidebar label { - min-height: 36px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -window.assistant .sidebar label.highlight { - color: #FFFFFF; -} - -.osd .scale-popup > arrow, -.osd .scale-popup > contents, .osd popover > arrow, -.osd popover > contents, popover.touch-selection > arrow, -popover.touch-selection > contents, popover.magnifier > arrow, -popover.magnifier > contents, .osd { - color: #FFFFFF; - background-color: #1e1e2e; - background-clip: padding-box; - border-radius: 6px; - border: none; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -.osd { - padding: 6px; - margin: 6px; -} - -.osd.circular { - border-radius: 9999px; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ - -entry headerbar popover.background entry, -headerbar popover.background entry entry, -entry { - min-height: 36px; - padding: 0 8px; - border-spacing: 6px; - border-radius: 6px; - caret-color: currentColor; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:focus-within, -headerbar popover.background entry entry:focus-within, -entry:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #FFFFFF; - outline: 2px solid #89b4fa; - outline-offset: -2px; -} - - -entry headerbar popover.background entry:drop(active), -headerbar popover.background entry entry:drop(active), -entry headerbar popover.background entry:hover:not(:focus-within), -headerbar popover.background entry entry:hover:not(:focus-within), -entry:drop(active), -entry:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; - outline-offset: 2px; -} - - -entry headerbar popover.background entry:disabled, -headerbar popover.background entry entry:disabled, -entry:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); - outline: none; -} - - -entry headerbar popover.background entry.flat:focus-within, -headerbar popover.background entry entry.flat:focus-within, -entry headerbar popover.background entry.flat:disabled, -headerbar popover.background entry entry.flat:disabled, -entry headerbar popover.background entry.flat:hover, -headerbar popover.background entry entry.flat:hover, -entry headerbar popover.background entry.flat, -headerbar popover.background entry entry.flat, -entry.flat:focus-within, -entry.flat:disabled, -entry.flat:hover, -entry.flat { - min-height: 0; - padding: 2px; - background-color: transparent; - box-shadow: none; - border-radius: 0; - outline: none; -} - - -entry headerbar popover.background entry image, -headerbar popover.background entry entry image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - - -entry headerbar popover.background entry image:hover, -headerbar popover.background entry entry image:hover, -entry headerbar popover.background entry image:active, -headerbar popover.background entry entry image:active, -entry image:hover, -entry image:active { - color: #FFFFFF; -} - - -entry headerbar popover.background entry image:disabled, -headerbar popover.background entry entry image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - - -entry headerbar popover.background entry image.left, -headerbar popover.background entry entry image.left, -entry image.left { - margin: 0 6px 0 2px; -} - - -entry headerbar popover.background entry image.right, -headerbar popover.background entry entry image.right, -entry image.right { - margin: 0 2px 0 6px; -} - - -entry headerbar popover.background entry undershoot.left, -headerbar popover.background entry entry undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; - margin: 0 4px; - margin: 4px 0; -} - - -entry headerbar popover.background entry undershoot.right, -headerbar popover.background entry entry undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, transparent 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; - margin: 0 4px; - margin: 4px 0; -} - - -entry headerbar popover.background entry.error, -headerbar popover.background entry entry.error, -entry.error { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(244, 67, 54, 0.1); - color: rgba(244, 67, 54, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.error:focus-within, -headerbar popover.background entry entry.error:focus-within, -entry.error:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(244, 67, 54, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #F44336; - outline: 2px solid #F44336; - outline-offset: -2px; - outline: none; -} - - -entry headerbar popover.background entry.error:drop(active), -headerbar popover.background entry entry.error:drop(active), -entry headerbar popover.background entry.error:hover:not(:focus-within), -headerbar popover.background entry entry.error:hover:not(:focus-within), -entry.error:drop(active), -entry.error:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #F44336; - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.error:disabled, -headerbar popover.background entry entry.error:disabled, -entry.error:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(244, 67, 54, 0.1); - color: rgba(244, 67, 54, 0.35); - outline: none; - outline: none; -} - - -entry headerbar popover.background entry.error > text > selection, -headerbar popover.background entry entry.error > text > selection, -entry.error > text > selection { - background-color: rgba(244, 67, 54, 0.25); - color: #F44336; -} - - -entry headerbar popover.background entry.error image, -headerbar popover.background entry entry.error image, -entry.error image { - color: rgba(244, 67, 54, 0.75); -} - - -entry headerbar popover.background entry.error image:hover, -headerbar popover.background entry entry.error image:hover, -entry headerbar popover.background entry.error image:active, -headerbar popover.background entry entry.error image:active, -entry.error image:hover, -entry.error image:active { - color: #F44336; -} - - -entry headerbar popover.background entry.error image:disabled, -headerbar popover.background entry entry.error image:disabled, -entry.error image:disabled { - color: rgba(244, 67, 54, 0.35); -} - - -entry headerbar popover.background entry.warning, -headerbar popover.background entry entry.warning, -entry.warning { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(251, 192, 45, 0.1); - color: rgba(251, 192, 45, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.warning:focus-within, -headerbar popover.background entry entry.warning:focus-within, -entry.warning:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(251, 192, 45, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #FBC02D; - outline: 2px solid #FBC02D; - outline-offset: -2px; - outline: none; -} - - -entry headerbar popover.background entry.warning:drop(active), -headerbar popover.background entry entry.warning:drop(active), -entry headerbar popover.background entry.warning:hover:not(:focus-within), -headerbar popover.background entry entry.warning:hover:not(:focus-within), -entry.warning:drop(active), -entry.warning:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #FBC02D; - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.warning:disabled, -headerbar popover.background entry entry.warning:disabled, -entry.warning:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(251, 192, 45, 0.1); - color: rgba(251, 192, 45, 0.35); - outline: none; - outline: none; -} - - -entry headerbar popover.background entry.warning > text > selection, -headerbar popover.background entry entry.warning > text > selection, -entry.warning > text > selection { - background-color: rgba(251, 192, 45, 0.25); - color: #FBC02D; -} - - -entry headerbar popover.background entry.warning image, -headerbar popover.background entry entry.warning image, -entry.warning image { - color: rgba(251, 192, 45, 0.75); -} - - -entry headerbar popover.background entry.warning image:hover, -headerbar popover.background entry entry.warning image:hover, -entry headerbar popover.background entry.warning image:active, -headerbar popover.background entry entry.warning image:active, -entry.warning image:hover, -entry.warning image:active { - color: #FBC02D; -} - - -entry headerbar popover.background entry.warning image:disabled, -headerbar popover.background entry entry.warning image:disabled, -entry.warning image:disabled { - color: rgba(251, 192, 45, 0.35); -} - - -entry headerbar popover.background entry.success, -headerbar popover.background entry entry.success, -entry.success { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(102, 187, 106, 0.1); - color: rgba(102, 187, 106, 0.75); - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.success:focus-within, -headerbar popover.background entry entry.success:focus-within, -entry.success:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(102, 187, 106, 0.1); - box-shadow: inset 0 0 0 2px transparent; - color: #66BB6A; - outline: 2px solid #66BB6A; - outline-offset: -2px; - outline: none; -} - - -entry headerbar popover.background entry.success:drop(active), -headerbar popover.background entry entry.success:drop(active), -entry headerbar popover.background entry.success:hover:not(:focus-within), -headerbar popover.background entry entry.success:hover:not(:focus-within), -entry.success:drop(active), -entry.success:hover:not(:focus-within) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: alpha(currentColor, 0.08); - box-shadow: inset 0 0 0 2px alpha(currentColor, 0.08); - color: #66BB6A; - outline: 0 solid transparent; - outline-offset: 2px; - outline: none; -} - - -entry headerbar popover.background entry.success:disabled, -headerbar popover.background entry entry.success:disabled, -entry.success:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(102, 187, 106, 0.1); - color: rgba(102, 187, 106, 0.35); - outline: none; - outline: none; -} - - -entry headerbar popover.background entry.success > text > selection, -headerbar popover.background entry entry.success > text > selection, -entry.success > text > selection { - background-color: rgba(102, 187, 106, 0.25); - color: #66BB6A; -} - - -entry headerbar popover.background entry.success image, -headerbar popover.background entry entry.success image, -entry.success image { - color: rgba(102, 187, 106, 0.75); -} - - -entry headerbar popover.background entry.success image:hover, -headerbar popover.background entry entry.success image:hover, -entry headerbar popover.background entry.success image:active, -headerbar popover.background entry entry.success image:active, -entry.success image:hover, -entry.success image:active { - color: #66BB6A; -} - - -entry headerbar popover.background entry.success image:disabled, -headerbar popover.background entry entry.success image:disabled, -entry.success image:disabled { - color: rgba(102, 187, 106, 0.35); -} - - -entry > progress, -entry progress > trough > progress { - margin: 0 -4px; - border-bottom: 2px solid #89b4fa; - background-color: transparent; -} - - -entry button.image-button { - min-height: 24px; - min-width: 24px; - padding: 0; -} - -treeview entry.flat, treeview entry { - background-color: #1e1e2e; -} - -treeview entry.flat, treeview entry.flat:focus-within, treeview entry, treeview entry:focus-within { - border-image: none; - box-shadow: none; -} - -.entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -.entry-tag:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -:dir(ltr) .entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -editablelabel > stack > text { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -/*********** - * Buttons * - ***********/ -@keyframes needs-attention { - from { - background-image: radial-gradient(farthest-side, #89b4fa 0%, rgba(137, 180, 250, 0) 0%); - } - to { - background-image: radial-gradient(farthest-side, #89b4fa 95%, rgba(137, 180, 250, 0)); - } -} - -infobar.warning > revealer > box button, infobar.warning:backdrop > revealer > box button, popover.touch-selection button, popover.magnifier button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -infobar.warning > revealer > box button:focus, popover.touch-selection button:focus, popover.magnifier button:focus, headerbar.selection-mode button:focus:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:hover, popover.touch-selection button:hover, popover.magnifier button:hover, headerbar.selection-mode button:hover:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:active, popover.touch-selection button:active, popover.magnifier button:active, headerbar.selection-mode button:active:not(.suggested-action):not(.destructive-action), infobar.warning > revealer > box button:checked, popover.touch-selection button:checked, popover.magnifier button:checked, headerbar.selection-mode button:checked:not(.suggested-action):not(.destructive-action) { - color: #FFFFFF; -} - -infobar.warning > revealer > box button:disabled, popover.touch-selection button:disabled, popover.magnifier button:disabled, headerbar.selection-mode button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -infobar.warning > revealer > box button:checked:disabled, popover.touch-selection button:checked:disabled, popover.magnifier button:checked:disabled, headerbar.selection-mode button:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background button:not(.suggested-action):not(.destructive-action):not(.flat), button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.08); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: 0 solid transparent; - outline-offset: 2px; - color: #FFFFFF; -} - -headerbar popover.background button:focus:not(.suggested-action):not(.destructive-action):not(.flat), button:focus { - outline: 2px solid rgba(137, 180, 250, 0.35); - outline-offset: 0; -} - -headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; - -gtk-icon-filter: brightness(1.2); -} - -headerbar popover.background button.keyboard-activating:not(.suggested-action):not(.destructive-action):not(.flat), button.keyboard-activating, headerbar popover.background button:active:not(.suggested-action):not(.destructive-action):not(.flat), button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -headerbar popover.background button:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -headerbar popover.background button:checked:not(.suggested-action):not(.destructive-action):not(.flat), button:checked { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:checked:hover:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:hover { - outline-color: transparent; - background-color: #a1c4fb; - color: rgba(0, 0, 0, 0.87); -} - -headerbar popover.background button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.flat), button:checked:disabled { - outline-color: transparent; - background-color: rgba(137, 180, 250, 0.35); - color: rgba(0, 0, 0, 0.38); -} - -placessidebar row button.sidebar-button, calendar > header > button, scrollbar button, notebook > header > tabs > arrow, popover modelbutton, spinbutton > button, splitbutton.flat > button, -splitbutton.flat > menubutton > button { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(255, 255, 255, 0.7); -} - -placessidebar row button.sidebar-button:focus:not(:hover):not(:active), calendar > header > button:focus:not(:hover):not(:active), scrollbar button:focus:not(:hover):not(:active), notebook > header > tabs > arrow:focus:not(:hover):not(:active), popover modelbutton:focus:not(:hover):not(:active), spinbutton > button:focus:not(:hover):not(:active), splitbutton.flat > button:focus:not(:hover):not(:active), -splitbutton.flat > menubutton > button:focus:not(:hover):not(:active) { - color: #FFFFFF; - outline: 2px solid rgba(255, 255, 255, 0.04); - outline-offset: -2px; -} - -placessidebar row button.sidebar-button:hover, calendar > header > button:hover, scrollbar button:hover, notebook > header > tabs > arrow:hover, popover modelbutton:hover, spinbutton > button:hover, splitbutton.flat > button:hover, -splitbutton.flat > menubutton > button:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -placessidebar row button.sidebar-button:active, calendar > header > button:active, scrollbar button:active, notebook > header > tabs > arrow:active, popover modelbutton:active, spinbutton > button:active, splitbutton.flat > button:active, -splitbutton.flat > menubutton > button:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -placessidebar row button.sidebar-button:disabled, calendar > header > button:disabled, scrollbar button:disabled, notebook > header > tabs > arrow:disabled, popover modelbutton:disabled, spinbutton > button:disabled, splitbutton.flat > button:disabled, -splitbutton.flat > menubutton > button:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -filechooser #pathbarbox > stack > box > button, window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button, .app-notification button, headerbar button:not(.suggested-action):not(.destructive-action), .toolbar button, dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child), splitbutton.suggested-action > button, splitbutton.suggested-action > menubutton > button, splitbutton.destructive-action > button, splitbutton.destructive-action > menubutton > button, splitbutton.opaque > button, splitbutton.opaque > menubutton > button, menubutton.suggested-action > button, menubutton.destructive-action > button, menubutton.opaque > button, menubutton.flat > button, button.flat { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(255, 255, 255, 0.7); -} - -filechooser #pathbarbox > stack > box > button:focus:not(:hover):not(:active), window.messagedialog .response-area > box > button:focus:not(:hover):not(:active), window.dialog.message .dialog-action-area > button:focus:not(:hover):not(:active), .app-notification button:focus:not(:hover):not(:active), headerbar button:focus:not(:hover):not(:active):not(.suggested-action):not(.destructive-action), .toolbar button:focus:not(:hover):not(:active), dropdown > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), -combobox > .linked:not(.vertical) > button:focus:not(:hover):not(:active):not(:only-child), splitbutton.suggested-action > button:focus:not(:hover):not(:active), splitbutton.suggested-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.destructive-action > button:focus:not(:hover):not(:active), splitbutton.destructive-action > menubutton > button:focus:not(:hover):not(:active), splitbutton.opaque > button:focus:not(:hover):not(:active), splitbutton.opaque > menubutton > button:focus:not(:hover):not(:active), menubutton.suggested-action > button:focus:not(:hover):not(:active), menubutton.destructive-action > button:focus:not(:hover):not(:active), menubutton.opaque > button:focus:not(:hover):not(:active), menubutton.flat > button:focus:not(:hover):not(:active), button.flat:focus:not(:hover):not(:active) { - color: #FFFFFF; - outline: 2px solid rgba(255, 255, 255, 0.04); - outline-offset: -2px; -} - -filechooser #pathbarbox > stack > box > button:hover, window.messagedialog .response-area > box > button:hover, window.dialog.message .dialog-action-area > button:hover, .app-notification button:hover, headerbar button:hover:not(.suggested-action):not(.destructive-action), .toolbar button:hover, dropdown > .linked:not(.vertical) > button:hover:not(:only-child), -combobox > .linked:not(.vertical) > button:hover:not(:only-child), splitbutton.suggested-action > button:hover, splitbutton.suggested-action > menubutton > button:hover, splitbutton.destructive-action > button:hover, splitbutton.destructive-action > menubutton > button:hover, splitbutton.opaque > button:hover, splitbutton.opaque > menubutton > button:hover, menubutton.suggested-action > button:hover, menubutton.destructive-action > button:hover, menubutton.opaque > button:hover, menubutton.flat > button:hover, button.flat:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -filechooser #pathbarbox > stack > box > button:active, window.messagedialog .response-area > box > button:active, window.dialog.message .dialog-action-area > button:active, .app-notification button:active, headerbar button:active:not(.suggested-action):not(.destructive-action), .toolbar button:active, dropdown > .linked:not(.vertical) > button:active:not(:only-child), -combobox > .linked:not(.vertical) > button:active:not(:only-child), splitbutton.suggested-action > button:active, splitbutton.suggested-action > menubutton > button:active, splitbutton.destructive-action > button:active, splitbutton.destructive-action > menubutton > button:active, splitbutton.opaque > button:active, splitbutton.opaque > menubutton > button:active, menubutton.suggested-action > button:active, menubutton.destructive-action > button:active, menubutton.opaque > button:active, menubutton.flat > button:active, button.flat:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -filechooser #pathbarbox > stack > box > button:disabled, window.messagedialog .response-area > box > button:disabled, window.dialog.message .dialog-action-area > button:disabled, .app-notification button:disabled, headerbar button:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:disabled, dropdown > .linked:not(.vertical) > button:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:disabled:not(:only-child), splitbutton.suggested-action > button:disabled, splitbutton.suggested-action > menubutton > button:disabled, splitbutton.destructive-action > button:disabled, splitbutton.destructive-action > menubutton > button:disabled, splitbutton.opaque > button:disabled, splitbutton.opaque > menubutton > button:disabled, menubutton.suggested-action > button:disabled, menubutton.destructive-action > button:disabled, menubutton.opaque > button:disabled, menubutton.flat > button:disabled, button.flat:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -filechooser #pathbarbox > stack > box > button:checked, window.messagedialog .response-area > box > button:checked, window.dialog.message .dialog-action-area > button:checked, .app-notification button:checked, headerbar button:checked:not(.suggested-action):not(.destructive-action), .toolbar button:checked, dropdown > .linked:not(.vertical) > button:checked:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:not(:only-child), splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button:checked, menubutton.suggested-action > button:checked, menubutton.destructive-action > button:checked, menubutton.opaque > button:checked, menubutton.flat > button:checked, button.flat:checked { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -filechooser #pathbarbox > stack > box > button:checked:disabled, window.messagedialog .response-area > box > button:checked:disabled, window.dialog.message .dialog-action-area > button:checked:disabled, .app-notification button:checked:disabled, headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), .toolbar button:checked:disabled, dropdown > .linked:not(.vertical) > button:checked:disabled:not(:only-child), -combobox > .linked:not(.vertical) > button:checked:disabled:not(:only-child), splitbutton.suggested-action > button:checked:disabled, splitbutton.suggested-action > menubutton > button:checked:disabled, splitbutton.destructive-action > button:checked:disabled, splitbutton.destructive-action > menubutton > button:checked:disabled, splitbutton.opaque > button:checked:disabled, splitbutton.opaque > menubutton > button:checked:disabled, menubutton.suggested-action > button:checked:disabled, menubutton.destructive-action > button:checked:disabled, menubutton.opaque > button:checked:disabled, menubutton.flat > button:checked:disabled, button.flat:checked:disabled { - background-color: alpha(currentColor, 0.1); - color: rgba(255, 255, 255, 0.5); -} - -button.opaque { - box-shadow: none; -} - -.osd button.opaque:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.15); -} - -button.opaque:hover { - background-image: image(alpha(currentColor, 0.1)); -} - -button.keyboard-activating.opaque, button.opaque:active { - background-image: image(rgba(0, 0, 0, 0.2)); -} - -button.opaque:checked { - background-image: image(rgba(0, 0, 0, 0.15)); -} - -button.opaque:checked:hover { - background-image: image(rgba(0, 0, 0, 0.05)); -} - -button.opaque:checked.keyboard-activating, button.opaque:checked:active { - background-image: image(rgba(0, 0, 0, 0.3)); -} - -.nautilus-window .floating-bar button, placessidebar row button.sidebar-button, notebook > header > tabs > tab button.flat, popover.menu box.circular-buttons button.circular.image-button.model, spinbutton > button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; -} - -button { - min-height: 24px; - min-width: 16px; - padding: 6px 10px; - border-radius: 6px; - font-weight: 500; -} - -button:drop(active) { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -button separator { - margin: 4px 1px; -} - -button.opaque { - background-color: #4b4b58; - color: #FFFFFF; -} - -button.text-button { - min-width: 32px; - padding-left: 16px; - padding-right: 16px; -} - -button.image-button { - min-width: 24px; - padding: 6px; -} - -button.text-button.image-button, button.image-text-button { - min-width: 24px; - padding: 6px; - border-radius: 6px; -} - -button.text-button.image-button > box, -button.text-button.image-button > box > box, button.image-text-button > box, -button.image-text-button > box > box { - border-spacing: 4px; -} - -button.text-button.image-button > box > label, -button.text-button.image-button > box > box > label, button.image-text-button > box > label, -button.image-text-button > box > box > label { - padding-left: 2px; - padding-right: 2px; -} - -button.text-button.image-button label:first-child, button.image-text-button label:first-child { - margin-left: 10px; -} - -button.text-button.image-button label:last-child, button.image-text-button label:last-child { - margin-right: 10px; -} - -button.text-button.image-button.flat label:first-child, button.image-text-button.flat label:first-child { - margin-left: 6px; -} - -button.text-button.image-button.flat label:last-child, button.image-text-button.flat label:last-child { - margin-right: 6px; -} - -button.text-button.image-button image:not(:only-child), button.image-text-button image:not(:only-child) { - margin: 0 4px; -} - -button.arrow-button { - padding-left: 9px; - padding-right: 9px; -} - -button.arrow-button > box { - border-spacing: 4px; -} - -button.arrow-button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -button.arrow-button.text-button > box { - border-spacing: 6px; -} - -menubutton.pill > button, button.pill { - padding: 9px 30px; - border-radius: 9999px; -} - -button.card { - background-color: rgba(255, 255, 255, 0.04); - background-clip: padding-box; - font-weight: inherit; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; -} - -button.card:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -button.card.keyboard-activating, button.card:active { - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -button.card:checked { - background-image: none; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - border-color: #89b4fa; -} - -button.card:checked:hover { - background-image: none; - outline-color: transparent; - background-color: #a1c4fb; - color: rgba(0, 0, 0, 0.87); -} - -button.card:checked:disabled { - outline-color: transparent; - background-color: rgba(137, 180, 250, 0.35); - color: rgba(0, 0, 0, 0.38); -} - -button.card:checked.keyboard-activating, button.card:checked:active { - background-image: none; -} - -button.card:checked.has-open-popup { - background-image: none; -} - -button.card:drop(active) { - color: #FF7043; - box-shadow: inset 0 0 0 1px #FF7043; -} - -.linked:not(.vertical) > button:focus, .linked.vertical > button:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > button.flat:not(:only-child), .linked.vertical > button.flat:not(:only-child) { - background-color: alpha(currentColor, 0.05); -} - -.linked:not(.vertical) > button.flat:focus, .linked.vertical > button.flat:focus { - box-shadow: none; - outline: none; -} - -.linked:not(.vertical) > menubutton > button { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -button.osd { - min-width: 24px; - min-width: 24px; - padding: 6px; - box-shadow: none; - background-color: rgba(0, 0, 0, 0.35); - color: white; -} - -button.osd > image { - padding: 0; -} - -button.osd.remove-button { - padding: 0; -} - -button.osd:focus { - outline-color: transparent; -} - -button.osd:hover { - background-color: rgba(0, 0, 0, 0.45); - color: white; -} - -button.osd:active { - background-color: rgba(0, 0, 0, 0.65); - color: white; -} - -button.osd:disabled { - background-color: rgba(0, 0, 0, 0.15); - color: rgba(255, 255, 255, 0.35); -} - -button.suggested-action { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: none; -} - -button.suggested-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -button.suggested-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(137, 180, 250, 0.2), 0 4px 3px 0 rgba(137, 180, 250, 0.14), 0 1px 6px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:checked { - background-color: rgba(103, 135, 188, 0.961); -} - -button.suggested-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(137, 180, 250, 0.3), 0 2px 3px -1px rgba(137, 180, 250, 0.24), 0 2px 5px 0 rgba(137, 180, 250, 0.12); -} - -button.suggested-action:focus { - box-shadow: 0 0 0 2px rgba(137, 180, 250, 0.35); -} - -button.suggested-action.flat { - background-color: transparent; - color: #89b4fa; -} - -button.suggested-action.flat:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -button.suggested-action.flat:checked { - background-color: rgba(137, 180, 250, 0.3); -} - -button.destructive-action { - background-color: #F44336; - color: #FFFFFF; - box-shadow: none; -} - -button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -button.destructive-action:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 2px 2.4px -1px rgba(244, 67, 54, 0.2), 0 4px 3px 0 rgba(244, 67, 54, 0.14), 0 1px 6px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:checked { - background-color: #f77b72; -} - -button.destructive-action:checked:hover { - box-shadow: inset 0 0 0 9999px transparent, 0 3px 3px -3px rgba(244, 67, 54, 0.3), 0 2px 3px -1px rgba(244, 67, 54, 0.24), 0 2px 5px 0 rgba(244, 67, 54, 0.12); -} - -button.destructive-action:focus { - box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.35); -} - -button.destructive-action.flat { - background-color: transparent; - color: #F44336; -} - -button.destructive-action.flat:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -button.destructive-action.flat:checked { - background-color: rgba(244, 67, 54, 0.3); -} - -stackswitcher > button > label { - margin: 0 -6px; - padding: 0 6px; -} - -stackswitcher > button > image { - margin: -3px -6px; - padding: 3px 6px; -} - -stackswitcher > button.needs-attention:checked > label, -stackswitcher > button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -button.font > box, button.file > box { - border-spacing: 6px; -} - -button.font > box > box > label, button.file > box > box > label { - font-weight: bold; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action), filechooser #pathbarbox > stack > box > button, menubutton.circular > button, button.close, button.circular { - border-radius: 9999px; -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) label, filechooser #pathbarbox > stack > box > button label, menubutton.circular > button label, button.close label, button.circular label { - padding: 0; -} - -menubutton.osd { - background: none; - color: inherit; -} - -menubutton.suggested-action { - background-color: #89b4fa; - color: white; -} - -menubutton.destructive-action { - background-color: #F44336; - color: white; -} - -menubutton.opaque { - background-color: #4b4b58; - color: #FFFFFF; -} - -menubutton.suggested-action, menubutton.destructive-action, menubutton.opaque { - border-radius: 6px; -} - -menubutton.suggested-action.circular, menubutton.suggested-action.pill, menubutton.destructive-action.circular, menubutton.destructive-action.pill, menubutton.opaque.circular, menubutton.opaque.pill { - border-radius: 9999px; -} - -menubutton.suggested-action > button, menubutton.suggested-action > button:checked, menubutton.destructive-action > button, menubutton.destructive-action > button:checked, menubutton.opaque > button, menubutton.opaque > button:checked { - background-color: transparent; - color: inherit; -} - -menubutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -menubutton arrow { - min-height: 16px; - min-width: 16px; -} - -menubutton arrow.none { - -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); -} - -menubutton arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menubutton arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menubutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -menubutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -splitbutton { - border-radius: 6px; -} - -splitbutton, splitbutton > separator { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - transition-property: background; -} - -splitbutton > separator { - margin-top: 6px; - margin-bottom: 6px; - background: none; -} - -splitbutton > menubutton > button { - padding-left: 4px; - padding-right: 4px; -} - -splitbutton.image-button > button { - min-width: 24px; - padding-left: 6px; - padding-right: 6px; -} - -splitbutton.text-button.image-button > button, splitbutton.image-text-button > button { - padding-left: 9px; - padding-right: 9px; -} - -splitbutton.text-button.image-button > button > box, splitbutton.image-text-button > button > box { - border-spacing: 6px; -} - -splitbutton > button:dir(ltr), -splitbutton > menubutton > button:dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - margin-right: -1px; -} - -splitbutton > button:dir(rtl), -splitbutton > menubutton > button:dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin-left: -1px; -} - -splitbutton.flat > separator { - background: rgba(255, 255, 255, 0.12); -} - -splitbutton.flat:hover, splitbutton.flat:active, splitbutton.flat:checked { - background: alpha(currentColor, 0.07); -} - -splitbutton.flat:hover > separator, splitbutton.flat:active > separator, splitbutton.flat:checked > separator { - background: none; -} - -splitbutton.flat:focus-within:focus-visible > separator { - background: none; -} - -splitbutton.flat > button, -splitbutton.flat > menubutton > button { - border-radius: 6px; -} - -splitbutton.suggested-action { - background-color: #89b4fa; - color: white; -} - -splitbutton.destructive-action { - background-color: #F44336; - color: white; -} - -splitbutton.opaque { - background-color: #4b4b58; - color: #FFFFFF; -} - -splitbutton.suggested-action > button, splitbutton.suggested-action > button:checked, splitbutton.suggested-action > menubutton > button, splitbutton.suggested-action > menubutton > button:checked, splitbutton.destructive-action > button, splitbutton.destructive-action > button:checked, splitbutton.destructive-action > menubutton > button, splitbutton.destructive-action > menubutton > button:checked, splitbutton.opaque > button, splitbutton.opaque > button:checked, splitbutton.opaque > menubutton > button, splitbutton.opaque > menubutton > button:checked { - color: inherit; - background-color: transparent; -} - -splitbutton.suggested-action > menubutton > button:dir(ltr), splitbutton.destructive-action > menubutton > button:dir(ltr), splitbutton.opaque > menubutton > button:dir(ltr) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton.suggested-action > menubutton > button:dir(rtl), splitbutton.destructive-action > menubutton > button:dir(rtl), splitbutton.opaque > menubutton > button:dir(rtl) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -splitbutton > menubutton > button > arrow.none { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -buttoncontent { - border-spacing: 6px; -} - -buttoncontent > label { - font-weight: bold; -} - -buttoncontent > label:dir(ltr) { - padding-right: 2px; -} - -buttoncontent > label:dir(rtl) { - padding-left: 2px; -} - -.arrow-button > box > buttoncontent > label:dir(ltr), splitbutton > button > buttoncontent > label:dir(ltr) { - padding-right: 0; -} - -.arrow-button > box > buttoncontent > label:dir(rtl), splitbutton > button > buttoncontent > label:dir(rtl) { - padding-left: 0; -} - -stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, -stackswitcher > button.needs-attention > image { - animation: needs-attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), -stackswitcher > button.needs-attention > image:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > entry, .linked:not(.vertical) > button, .linked:not(.vertical) > button.image-button { - border-radius: 0; -} - -.linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -.linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child { - border-radius: 6px; -} - -.linked.vertical > entry, .linked.vertical > button, .linked.vertical > button.image-button { - border-radius: 0; -} - -.linked.vertical > entry:first-child, .linked.vertical > button:first-child { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -.linked.vertical > entry:last-child, .linked.vertical > button:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -.linked.vertical > entry:only-child, .linked.vertical > button:only-child { - border-radius: 6px; -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 6px; -} - - -list > row button.image-button:not(.flat) { - background-color: transparent; - box-shadow: none; - border: none; -} - - -list > row button.image-button:not(.flat):hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat):active, -list > row button.image-button:not(.flat):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - - -list > row button.image-button:not(.flat).suggested-action { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - - -list > row button.image-button:not(.flat).destructive-action { - background-color: #F44336; - color: #FFFFFF; -} - -/********* - * Links * - *********/ -link { - color: #1e66f5; -} - -link:visited { - color: #BA68C8; -} - -button.link:link, button.link:link:focus, button.link:link:hover, button.link:link:active { - color: #1e66f5; -} - -button.link:visited, button.link:visited:focus, button.link:visited:hover, button.link:visited:active { - color: #BA68C8; -} - -button.link > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton { - border-radius: 6px; - padding: 0; - border-spacing: 0; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -spinbutton:focus-within { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.08); - box-shadow: inset 0 0 0 2px transparent; - color: #FFFFFF; - outline: 2px solid #89b4fa; - outline-offset: -2px; -} - -spinbutton:disabled { - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.5); - outline: none; -} - -spinbutton > text { - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; - margin: 0; -} - -spinbutton > button { - border: none; -} - -spinbutton > button:focus:not(:hover):not(:active):not(:disabled) { - box-shadow: none; -} - -spinbutton:not(.vertical) > text { - min-width: 32px; - padding-left: 12px; -} - -spinbutton:not(.vertical) > button { - padding: 0; - margin: 6px; -} - -spinbutton:not(.vertical) > button.up:dir(ltr), spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 3px; -} - -spinbutton:not(.vertical) > button.up:dir(rtl), spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 3px; -} - -cell.activatable spinbutton:not(.vertical) { - margin: 3px 0; -} - -cell.activatable spinbutton:not(.vertical) > button { - margin: 0; - padding: 0; - min-height: 24px; - border-radius: 0; -} - -cell.activatable spinbutton:not(.vertical) > button:last-child { - border-radius: 0 6px 6px 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(ltr), cell.activatable spinbutton:not(.vertical) > button.down:dir(rtl) { - margin-left: 0; -} - -cell.activatable spinbutton:not(.vertical) > button.up:dir(rtl), cell.activatable spinbutton:not(.vertical) > button.down:dir(ltr) { - margin-right: 0; -} - -spinbutton.vertical > text { - min-height: 36px; - min-width: 42px; - padding: 0; -} - -spinbutton.vertical > button { - padding: 0; - margin: 6px 9px; -} - -/************** - * ComboBoxes * - **************/ -dropdown > button > box { - border-spacing: 6px; -} - -dropdown arrow, -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -dropdown > popover.menu > contents modelbutton, -combobox > popover.menu > contents modelbutton { - padding-left: 9px; - padding-right: 9px; -} - -dropdown button.combo cellview:dir(ltr), -combobox button.combo cellview:dir(ltr) { - margin-left: -2px; -} - -dropdown button.combo cellview:dir(rtl), -combobox button.combo cellview:dir(rtl) { - margin-right: -2px; -} - -dropdown popover, -combobox popover { - margin-top: 4px; - padding: 0; -} - -dropdown popover listview, -combobox popover listview { - margin: 0; -} - -dropdown popover listview > row, -combobox popover listview > row { - padding: 6px; -} - -dropdown popover listview > row:selected, -combobox popover listview > row:selected { - color: #FFFFFF; - background-color: alpha(currentColor, 0.06); -} - -dropdown popover .dropdown-searchbar, -combobox popover .dropdown-searchbar { - padding: 6px; -} - -dropdown.linked button:nth-child(2):dir(ltr), -combobox.linked button:nth-child(2):dir(ltr) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -dropdown.linked button:nth-child(2):dir(rtl), -combobox.linked button:nth-child(2):dir(rtl) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child), -combobox > .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 6px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):first-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):first-child { - margin-right: -36px; - padding-right: 36px; -} - -dropdown > .linked:not(.vertical) > entry:not(:only-child):last-child, -combobox > .linked:not(.vertical) > entry:not(:only-child):last-child { - margin-left: -36px; - padding-left: 36px; -} - -dropdown > .linked:not(.vertical) > button:not(:only-child), -combobox > .linked:not(.vertical) > button:not(:only-child) { - min-height: 16px; - min-width: 16px; - margin: 6px; - padding: 4px; - border-radius: 6px; -} - -.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.linked:not(.vertical) > combobox:not(:last-child) > box > button.combo { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.linked.vertical > combobox:not(:first-child) > box > button.combo { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.linked.vertical > combobox:not(:last-child) > box > button.combo { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} - -button.combo:only-child { - border-radius: 6px; - font-weight: normal; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 2px transparent; - background-color: rgba(255, 255, 255, 0.08); - color: rgba(255, 255, 255, 0.7); - outline: 0 solid transparent; - outline-offset: 2px; -} - -button.combo:only-child:focus { - color: #FFFFFF; - outline: 2px solid rgba(255, 255, 255, 0.04); - outline-offset: -2px; -} - -button.combo:only-child:hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -button.combo:only-child:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -button.combo:only-child:checked { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -button.combo:only-child:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - outline-color: transparent; -} - -/************ - * Toolbars * - ************/ -.toolbar { - padding: 6px; - background-color: #1e1e2e; - border-spacing: 6px; -} - -.osd .toolbar { - background-color: transparent; -} - -.app-notification, .toolbar.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - border-radius: 12px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; - color: #FFFFFF; -} - -.app-notification:backdrop, .toolbar.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -.left.app-notification, .right.app-notification, .top.app-notification, .bottom.app-notification, .toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom { - border-radius: 0; -} - -.bottom.app-notification, .toolbar.osd.bottom { - box-shadow: none; - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4)); -} - -.toolbar.horizontal > separator { - margin: 2px; -} - -.toolbar.vertical > separator { - margin: 2px; -} - -.toolbar entry, -.toolbar spinbutton, -.toolbar splitbutton, -.toolbar separator:not(.sidebar), -.toolbar button, -.toolbar menubutton, -.toolbar scalebutton { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar menubutton > button, -.toolbar splitbutton > button, -.toolbar splitbutton > menubutton, -.toolbar scalebutton > button { - margin-top: 0; - margin-bottom: 0; -} - -.toolbar switch { - margin-top: 4px; - margin-bottom: 4px; -} - -.toolbar spinbutton entry, -.toolbar spinbutton button { - margin: 0; -} - -.toolbar popover.menu separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -searchbar > revealer > box { - padding: 6px; - border-spacing: 6px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; - box-shadow: none; -} - -searchbar > revealer > box entry, searchbar > revealer > box button, searchbar > revealer > box menubutton { - margin: 0; -} - -/*************** - * Header bars * - ***************/ -headerbar button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); - border: none; -} - -headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action) { - color: #FFFFFF; -} - -headerbar button:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) { - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -headerbar button:backdrop:focus:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar button:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -headerbar button:backdrop:checked:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.32); -} - -headerbar entry { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; -} - -headerbar entry:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar entry image { - color: rgba(255, 255, 255, 0.7); -} - -headerbar entry image:hover, headerbar entry image:active { - color: #FFFFFF; -} - -headerbar entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: #11111b; - color: #FFFFFF; - min-height: 48px; - padding: 0; - margin: 0; -} - -headerbar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -headerbar:backdrop { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.7); -} - -headerbar:backdrop:disabled { - color: rgba(255, 255, 255, 0.32); -} - -headerbar.flat, headerbar.flat:backdrop { - background: none; - box-shadow: none; - transition: none; -} - -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -headerbar .subtitle, -headerbar .dim-label, -headerbar row.expander image.expander-row-arrow, -row.expander headerbar image.expander-row-arrow, -headerbar row label.subtitle, -row headerbar label.subtitle { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -headerbar .subtitle:backdrop, -headerbar .dim-label:backdrop, -headerbar row.expander image.expander-row-arrow:backdrop, -row.expander headerbar image.expander-row-arrow:backdrop, -headerbar row label.subtitle:backdrop, -row headerbar label.subtitle:backdrop { - color: rgba(255, 255, 255, 0.5); -} - -headerbar .titlebar { - background-color: transparent; - box-shadow: none; -} - -headerbar headerbar + separator { - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar > windowhandle > box { - padding: 0 6px; -} - -headerbar > windowhandle > box, -headerbar > windowhandle > box > box.start, -headerbar > windowhandle > box > box.end { - border-spacing: 6px; -} - -headerbar entry, -headerbar spinbutton, -headerbar button, -headerbar menubutton, -headerbar stackswitcher, -headerbar separator:not(.sidebar) { - margin-top: 6px; - margin-bottom: 6px; -} - -headerbar menubutton > button, -headerbar spinbutton > button, -headerbar splitbutton > button, -headerbar splitbutton > menubutton, -headerbar .linked > menubutton, -headerbar entry > menubutton { - margin-top: 0; - margin-bottom: 0; -} - -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); - opacity: 1; -} - -headerbar .linked:not(.vertical) > entry:not(:only-child) { - border-radius: 6px; -} - -headerbar .entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -headerbar popover.background button.suggested-action:disabled, -headerbar popover.background button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.5); -} - -headerbar popover.background entry, -headerbar popover.background spinbutton, -headerbar popover.background button, -headerbar popover.background menubutton, -headerbar popover.background stackswitcher { - margin-top: 0; - margin-bottom: 0; -} - -headerbar separator:not(.sidebar) { - background-color: rgba(255, 255, 255, 0.12); -} - -headerbar switch { - margin-top: 12px; - margin-bottom: 12px; -} - -headerbar.selection-mode { - transition: background-color 0.1ms 225ms, color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -headerbar.selection-mode:backdrop { - color: rgba(0, 0, 0, 0.6); -} - -headerbar.selection-mode .subtitle:link { - color: rgba(0, 0, 0, 0.87); -} - -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -headerbar.default-decoration { - min-height: 24px; - padding: 6px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -headerbar.default-decoration windowcontrols button, -headerbar.default-decoration windowcontrols menubutton { - min-width: 16px; - min-height: 16px; - margin: 0; - padding: 0; -} - -headerbar.default-decoration windowcontrols menubutton button { - min-height: 20px; - min-width: 20px; - margin: 0; - padding: 4px; -} - -.solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { - border-radius: 0; - box-shadow: none; -} - -window.devel headerbar { - background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(137, 180, 250, 0.1)), linear-gradient(to top, #171724 3px, #1b1b2b); -} - -window.devel headerbar:backdrop { - background: #11111b cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#11111b); - /* background-color would flash */ -} - -/************ - * Pathbars * - ************/ - -pathbar > button { - padding-left: 6px; - padding-right: 6px; - border-radius: 6px; - background-color: alpha(currentColor, 0.08); - border: none; - box-shadow: none; -} - - -pathbar > button:disabled { - background-color: alpha(currentColor, 0.05); -} - - -pathbar > button:checked { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - - -pathbar > button:checked:hover { - background-color: alpha(currentColor, 0.16); - color: #FFFFFF; -} - - -pathbar > button label, -pathbar > button image { - margin-left: 3px; - margin-right: 3px; -} - - -pathbar > button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -.pathbar { - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); - border: none; - border-radius: 6px; - padding: 2px; -} - -headerbar .pathbar { - margin-top: 6px; - margin-bottom: 6px; - background-color: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.7); -} - -.pathbar > button { - margin-top: 0; - margin-bottom: 0; - min-height: 20px; - border-radius: 4px; - border: none; - box-shadow: none; -} - -.pathbar > button:last-child { - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -/************** - * Tree Views * - **************/ -columnview.view, -treeview.view { - border-left-color: #393947; - border-top-color: #393947; -} - -columnview.view:hover, columnview.view:selected, -treeview.view:hover, -treeview.view:selected { - border-radius: 0; -} - -columnview.view:focus, -treeview.view:focus { - box-shadow: none; - outline: none; -} - -columnview.view.separator, -treeview.view.separator { - min-height: 5px; - color: rgba(255, 255, 255, 0.12); -} - -columnview.view:drop(active), -treeview.view:drop(active) { - box-shadow: none; -} - -columnview.view:drop(active).after, -treeview.view:drop(active).after { - border-top-style: none; -} - -columnview.view:drop(active).before, -treeview.view:drop(active).before { - border-bottom-style: none; -} - -columnview.view > dndtarget:drop(active), -treeview.view > dndtarget:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: alpha(currentColor, 0.06); -} - -columnview.view > dndtarget:drop(active).after, -treeview.view > dndtarget:drop(active).after { - border-top-style: none; -} - -columnview.view > dndtarget:drop(active).before, -treeview.view > dndtarget:drop(active).before { - border-bottom-style: none; -} - -columnview.view.expander, -treeview.view.expander { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: rgba(255, 255, 255, 0.7); -} - -columnview.view.expander:dir(rtl), -treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -columnview.view.expander:hover, -treeview.view.expander:hover { - color: #FFFFFF; -} - -columnview.view.expander:selected, -treeview.view.expander:selected { - color: #FFFFFF; -} - -columnview.view.expander:selected:hover, -treeview.view.expander:selected:hover { - color: #FFFFFF; -} - -columnview.view.expander:checked, -treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -columnview.view.expander:disabled, -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.32); -} - -columnview.view.progressbar, -treeview.view.progressbar { - border-bottom: 6px solid #89b4fa; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.progressbar:selected:hover, -treeview.view.progressbar:selected:hover { - box-shadow: none; -} - -columnview.view.trough, -treeview.view.trough { - border-bottom: 6px solid rgba(255, 255, 255, 0.12); - box-shadow: none; - background-color: transparent; - background-image: none; -} - -columnview.view.trough:selected:hover, -treeview.view.trough:selected:hover { - box-shadow: none; -} - -columnview.view > header > button, -treeview.view > header > button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - background-clip: border-box; -} - -columnview.view > header > button:not(:focus):not(:hover):not(:active), -treeview.view > header > button:not(:focus):not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -columnview.view > header > button, columnview.view > header > button:disabled, -treeview.view > header > button, -treeview.view > header > button:disabled { - background-color: #1e1e2e; -} - -columnview.view > header > button:last-child, -treeview.view > header > button:last-child { - border-right-style: none; -} - -columnview.view button.dnd, -columnview.view header.button.dnd, -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(255, 255, 255, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #1e1e2e; - background-clip: border-box; - color: #89b4fa; -} - -columnview.view acceleditor > label, -treeview.view acceleditor > label { - background-color: #89b4fa; -} - -stack.view treeview.view { - min-height: 36px; -} - -/********* - * Menus * - *********/ -menubar { - padding: 0; - background-color: #11111b; - color: #FFFFFF; -} - -menubar:backdrop { - background-color: #1e1e2e; - color: rgba(255, 255, 255, 0.7); -} - -.csd menubar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -menubar > item { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > item:selected { - transition: none; - background-color: alpha(currentColor, 0.1); - color: #FFFFFF; -} - -menubar > item:disabled { - color: rgba(255, 255, 255, 0.32); -} - -menubar > item label:disabled { - color: inherit; -} - -menubar > item popover.menu popover.menu { - margin-left: 9px; -} - -menubar > item popover.menu.background popover.menu.background > contents { - margin: 0; - border-radius: 12px; -} - -/********************** - * Popover Base Menus * - **********************/ -popover.menu box.inline-buttons { - color: #FFFFFF; - padding: 0 6px; -} - -popover.menu box.inline-buttons button.image-button.model { - min-height: 28px; - min-width: 28px; - padding: 0; - border: none; - outline: none; - transition: none; -} - -popover.menu box.inline-buttons button.image-button.model:selected { - background: image(alpha(currentColor, 0.06)); -} - -popover.menu box.circular-buttons { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model { - padding: 6px; -} - -popover.menu box.circular-buttons button.circular.image-button.model:focus { - background-color: alpha(currentColor, 0.06); -} - -popover.menu arrow.left, -popover.menu radio.left, -popover.menu check.left { - margin-left: 0; - margin-right: 0; -} - -popover.menu arrow.right, -popover.menu radio.right, -popover.menu check.right { - margin-left: 0; - margin-right: 0; -} - -popover.menu label.title { - font-weight: bold; - padding: 4px 26px; -} - -/************ - * Popovers * - ************/ -popover.background { - font: initial; -} - -popover.background, popover.background:backdrop { - background-color: transparent; -} - -popover > arrow, -popover > contents { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - padding: 6px; - background-color: #313244; - border-radius: 12px; - color: #FFFFFF; - border: 1px solid rgba(255, 255, 255, 0.1); - background-clip: border-box; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 2px 3px -1px rgba(0, 0, 0, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.05); -} - -popover > contents > list, -popover > contents > .view, -popover > contents > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover > contents separator { - background-color: rgba(255, 255, 255, 0.12); - margin: 3px 0; -} - -popover > contents list separator { - margin: 0; -} - -popover > contents list > row { - border-radius: 6px; -} - -popover > contents stack > box { - padding: 0; -} - -popover > contents > box > button { - margin: 0; -} - -popover .view:not(:selected), -popover toolbar { - background-color: #313244; -} - -popover.menu button, -popover button.model { - min-height: 32px; - padding: 0 8px; -} - -popover modelbutton { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-height: 22px; - min-width: 56px; - padding: 3px 9px; - color: #FFFFFF; - font: initial; - border-radius: 6px; -} - -popover modelbutton:focus:not(:hover) { - transition: none; - box-shadow: none; - outline: none; -} - -popover modelbutton:disabled { - color: rgba(255, 255, 255, 0.5); -} - -popover modelbutton accelerator { - color: rgba(255, 255, 255, 0.5); - margin-left: 30px; -} - -popover modelbutton accelerator:disabled { - color: rgba(255, 255, 255, 0.12); -} - -popover modelbutton arrow.left { - -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); -} - -popover modelbutton arrow.right { - -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); -} - -.osd popover, popover.touch-selection, popover.magnifier { - background-color: transparent; -} - -magnifier { - background-color: #1e1e2e; -} - -/************* - * Notebooks * - *************/ -tabbar tab, tabbar tabbox > tabboxchild > tab, notebook > header > tabs > tab { - min-height: 24px; - min-width: 24px; - padding: 3px 6px; - border: none; - background-clip: padding-box; - font-weight: 500; - border-radius: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), outline 300ms cubic-bezier(0, 0, 0.2, 1); - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - background-color: transparent; - outline: 0 solid transparent; - outline-offset: 2px; - color: rgba(255, 255, 255, 0.7); -} - -tabbar tab:hover:not(:checked):not(:selected), notebook > header > tabs > tab:hover:not(:checked):not(:selected) { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - box-shadow: none; -} - -tabbar tab:disabled, notebook > header > tabs > tab:disabled { - color: rgba(255, 255, 255, 0.32); - background-color: transparent; -} - -tabbar tab:active, notebook > header > tabs > tab:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - box-shadow: none; -} - -tabbar tab:checked:not(:active), notebook > header > tabs > tab:checked:not(:active), tabbar tab:selected:not(:active), notebook > header > tabs > tab:selected:not(:active) { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -} - -tabbar tab:checked:not(:active):disabled, notebook > header > tabs > tab:checked:not(:active):disabled, tabbar tab:selected:not(:active):disabled, notebook > header > tabs > tab:selected:not(:active):disabled { - color: rgba(255, 255, 255, 0.5); -} - -frame > paned > notebook > header, notebook.frame > header { - background-color: rgba(255, 255, 255, 0.04); -} - -notebook, notebook.frame { - background-color: #1e1e2e; - border-radius: 12px; -} - -notebook.frame frame > border { - border: none; - border-radius: 6px; -} - -notebook.frame frame > list row.activatable { - border-radius: 6px; -} - -notebook > header { - border: none; - background-color: rgba(255, 255, 255, 0.04); - margin: 3px; - border-radius: 9px; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: 0; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: 0; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: 0; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 6px; -} - -notebook > header > tabs > tab { - margin: 3px; -} - -notebook > header > tabs > tab > box { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - margin: -6px -12px; - padding: 6px 12px; -} - -notebook > header > tabs > tab > box:drop(active) { - background-color: rgba(255, 255, 255, 0.12); - color: #FFFFFF; -} - -notebook > header > tabs > tab button.flat:last-child { - margin-left: 6px; - margin-right: -3px; -} - -notebook > header > tabs > tab button.flat:first-child { - margin-left: -3px; - margin-right: 6px; -} - -notebook > header > tabs > tab button.close-button { - min-width: 24px; - min-height: 24px; -} - -notebook > header.top > tabs, notebook > header.bottom > tabs { - padding-left: 0; - padding-right: 0; -} - -notebook > header.top > tabs:not(:only-child):first-child, notebook > header.bottom > tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top > tabs:not(:only-child):last-child, notebook > header.bottom > tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top > tabs > tab:not(:last-child), notebook > header.bottom > tabs > tab:not(:last-child) { - margin-right: 0; -} - -notebook > header.top > tabs tab.reorderable-page, notebook > header.bottom > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header.left > tabs, notebook > header.right > tabs { - padding-top: 0; - padding-bottom: 0; -} - -notebook > header.left > tabs:not(:only-child):first-child, notebook > header.right > tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left > tabs:not(:only-child):last-child, notebook > header.right > tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left > tabs > tab:not(:last-child), notebook > header.right > tabs > tab:not(:last-child) { - margin-bottom: 0; -} - -notebook > header.left > tabs tab.reorderable-page, notebook > header.right > tabs tab.reorderable-page { - border-style: solid; -} - -notebook > header > menubutton > button.image-button { - padding: 3px; - min-width: 24px; - min-height: 24px; - margin: 0 3px; -} - -notebook > stack:not(:only-child) { - background-color: transparent; - border-radius: 6px; -} - -tabbar > revealer > box { - box-shadow: none; -} - -tabbar .box { - min-height: 36px; - border-bottom: none; - background: none; -} - -tabbar scrolledwindow.pinned undershoot { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -tabbar scrolledwindow.pinned:dir(rtl) undershoot.left { - border-left-width: 1px; -} - -tabbar scrolledwindow.pinned:dir(ltr) undershoot.right { - border-right-width: 1px; -} - -tabbar scrolledwindow.pinned tabbox > background:dir(ltr) { - box-shadow: inset -1px 0 rgba(255, 255, 255, 0.12); -} - -tabbar scrolledwindow.pinned tabbox > background:dir(rtl) { - box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12); -} - -tabbar undershoot { - transition: background 150ms ease-in-out; -} - -tabbar undershoot.left { - background: linear-gradient(to right, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar undershoot.right { - background: linear-gradient(to left, #1e1e2e, rgba(0, 0, 0, 0) 20px); -} - -tabbar .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar tabbox { - background-color: rgba(255, 255, 255, 0.04); - background-image: none; - padding: 0; - margin: 0; - border-radius: 0; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -tabbar tabbox > background { - background: none; -} - -tabbar tabbox > separator { - margin: 9px 0; - min-width: 1px; - transition: opacity 150ms ease-in-out; -} - -tabbar tabbox > separator.hidden { - opacity: 0; -} - -tabbar tabbox > tabboxchild { - margin: 0 -3px; - padding: 0; -} - -tabbar tabbox > tabboxchild > tab { - margin: 3px; -} - -tabbar tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); -} - -tabbar tab.needs-attention:hover { - background-image: image(alpha(currentColor, 0.03)), radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); -} - -tabbar .start-action, -tabbar .end-action { - background-color: rgba(255, 255, 255, 0.04); - background-clip: padding-box; - border-color: rgba(255, 255, 255, 0.12); - border-style: solid; - transition: background 150ms ease-in-out; -} - -tabbar .start-action button, -tabbar .end-action button { - border: none; - border-radius: 0; -} - -tabbar .start-action:dir(ltr), -tabbar .end-action:dir(rtl) { - border-right-width: 1px; -} - -tabbar .start-action:dir(rtl), -tabbar .end-action:dir(ltr) { - border-left-width: 1px; -} - -tabbar:not(.inline) scrolledwindow.pinned undershoot { - border-color: rgba(255, 255, 255, 0.12); -} - -tabbar:not(.inline) undershoot.left { - background: linear-gradient(to right, #11111b, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) undershoot.right { - background: linear-gradient(to left, #11111b, rgba(0, 0, 0, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-left undershoot.left { - background: linear-gradient(to right, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar:not(.inline) .needs-attention-right undershoot.right { - background: linear-gradient(to left, alpha(#89b4fa, 0.5), alpha(#89b4fa, 0.3) 1px, alpha(#89b4fa, 0) 20px); -} - -tabbar:not(.inline) tabbox > background { - background-color: #11111b; -} - -tabbar:not(.inline) .start-action, -tabbar:not(.inline) .end-action { - background-color: alpha(#11111b, 0.6); - border-color: rgba(255, 255, 255, 0.12); -} - -tabbar:not(.inline):backdrop .box { - background-color: #1e1e2e; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -dnd tab { - min-height: 24px; - background-color: #11111b; - color: #FFFFFF; - box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.09), 0 2px 14px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05); - outline: 1px solid rgba(0, 0, 0, 0.75); - outline-offset: -1px; - margin: 24px; -} - -dnd tab.needs-attention { - background-image: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.8), alpha(#89b4fa, 0.4) 10%, alpha(#89b4fa, 0) 30%); -} - -tabbar tab, -dnd tab { - padding: 6px; -} - -tabbar tab button.image-button, -dnd tab button.image-button { - padding: 0; - margin: 0; - min-width: 24px; - min-height: 24px; - border-radius: 9999px; -} - -tabbar tab button.image-button.tab-close-button, -dnd tab button.image-button.tab-close-button { - margin-right: -3px; -} - -tabview:drop(active), -tabbox:drop(active) { - box-shadow: none; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: #1e1e2e; - box-shadow: none; - outline: none; -} - -scrollbar.top { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -scrollbar > range > trough { - border: none; - background: none; - padding: 0; - outline: none; -} - -scrollbar > range > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.5); - box-shadow: none; - outline: none; -} - -scrollbar > range > trough > slider:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar > range > trough > slider:active { - background-color: #FFFFFF; -} - -scrollbar > range > trough > slider:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar > range.fine-tune > trough > slider { - min-width: 4px; - min-height: 4px; -} - -scrollbar > range.fine-tune.horizontal > trough > slider { - margin: 2px 0; -} - -scrollbar > range.fine-tune.vertical > trough > slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.fine-tune) > range > trough > slider { - transition-property: background-color, min-height, min-width; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) > range > trough > slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(30, 30, 46, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.32); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(49, 50, 68, 0.9); -} - -scrollbar.horizontal > range > trough > slider { - min-width: 24px; -} - -scrollbar.vertical > range > trough > slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - margin: 6px 0; - padding: 0; - border: none; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: border-box; - font-size: 0; - color: transparent; -} - -switch:checked { - background-color: #89b4fa; -} - -switch:disabled { - opacity: 0.5; -} - -switch image { - margin: -8px; -} - -switch > slider { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 18px; - min-height: 18px; - margin: 3px; - border-radius: 9999px; - outline: none; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - background-color: white; - border: none; -} - -switch:focus slider, switch:hover slider, switch:focus:hover slider { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; - border-spacing: 3px; -} - -check, -radio { - min-height: 20px; - min-width: 20px; - margin: 3px; - padding: 0; - border-radius: 9999px; - border: none; - color: transparent; - background-color: rgba(255, 255, 255, 0.12); - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0, 0, 0.2, 1); -} - -check:hover, -radio:hover { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04); - background-color: rgba(255, 255, 255, 0.15); -} - -check:active, -radio:active { - box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12); - background-color: rgba(255, 255, 255, 0.2); -} - -check:disabled, -radio:disabled { - background-color: rgba(255, 255, 255, 0.04); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -check:checked:hover, check:indeterminate:hover, -radio:checked:hover, -radio:indeterminate:hover { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.15); - background-color: #bad3fc; -} - -check:checked:active, check:indeterminate:active, -radio:checked:active, -radio:indeterminate:active { - box-shadow: 0 0 0 6px rgba(137, 180, 250, 0.2); - background-color: #89b4fa; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(0, 0, 0, 0.6); - background-color: rgba(137, 180, 250, 0.35); -} - -popover modelbutton.flat check, popover modelbutton.flat check:focus, popover modelbutton.flat check:hover, popover modelbutton.flat check:focus:hover, popover modelbutton.flat check:active, popover modelbutton.flat check:disabled, popover modelbutton.flat radio, popover modelbutton.flat radio:focus, popover modelbutton.flat radio:hover, popover modelbutton.flat radio:focus:hover, popover modelbutton.flat radio:active, popover modelbutton.flat radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover modelbutton.flat check.left:dir(rtl), popover modelbutton.flat radio.left:dir(rtl) { - margin-left: -3px; - margin-right: 6px; -} - -popover modelbutton.flat check.right:dir(ltr), popover modelbutton.flat radio.right:dir(ltr) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu radio { - transition: none; - margin: 0; - padding: 0; -} - -popover.menu check:dir(ltr), popover.menu radio:dir(ltr) { - margin-right: 6px; - margin-left: -3px; -} - -popover.menu check:dir(rtl), popover.menu radio:dir(rtl) { - margin-left: 6px; - margin-right: -3px; -} - -popover.menu check, popover.menu check:hover, popover.menu check:disabled, popover.menu check:checked:hover, popover.menu check:indeterminate:hover, popover.menu radio, popover.menu radio:hover, popover.menu radio:disabled, popover.menu radio:checked:hover, popover.menu radio:indeterminate:hover { - box-shadow: none; -} - - -check { - -gtk-icon-size: 20px; -} - - -check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic@2.svg"))); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic@2.svg"))); -} - - -radio { - -gtk-icon-size: 20px; -} - - -radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-checked-symbolic@2.svg"))); -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/radio-mixed-symbolic@2.svg"))); -} - - -popover.menu check { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu check:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic@2.svg"))); -} - - -popover.menu check:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic@2.svg"))); -} - - -popover.menu radio { - min-height: 16px; - min-width: 16px; - -gtk-icon-size: 16px; -} - - -popover.menu radio:checked { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic@2.svg"))); -} - - -popover.menu radio:indeterminate { - -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")), -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic@2.svg"))); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view radio, treeview.view check, -columnview.view radio, -columnview.view check { - padding: 0; - margin: 0; - transition: none; -} - -treeview.view radio, treeview.view radio:hover, treeview.view radio:disabled, treeview.view radio:checked:hover, treeview.view radio:indeterminate:hover, treeview.view check, treeview.view check:hover, treeview.view check:disabled, treeview.view check:checked:hover, treeview.view check:indeterminate:hover, -columnview.view radio, -columnview.view radio:hover, -columnview.view radio:disabled, -columnview.view radio:checked:hover, -columnview.view radio:indeterminate:hover, -columnview.view check, -columnview.view check:hover, -columnview.view check:disabled, -columnview.view check:checked:hover, -columnview.view check:indeterminate:hover { - box-shadow: none; -} - -treeview.view:hover check, treeview.view:hover radio, treeview.view:selected check, treeview.view:selected radio, treeview.view:focus check, treeview.view:focus radio, -columnview.view:hover check, -columnview.view:hover radio, -columnview.view:selected check, -columnview.view:selected radio, -columnview.view:focus check, -columnview.view:focus radio { - box-shadow: none; -} - -treeview.view:hover check:checked, treeview.view:hover radio:checked, treeview.view:selected check:checked, treeview.view:selected radio:checked, treeview.view:focus check:checked, treeview.view:focus radio:checked, -columnview.view:hover check:checked, -columnview.view:hover radio:checked, -columnview.view:selected check:checked, -columnview.view:selected radio:checked, -columnview.view:focus check:checked, -columnview.view:focus radio:checked { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 17px 12px; -} - -scale.vertical { - padding: 12px 17px; -} - -scale > trough { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough:disabled { - background-color: rgba(255, 255, 255, 0.12); -} - -scale > trough > highlight { - transition: background-image 75ms cubic-bezier(0, 0, 0.2, 1); - background-image: image(#89b4fa); -} - -scale > trough > highlight:disabled { - background-color: #1e1e2e; - background-image: image(rgba(255, 255, 255, 0.32)); -} - -scale > trough > fill { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale > trough > fill:disabled { - background-color: transparent; -} - -scale > trough > slider { - min-height: 18px; - min-width: 18px; - margin: -8px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 9999px; - color: #89b4fa; - background-color: #1e1e2e; - box-shadow: inset 0 0 0 2px #89b4fa; -} - -scale > trough > slider:hover { - box-shadow: inset 0 0 0 2px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale > trough > slider:active { - box-shadow: inset 0 0 0 4px #89b4fa, 0 0 0 8px rgba(255, 255, 255, 0.12); -} - -scale > trough > slider:disabled { - box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.32); -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 16px; - padding-bottom: 16px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 16px; - padding-right: 16px; -} - -scale.fine-tune > trough > slider { - margin: -7px; -} - -scale > marks, -scale > value { - color: rgba(255, 255, 255, 0.7); -} - -scale indicator { - background-color: rgba(255, 255, 255, 0.3); - color: transparent; -} - -scale.marks-before:not(.marks-after) > trough > slider, scale.marks-after:not(.marks-before) > trough > slider { - transform: rotate(0); -} - -scale.horizontal > marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale.horizontal.fine-tune > marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.horizontal > marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale.horizontal.fine-tune > marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.vertical > marks.top { - margin-right: 7px; - margin-left: -15px; -} - -scale.vertical.fine-tune > marks.top { - margin-right: 6px; - margin-left: -14px; -} - -scale.vertical > marks.bottom { - margin-left: 7px; - margin-right: -15px; -} - -scale.vertical.fine-tune > marks.bottom { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider, scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover, scale.horizontal.marks-before:not(.marks-after) > trough > slider:active, scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")); -} - -scale.horizontal.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider, scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover, scale.horizontal.marks-after:not(.marks-before) > trough > slider:active, scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")); -} - -scale.horizontal.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider, scale.vertical.marks-before:not(.marks-after) > trough > slider:hover, scale.vertical.marks-before:not(.marks-after) > trough > slider:active, scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")); -} - -scale.vertical.marks-before:not(.marks-after) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - min-height: 32px; - min-width: 32px; - margin: -15px; - border-radius: 50%; - background-size: auto, 1000% 1000%; - background-repeat: no-repeat; - background-position: center center; - background-color: transparent; -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider, scale.vertical.marks-after:not(.marks-before) > trough > slider:hover, scale.vertical.marks-after:not(.marks-before) > trough > slider:active, scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - box-shadow: none; -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:focus { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:hover { - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:focus:hover { - background-color: alpha(currentColor, 0.16); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-size: auto, 0% 0%; - background-color: alpha(currentColor, 0.08); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")); -} - -scale.vertical.marks-after:not(.marks-before) > trough > slider:active { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal > trough > slider:dir(ltr), scale.color.horizontal > trough > slider:dir(rtl) { - margin-bottom: -13.5px; - margin-top: 11.5px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -13.5px; - margin-right: 11.5px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) > trough > slider { - margin-right: -13.5px; - margin-left: 11.5px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 6px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 6px; -} - -progressbar trough { - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.12); -} - -progressbar progress { - border-radius: 6px; - background-color: #89b4fa; -} - -progressbar.osd { - min-width: 6px; - min-height: 6px; - background-color: transparent; - box-shadow: none; - margin: 0; - padding: 0; -} - -progressbar.osd trough { - background-color: transparent; -} - -progressbar.osd progress { - background-color: #89b4fa; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 6px; -} - -levelbar.horizontal.discrete block { - min-width: 36px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 6px; -} - -levelbar.vertical.discrete block { - min-height: 36px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar trough { - border-radius: 6px; -} - -levelbar block.low { - background-color: #FBC02D; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #89b4fa; -} - -levelbar block.full { - background-color: #66BB6A; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * Print dialog * -*****************/ -window.dialog.print drawing { - color: #FFFFFF; - background: none; - border: none; - padding: 0; -} - -window.dialog.print drawing paper { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - color: #FFFFFF; -} - -window.dialog.print .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame, -.frame { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -frame > list, -.frame > list { - border: none; -} - -frame.view, -.frame.view { - border-radius: 6px; -} - -frame.flat, -.frame.flat { - border-style: none; -} - -frame { - border-radius: 6px; -} - -frame > label { - margin: 4px; -} - -frame.flat > border, statusbar frame > border { - border: none; -} - -actionbar > revealer > box { - padding: 6px; - border-spacing: 6px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: border-box; - border: none; -} - -actionbar > revealer > box button, actionbar > revealer > box entry, -actionbar > revealer > box menubutton, actionbar > revealer > box menubutton > button, -actionbar > revealer > box splitbutton, actionbar > revealer > box splitbutton > button, -actionbar > revealer > box spinbutton { - margin: 0; -} - -statusbar { - padding: 6px 18px; -} - -scrolledwindow viewport.frame { - border: none; -} - -stack scrolledwindow.frame viewport.frame list { - border: none; -} - -overshoot.top { - background-image: radial-gradient(farthest-side at top, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at top, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: radial-gradient(farthest-side at bottom, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at bottom, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 100% 3%, 100% 50%; - background-repeat: no-repeat; - background-position: bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: radial-gradient(farthest-side at left, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at left, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: left; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: radial-gradient(farthest-side at right, alpha(currentColor, 0.12) 85%, alpha(currentColor, 0)), radial-gradient(farthest-side at right, alpha(currentColor, 0.05), alpha(currentColor, 0)); - background-size: 3% 100%, 50% 100%; - background-repeat: no-repeat; - background-position: right; - background-color: transparent; - border: none; - box-shadow: none; -} - -junction { - border: none; - background-image: none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(255, 255, 255, 0.12); -} - -stacksidebar + separator.vertical, -stacksidebar separator.horizontal, button.font separator, button.file separator, separator.spacer { - min-width: 0; - min-height: 0; - background-color: transparent; - background-image: none; -} - -/********* - * Lists * - *********/ -list.content, -list.boxed-list { - border-radius: 7px; - box-shadow: none; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -listview, -list { - border-color: rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; - background-clip: padding-box; -} - -listview > row, -list > row { - padding: 6px; - background-clip: padding-box; -} - -listview > row.expander, -list > row.expander { - padding: 0px; -} - -listview > row.expander .row-header, -list > row.expander .row-header { - padding: 2px; -} - -listview.horizontal row.separator:not(:last-child), listview.separators.horizontal > row:not(.separator):not(:last-child), -list.horizontal row.separator:not(:last-child), -list.separators.horizontal > row:not(.separator):not(:last-child) { - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -listview:not(.horizontal) row.separator:not(:last-child), listview.separators:not(.horizontal) > row:not(.separator):not(:last-child), -list:not(.horizontal) row.separator:not(:last-child), -list.separators:not(.horizontal) > row:not(.separator):not(:last-child) { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.frame { - border-radius: 6px; -} - -listview.view { - color: #FFFFFF; - background-color: transparent; -} - -popover.menu listview.view { - padding: 0; - border-radius: 6px; -} - -popover.menu listview.view > row { - margin-left: 0; - margin-right: 0; - border-radius: 6px; -} - -row { - color: rgba(255, 255, 255, 0.7); - background-clip: padding-box; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - min-height: 48px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.35); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; -} - -.nautilus-window .nautilus-grid-view child.activatable, columnview.view > header > button, -treeview.view > header > button, row.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), font-weight 0; - outline: none; - box-shadow: none; - background-color: transparent; - background-image: radial-gradient(circle, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:focus, columnview.view > header > button:focus, -treeview.view > header > button:focus, row.activatable:focus { - color: #FFFFFF; - background-color: transparent; - box-shadow: none; - outline: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:hover, columnview.view > header > button:hover, -treeview.view > header > button:hover, .nautilus-window .nautilus-grid-view child.has-open-popup.activatable, columnview.view > header > button.has-open-popup, -treeview.view > header > button.has-open-popup, row.activatable:hover, row.activatable.has-open-popup { - color: #FFFFFF; - background-color: alpha(currentColor, 0.05); - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:active, columnview.view > header > button:active, -treeview.view > header > button:active, row.activatable:active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, font-weight 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.05) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.05); - color: #FFFFFF; - box-shadow: none; -} - -.nautilus-window .nautilus-grid-view child.activatable:selected, columnview.view > header > button:selected, -treeview.view > header > button:selected, row.activatable:selected { - background-color: alpha(currentColor, 0.06); -} - -.nautilus-window .nautilus-grid-view child.activatable:selected:hover, columnview.view > header > button:selected:hover, -treeview.view > header > button:selected:hover, row.activatable:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -button row.activatable:focus, button row.activatable:hover, button row.activatable:active { - box-shadow: none; - background: none; -} - -button:checked row.activatable { - color: rgba(0, 0, 0, 0.87); -} - -row:selected { - background-color: alpha(currentColor, 0.06); - color: inherit; - box-shadow: none; -} - -row:selected:hover { - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus, row:selected:focus-visible:focus-within { - outline: none; - background-color: alpha(currentColor, 0.08); -} - -row:selected:focus:hover, row:selected:focus-visible:focus-within:hover { - background-color: alpha(currentColor, 0.16); -} - -row:selected image, -row:selected label { - color: #FFFFFF; -} - -row:selected button image, -row:selected button label { - color: inherit; -} - -row:selected:disabled image, -row:selected:disabled label { - color: rgba(255, 255, 255, 0.5); -} - -.rich-list { - /* rich lists usually containing other widgets than just labels/text */ -} - -.rich-list > row { - padding: 9px 12px; - min-height: 32px; - /* should be tall even when only containing a label */ -} - -.rich-list > row:last-child { - border-bottom: none; -} - -.rich-list > row > box { - border-spacing: 12px; -} - -row label.subtitle { - font-size: smaller; -} - -row > box.header { - margin-left: 12px; - margin-right: 12px; - border-spacing: 6px; - min-height: 50px; -} - -row > box.header > .icon:disabled { - filter: opacity(0.45); -} - -row > box.header > box.title { - margin-top: 6px; - margin-bottom: 6px; - border-spacing: 3px; - padding: 0; -} - -row > box.header > box.title, -row > box.header > box.title > .title, -row > box.header > box.title > .subtitle { - padding: 0; - font-weight: inherit; -} - -row > box.header > .prefixes, -row > box.header > .suffixes { - border-spacing: 6px; -} - -row > box.header > .icon:dir(ltr), -row > box.header > .prefixes:dir(ltr) { - margin-right: 6px; -} - -row > box.header > .icon:dir(rtl), -row > box.header > .prefixes:dir(rtl) { - margin-left: 6px; -} - -row.entry:not(:selected).activatable.focused:hover, row.entry:not(:selected).activatable.focused:active { - background-color: transparent; -} - -row.entry .edit-icon, row.entry .indicator { - min-width: 24px; - min-height: 24px; - padding: 5px; -} - -row.entry .edit-icon:disabled { - opacity: 0.5; -} - -row.entry .indicator { - opacity: 0.65; -} - -row.entry.monospace { - font-family: inherit; -} - -row.entry.monospace text { - font-family: monospace; -} - -row.entry.error text > selection:focus-within { - background-color: alpha(#F44336, 0.2); -} - -row.entry.error text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.warning text > selection:focus-within { - background-color: alpha(#FBC02D, 0.2); -} - -row.entry.warning text > cursor-handle > contents { - background-color: currentColor; -} - -row.entry.success text > selection:focus-within { - background-color: alpha(#66BB6A, 0.2); -} - -row.entry.success text > cursor-handle > contents { - background-color: currentColor; -} - -row.combo image.dropdown-arrow:disabled { - filter: opacity(0.45); -} - -row.combo listview.inline { - background: none; - border: none; - box-shadow: none; - color: inherit; -} - -row.combo listview.inline, row.combo listview.inline:disabled { - background: none; - color: inherit; -} - -row.combo popover > contents { - min-width: 120px; -} - -list.content > row, list.content > row.expander row.header, -list.boxed-list > row, -list.boxed-list > row.expander row.header, row.expander list.nested > row { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -list.content > row:not(:selected).activatable:hover, list.content > row.expander row.header:not(:selected).activatable:hover, -list.boxed-list > row:not(:selected).activatable:hover, -list.boxed-list > row.expander row.header:not(:selected).activatable:hover, row.expander list.nested > row:not(:selected).activatable:hover { - background-color: alpha(currentColor, 0.08); -} - -list.content > row:not(:selected).activatable:active, list.content > row.expander row.header:not(:selected).activatable:active, -list.boxed-list > row:not(:selected).activatable:active, -list.boxed-list > row.expander row.header:not(:selected).activatable:active, row.expander list.nested > row:not(:selected).activatable:active { - background-color: alpha(currentColor, 0.12); -} - -list.content > row:not(:selected).activatable.has-open-popup, list.content > row.expander row.header:not(:selected).activatable.has-open-popup, -list.boxed-list > row:not(:selected).activatable.has-open-popup, -list.boxed-list > row.expander row.header:not(:selected).activatable.has-open-popup, row.expander list.nested > row:not(:selected).activatable.has-open-popup { - background-color: alpha(currentColor, 0.03); -} - -row.expander { - background: none; - padding: 0px; -} - -row.expander > box > list { - background: none; - color: inherit; -} - -row.expander list.nested { - color: inherit; -} - -row.expander image.expander-row-arrow { - transition: -gtk-icon-transform 200ms cubic-bezier(0, 0, 0.2, 1); -} - -row.expander image.expander-row-arrow:dir(ltr) { - margin-left: 6px; -} - -row.expander image.expander-row-arrow:dir(rtl) { - margin-right: 6px; -} - -row.expander image.expander-row-arrow:dir(ltr) { - -gtk-icon-transform: rotate(0.5turn); -} - -row.expander image.expander-row-arrow:dir(rtl) { - -gtk-icon-transform: rotate(-0.5turn); -} - -row.expander image.expander-row-arrow:disabled { - filter: opacity(0.45); -} - -row.expander:checked image.expander-row-arrow { - -gtk-icon-transform: rotate(0turn); - opacity: 1; -} - -row.expander:checked image.expander-row-arrow:not(:disabled) { - color: #89b4fa; -} - -.osd row.expander:checked image.expander-row-arrow:not(:disabled) { - color: inherit; -} - -list.content > row.expander, -list.boxed-list > row.expander { - border: none; -} - -list.content > row:first-child, list.content > row:first-child.expander row.header, -list.boxed-list > row:first-child, -list.boxed-list > row:first-child.expander row.header { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, -list.boxed-list > row:last-child, -list.boxed-list > row:last-child.expander:not(:checked), -list.boxed-list > row:last-child.expander:not(:checked) row.header, -list.boxed-list > row:last-child.expander:checked list.nested, -list.boxed-list > row:last-child.expander:checked list.nested > row:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-bottom-width: 0; -} - -columnview > listview > row { - padding: 0; -} - -columnview > listview > row > cell { - padding: 8px 6px; -} - -columnview > listview > row > cell:not(:first-child) { - border-left: 1px solid transparent; -} - -columnview.column-separators > listview > row > cell { - border-left-color: rgba(255, 255, 255, 0.12); -} - -columnview.data-table > listview > row > cell { - padding-top: 2px; - padding-bottom: 2px; -} - -treeexpander { - border-spacing: 6px; -} - -columnview row:not(:selected) cell editablelabel:not(.editing):focus-within { - outline: 2px solid alpha(currentColor, 0.06); -} - -columnview row:not(:selected) cell editablelabel.editing:focus-within { - outline: 2px solid #89b4fa; -} - -columnview row:not(:selected) cell editablelabel.editing text selection { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 6px; - border-spacing: 0; - padding: 0; - border: none; - background-image: none; -} - -.app-notification button.text-button:not(:disabled) { - color: #89b4fa; -} - -.app-notification > box > label { - margin-left: 9px; -} - -.app-notification.frame, -.app-notification border { - border: none; -} - -/************* - * Expanders * - *************/ -expander { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - color: rgba(255, 255, 255, 0.7); - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); -} - -expander:hover, expander:active { - color: #FFFFFF; -} - -expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -expander:disabled { - color: rgba(255, 255, 255, 0.32); -} - -expander-widget > box > title { - border-radius: 6px; -} - -expander-widget > box > title:hover > expander { - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active), -placessidebar:not(decoration):not(window):drop(active):focus, -placessidebar:not(decoration):not(window):drop(active), -stackswitcher:not(decoration):not(window):drop(active):focus, -stackswitcher:not(decoration):not(window):drop(active), -expander-widget:not(decoration):not(window):drop(active):focus, -expander-widget:not(decoration):not(window):drop(active) { - box-shadow: none; -} - -/************ - * Calendar * - ************/ -calendar { - padding: 0; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; - color: #FFFFFF; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 6px; -} - -calendar > header { - padding: 3px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -calendar > header > button { - min-height: 24px; -} - -calendar > grid { - margin: 3px; -} - -calendar > grid > label { - border-radius: 6px; - margin: 0; -} - -calendar > grid > label.today:selected { - box-shadow: none; -} - -calendar > grid > label:focus { - outline-style: none; -} - -calendar > grid > label.day-number { - padding: 6px; -} - -calendar > grid > label.day-number.other-month { - color: alpha(currentColor, 0.3); -} - -/*********** - * Dialogs * - ***********/ -window.messagedialog .response-area > box > button, window.dialog.message .dialog-action-area > button { - border-radius: 0; - min-height: 28px; - padding: 6px 12px; - margin: 0; - border: none; -} - -window.messagedialog .response-area > box > button:first-child, window.dialog.message .dialog-action-area > button:first-child { - border-radius: 0 0 0 12px; -} - -window.messagedialog .response-area > box > button:last-child, window.dialog.message .dialog-action-area > button:last-child { - border-radius: 0 0 12px 0; -} - -window.messagedialog .response-area > box > button:only-child, window.dialog.message .dialog-action-area > button:only-child { - border-radius: 0 0 12px 12px; -} - -window.dialog.message.background { - background-color: #313244; -} - -window.dialog.message box.dialog-vbox.vertical { - margin-top: 6px; - border-spacing: 24px; -} - -window.dialog.message box.dialog-vbox.vertical > box.vertical { - margin-bottom: 6px; -} - -window.dialog.message box.dialog-vbox.vertical > box > box > box > label.title { - font-weight: 800; - font-size: 15pt; -} - -window.dialog.message .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; - color: #FFFFFF; -} - -window.dialog.message .titlebar:backdrop { - background-color: #313244; - color: rgba(255, 255, 255, 0.7); -} - -window.dialog.message .dialog-action-area { - border-top: 1px solid rgba(255, 255, 255, 0.12); - margin: 0; - border-spacing: 0; -} - -window.dialog.message .dialog-action-area > button { - border: none; -} - -window.dialog.message .dialog-action-area > button:not(:last-child) { - border-right: 1px solid rgba(255, 255, 255, 0.12); -} - -window.dialog.message .dialog-action-area > button.suggested-action:not(:disabled) { - color: #89b4fa; -} - -window.dialog.message .dialog-action-area > button.destructive-action:not(:disabled) { - color: #F44336; -} - -window.aboutdialog.background.csd scrolledwindow.frame, window.aboutdialog.background.csd scrolledwindow.frame > viewport.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view, window.aboutdialog.background.csd scrolledwindow.frame > textview.view > text { - border-radius: 6px; -} - -/******************** - * AdwMessageDialog * - ********************/ -window.messagedialog { - background-color: #313244; - color: #FFFFFF; -} - -window.messagedialog .message-area { - padding: 24px 30px; - border-spacing: 10px; -} - -window.messagedialog .response-area > box > button.suggested { - color: #89b4fa; -} - -window.messagedialog .response-area > box > button.destructive { - color: #F44336; -} - -window.messagedialog.csd:not(.solid-csd) { - border-radius: 12px; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button { - margin: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:first-child { - margin-left: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.horizontal > button:last-child { - margin-right: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button { - margin-top: 0; - margin-bottom: 0; -} - -window.messagedialog.csd:not(.solid-csd) .response-area > box.vertical > button:last-child { - border-bottom-left-radius: 12px; - border-bottom-right-radius: 12px; - margin-bottom: 0; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background-color: #1e1e2e; -} - -filechooser stack.view frame > border { - border: none; -} - -filechooserbutton > button > box { - border-spacing: 6px; -} - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #11111b; -} - -.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-left-style: none; -} - -.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { - border-left: 1px solid rgba(255, 255, 255, 0.12); - border-right-style: none; -} - -.sidebar listview.view, -.sidebar list { - background-color: transparent; - color: inherit; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -leaflet.unfolded > box > stacksidebar.sidebar { - border: none; -} - -stacksidebar list { - padding: 6px; - background-color: #11111b; -} - -stacksidebar row { - min-height: 24px; - padding: 6px; - border-radius: 6px; -} - -stacksidebar row:selected { - font-weight: 500; -} - -stacksidebar row + row { - margin-top: 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; - color: inherit; -} - -separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); - border-right: none; -} - -separator.sidebar.selection-mode, .selection-mode separator.sidebar { - background-color: rgba(255, 255, 255, 0.12); -} - -/********************** - * Navigation Sidebar * - **********************/ -.navigation-sidebar { - padding: 4.5px 0; - border-right: none; -} - -.navigation-sidebar, .navigation-sidebar.view { - background-color: transparent; - color: inherit; -} - -.navigation-sidebar.background { - background-color: #11111b; - color: rgba(255, 255, 255, 0.7); -} - -.navigation-sidebar > separator { - margin: 4.5px 0; -} - -.navigation-sidebar > row { - min-height: 24px; - padding: 6px; - border-radius: 6px; - margin: 1.5px 6px; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - transition: color 75ms cubic-bezier(0, 0, 0.2, 1); - color: rgba(255, 255, 255, 0.7); -} - -row image.sidebar-icon:disabled { - color: rgba(255, 255, 255, 0.32); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar list > separator { - margin: 3px 0; -} - -placessidebar row:selected { - font-weight: 500; -} - -placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar row label.sidebar-label { - color: inherit; -} - -placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar row.sidebar-placeholder-row { - background-color: alpha(currentColor, 0.08); -} - -placessidebar row.sidebar-new-bookmark-row { - color: #89b4fa; -} - -placessidebar row.sidebar-new-bookmark-row image.sidebar-icon { - color: #89b4fa; -} - -placessidebar row:drop(active) { - background-color: alpha(currentColor, 0.08); -} - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0, 0, 0.2, 1); - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - border-spacing: 6px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(#393947); - background-size: 1px 1px; - background-clip: content-box; - box-shadow: none; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1e1e2e; - background-image: image(#393947), image(#393947); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************ - * GtkVideo * - ************/ -video { - background: black; - border-radius: 6px; -} - -video image.osd { - min-width: 64px; - min-height: 64px; - border-radius: 9999px; - border: none; -} - -/************** - * GtkInfoBar * - **************/ -infobar > revealer > box { - padding: 6px; - border-spacing: 12px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box { - background-color: #1e1e2e; - color: #FFFFFF; -} - -infobar.info > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:hover > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action), infobar.info:backdrop > revealer > box button.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { - color: #89b4fa; -} - -infobar.action > revealer > box, infobar.action:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:backdrop > revealer > box { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box button, infobar.action > revealer > box button:hover, infobar.action > revealer > box button:focus, infobar.action > revealer > box button:active, infobar.action > revealer > box button:checked, infobar.action > revealer > box button.text-button:not(:disabled), infobar.action:backdrop > revealer > box button, infobar.action:backdrop > revealer > box button:hover, infobar.action:backdrop > revealer > box button:focus, infobar.action:backdrop > revealer > box button:active, infobar.action:backdrop > revealer > box button:checked, infobar.action:backdrop > revealer > box button.text-button:not(:disabled), infobar.question > revealer > box button, infobar.question > revealer > box button:hover, infobar.question > revealer > box button:focus, infobar.question > revealer > box button:active, infobar.question > revealer > box button:checked, infobar.question > revealer > box button.text-button:not(:disabled), infobar.question:backdrop > revealer > box button, infobar.question:backdrop > revealer > box button:hover, infobar.question:backdrop > revealer > box button:focus, infobar.question:backdrop > revealer > box button:active, infobar.question:backdrop > revealer > box button:checked, infobar.question:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action > revealer > box *:link, infobar.action:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.action:hover > revealer > box, infobar.question:hover > revealer > box { - background-color: #71a4f9; -} - -infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box button, infobar.warning > revealer > box button:hover, infobar.warning > revealer > box button:focus, infobar.warning > revealer > box button:active, infobar.warning > revealer > box button:checked, infobar.warning > revealer > box button.text-button:not(:disabled), infobar.warning:backdrop > revealer > box button, infobar.warning:backdrop > revealer > box button:hover, infobar.warning:backdrop > revealer > box button:focus, infobar.warning:backdrop > revealer > box button:active, infobar.warning:backdrop > revealer > box button:checked, infobar.warning:backdrop > revealer > box button.text-button:not(:disabled) { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link { - color: rgba(0, 0, 0, 0.87); -} - -infobar.warning:hover > revealer > box { - background-color: #fbb814; -} - -infobar.error > revealer > box, infobar.error:backdrop > revealer > box { - background-color: #F44336; - color: #FFFFFF; -} - -infobar.error > revealer > box button, infobar.error > revealer > box button:hover, infobar.error > revealer > box button:focus, infobar.error > revealer > box button:active, infobar.error > revealer > box button:checked, infobar.error > revealer > box button.text-button:not(:disabled), infobar.error:backdrop > revealer > box button, infobar.error:backdrop > revealer > box button:hover, infobar.error:backdrop > revealer > box button:focus, infobar.error:backdrop > revealer > box button:active, infobar.error:backdrop > revealer > box button:checked, infobar.error:backdrop > revealer > box button.text-button:not(:disabled) { - color: #FFFFFF; -} - -infobar.error > revealer > box *:link, infobar.error:backdrop > revealer > box *:link { - color: #FFFFFF; -} - -infobar.error:hover > revealer > box { - background-color: #f32c1e; -} - -/************ - * Tooltips * - ************/ -tooltip { - padding: 6px 12px; - box-shadow: none; - border: none; -} - -tooltip.background { - background-color: rgba(11, 11, 18, 0.9); - color: #FFFFFF; - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); - border-radius: 6px; - margin: 2px 6px 8px 6px; -} - -tooltip > box { - border-spacing: 6px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.top overlay { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -colorswatch.bottom { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -colorswatch.dark { - color: #FFFFFF; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorchooser colorswatch:hover { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 0 0 2px #89b4fa; -} - -colorswatch#add-color-button { - border-radius: 6px 0 0 6px; - color: #FFFFFF; -} - -colorswatch#add-color-button:only-child { - border-radius: 6px; -} - -colorswatch#add-color-button overlay { - background-color: rgba(255, 255, 255, 0.04); -} - -colorswatch#add-color-button overlay:hover { - background-color: rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -colorswatch#add-color-button overlay:active { - background-color: rgba(255, 255, 255, 0.3); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 6px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 6px; -} - -colorswatch#editor-color-sample overlay:hover { - box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 2px -0.6px rgba(0, 0, 0, 0.17); -} - -colorchooser .popover.osd { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #313244; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2), 0 2px 2px -1px rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1e1e2e; -} - -/********************** - * Window Decorations * - **********************/ -window { - border: none; -} - -window.csd { - border-radius: 12px; - outline-offset: -1px; - outline: 1px solid rgba(255, 255, 255, 0.1); - margin: 0; - box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 15px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; -} - -window.csd:backdrop { - transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), 0 4px 3px 0 rgba(0, 0, 0, 0.18), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.75), 0 0 36px transparent; -} - -window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-top, window.csd.tiled-right, window.csd.tiled-bottom, window.csd.tiled-left { - border-radius: 0; - transition: none; -} - -window.solid-csd { - margin: 0; - padding: 2px; - border-radius: 0; - background-color: #11111b; - border: 1px solid #393947; -} - -window.solid-csd:backdrop { - background-color: #1e1e2e; -} - -window.ssd { - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); -} - -windowcontrols button:not(.suggested-action):not(.destructive-action) { - min-height: 16px; - min-width: 16px; - padding: 0; - margin: 0 4px; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:not(.suggested-action):not(.destructive-action), windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - color: transparent; -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) image, windowcontrols button.close:not(.suggested-action):not(.destructive-action) image { - padding: 0; -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action) { - box-shadow: none; -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.25); -} - -windowcontrols button.minimize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - color: rgba(0, 0, 0, 0.5); -} - -windowcontrols button.minimize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:not(.suggested-action):not(.destructive-action) { - background-color: rgba(255, 255, 255, 0.3); -} - -windowcontrols button.minimize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.minimize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.maximize:backdrop:active:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:hover:not(.suggested-action):not(.destructive-action), windowcontrols button.close:backdrop:active:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.5); -} - -windowcontrols button.minimize:not(.suggested-action):not(.destructive-action) { - background-color: #f9e2af; -} - -windowcontrols button.minimize:active:not(.suggested-action):not(.destructive-action) { - background-color: #fbe9c3; -} - -windowcontrols button.maximize:not(.suggested-action):not(.destructive-action) { - background-color: #a6e3a1; -} - -windowcontrols button.maximize:active:not(.suggested-action):not(.destructive-action) { - background-color: #bceab9; -} - -windowcontrols button.close:not(.suggested-action):not(.destructive-action) { - background-color: #f38ba8; -} - -windowcontrols button.close:active:not(.suggested-action):not(.destructive-action) { - background-color: #f6a8be; -} - -windowcontrols { - border-spacing: 6px; -} - -windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { - margin-right: 9px; - margin-left: 9px; -} - -windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { - margin-left: 9px; - margin-right: 9px; -} - -.view:selected, iconview:selected, gridview > child:selected, columnview.view:selected, -treeview.view:selected, calendar:selected, calendar > grid > label.day-number:selected { - background-color: alpha(currentColor, 0.06); -} - -flowbox > flowboxchild:selected, calendar > grid > label.today { - color: #89b4fa; - background-color: rgba(137, 180, 250, 0.2); -} - -textview text selection:focus, textview text selection, label > selection, -entry > text > selection, spinbutton > text > selection, -entry headerbar popover.background entry > text > selection, -headerbar popover.background entry entry > text > selection, calendar > grid > label.today:selected { - color: rgba(0, 0, 0, 0.87); - background-color: #89b4fa; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - color: #89b4fa; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/cursor-handle-symbolic.svg")); -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - padding-top: 6px; -} - -shortcuts-section { - margin: 20px; -} - -.shortcuts-search-results { - margin: 20px; - border-spacing: 24px; -} - -shortcut { - border-spacing: 6px; -} - -shortcut > .keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(255, 255, 255, 0.12); - border-radius: 7px; - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.12); - background-color: #313244; - color: #FFFFFF; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - caret-color: #89b4fa; -} - -stackswitcher { - min-height: 0; - padding: 3px; - margin: 6px 0; - border-radius: 9px; - background-color: rgba(255, 255, 255, 0.04); - border: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action) { - margin: 0 0; - background-color: transparent; - border-radius: 6px; - padding: 3px 10px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action).text-button { - min-width: 100px; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):focus:not(:hover):not(:checked) { - box-shadow: none; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -stackswitcher.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, background-color 0ms; - background-color: rgba(255, 255, 255, 0.15); - color: #FFFFFF; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 36px; - min-height: 36px; - padding: 0; -} - -/************* - * App Icons * - *************/ -.lowres-icon { - -gtk-icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.icon-dropshadow { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.1); -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker > contents { - padding: 0; -} - -.emoji-searchbar { - padding: 6px; - border-spacing: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -.emoji-searchbar entry text { - background: none; - box-shadow: none; -} - -.emoji-toolbar { - padding: 0; - border-spacing: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12); - background: none; -} - -button.emoji-section { - margin: 0; - padding: 6px; - border-radius: 6px; -} - -button.emoji-section:checked { - color: #89b4fa; -} - -popover.emoji-picker emoji { - font-size: x-large; - padding: 6px; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 6px; -} - -popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { - background: alpha(currentColor, 0.08); -} - -emoji-completion-row { - min-height: 28px; - padding: 0 12px; -} - -emoji-completion-row > box { - border-spacing: 6px; - padding: 2px 6px; -} - -emoji-completion-row:focus, emoji-completion-row:hover, -emoji-completion-row emoji:hover, emoji-completion-row emoji:focus { - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; -} - -popover.entry-completion > contents { - padding: 0; -} - -.nautilus-window placesview label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - margin: 6px; - border-style: none; - border-radius: 6px; - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.05), 0 2px 3px -1px rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.05); -} - -.nautilus-window .floating-bar button { - margin: 4px; - color: rgba(0, 0, 0, 0.87); -} - -#NautilusQueryEditor > menubutton > button.image-button { - min-width: 24px; - min-height: 24px; -} - -#NautilusQueryEditor > text, #NautilusQueryEditor > box, #NautilusQueryEditor > menubutton > button.image-button { - margin: 6px 0; -} - -#NautilusQueryEditorTag { - background-color: rgba(255, 255, 255, 0.12); -} - -#NautilusQueryEditorTag > button.image-button { - margin: 0; - padding: 0; -} - -#NautilusPathBar { - background-color: rgba(255, 255, 255, 0.04); - border-radius: 6px; - margin: 6px 0; -} - -#NautilusPathButton { - margin: 0 3px; - border-radius: 6px; -} - -#NautilusPathButton.current-dir { - color: #FFFFFF; -} - -#NautilusPathButton.current-dir:hover, #NautilusPathButton.current-dir:active { - background: none; - box-shadow: none; -} - -#NautilusPathButton:first-child { - margin-left: 0; -} - -#NautilusViewCell clamp box { - margin: 0; - border-spacing: 0; -} - -window.dialog > box > stack > box > box > notebook.frame { - border-width: 0 0 0 1px; - border-radius: 0; -} - -.display-container.card { - border-radius: 0; - box-shadow: none; - border-width: 0 0 1px 0; -} - -.display-container .history-view { - background-color: #1e1e2e; -} - -.display-container #displayitem { - padding: 0 12px 8px 0; - font-size: 1.4em; - border-top: 1px solid rgba(255, 255, 255, 0.12); -} - -.math-buttons button { - font-size: 1.1em; - padding: 2px 6px; -} - -.math-buttons button.text-button { - padding-left: 16px; - padding-right: 16px; -} - -leaflet button.number-button { - background-color: rgba(255, 255, 255, 0.1); -} - -leaflet button.number-button:hover { - background-color: rgba(255, 255, 255, 0.2); -} - -leaflet button.number-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -label.primary-label, label.month-name, label.secondary-label { - font-size: 16pt; - font-weight: bold; - padding: 12px; -} - -label.primary-label, label.month-name { - color: #89b4fa; -} - -label.secondary-label { - color: rgba(255, 255, 255, 0.5); -} - -calendar-view { - font-size: 10pt; -} - -calendar-view:selected { - color: #89b4fa; - font-weight: bold; -} - -calendar-view.header, -label.header { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -calendar-view.current, -weekgrid.current { - background-color: alpha(#89b4fa, 0.3); -} - -popover.events { - background-color: #1e1e2e; - padding: 0; -} - -popover.events box { - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -popover.events list { - background-color: #1e1e2e; - border-radius: 6px; -} - -popover.events scrolledwindow { - border-width: 0; -} - -popover.events button { - border-radius: 6px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border-style: solid none none; - box-shadow: none; -} - -event { - margin: 1px; - font-size: 0.9rem; -} - -event widget.content { - margin: 4px; -} - -event.timed, event:not(.slanted):not(.slanted-start):not(.slanted-end) { - border-radius: 6px; -} - -event.timed widget.edge { - border-radius: 3px; - min-width: 5px; -} - -event.slanted-start, event.slanted-end:dir(rtl) { - padding-left: 16px; - border-radius: 0 3px 3px 0; -} - -event.slanted-end, event.slanted-start:dir(rtl) { - padding-right: 16px; - border-radius: 3px 0 0 3px; -} - -event:not(.timed).color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); -} - -event.timed, event:not(.timed).color-light { - color: alpha(black, 0.75); - outline-color: rgba(255, 255, 255, 0.5); -} - -popover.event-popover, -popover.event-popover > contents { - padding: 0; -} - -.search-viewport { - background-color: #1e1e2e; -} - -.calendar-list { - background-color: transparent; -} - -.calendar-list > list { - border-radius: 4px; -} - -.sources-button { - margin-top: 0; - margin-bottom: 0; - border-radius: 0; - border-top-style: none; - border-bottom-style: none; -} - -.sources-button:hover:not(:backdrop) { - background-image: none; - text-shadow: none; -} - -.calendar-color-image { - -gtk-icon-filter: none; -} - -image.calendar-color-image, -button:active:not(:backdrop) .calendar-color-image, -button:checked:not(:backdrop) .calendar-color-image, -.calendars-list .calendar-color-image:not(:backdrop):not(:disabled), -.calendar-list .calendar-color-image:not(:backdrop):not(:disabled), -.sources-button:not(:backdrop):not(:disabled) .calendar-color-image { - -gtk-icon-shadow: 0 1px alpha(black, 0.1); -} - -datechooser navigator { - margin-right: 6px; - margin-left: 6px; - margin-bottom: 6px; -} - -datechooser navigator label { - font-weight: bold; -} - -datechooser navigator button, datechooser navigator button.image-button { - min-height: 36px; - min-width: 36px; - padding: 0; -} - -datechooser .weeknum, datechooser .weekday { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -datechooser button.day { - font-size: 10pt; - font-weight: normal; - margin: 3px; - padding: 0; - min-height: 36px; - min-width: 36px; - transition: none; -} - -datechooser button.day dot { - background-color: #FFFFFF; - border-radius: 50%; - min-height: 3px; - min-width: 3px; -} - -datechooser button.day:selected, datechooser button.day.today:selected { - background-color: #89b4fa; - color: rgba(0, 0, 0, 0.87); - font-weight: bold; -} - -datechooser button.day:selected dot, datechooser button.day.today:selected dot { - background-color: rgba(0, 0, 0, 0.87); -} - -datechooser button.day.today { - color: #89b4fa; -} - -datechooser button.day.today dot { - background-color: #89b4fa; -} - -datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop { - color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:not(:hover) dot, datechooser button.day.other-month:backdrop dot { - background-color: alpha(currentColor, 0.1); -} - -datechooser button.day.other-month:hover:not(:backdrop) { - color: rgba(255, 255, 255, 0.5); -} - -datechooser button.day.other-month:hover:not(:backdrop) dot { - background-color: rgba(255, 255, 255, 0.5); -} - -.week-header { - padding: 0; -} - -.week-header > box:first-child { - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.week-header .week-number { - font-size: 16pt; - font-weight: bold; - padding: 12px 12px 18px 12px; - color: rgba(255, 255, 255, 0.3); -} - -.week-header.week-temperature { - font-size: 10pt; - font-weight: bold; - color: rgba(255, 255, 255, 0.5); -} - -.week-header.lines { - color: rgba(255, 255, 255, 0.12); -} - -weekhourbar > label { - font-size: 10pt; - padding: 4px 6px; -} - -.week-view .lines { - color: rgba(255, 255, 255, 0.12); -} - -weekgrid > widget.now-strip { - background-color: alpha(#89b4fa, 0.8); - margin: 0 0 0 1px; - min-height: 3px; -} - -weekgrid:selected, weekgrid.dnd, -.week-header:selected, -.week-header.dnd { - background-color: alpha(#89b4fa, 0.25); -} - -monthcell { - border: solid 1px rgba(255, 255, 255, 0.12); - border-width: 1px 0 0 1px; - background-color: transparent; - transition: background-color 200ms; -} - -monthcell:hover:not(.out-of-month):not(.today) { - background-color: #11111b; - transition: background-color 200ms; - color: #FFFFFF; -} - -monthcell:selected { - background-color: alpha(#89b4fa, 0.1); -} - -monthcell:selected:hover { - background-color: alpha(#89b4fa, 0.2); -} - -monthcell:selected label.day-label { - font-weight: bold; -} - -monthcell:nth-child(7n + 1) { - border-left-width: 0; -} - -monthcell.today { - background-color: alpha(#89b4fa, 0.2); -} - -monthcell.today:hover { - background-color: alpha(#89b4fa, 0.3); - color: #89b4fa; -} - -monthcell.today:selected { - background-color: alpha(#89b4fa, 0.25); -} - -monthcell.today:selected:hover { - background-color: alpha(#89b4fa, 0.35); -} - -monthcell label { - color: #FFFFFF; - font-size: 0.9rem; -} - -monthcell label.day-label { - font-size: 1rem; -} - -monthcell.out-of-month { - background-color: rgba(255, 255, 255, 0.04); -} - -monthcell.out-of-month label { - color: rgba(255, 255, 255, 0.7); -} - -monthcell button { - padding: 0 6px; - border-radius: 0; - border-bottom: none; - border-right: none; -} - -monthpopover > box { - margin: 0; - padding: 0; - background-color: transparent; -} - -.notes-section box > textview { - border-radius: 6px; - padding: 6px; -} - -.notes-section box > textview > text { - background: none; -} - -agenda-view list > row { - padding: 2px 12px; -} - -agenda-view list > label { - padding: 6px 12px; -} - -label.no-events { - font-style: italic; -} - -searchbutton > popover > arrow { - background: none; - border: none; -} - -datechooser { - padding: 6px; -} - -datechooser .current-week { - background: alpha(#11111b, 0.7); - color: #FFFFFF; - border-radius: 6px; -} - -menubutton stack > box { - border-spacing: 6px; -} - -.contacts-contact-list list.navigation-sidebar { - background: none; -} - -.details-page { - margin: 24px 0px; -} - -.installed-overlay-box { - font-size: smaller; - background-color: #89b4fa; - border-radius: 0; - color: rgba(0, 0, 0, 0.87); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -} - -screenshot-carousel box.frame { - border-width: 1px 0; - border-radius: 0; -} - -screenshot-carousel button, -.featured-carousel button { - margin: 12px; -} - -.screenshot-image-main .image1, -.screenshot-image-main .image2 { - margin-top: 6px; - margin-bottom: 12px; - margin-left: 6px; - margin-right: 6px; -} - -.app-tile-label { - font-size: 105%; -} - -.review-textbox { - padding: 6px; -} - -.origin-rounded-box { - background-color: rgba(255, 255, 255, 0.12); - border-radius: 9999px; - padding: 4px; -} - -.origin-beta { - color: #FBC02D; -} - -.origin-button > button { - padding: 3px 9px; -} - -button.card.category-tile { - padding: 21px; - border: none; - border-radius: 6px; - min-width: 140px; - font-weight: 900; - font-size: larger; -} - -button.card.category-tile.category-tile-iconless { - padding: 9px 15px; - min-width: 130px; - font-size: 105%; - font-weight: normal; -} - -button.card.category-tile.category-create { - background: linear-gradient(180deg, #ce8cd7 0%, #2861c6 100%); - color: white; -} - -button.card.category-tile.category-create:hover { - background: linear-gradient(180deg, shade(#ce8cd7, 1.07) 0%, shade(#2861c6, 1.1) 100%); - color: white; -} - -button.card.category-tile.category-create:active { - background: linear-gradient(180deg, shade(#ce8cd7, 0.95) 0%, shade(#2861c6, 0.95) 100%); - color: white; -} - -button.card.category-tile.category-develop { - background: #5e5c64; - color: white; -} - -button.card.category-tile.category-develop:hover { - background: shade(#5e5c64, 1.2); - color: white; -} - -button.card.category-tile.category-develop:active { - background-color: shade(#5e5c64, 0.95); - color: white; -} - -button.card.category-tile.category-learn { - background: linear-gradient(180deg, #2ec27e 30%, #27a66c 100%); - color: white; -} - -button.card.category-tile.category-learn:hover { - background: linear-gradient(180deg, shade(#2ec27e, 1.06) 30%, shade(#27a66c, 1.06) 100%); - color: white; -} - -button.card.category-tile.category-learn:active { - background: linear-gradient(180deg, shade(#2ec27e, 0.95) 30%, shade(#27a66c, 0.95) 100%); - color: white; -} - -button.card.category-tile.category-play { - background: linear-gradient(75deg, #f9e2a7 0%, #eb5ec3 50%, #6d53e0 100%); - color: #393484; -} - -button.card.category-tile.category-play:hover { - background: linear-gradient(75deg, shade(#f9e2a7, 1.07) 0%, shade(#eb5ec3, 1.07) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -button.card.category-tile.category-play:active { - background: linear-gradient(75deg, shade(#f9e2a7, 0.97) 0%, shade(#eb5ec3, 0.95) 50%, shade(#6d53e0, 1.07) 100%); - color: #393484; -} - -button.card.category-tile.category-socialize { - background: linear-gradient(90deg, #ef4e9b 0%, #f77466 100%); - color: rgba(255, 255, 255, 0.7); -} - -button.card.category-tile.category-socialize:hover { - background: linear-gradient(90deg, shade(#ef4e9b, 1.08) 0%, shade(#f77466, 1.08) 100%); -} - -button.card.category-tile.category-socialize:active { - background: linear-gradient(90deg, shade(#ef4e9b, 0.95) 0%, shade(#f77466, 0.95) 100%); -} - -button.card.category-tile.category-work { - padding: 1px; - /* FIXME: work around https://gitlab.gnome.org/GNOME/gtk/-/issues/4324 */ - color: #1c71d8; - background-color: #fdf8d7; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); - background-size: 10px 10px, 10px 10px; - background-position: -1px -4px, center -1px; -} - -button.card.category-tile.category-work:hover { - color: #1c71d8; - background-color: #fefcef; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -button.card.category-tile.category-work:active { - color: #1c71d8; - background-color: #fcf4bf; - background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px); -} - -clamp.medium .category-tile:not(.category-tile-iconless), -clamp.large .category-tile:not(.category-tile-iconless) { - font-size: larger; -} - -.featured-tile { - all: unset; - padding: 0; - box-shadow: none; - color: #FFFFFF; -} - -.featured-tile label.title-1 { - margin-top: 6px; - margin-bottom: 6px; -} - -.featured-tile.narrow label.title-1 { - font-size: 16pt; -} - -.application-details-infobar, .application-details-infobar.info { - background-color: rgba(255, 255, 255, 0.04); - color: #FFFFFF; - border: 1px solid rgba(255, 255, 255, 0.12); -} - -.application-details-infobar.warning { - background-color: #FBC02D; - color: rgba(0, 0, 0, 0.87); - border: 1px solid rgba(0, 0, 0, 0.12); -} - -@keyframes install-progress-unknown-move { - 0% { - background-position: 0%; - } - 50% { - background-position: 100%; - } - 100% { - background-position: 0%; - } -} - -.application-details-description .button { - padding-left: 24px; - padding-right: 24px; -} - -.install-progress { - background-image: linear-gradient(to top, #89b4fa 2px, alpha(#89b4fa, 0) 2px); - background-repeat: no-repeat; - background-position: 0 bottom; - background-size: 0; - transition: none; -} - -.install-progress:dir(rtl) { - background-position: 100% bottom; -} - -.review-row > * { - margin: 12px; -} - -.review-row button { - font-size: smaller; -} - -.review-row .vote-buttons button { - margin-right: -1px; -} - -.review-row .vote-buttons button:not(:first-child) { - border-image: linear-gradient(to top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) 0 0 0 1/5px 0 5px 1px; -} - -.review-row .vote-buttons button:hover, -.review-row .vote-buttons button:active, -.review-row .vote-buttons button:hover + button, -.review-row .vote-buttons button:active + button { - border-image: none; -} - -review-bar { - color: rgba(255, 255, 255, 0.5); - background-image: none; - background-color: rgba(255, 255, 255, 0.3); -} - -.review-histogram star-image { - color: rgba(255, 255, 255, 0.5); -} - -.version-arrow-label { - font-size: x-small; -} - -.overview-more-button { - font-size: smaller; - padding: 0 16px; -} - -.app-row-origin-text { - font-size: smaller; -} - -.app-listbox-header { - padding: 6px; - border-bottom: 1px solid rgba(255, 255, 255, 0.12); -} - -.image-list { - background-color: transparent; -} - -box.star { - background-color: transparent; - background-image: none; -} - -button.star { - outline-offset: 0; - background-color: transparent; - background-image: none; - border-image: none; - border-radius: 0; - border-width: 0; - padding: 0; - box-shadow: none; - outline-offset: -1px; -} - -star-image { - color: #FFD600; -} - -.dimmer-label { - opacity: 0.25; -} - -.update-failed-details { - font-family: Monospace; - font-size: smaller; - padding: 16px; -} - -.upgrade-banner { - padding: 0px; - border-radius: 6px; - border: none; -} - -.upgrade-banner-background { - background: linear-gradient(to bottom, #66BB6A, #89b4fa); - color: white; -} - -.upgrade-buttons #button_upgrades_install { - padding-left: 16px; - padding-right: 16px; -} - -scrolledwindow.list-page > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -.update-preferences preferencesgroup > box > box { - margin-top: 18px; -} - -.section > label:not(:first-child) { - margin-top: 6px; -} - -.section > box:not(:first-child) { - margin-top: 12px; -} - -clamp.status-page { - margin: 36px 12px; -} - -clamp.status-page .iconbox { - min-height: 128px; - min-width: 128px; -} - -clamp.status-page .icon { - color: rgba(255, 255, 255, 0.5); - min-height: 32px; - min-width: 32px; -} - -clamp.status-page .icon:not(:last-child) { - margin-bottom: 36px; -} - -clamp.status-page .title:not(:last-child) { - margin-bottom: 12px; -} - -app-context-bar .context-tile { - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: transparent; - border-radius: 0; - padding: 24px 12px 21px 12px; - outline-offset: 5px; - transition-property: outline, outline-offset, background-image; - border-bottom: none; - border-right: none; -} - -app-context-bar .context-tile:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); -} - -app-context-bar .context-tile.keyboard-activating, app-context-bar .context-tile:active { - background-color: alpha(currentColor, 0.12); -} - -app-context-bar .context-tile:focus:focus-visible { - outline-offset: -1px; -} - -app-context-bar.horizontal box:first-child .context-tile:first-child, app-context-bar.vertical .context-tile:first-child { - border-left: none; -} - -app-context-bar.horizontal .context-tile, app-context-bar.vertical box:first-child .context-tile { - border-top: none; -} - -app-context-bar > box:not(:first-child) > button.flat { - border-radius: 0; -} - -app-context-bar > box:not(:first-child) > button.flat:last-child { - border-radius: 0 6px 6px 0; -} - -app-context-bar > box:first-child > button.flat { - border-radius: 0; -} - -app-context-bar > box:first-child > button.flat:first-child { - border-radius: 6px 0 0 6px; -} - -app-context-bar > box > button.flat { - border-left-color: rgba(255, 255, 255, 0.12); -} - -carousel.card { - border: none; - background-color: rgba(255, 255, 255, 0.04); -} - -.context-tile-lozenge { - min-height: 28px; - min-width: 28px; - padding: 6px; - font-size: 18px; - font-weight: bold; - border-radius: 9999px; -} - -.context-tile-lozenge.large { - font-size: 24px; - padding: 16px; - min-width: 24px; - /* 60px minus the left and right padding */ - min-height: 24px; - /* 60px minus the top and bottom padding */ -} - -.context-tile-lozenge.wide-image image { - margin-top: -28px; - margin-bottom: -28px; -} - -.context-tile-lozenge image { - -gtk-icon-style: symbolic; -} - -.context-tile-lozenge.grey { - color: #FFFFFF; - background-color: rgba(255, 255, 255, 0.12); -} - -.context-tile-lozenge.green, .context-tile-lozenge.details-rating-0 { - color: #419345; - background-color: rgba(102, 187, 106, 0.15); -} - -.context-tile-lozenge.blue, .context-tile-lozenge.details-rating-5 { - color: #89b4fa; - background-color: rgba(137, 180, 250, 0.15); -} - -.context-tile-lozenge.yellow, .context-tile-lozenge.details-rating-12 { - color: #d79b04; - background-color: rgba(251, 192, 45, 0.15); -} - -.context-tile-lozenge.details-rating-15 { - color: #FF8A65; - background-color: rgba(255, 138, 101, 0.15); -} - -.context-tile-lozenge.red, .context-tile-lozenge.details-rating-18 { - color: #d2190b; - background-color: rgba(244, 67, 54, 0.15); -} - -.eol-red { - font-weight: bold; - color: #F44336; -} - -window.narrow .app-title { - font-size: 16pt; -} - -window.narrow .app-developer { - font-size: small; -} - -.install-progress-label { - font-size: smaller; - font-feature-settings: "tnum"; -} - -scrolledwindow.fake-adw-status-page > viewport > box { - margin: 36px 12px; -} - -scrolledwindow.fake-adw-status-page > viewport > box > clamp:not(:last-child) > box { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 36px; -} - -scrolledwindow.fake-adw-status-page > viewport > box > clamp > box > .title:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.icon-dropshadow image.icon { - -gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1); -} - -window.info scrollbar.vertical { - margin-top: 48px; - background: none; - box-shadow: none; -} - -window.info scrollbar.vertical trough { - margin-top: 0; -} - -row.app > box.header { - margin-left: 12px; - margin-right: 12px; -} - -row.app > box.header { - border-spacing: 12px; -} - -row.app > box.header > image { - margin-top: 12px; - margin-bottom: 12px; -} - -row.app label.warning { - color: #F44336; -} - -@keyframes pre-delay { - from { - opacity: 0; - } - to { - opacity: 0; - } -} - -@keyframes fade-in { - from { - filter: opacity(0%); - } -} - -/* Give a fade-in animation to spinners. */ -spinner.fade-in:checked { - animation: pre-delay 0.5s linear 1, fade-in 1s linear 1, spin 1s linear infinite; - animation-delay: 0s, 0.5s, 0.5s; -} - -window > contents > leaflet > box > stack.background { - background-color: transparent; - background-image: linear-gradient(to bottom, transparent, transparent 48px, #1e1e2e 48px, #1e1e2e); -} - -@define-color weather_temp_chart_fill_color rgba(251, 192, 45, 0.5); -@define-color weather_temp_chart_stroke_color #f0ad05; -@define-color weather_thermometer_warm_color #FBC02D; -@define-color weather_thermometer_cold_color #89b4fa; -#places-label { - font-weight: bold; -} - -#temperature-label { - font-size: 32pt; - font-weight: 900; - margin-left: 9px; -} - -#conditions-grid *:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.content-view.cell { - font-weight: bold; -} - -#locationEntry { - margin: 6px; -} - -.weather-popover { - margin-top: 6px; -} - -.forecast-card { - transition: border-radius 100ms ease-out; - border-radius: 6px; -} - -.forecast-card separator { - background-color: rgba(255, 255, 255, 0.12); -} - -#daily-forecast-box > separator:last-child { - background-color: transparent; - min-width: 0; -} - -#conditions-grid, -#attributionGrid { - margin-left: 18px; - margin-right: 18px; -} - -#weather-page .small .forecast-card { - margin-left: 0; - margin-right: 0; - border-radius: 0; - border-width: 1px 0; -} - -.forecast-temperature-label { - font-weight: bold; - color: #ae7b03; -} - -WeatherThermometer { - margin-bottom: 12px; -} - -WeatherThermometer > label.high { - font-weight: bold; - color: #FBC02D; -} - -WeatherThermometer > label.low { - font-weight: bold; - color: #89b4fa; -} - -.forecast-button { - margin: 0 12px; -} - -.forecast-graphic { - margin: 18px; -} - -button.osd.circular { - border-radius: 9999px; - min-width: 24px; - min-height: 24px; -} - -button.osd.circular > image { - padding: 0; -} - -scrolledwindow.inline list, -scrolledwindow.inline listview { - background: none; - color: inherit; -} - -scrolledwindow.inline undershoot.top { - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); -} - -.search-view { - background-color: #1e66f5; - color: #FFFFFF; -} - -.search-view menubutton button:focus:focus-visible { - outline-color: rgba(255, 255, 255, 0.3); -} - -image.circular { - min-width: 36px; - min-height: 36px; - padding: 0; - border-radius: 9999px; -} - -.large-button { - padding: 6px; -} - -.alarm-time { - font-size: 2.5em; - font-weight: 300; -} - -.clocks-ampm-toggle-button, -.clocks-secondary-standalone-label { - font-size: 18pt; -} - -.clocks-standalone-label, -.clocks-ringing-label { - font-size: 6em; - font-weight: 300; -} - -.clocks-ringing-title { - font-size: 1.5em; - font-weight: bold; -} - -.clocks-alarm-setup-time { - font-size: 32pt; -} - -.clocks-timer-label, -.clocks-spinbutton { - font-size: 48pt; -} - -.timer-panel .timer-header { - font-size: 20pt; - font-weight: 300; -} - -.timer-countdown { - font-size: 40pt; - font-weight: 300; -} - -/* Stopwatch Panel */ -.lap-time { - font-weight: bold; -} - -.stopped-stopwatch label, -.running-stopwatch label, -.paused-stopwatch label { - font-size: 70px; - font-weight: lighter; -} - -.stopped-stopwatch .seconds-label { - font-weight: 300; -} - -.running-stopwatch .seconds-label, -.running-stopwatch .miliseconds-label { - color: #89b4fa; -} - -.stopped-stopwatch .miliseconds-label, -.running-stopwatch .miliseconds-label, -.paused-stopwatch .miliseconds-label { - font-size: 50px; -} - -.running-stopwatch .seconds-label, -.paused-stopwatch .seconds-label { - font-weight: 300; -} - -.clock-location { - font-weight: bolder; -} - -.hidden { - opacity: 0; -} - -.clock-time { - font-size: 2em; - padding: 0.2em 0.5em; - border-radius: 1em; -} - -.none .clock-time { - background: alpha(currentColor, 0.2); -} - -.night .clock-time { - color: #1e66f5; - background-color: alpha(#89b4fa, 0.25); -} - -.naut .clock-time, -.astro .clock-time { - color: #FF7043; - background-color: alpha(#FF8A65, 0.25); -} - -.civil .clock-time, -.day .clock-time { - color: #FFD600; - background: alpha(#FBC02D, 0.25); -} - -headerbar splitbutton notification button { - margin: 0; - min-height: 24px; - min-width: 24px; - padding: 0; -} - -popover.background.global-search > arrow, popover.background.global-search > contents { - padding: 0; -} - -panelframeswitcher { - padding: 3px; -} - -.frameheader.header { - min-height: 24px; - background-color: #11111b; -} - -.frameheader.header > button { - border: none; - margin: 0; - padding: 3px; -} - -.frameheader.header tabbar.inline > revealer > box { - min-height: 24px; -} - -.frameheader.header tabbar.inline > revealer > box .start-action { - padding: 0; - border: none; -} - -.frameheader.header tabbar.inline > revealer > box .end-action { - padding: 0; - border-left: 1px solid rgba(255, 255, 255, 0.12); -} - -.frameheader.header tabbar.inline > revealer > box tabbox { - border: none; - background: none; -} - -panelstatusbar > menubutton > button, -panelstatusbar > paneltogglebutton button { - border-radius: 0; -} - -.style-variant { - padding: 0 12px; -} - -.style-variant button.toggle { - padding: 0; -} - -.style-variant button.toggle, .style-variant button.toggle:hover, .style-variant button.toggle:focus, .style-variant button.toggle:active, .style-variant button.toggle:checked { - background: none; - outline: none; - border: none; - box-shadow: none; -} - -.style-variant button.toggle > stylevariantpreview > .wallpaper { - border-radius: 6px; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; - box-shadow: none; -} - -.style-variant button.toggle:hover > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.04); -} - -.style-variant button.toggle:active > stylevariantpreview > .wallpaper { - outline-color: rgba(255, 255, 255, 0.3); -} - -.style-variant button.toggle:checked > stylevariantpreview > .wallpaper { - outline-color: #89b4fa; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list { - border: none; - border-radius: 0; -} - -window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:first-child, window.dialog > .dialog-vbox > box > scrolledwindow > viewport > widget > list.boxed-list > row:last-child { - border-radius: 0; -} - -avatar { - border-radius: 9999px; - font-weight: bold; -} - -avatar.color1 { - background-image: linear-gradient(#83b6ec, #337fdc); - color: #cfe1f5; -} - -avatar.color2 { - background-image: linear-gradient(#7ad9f1, #0f9ac8); - color: #caeaf2; -} - -avatar.color3 { - background-image: linear-gradient(#8de6b1, #29ae74); - color: #cef8d8; -} - -avatar.color4 { - background-image: linear-gradient(#b5e98a, #6ab85b); - color: #e6f9d7; -} - -avatar.color5 { - background-image: linear-gradient(#f8e359, #d29d09); - color: #f9f4e1; -} - -avatar.color6 { - background-image: linear-gradient(#ffcb62, #d68400); - color: #ffead1; -} - -avatar.color7 { - background-image: linear-gradient(#ffa95a, #ed5b00); - color: #ffe5c5; -} - -avatar.color8 { - background-image: linear-gradient(#f78773, #e62d42); - color: #f8d2ce; -} - -avatar.color9 { - background-image: linear-gradient(#e973ab, #e33b6a); - color: #fac7de; -} - -avatar.color10 { - background-image: linear-gradient(#cb78d4, #9945b5); - color: #e7c2e8; -} - -avatar.color11 { - background-image: linear-gradient(#9e91e8, #7a59ca); - color: #d5d2f5; -} - -avatar.color12 { - background-image: linear-gradient(#e3cf9c, #b08952); - color: #f2eade; -} - -avatar.color13 { - background-image: linear-gradient(#be916d, #785336); - color: #e5d6ca; -} - -avatar.color14 { - background-image: linear-gradient(#c0bfbc, #6e6d71); - color: #d8d7d3; -} - -avatar.contrasted { - color: white; -} - -avatar.image { - background: none; -} - -.card { - border-radius: 6px; - border: 1px solid rgba(255, 255, 255, 0.12); - background-clip: border-box; - color: rgba(255, 255, 255, 0.7); - box-shadow: none; - outline: none; - background-color: #1e1e2e; - color: #FFFFFF; -} - -.card.activatable { - transition: all 75ms cubic-bezier(0, 0, 0.2, 1); -} - -.card.activatable:hover { - background-image: none; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -.card.activatable:active { - background-image: none; - transition: all 75ms cubic-bezier(0, 0, 0.2, 1), background-size 0ms, background-image 0ms, border 0ms; - animation: ripple 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-image: radial-gradient(circle, alpha(currentColor, 0.08) 10%, transparent 0%); - background-size: 0% 0%; - background-color: alpha(currentColor, 0.08); - color: #FFFFFF; - outline: 0 solid transparent; -} - -toast { - margin: 12px; - margin-bottom: 24px; - border-radius: 9999px; - border-spacing: 6px; - padding: 6px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 4px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #1e1e2e; - color: #FFFFFF; - border: none; -} - -toast:dir(ltr) { - padding-left: 12px; -} - -toast:dir(rtl) { - padding-right: 12px; -} - -toast > label { - margin: 0 6px; -} - -viewswitcher { - margin: 0; -} - -viewswitcher.wide { - border-spacing: 3px; -} - -viewswitcher.narrow button.toggle { - border-radius: 0; - margin: 0; -} - -viewswitcher.narrow button.toggle:focus-within, viewswitcher.narrow button.toggle:focus { - box-shadow: none; -} - -viewswitcher button.toggle { - font-weight: bold; - padding: 0; -} - -viewswitcher button.toggle > stack > box.narrow { - font-size: 0.75rem; - padding-top: 6px; - padding-bottom: 4px; - border-spacing: 4px; -} - -viewswitcher button.toggle > stack > box.narrow > stack > label { - padding-left: 6px; - padding-right: 6px; -} - -viewswitcher button.toggle > stack > box.wide { - padding: 2px 12px; - border-spacing: 6px; -} - -viewswitcherbar actionbar > revealer > box { - padding: 0; -} - -viewswitchertitle viewswitcher { - margin-left: 12px; - margin-right: 12px; -} - -indicatorbin > indicator, indicatorbin > mask { - min-width: 6px; - min-height: 6px; - border-radius: 9999px; -} - -indicatorbin > indicator { - margin: 1px; - background-color: alpha(currentColor, 0.4); -} - -indicatorbin > indicator > label { - font-size: 0.6rem; - font-weight: bold; - padding: 1px 4px; - color: white; -} - -indicatorbin > mask { - padding: 1px; - background: black; -} - -indicatorbin.needs-attention > indicator { - background-color: #89b4fa; -} - -indicatorbin.needs-attention > indicator > label { - color: rgba(0, 0, 0, 0.87); -} - -preferencespage > scrolledwindow > viewport > clamp > box { - margin: 24px 12px; - border-spacing: 24px; -} - -preferencesgroup > box, preferencesgroup > box .labels { - border-spacing: 6px; -} - -preferencesgroup > box > box.header:not(.single-line) { - margin-bottom: 6px; -} - -preferencesgroup > box > box.single-line { - min-height: 34px; -} - -preferencesgroup > box button.background-preview-button.toggle { - padding: 0; - background: none; - box-shadow: none; - outline-color: transparent; - outline-width: 3px; - outline-offset: 3px; - outline-style: solid; -} - -preferencesgroup > box button.background-preview-button.toggle, preferencesgroup > box button.background-preview-button.toggle > background-preview { - border-radius: 6px; -} - -preferencesgroup > box button.background-preview-button.toggle:hover { - outline-color: rgba(255, 255, 255, 0.04); -} - -preferencesgroup > box button.background-preview-button.toggle:active { - outline-color: rgba(255, 255, 255, 0.3); -} - -preferencesgroup > box button.background-preview-button.toggle:checked { - outline-color: #89b4fa; -} - -preferencesgroup > box .cutout-button { - background-color: #11111b; -} - -window.about .main-page > viewport > clamp > box { - margin: 12px; - border-spacing: 6px; -} - -window.about .main-page > viewport > clamp > box > box { - margin-top: 18px; - border-spacing: 18px; - margin-bottom: 6px; -} - -window.about .main-page .app-version { - padding: 3px 18px; - color: #89b4fa; - border-radius: 6px; - margin-top: 3px; -} - -window.about .subpage > viewport > clamp > box { - margin: 18px 12px; - border-spacing: 18px; -} - -window.about .subpage > clamp > textview { - background: none; - color: inherit; -} - -statuspage > scrolledwindow > viewport > box { - margin: 36px 12px; - border-spacing: 36px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box { - border-spacing: 12px; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 128px; - color: alpha(currentColor, 0.55); -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:disabled { - opacity: 0.35; -} - -statuspage > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box { - margin: 24px 12px; - border-spacing: 24px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon { - -gtk-icon-size: 96px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .icon:not(:last-child) { - margin-bottom: 12px; -} - -statuspage.compact > scrolledwindow > viewport > box > clamp > box > .title { - font-size: 18pt; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color #FFFFFF; -/* -text color for entries, views and content in general */ -@define-color theme_text_color #FFFFFF; -/* -widget base background color */ -@define-color theme_bg_color #1e1e2e; -/* -text widgets and the like base background color */ -@define-color theme_base_color #1e1e2e; -/* -base background color of selections */ -@define-color theme_selected_bg_color #89b4fa; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color rgba(0, 0, 0, 0.87); -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #1e1e2e; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #11111b; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #FFFFFF; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #FFFFFF; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1e1e2e; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #1e1e2e; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #89b4fa; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color rgba(0, 0, 0, 0.87); -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(255, 255, 255, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(255, 255, 255, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #FBC02D; -@define-color error_color #F44336; -@define-color success_color #66BB6A; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title #FFFFFF; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_border #060609; -@define-color wm_bg #11111b; -@define-color wm_unfocused_bg #1e1e2e; -@define-color wm_button_icon white; -@define-color wm_button_close_hover_bg #f38ba8; -@define-color wm_button_close_active_bg #ed547e; -@define-color wm_button_max_hover_bg #a6e3a1; -@define-color wm_button_max_active_bg #79d572; -@define-color wm_button_min_hover_bg #f9e2af; -@define-color wm_button_min_active_bg #f5cd76; -/* -FIXME this is really an API */ -@define-color content_view_bg #1e1e2e; -@define-color placeholder_text_color #bcbcc0; -/* Very contrasty background for text views (@theme_text_color foreground) */ -@define-color text_view_bg #1e1e2e; -@define-color budgie_tasklist_indicator_color rgba(255, 255, 255, 0.3); -@define-color budgie_tasklist_indicator_color_active #89b4fa; -@define-color budgie_tasklist_indicator_color_active_window #526993; -@define-color budgie_tasklist_indicator_color_attention #FBC02D; -@define-color STRAWBERRY_100 #FF9262; -@define-color STRAWBERRY_300 #FF793E; -@define-color STRAWBERRY_500 #F15D22; -@define-color STRAWBERRY_700 #CF3B00; -@define-color STRAWBERRY_900 #AC1800; -@define-color ORANGE_100 #FFDB91; -@define-color ORANGE_300 #FFCA40; -@define-color ORANGE_500 #FAA41A; -@define-color ORANGE_700 #DE8800; -@define-color ORANGE_900 #C26C00; -@define-color BANANA_100 #FFFFA8; -@define-color BANANA_300 #FFFA7D; -@define-color BANANA_500 #FFCE51; -@define-color BANANA_700 #D1A023; -@define-color BANANA_900 #A27100; -@define-color LIME_100 #A2F3BE; -@define-color LIME_300 #8ADBA6; -@define-color LIME_500 #73C48F; -@define-color LIME_700 #479863; -@define-color LIME_900 #1C6D38; -@define-color BLUEBERRY_100 #94A6FF; -@define-color BLUEBERRY_300 #6A7CE0; -@define-color BLUEBERRY_500 #3F51B5; -@define-color BLUEBERRY_700 #213397; -@define-color BLUEBERRY_900 #031579; -@define-color GRAPE_100 #D25DE6; -@define-color GRAPE_300 #B84ACB; -@define-color GRAPE_500 #9C27B0; -@define-color GRAPE_700 #830E97; -@define-color GRAPE_900 #6A007E; -@define-color COCOA_100 #9F9792; -@define-color COCOA_300 #7B736E; -@define-color COCOA_500 #574F4A; -@define-color COCOA_700 #463E39; -@define-color COCOA_900 #342C27; -@define-color SILVER_100 #EEE; -@define-color SILVER_300 #CCC; -@define-color SILVER_500 #AAA; -@define-color SILVER_700 #888; -@define-color SILVER_900 #666; -@define-color SLATE_100 #888; -@define-color SLATE_300 #666; -@define-color SLATE_500 #444; -@define-color SLATE_700 #222; -@define-color SLATE_900 #111; -@define-color BLACK_100 #474341; -@define-color BLACK_300 #403C3A; -@define-color BLACK_500 #393634; -@define-color BLACK_700 #33302F; -@define-color BLACK_900 #2B2928; -@define-color blue_1 #99c1f1; -@define-color blue_2 #62a0ea; -@define-color blue_3 #3584e4; -@define-color blue_4 #1c71d8; -@define-color blue_5 #1a5fb4; -@define-color green_1 #8ff0a4; -@define-color green_2 #57e389; -@define-color green_3 #33d17a; -@define-color green_4 #2ec27e; -@define-color green_5 #26a269; -@define-color yellow_1 #f9f06b; -@define-color yellow_2 #f8e45c; -@define-color yellow_3 #f6d32d; -@define-color yellow_4 #f5c211; -@define-color yellow_5 #e5a50a; -@define-color orange_1 #ffbe6f; -@define-color orange_2 #ffa348; -@define-color orange_3 #ff7800; -@define-color orange_4 #e66100; -@define-color orange_5 #c64600; -@define-color red_1 #f66151; -@define-color red_2 #ed333b; -@define-color red_3 #e01b24; -@define-color red_4 #c01c28; -@define-color red_5 #a51d2d; -@define-color purple_1 #dc8add; -@define-color purple_2 #c061cb; -@define-color purple_3 #9141ac; -@define-color purple_4 #813d9c; -@define-color purple_5 #613583; -@define-color brown_1 #cdab8f; -@define-color brown_2 #b5835a; -@define-color brown_3 #986a44; -@define-color brown_4 #865e3c; -@define-color brown_5 #63452c; -@define-color light_1 #ffffff; -@define-color light_2 #f6f5f4; -@define-color light_3 #deddda; -@define-color light_4 #c0bfbc; -@define-color light_5 #9a9996; -@define-color dark_1 #77767b; -@define-color dark_2 #5e5c64; -@define-color dark_3 #3d3846; -@define-color dark_4 #241f31; -@define-color dark_5 #000000; -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -@define-color accent_bg_color #89b4fa; -@define-color accent_fg_color rgba(0, 0, 0, 0.87); -@define-color accent_color #89b4fa; -@define-color destructive_bg_color #F44336; -@define-color destructive_fg_color #FFFFFF; -@define-color destructive_color #F44336; -@define-color success_bg_color #66BB6A; -@define-color success_fg_color #FFFFFF; -@define-color success_color #66BB6A; -@define-color warning_bg_color #FBC02D; -@define-color warning_fg_color rgba(0, 0, 0, 0.87); -@define-color warning_color #FBC02D; -@define-color error_bg_color #F44336; -@define-color error_fg_color #FFFFFF; -@define-color error_color #F44336; -@define-color window_bg_color #1e1e2e; -@define-color window_fg_color #FFFFFF; -@define-color view_bg_color #1e1e2e; -@define-color view_fg_color #FFFFFF; -@define-color headerbar_bg_color #11111b; -@define-color headerbar_fg_color #FFFFFF; -@define-color headerbar_border_color rgba(255, 255, 255, 0.12); -@define-color headerbar_backdrop_color #1e1e2e; -@define-color headerbar_shade_color rgba(255, 255, 255, 0.12); -@define-color card_bg_color #1e1e2e; -@define-color card_fg_color #FFFFFF; -@define-color card_shade_color rgba(255, 255, 255, 0.12); -@define-color dialog_bg_color #11111b; -@define-color dialog_fg_color #FFFFFF; -@define-color popover_bg_color #1e1e2e; -@define-color popover_fg_color #FFFFFF; -@define-color shade_color rgba(255, 255, 255, 0.12); -@define-color scrollbar_outline_color rgba(255, 255, 255, 0.12); diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/thumbnail.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/thumbnail.png deleted file mode 100644 index 60d32ee..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/gtk-4.0/thumbnail.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/index.theme b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/index.theme deleted file mode 100644 index b622dab..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Catppuccin-Dark -Comment=An Flat Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Catppuccin-Dark -MetacityTheme=Catppuccin-Dark -IconTheme=Tela-circle-Dark -CursorTheme=Catppuccin-cursors -ButtonLayout=close,minimize,maximize:menu diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/button.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/button.svg deleted file mode 100644 index aa092df..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/button.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/close.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/close.svg deleted file mode 100644 index fb798d7..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/close.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/maximize.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/maximize.svg deleted file mode 100644 index 0c2f170..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/maximize.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/menu.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/menu.svg deleted file mode 100644 index 179ff4c..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/menu.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/minimize.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/minimize.svg deleted file mode 100644 index 76fe7cb..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/minimize.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/shade.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/shade.svg deleted file mode 100644 index 8213b03..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/shade.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unmaximize.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unmaximize.svg deleted file mode 100644 index 8d60a57..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unmaximize.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unshade.svg b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unshade.svg deleted file mode 100644 index a161564..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/assets/unshade.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-1.xml b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-1.xml deleted file mode 100644 index 582cc8e..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1,755 +0,0 @@ - - - - Colloid - vinceliucie - GPL - 2022 - Colloid Metacity theme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_focused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_focused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_unfocused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_unfocused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_close_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/button.svg" colorize="C_title_unfocused" x="(width - object_width) / 2" y="(height - object_height) / 2" alpha="0.25" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_focused_prelight"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_focused_pressed"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_focused_pressed"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_focused_pressed"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_min_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_focused_prelight"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_focused_pressed"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <piece position="overlay" draw_ops="rounded_border_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <piece position="overlay" draw_ops="rounded_border_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-2.xml b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-2.xml deleted file mode 100644 index 582cc8e..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,755 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Colloid</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2022</date> - <description>Colloid Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> -<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_border_focused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.5)"/> -<constant name="C_border_unfocused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.65)"/> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_icon" value="gtk:custom(wm_button_icon,gtk:base[NORMAL])" /> -<constant name="C_button_close_hover_bg" value="gtk:custom(wm_button_close_hover_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_close_active_bg" value="gtk:custom(wm_button_close_active_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_max_hover_bg" value="gtk:custom(wm_button_max_hover_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_max_active_bg" value="gtk:custom(wm_button_max_active_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_min_hover_bg" value="gtk:custom(wm_button_min_hover_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_min_active_bg" value="gtk:custom(wm_button_min_active_bg,gtk:fg[INSENSITIVE])"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="10" rounded_top_right="10"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="1"/> - <distance name="left_titlebar_edge" value="6"/> - <distance name="right_titlebar_edge" value="6"/> - <distance name="title_vertical_pad" value="10"/> - <border name="title_border" left="10" right="10" top="6" bottom="6"/> - <border name="button_border" left="0" right="0" top="5" bottom="5"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="1"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="1"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="1"/> - <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="6" rounded_bottom_right="6" parent="normal"> - <distance name="title_vertical_pad" value="6"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_focused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_focused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_unfocused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_unfocused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_close_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/button.svg" colorize="C_title_unfocused" x="(width - object_width) / 2" y="(height - object_height) / 2" alpha="0.25" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_focused_prelight"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_focused_pressed"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_focused_pressed"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_focused_pressed"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_min_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_focused_prelight"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_focused_pressed"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <piece position="overlay" draw_ops="rounded_border_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <piece position="overlay" draw_ops="rounded_border_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-3.xml b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-3.xml deleted file mode 100644 index 582cc8e..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,755 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Colloid</name> - <author>vinceliucie</author> - <copyright>GPL</copyright> - <date>2022</date> - <description>Colloid Metacity theme</description> -</info> - -<!-- meaningful constants --> - -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg,gtk:bg[NORMAL])"/> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_unfocused_bg,gtk:bg[NORMAL])"/> -<constant name="C_highlight_focused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_highlight_unfocused" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> -<constant name="C_border_focused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.5)"/> -<constant name="C_border_unfocused" value="gtk:custom(wm_border,blend/#000000/gtk:bg[NORMAL]/0.65)"/> -<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])"/> -<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_icon" value="gtk:custom(wm_button_icon,gtk:base[NORMAL])" /> -<constant name="C_button_close_hover_bg" value="gtk:custom(wm_button_close_hover_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_close_active_bg" value="gtk:custom(wm_button_close_active_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_max_hover_bg" value="gtk:custom(wm_button_max_hover_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_max_active_bg" value="gtk:custom(wm_button_max_active_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_min_hover_bg" value="gtk:custom(wm_button_min_hover_bg,gtk:fg[INSENSITIVE])"/> -<constant name="C_button_min_active_bg" value="gtk:custom(wm_button_min_active_bg,gtk:fg[INSENSITIVE])"/> - -<!-- geometries --> - -<frame_geometry name="normal" title_scale="medium" rounded_top_left="10" rounded_top_right="10"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="1"/> - <distance name="left_titlebar_edge" value="6"/> - <distance name="right_titlebar_edge" value="6"/> - <distance name="title_vertical_pad" value="10"/> - <border name="title_border" left="10" right="10" top="6" bottom="6"/> - <border name="button_border" left="0" right="0" top="5" bottom="5"/> - <aspect_ratio name="button" value="1"/> -</frame_geometry> - -<frame_geometry name="max" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> -</frame_geometry> - -<frame_geometry name="tiled_left" parent="max"> - <distance name="right_width" value="1"/> -</frame_geometry> - -<frame_geometry name="tiled_right" parent="max"> - <distance name="left_width" value="1"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal"> -</frame_geometry> - -<frame_geometry name="modal" parent="normal"> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal"> - <distance name="title_vertical_pad" value="8"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="1"/> - <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="10" right="10" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="title_vertical_pad" value="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="attached" hide_buttons="true" rounded_bottom_left="6" rounded_bottom_right="6" parent="normal"> - <distance name="title_vertical_pad" value="6"/> -</frame_geometry> - -<!-- drawing operations --> - -<!-- title --> - -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused"/> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2))" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused"/> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused"/> -</draw_ops> - -<!-- window decorations --> - -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true"/> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="entire_background_focused"/> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="entire_background_unfocused"/> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_focused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_focused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_focused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="12" y1="0" x2="width-13" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="12" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="12" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="25" height="25" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-26" y="0" width="25" height="25" start_angle="0" extent_angle="90" /> - <line color="C_highlight_unfocused" x1="13" y1="1" x2="width - 14" y2="1"/> - <arc color="C_highlight_unfocused" x="0" y="1" width="25" height="25" start_angle="270" extent_angle="90"/> - <arc color="C_highlight_unfocused" x="width - 26" y="1" width="25" height="25" start_angle="0" extent_angle="90"/> -</draw_ops> - -<!-- button icons --> - -<!-- close --> - -<draw_ops name="close_focused"> - <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_close_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_close_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/close.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="assets/button.svg" colorize="C_title_unfocused" x="(width - object_width) / 2" y="(height - object_height) / 2" alpha="0.25" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_focused_prelight"/> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_focused_pressed"/> -</draw_ops> - -<!-- maximize --> - -<draw_ops name="maximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/maximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_focused_pressed"/> -</draw_ops> - -<!-- unmaximize --> - -<draw_ops name="unmaximize_focused"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_max_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_max_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/unmaximize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_focused_prelight"/> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_focused_pressed"/> -</draw_ops> - -<!-- minimize --> - -<draw_ops name="minimize_focused"> - <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="assets/button.svg" colorize="C_button_min_hover_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="assets/button.svg" colorize="C_button_min_active_bg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height"/> - <image filename="assets/minimize.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" colorize="C_button_icon"/> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <include name="close_unfocused"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_focused_prelight"/> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_focused_pressed"/> -</draw_ops> - -<!-- menu --> - -<draw_ops name="menu_focused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <include name="menu_focused"/> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <image filename="assets/menu.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_unfocused"/> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_unfocused"/> -</draw_ops> - -<!-- shade --> - -<draw_ops name="shade_focused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <include name="shade_focused"/> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="assets/shade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_unfocused"/> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_unfocused"/> -</draw_ops> - -<!-- unshade --> - -<draw_ops name="unshade_focused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <include name="unshade_focused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="assets/unshade.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.7" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_unfocused"/> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_unfocused"/> -</draw_ops> - -<!-- appmenu --> - -<constant name="D_appmenu_icon_size" value="16"/> - -<draw_ops name="appmenu_focused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size"/> -</draw_ops> - -<draw_ops name="appmenu_focused_prelight"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_focused_pressed"> - <include name="appmenu_focused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused"> - <icon - x="(width - D_appmenu_icon_size) / 2" y="(height - D_appmenu_icon_size) / 2" - width="D_appmenu_icon_size" height="D_appmenu_icon_size" - alpha="0.7"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_prelight"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<draw_ops name="appmenu_unfocused_pressed"> - <include name="appmenu_unfocused"/> -</draw_ops> - -<!-- button backgrounds --> - -<draw_ops name="button_focused"> -</draw_ops> - -<draw_ops name="button_focused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_focused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_focused"/> -</draw_ops> - -<draw_ops name="button_unfocused"> -</draw_ops> - -<draw_ops name="button_unfocused_prelight"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.08" colorize="C_title_unfocused"/> -</draw_ops> - -<draw_ops name="button_unfocused_pressed"> - <image filename="assets/button.svg" x="(width - object_width) / 2" y="(height - object_height) / 2" width="object_width" height="object_height" alpha="0.2" colorize="C_title_unfocused"/> -</draw_ops> - -<!-- frame styles --> - -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <piece position="overlay" draw_ops="rounded_border_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <piece position="overlay" draw_ops="rounded_border_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused"/> - <piece position="titlebar" draw_ops="titlebar_focused"/> - <piece position="title" draw_ops="title_focused"/> - <button function="close" state="normal" draw_ops="close_focused"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_focused"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_focused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_focused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_focused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_focused"/> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_focused"/> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_focused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_focused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_focused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_focused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused"/> - <piece position="titlebar" draw_ops="titlebar_unfocused"/> - <piece position="title" draw_ops="title_unfocused"/> - <button function="close" state="normal" draw_ops="close_unfocused"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed"/> - <button version=">= 3.5" function="appmenu" state="normal" draw_ops="appmenu_unfocused"/> - <button version=">= 3.5" function="appmenu" state="prelight" draw_ops="appmenu_unfocused_prelight"/> - <button version=">= 3.5" function="appmenu" state="pressed" draw_ops="appmenu_unfocused_pressed"/> - <button function="shade" state="normal" draw_ops="shade_unfocused"/> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight"/> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed"/> - <button function="unshade" state="normal" draw_ops="unshade_unfocused"/> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight"/> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed"/> - - <button function="left_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="left_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="left_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - <button function="right_middle_background" state="normal" draw_ops="button_unfocused"/> - <button function="right_middle_background" state="prelight" draw_ops="button_unfocused_prelight"/> - <button function="right_middle_background" state="pressed" draw_ops="button_unfocused_pressed"/> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right" parent="normal_max_focused"> - <piece position="titlebar" draw_ops="entire_background_focused"/> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right" parent="normal_max_unfocused"> - <piece position="titlebar" draw_ops="entire_background_unfocused"/> -</frame_style> - -<frame_style name="dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal" parent="normal_focused"> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal" parent="normal_unfocused"> -</frame_style> - -<frame_style name="utility_focused" geometry="small" parent="normal_focused"> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small" parent="normal_unfocused"> -</frame_style> - -<frame_style name="border_focused" geometry="border" parent="normal_focused"> -</frame_style> - -<frame_style name="border_unfocused" geometry="border" parent="normal_unfocused"> -</frame_style> - -<frame_style name="borderless_focused" geometry="borderless" parent="normal_focused"> -</frame_style> - -<frame_style name="borderless_unfocused" geometry="borderless" parent="normal_unfocused"> -</frame_style> - -<frame_style name="attached_focused" geometry="attached" parent="modal_dialog_focused"> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached" parent="modal_dialog_unfocused"> -</frame_style> - -<!-- placeholder for unimplementated styles--> - -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="normal"><draw_ops></draw_ops></button> - <button version=">= 3.5" function="appmenu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- frame style sets --> - -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="normal_max_focused"/> - <frame focus="no" state="maximized" style="normal_max_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/> - <frame focus="no" state="shaded" style="normal_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_focused"/> - <frame focus="no" state="maximized_and_shaded" style="normal_max_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused"/> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused"/> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused"/> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="dialog_focused"/> - <frame focus="no" state="shaded" style="dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused"/> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="modal_dialog_focused"/> - <frame focus="no" state="shaded" style="modal_dialog_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="utility_focused"/> - <frame focus="no" state="shaded" style="utility_unfocused"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused"/> - <frame focus="no" state="normal" resize="both" style="border_unfocused"/> - <frame focus="yes" state="maximized" style="borderless_focused"/> - <frame focus="no" state="maximized" style="borderless_unfocused"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused"/> - <frame focus="no" state="normal" resize="both" style="attached_unfocused"/> - <frame focus="yes" state="maximized" style="blank"/> - <frame focus="no" state="maximized" style="blank"/> - <frame focus="yes" state="shaded" style="blank"/> - <frame focus="no" state="shaded" style="blank"/> - <frame focus="yes" state="maximized_and_shaded" style="blank"/> - <frame focus="no" state="maximized_and_shaded" style="blank"/> -</frame_style_set> - -<!-- windows --> - -<window type="normal" style_set="normal_style_set"/> -<window type="dialog" style_set="dialog_style_set"/> -<window type="modal_dialog" style_set="modal_dialog_style_set"/> -<window type="menu" style_set="utility_style_set"/> -<window type="utility" style_set="utility_style_set"/> -<window type="border" style_set="border_style_set"/> -<window version=">= 3.2" type="attached" style_set="attached_style_set"/> - -</metacity_theme> diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/thumbnail.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/thumbnail.png deleted file mode 100644 index 135fc73..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/metacity-1/thumbnail.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/plank/dock.theme b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/plank/dock.theme deleted file mode 100644 index 26a6a74..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/plank/dock.theme +++ /dev/null @@ -1,64 +0,0 @@ -#This file based on: -#https://git.launchpad.net/plank/tree/data/themes/Default/dock.theme - -[PlankTheme] -#The roundness of the top corners. -TopRoundness=16 -#The roundness of the bottom corners. -BottomRoundness=0 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;0 -#The starting color (RGBA) of the fill gradient. -FillStartColor=33;;33;;33;;255 -#The ending color (RGBA) of the fill gradient. -FillEndColor=33;;33;;33;;255 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=33;;33;;33;;255 - -[PlankDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=2 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=2 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=0 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=150 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=250 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-active.png deleted file mode 100644 index 4c041fe..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-inactive.png deleted file mode 100644 index 64c2a3b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-active.png deleted file mode 100644 index 4882e6b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-inactive.png deleted file mode 100644 index bb0fcee..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-active.png deleted file mode 100644 index 7be778a..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-inactive.png deleted file mode 100644 index 9e7ab60..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-active.png deleted file mode 100644 index d38b146..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-inactive.png deleted file mode 100644 index 3cd4698..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-prelight.png deleted file mode 100644 index d990aa1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-pressed.png deleted file mode 100644 index 3af5e76..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/close-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-active.png deleted file mode 100644 index 5b1abc7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-inactive.png deleted file mode 100644 index 3cd4698..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-prelight.png deleted file mode 100644 index 329a164..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-pressed.png deleted file mode 100644 index b2bfbb3..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/hide-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-active.png deleted file mode 100644 index da4a0e1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-inactive.png deleted file mode 100644 index 26781a1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-active.png deleted file mode 100644 index d63f1ab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-inactive.png deleted file mode 100644 index 3cd4698..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-prelight.png deleted file mode 100644 index 370e3cb..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-pressed.png deleted file mode 100644 index 9b845ba..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-active.png deleted file mode 100644 index d63f1ab..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index 3cd4698..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 191c3ea..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index ca3a4f6..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-active.png deleted file mode 100644 index 034e9d1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-inactive.png deleted file mode 100644 index ae08e63..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-prelight.png deleted file mode 100644 index 26a0cf3..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-pressed.png deleted file mode 100644 index 14c395c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/menu-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-active.png deleted file mode 100644 index 6134fd3..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-inactive.png deleted file mode 100644 index 7c6a97c..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/right-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-active.png deleted file mode 100644 index 70ae1da..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-inactive.png deleted file mode 100644 index febde8f..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-prelight.png deleted file mode 100644 index 1eb9d09..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-pressed.png deleted file mode 100644 index c0184b1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/shade-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-active.png deleted file mode 100644 index 8a1f5c5..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-inactive.png deleted file mode 100644 index 7a341de..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-prelight.png deleted file mode 100644 index e931e3b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-pressed.png deleted file mode 100644 index b337a5b..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-active.png deleted file mode 100644 index bc17cbc..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-inactive.png deleted file mode 100644 index 17d9425..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-prelight.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-prelight.png deleted file mode 100644 index b8180a4..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-prelight.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-pressed.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-pressed.png deleted file mode 100644 index 2501be0..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/stick-toggled-pressed.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/themerc b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/themerc deleted file mode 100644 index cb238f0..0000000 --- a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=6 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-active.png deleted file mode 100644 index 3afb0c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-inactive.png deleted file mode 100644 index 00298ea..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-active.png deleted file mode 100644 index 3afb0c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-inactive.png deleted file mode 100644 index 00298ea..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-active.png deleted file mode 100644 index 3afb0c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-inactive.png deleted file mode 100644 index 00298ea..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-active.png deleted file mode 100644 index 3afb0c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-inactive.png deleted file mode 100644 index 00298ea..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-active.png deleted file mode 100644 index 3afb0c7..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-inactive.png deleted file mode 100644 index 00298ea..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-active.png deleted file mode 100644 index d97bcef..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-inactive.png deleted file mode 100644 index 69b9143..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-active.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-active.png deleted file mode 100644 index f5b07d1..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-active.png and /dev/null differ diff --git a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-inactive.png b/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-inactive.png deleted file mode 100644 index 8b76f32..0000000 Binary files a/system-master/assets/themes/Catppuccin-Mocha-Standard-Blue-Dark/Catppuccin-Mocha-Standard-Blue-Dark/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/system-master/configuration/apps/install_flatpaks.nix b/system-master/configuration/apps/install_flatpaks.nix deleted file mode 100644 index b155c63..0000000 --- a/system-master/configuration/apps/install_flatpaks.nix +++ /dev/null @@ -1,104 +0,0 @@ -{ config, pkgs, lib, flakeRoot, ... }: - -let - moduleName = "install-flatpaks"; - flatpakConfPath = flakeRoot + "/assets/conf/apps/flatpaks.conf"; - raw = builtins.readFile flatpakConfPath; - - # Explicit "\n" so we never accidentally split into characters - rawLines = lib.splitString "\n" raw; - - # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw - _guard = assert !( - builtins.stringLength raw > 1 && - builtins.length rawLines == builtins.stringLength raw - ); true; - - cleanLine = l: - let - noCR = lib.replaceStrings [ "\r" ] [ "" ] l; - noInlineComment = lib.head (lib.splitString "#" noCR); - in - lib.strings.trim noInlineComment; - - entries = - builtins.filter (l: l != "") - (map cleanLine rawLines); - - # Flatpak app IDs are reverse-DNS style like org.example.App (at least 2 dots). - # We'll validate and fail early with a clear message. - dotCount = s: builtins.length (lib.splitString "." s) - 1; - - isValidId = s: - (dotCount s) >= 2; # matches the error you're seeing: "at least 2 periods" - - _validate = - builtins.seq _guard ( - builtins.map (id: - if isValidId id then true else - throw '' - ${moduleName}: invalid Flatpak ID in flatpaks.conf (needs reverse-DNS with at least 2 dots) - - Token : ${builtins.toJSON id} - flatpaks.conf : ${toString flatpakConfPath} - - Fix: remove stray tokens/headers, or comment them out with '#'. - '' - ) entries - ); - - # Use validated entries - flatpakApps = builtins.seq _validate entries; - - syncFlatpaks = pkgs.writeShellScript "sync-flatpaks" '' - set -euo pipefail - - # Use the deployed config path (matches environment.etc below) - CONF="/etc/flatpak/flatpaks.conf" - if [[ -f "$CONF" ]]; then - echo "flatpak-sync: using $CONF" - else - echo "flatpak-sync: WARNING: $CONF not found, using embedded list" - fi - - if ! flatpak remotes --system --columns=name | grep -qx flathub; then - flatpak remote-add --system --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo - fi - - desired_apps=( - ${lib.concatStringsSep "\n" (map (a: ''"${a}"'') flatpakApps)} - ) - - for app in "''${desired_apps[@]}"; do - if ! flatpak info --system "$app" >/dev/null 2>&1; then - flatpak install --system -y --noninteractive flathub "$app" - fi - done - ''; -in -{ - services.flatpak.enable = true; - - xdg.portal = { - enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - }; - - # Deploy the config file for runtime visibility/debugging - environment.etc."flatpak/flatpaks.conf".source = flatpakConfPath; - - systemd.services.flatpak-sync = { - description = "Install Flatpak apps listed in flatpaks.conf"; - wantedBy = [ "multi-user.target" ]; - wants = [ "network-online.target" ]; - after = [ "network-online.target" ]; - - serviceConfig = { - Type = "oneshot"; - ExecStart = syncFlatpaks; - }; - - restartTriggers = [ flatpakConfPath ]; - path = [ pkgs.flatpak pkgs.coreutils pkgs.gnugrep pkgs.gnused ]; - }; -} diff --git a/system-master/configuration/apps/install_packages.nix b/system-master/configuration/apps/install_packages.nix deleted file mode 100644 index cd1687d..0000000 --- a/system-master/configuration/apps/install_packages.nix +++ /dev/null @@ -1,48 +0,0 @@ -{ config, lib, pkgs, flakeRoot, ... }: - -let - packagesConfPath = flakeRoot + "/assets/conf/apps/packages.conf"; - raw = builtins.readFile packagesConfPath; - - # IMPORTANT: explicit "\n" so we never accidentally split into characters - rawLines = lib.splitString "\n" raw; - - # Guard: if we accidentally split into characters, rawLines length ~= stringLength raw - _guard = assert !( - builtins.stringLength raw > 1 && - builtins.length rawLines == builtins.stringLength raw - ); true; - - cleanLine = l: - let - noCR = lib.replaceStrings [ "\r" ] [ "" ] l; - noInlineComment = lib.head (lib.splitString "#" noCR); - in - lib.strings.trim noInlineComment; - - entries = - builtins.filter (l: l != "") - (map cleanLine rawLines); - - resolvePkg = name: - let - parts = lib.splitString "." name; - found = lib.attrByPath parts null pkgs; - in - if found == null then - throw '' - install_packages.nix: package not found in pkgs - - Token : ${builtins.toJSON name} - packages.conf : ${toString packagesConfPath} - Hint : check the attribute name on search.nixos.org/packages - '' - else - found; - - packages = builtins.seq _guard (map resolvePkg entries); - -in -{ - environment.systemPackages = packages; -} diff --git a/system-master/configuration/core/boot.nix b/system-master/configuration/core/boot.nix deleted file mode 100644 index 5a9c131..0000000 --- a/system-master/configuration/core/boot.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ pkgs, ... } : -{ - boot = { - initrd = { - verbose = false; # its a lot of logs. dont need it, unless we do. - kernelModules = [ ]; # no kernel modules on boot - }; - - extraModulePackages = [ ]; # no extra packages on boot either - kernelPackages = pkgs.linuxPackages_latest; # latest greatest linux kernel - kernelParams = [ "silent" ]; # quiet those logs - - consoleLogLevel = 0; # quiten more logs - plymouth.enable = true; # graphical boot animation instead - - supportedFilesystems = [ "ntfs" ]; # should see the ntfs (windows) - - loader = { - systemd-boot.enable = true; # systemd-boot - systemd-boot.configurationLimit = 10; - efi.canTouchEfiVariables = true; # allow editing efi to edit the boot loader - - - timeout = 5; # grub timeout to make a selection - }; - }; -} diff --git a/system-master/configuration/core/files.nix b/system-master/configuration/core/files.nix deleted file mode 100644 index c1938e0..0000000 --- a/system-master/configuration/core/files.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ pkgs, user, config, ... }: -{ - environment.systemPackages = with pkgs; [ - zip - unzip - p7zip - usbutils - udiskie - file-roller - ]; - - programs.thunar = { - enable = true; - plugins = with pkgs; [ - thunar-archive-plugin - thunar-media-tags-plugin - thunar-volman - thunar-vcs-plugin - ]; - }; - - programs.xfconf.enable = true; # to save thunar settings - - services = { - gvfs.enable = true; # Mount, trash, and other functionalities - tumbler.enable = true; # Thumbnail support for images - udisks2.enable = true; # Auto mount usb drives - }; -} diff --git a/system-master/configuration/core/locale.nix b/system-master/configuration/core/locale.nix deleted file mode 100644 index 532dd70..0000000 --- a/system-master/configuration/core/locale.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ user, ... } : -let - locale = user.locale; - defaultLocale = "nl_NL.UTF-8"; -in -{ - # Set your time zone. - time.timeZone = "Europe/Amsterdam"; - - # Select internationalisation properties. - i18n.defaultLocale = defaultLocale; - - i18n.extraLocaleSettings = { - LC_ADDRESS = locale; - LC_IDENTIFICATION = locale; - LC_MEASUREMENT = locale; - LC_MONETARY = locale; - LC_NAME = locale; - LC_NUMERIC = locale; - LC_PAPER = locale; - LC_TELEPHONE = locale; - LC_TIME = defaultLocale; - }; -} diff --git a/system-master/configuration/core/login-lightdm.nix b/system-master/configuration/core/login-lightdm.nix deleted file mode 100644 index 33887e3..0000000 --- a/system-master/configuration/core/login-lightdm.nix +++ /dev/null @@ -1,139 +0,0 @@ -{ config, pkgs, lib, ... }: - -let - lightdmConf = builtins.readFile ../../assets/conf/core/lightdm.conf; - lockPng = ../../assets/lock.png; - - greeterConfPath = ../../assets/conf/core/lightdm-gtk-greeter.conf; - greeterRaw = builtins.readFile greeterConfPath; - - # Extract "key = value" from the greeter conf. - # Returns null if not found. - getIniValue = key: - let - lines = lib.splitString "\n" greeterRaw; - - # Captures the value part (group 0) from a single line. - # We match line-by-line because Nix regex does NOT support PCRE flags like (?s). - m = - let - ms = builtins.filter (x: x != null) (map (line: - builtins.match - ("^[[:space:]]*" + key + "[[:space:]]*=[[:space:]]*([^#;]+).*$") - line - ) lines); - in - if ms == [] then null else builtins.elemAt ms 0; - in - if m == null then null else lib.strings.trim (builtins.elemAt m 0); - - # In your greeter.conf these are *package keys*, not theme names. - themePkgKey = getIniValue "theme-name"; - iconPkgKey = getIniValue "icon-theme-name"; - cursorPkgKey = getIniValue "cursor-theme-name"; - - cursorSizeStr = getIniValue "cursor-theme-size"; - cursorSize = - if cursorSizeStr == null then null - else lib.toInt (lib.strings.trim cursorSizeStr); - - # Map package-keys (from greeter.conf) -> { package, name } - # - # IMPORTANT: - # - "name" must be the real theme/icon/cursor NAME as seen under share/themes or share/icons. - # - "package" is the Nixpkgs derivation providing it. - pkgMap = { - catppuccinThemePkg = { - package = pkgs.catppuccin-gtk.override { - accents = [ "blue" ]; - variant = "mocha"; - size = "standard"; - tweaks = [ ]; - }; - name = "Catppuccin-Mocha-Standard-Blue-Dark"; - }; - - papirus-icon-theme = { - package = pkgs.papirus-icon-theme; - name = "Papirus-Dark"; - }; - - bibata-cursors = { - package = pkgs.bibata-cursors; - name = "Bibata-Modern-Ice"; - }; - }; - - pick = key: - if key == null then - throw "lightdm: missing required key in ${toString greeterConfPath}" - else if !(pkgMap ? "${key}") then - throw "lightdm: unknown package key '${key}' in ${toString greeterConfPath}. Known keys: ${lib.concatStringsSep ", " (builtins.attrNames pkgMap)}" - else - pkgMap."${key}"; - - themeSel = pick themePkgKey; - iconSel = pick iconPkgKey; - cursorSel = pick cursorPkgKey; - - # Rewrite greeter.conf so LightDM sees REAL names, not package keys. - # Also force background to lockPng. - greeterFixed = - '' - [greeter] - theme-name = ${themeSel.name} - icon-theme-name = ${iconSel.name} - cursor-theme-name = ${cursorSel.name} - ${lib.optionalString (cursorSize != null) "cursor-theme-size = ${toString cursorSize}"} - '' - + "\n" - + greeterRaw; -in -{ - services.greetd.enable = false; - - services.xserver = { - enable = true; - desktopManager.xterm.enable = false; - - displayManager.lightdm = { - enable = true; - background = lockPng; - - greeters.gtk = { - enable = true; - - theme = { - name = themeSel.name; - package = themeSel.package; - }; - - iconTheme = { - name = iconSel.name; - package = iconSel.package; - }; - - cursorTheme = { - name = cursorSel.name; - package = cursorSel.package; - } // lib.optionalAttrs (cursorSize != null) { - size = cursorSize; - }; - - # This includes your (rewritten) greeter config. - extraConfig = greeterFixed; - }; - - extraConfig = lightdmConf; - }; - }; - - programs.hyprland.enable = true; - - # Optional: make them available system-wide as well - environment.systemPackages = [ - themeSel.package - iconSel.package - cursorSel.package - ]; -} diff --git a/system-master/configuration/core/login-tuigreeter.nix b/system-master/configuration/core/login-tuigreeter.nix deleted file mode 100644 index 1fbc1d8..0000000 --- a/system-master/configuration/core/login-tuigreeter.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs, user, ... } : -{ - environment.systemPackages = with pkgs; [ - tuigreet - ]; - services.greetd = { - enable = true; - settings = { - default_session = { - command = pkgs.lib.mkForce "${pkgs.tuigreet}/bin/tuigreet --remember --time --time-format '%I:%M %p | %a • %h | %F'"; - }; - }; - }; -} diff --git a/system-master/configuration/core/networking.nix b/system-master/configuration/core/networking.nix deleted file mode 100644 index b85f82b..0000000 --- a/system-master/configuration/core/networking.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ pkgs, lib, ... }: -{ - networking = { - useDHCP = lib.mkDefault true; - networkmanager.enable = true; - networkmanager.wifi.backend = "iwd"; - wireless.iwd.enable = true; - wireless.userControlled.enable = true; - firewall = { - enable = true; - # KDE Connect: discovery + encrypted connections - allowedTCPPortRanges = [ - { from = 1714; to = 1764; } - ]; - allowedUDPPortRanges = [ - { from = 1714; to = 1764; } - ]; - }; - }; - environment.systemPackages = with pkgs; [ impala ]; -} diff --git a/system-master/configuration/core/nix-settings.nix b/system-master/configuration/core/nix-settings.nix deleted file mode 100644 index 7b82abf..0000000 --- a/system-master/configuration/core/nix-settings.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ pkgs, user, ... } : -{ - nix.settings = { - # enable flakes - experimental-features = ["nix-command" "flakes"]; - - # add a cache that speed up new applications by downloading binaries - # from the trusted cache instead of compiling from sourcer - substituters = [ - "https://nix-community.cachix.org" - ]; - # trust the cache public key - trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - }; - - # allow proprietary software on this machine. I'm not a purist. - nixpkgs.config.allowUnfree = true; - # unityhub depends on this... for now - nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ]; - - # this declares how often old configurations are cleared up. - # i cleanup anything older than a week, every week. - nix.gc = { - automatic = true; - options = "--delete-older-than 7d"; - dates = "weekly"; - }; - - programs = { - # command line utility that makes applying changes easy and pretty - nh = { - enable = true; - flake = "/home/${user.username}/system"; - }; - }; -} diff --git a/system-master/configuration/default.nix b/system-master/configuration/default.nix deleted file mode 100644 index 73bf6a9..0000000 --- a/system-master/configuration/default.nix +++ /dev/null @@ -1,79 +0,0 @@ -{ pkgs, user, ... } : -{ - imports = [ - ./apps/install_flatpaks.nix - ./apps/install_packages.nix - ./core/files.nix - ./core/locale.nix - ./core/networking.nix - ./core/nix-settings.nix - #./core/login-tuigreeter.nix - ./core/login-lightdm.nix - ./desktop/audio.nix - ./desktop/hyprland.nix - ./dev/terminal.nix - ./core/boot.nix - ./services/services.nix - ]; - - environment.systemPackages = with pkgs; [ - wget # fetch utility - curl # more fetch utility - binutils # executable utilities, like ld - dmidecode # tool for dumping system info - libnotify # notification daemon - python3 # nice to have this ready for quick things - cacert # certificate authority - remmina # remote desktop app - #rg # ripgrep - wev # for finding keypresses - tree # list foldetrtree's - file # filinfo - htop # sysmonitor - solaar # logitech controller - git # source control - # jetbrains.pycharm # Dev and course environment - - - ]; - - # to enable icons with wlogout - # https://github.com/catppuccin/nix/issues/584 - programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; - - users.users.${user.username} = { - isNormalUser = true; - description = "henrov"; - extraGroups = [ - "networkmanager" # allow editing network connections - "wheel" # can do sudo - "scanner" # access to the network scanner - "lp" # access to the printer - ]; - }; - - programs = { - nix-ld.enable = true; # helps with linking troubles with dynamic libraries - appimage.enable = true; # allow appimage installations - dconf.enable = true; # to save user settings - gnupg.agent = { - # pgp client - enable = true; - enableSSHSupport = true; - }; - firefox.enable = true; # browser - wireshark.enable = true; # vpn - }; - - fonts.packages = with pkgs; [ - aporetic - nerd-fonts.iosevka - ]; - - # enable the catppuccin theme for everything with mocha + blue accents - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - - system.stateVersion = user.stateVersion; -} diff --git a/system-master/configuration/desktop/audio.nix b/system-master/configuration/desktop/audio.nix deleted file mode 100644 index e881c4d..0000000 --- a/system-master/configuration/desktop/audio.nix +++ /dev/null @@ -1,70 +0,0 @@ -{ config, pkgs, lib, ... }: - -{ - environment.systemPackages = with pkgs; [ - pipewire - wireplumber - alsa-utils - pulseaudio - pamixer - pavucontrol - ]; - - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - jack.enable = true; - wireplumber.enable = true; - }; - - security.rtkit.enable = true; - - # Helps on many laptops (Intel SOF etc.) - hardware.enableRedistributableFirmware = true; - - # Prefer analog over HDMI/DP in a machine-agnostic way - services.pipewire.wireplumber.extraConfig."51-audio-priorities" = { - "monitor.alsa.rules" = [ - # De-prioritize HDMI / DisplayPort sinks - { - matches = [ - { "node.name" = "~alsa_output\\..*HDMI.*"; } - { "node.name" = "~alsa_output\\..*DisplayPort.*"; } - ]; - actions.update-props = { - "priority.session" = 100; - "priority.driver" = 100; - }; - } - - # Prefer analog sinks (speakers/headphones) - { - matches = [ - { "node.name" = "~alsa_output\\..*analog.*"; } - { "node.name" = "~alsa_output\\..*Headphones.*"; } - { "node.name" = "~alsa_output\\..*Speaker.*"; } - ]; - actions.update-props = { - "priority.session" = 2000; - "priority.driver" = 2000; - }; - } - ]; - }; - - # Optional: clear "sticky" user-selected defaults so priority rules win - systemd.user.services.wireplumber-clear-default-nodes = { - description = "Clear WirePlumber saved default nodes (avoid HDMI becoming sticky)"; - - after = [ "wireplumber.service" ]; - partOf = [ "wireplumber.service" ]; - wantedBy = [ "default.target" ]; - - serviceConfig = { - Type = "oneshot"; - ExecStart = "${pkgs.coreutils}/bin/rm -f %h/.local/state/wireplumber/default-nodes"; - }; - }; -} diff --git a/system-master/configuration/desktop/hyprland.nix b/system-master/configuration/desktop/hyprland.nix deleted file mode 100644 index 2e52a0b..0000000 --- a/system-master/configuration/desktop/hyprland.nix +++ /dev/null @@ -1,58 +0,0 @@ -{ pkgs, ... }: -{ - nix.settings = { - substituters = [ "https://hyprland.cachix.org" ]; - trusted-public-keys = [ - "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" - ]; - }; - services.dbus.enable = true; - security.polkit.enable = true; - services.flatpak.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - wireplumber.enable = true; - }; - services.gvfs.enable = true; - xdg.portal = { - enable = true; - extraPortals = with pkgs; [ - xdg-desktop-portal-hyprland - xdg-desktop-portal-gtk - ]; - config.common.default = [ "hyprland" "gtk" ]; - }; - environment.systemPackages = with pkgs; [ - walker - uwsm - hyprland-qtutils - hyprpolkitagent - grimblast - ]; - programs = { - uwsm.enable = true; - uwsm.waylandCompositors.hyprland = { - prettyName = "Hyprland"; - comment = "Hyprland compositor managed by UWSM"; - binPath = "/run/current-system/sw/bin/Hyprland"; - }; - hyprland = { - withUWSM = true; - enable = true; - xwayland.enable = true; - }; - }; - environment.sessionVariables = { - XDG_SESSION_TYPE = "wayland"; - XDG_CURRENT_DESKTOP = "Hyprland"; - XDG_SESSION_DESKTOP = "Hyprland"; - NIXOS_OZONE_WL = "1"; - XCURSOR_SIZE = "24"; - }; - security.pam.services.hyprlock = { }; - # Optional; GNOME-specific (keep only if you really use gnome-keyring integration) - security.pam.services.gdm.enableGnomeKeyring = true; -} diff --git a/system-master/configuration/dev/terminal.nix b/system-master/configuration/dev/terminal.nix deleted file mode 100644 index 8c0ea7c..0000000 --- a/system-master/configuration/dev/terminal.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs, user, ... }: -{ - console.useXkbConfig = true; - users.users.${user.username}.shell = pkgs.zsh; - programs.zsh.enable = true; - environment.shells = [ pkgs.zsh ]; - environment.pathsToLink = [ "/share/zsh" ]; -} diff --git a/system-master/configuration/services/services.nix b/system-master/configuration/services/services.nix deleted file mode 100644 index 6778e81..0000000 --- a/system-master/configuration/services/services.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ user, ...} : -{ - services = { - blueman.enable = true; # bluetooth manager - fwupd.enable = true; # firmware updating service - fstrim.enable = true; # ssd maintenance service - thermald.enable = true; # thermal regulation service - printing.enable = true; # printing services, cups - gnome.gnome-keyring.enable = true; # keyring - flatpak.enable = true; # allow installing things from flatpaks - #flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - - # printer discovery - avahi = { - enable = true; - nssmdns4 = true; - openFirewall = true; - }; - }; - - virtualisation.docker.enable = true; # enable docker - users.users.${user.username}.extraGroups = [ "docker" ]; # add self to docker user group -} diff --git a/system-master/flake.lock b/system-master/flake.lock deleted file mode 100644 index 44c9d75..0000000 --- a/system-master/flake.lock +++ /dev/null @@ -1,107 +0,0 @@ -{ - "nodes": { - "catppuccin": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1770551880, - "narHash": "sha256-+cS5yXWsSLiK36+PP/+dcQdxpXSclx2d65p7l6Dis+A=", - "owner": "catppuccin", - "repo": "nix", - "rev": "db4dfe3f2a80e9c33492d839accd49f75c7324c2", - "type": "github" - }, - "original": { - "owner": "catppuccin", - "repo": "nix", - "type": "github" - } - }, - "emacs-overlay": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "nixpkgs-stable": "nixpkgs-stable" - }, - "locked": { - "lastModified": 1771293823, - "narHash": "sha256-U3CeeAmS27uJubkEWAgpjcT2MeicXD8pOrOp2CTlkyM=", - "owner": "nix-community", - "repo": "emacs-overlay", - "rev": "db9335e92275fd1fe4a6c3c5fd0337afef7aed7b", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "emacs-overlay", - "type": "github" - } - }, - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1771269455, - "narHash": "sha256-BZ31eN5F99YH6vkc4AhzKGE+tJgJ52kl8f01K7wCs8w=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "5f1d42a97b19803041434f66681d5c44c9ae62e3", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1771008912, - "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "a82ccc39b39b621151d6732718e3e250109076fa", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1767313136, - "narHash": "sha256-16KkgfdYqjaeRGBaYsNrhPRRENs0qzkQVUooNHtoy2w=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "ac62194c3917d5f474c1a844b6fd6da2db95077d", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-25.05", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "catppuccin": "catppuccin", - "emacs-overlay": "emacs-overlay", - "home-manager": "home-manager", - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/system-master/flake.nix b/system-master/flake.nix deleted file mode 100644 index 85fe068..0000000 --- a/system-master/flake.nix +++ /dev/null @@ -1,85 +0,0 @@ -{ - description = "Henrov's nixos configuration"; - inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - home-manager = { - url = "github:nix-community/home-manager"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - emacs-overlay = { - url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - catppuccin = { - url = "github:catppuccin/nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - outputs = inputs@{ - nixpkgs, - home-manager, - emacs-overlay, - catppuccin, - ... - }: - let - user = import ./user.nix; - lib = nixpkgs.lib; - machines = [ - "traveldroid" - ]; - pkgs = import nixpkgs { - inherit (user) system; - }; - in - { - nixosConfigurations = builtins.listToAttrs ( - builtins.map (machine: { - name = machine; - value = lib.nixosSystem { - modules = [ - ({ ... }: { - nixpkgs.overlays = [ emacs-overlay.overlays.default ]; - }) - ./machines/${machine}/configuration.nix - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.useUserPackages = true; - - home-manager.extraSpecialArgs = { - inherit user inputs; - flakeRoot = inputs.self; - }; - - home-manager.backupFileExtension = "backup"; - home-manager.users.${user.username} = { - imports = [ - ./machines/${machine}/home.nix - catppuccin.homeModules.catppuccin - ]; - }; - } - - catppuccin.nixosModules.catppuccin # theme - ]; - - specialArgs = { - hostname = machine; - inherit user; - inherit inputs; - flakeRoot = inputs.self; - }; - }; - }) machines - ); - - devShells.${user.system}.default = pkgs.mkShell { - buildInputs = with pkgs; [ - nil - nixfmt-rfc-style - ]; - }; - }; - -} diff --git a/system-master/hardware/hardware.nix b/system-master/hardware/hardware.nix deleted file mode 100755 index 0b96643..0000000 --- a/system-master/hardware/hardware.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ pkgs, lib, user, config, ...} : -{ - nixpkgs.hostPlatform = lib.mkDefault user.system; # x86_64-linux - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # enable power saving on the cpu - - # update cpu microcode with firmware that allows redistribution - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - - hardware = { - # always enable bluetooth - bluetooth.enable = true; - - # always enable graphics drivers and enable a bunch of layers for it (including vulkan validation) - graphics = { - enable = true; - extraPackages = with pkgs; [ - vulkan-validation-layers # helps catch and debug vulkan crashes - ]; - }; - }; - - hardware.enableAllFirmware = true; # enable all firmware regardless of license -} diff --git a/system-master/home/apps/defaults-apps.nix b/system-master/home/apps/defaults-apps.nix deleted file mode 100644 index 36731bd..0000000 --- a/system-master/home/apps/defaults-apps.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, pkgs, lib, ... }: -{ - xdg.mimeApps.enable = true; - xdg.mimeApps.defaultApplications = { - "x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ]; - "x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ]; - "text/html" = [ "app.zen_browser.zen.desktop" ]; - }; -} diff --git a/system-master/home/apps/theme.nix b/system-master/home/apps/theme.nix deleted file mode 100644 index eb011c0..0000000 --- a/system-master/home/apps/theme.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ pkgs, ...}: -{ - gtk = { - enable = true; - colorScheme = "dark"; - theme = { - name = "Catppuccin-GTK-Grey-Dark-Compact"; - package = (pkgs.magnetic-catppuccin-gtk.override { - accent = [ "grey" ]; - shade = "dark"; - tweaks = [ "black" ]; - size = "compact"; - }); - }; - iconTheme.name = "Papirus-Dark"; - }; - catppuccin.enable = true; - catppuccin.flavor = "mocha"; - catppuccin.accent = "blue"; - catppuccin.gtk.icon.enable = true; - catppuccin.cursors.enable = true; -} diff --git a/system-master/home/default.nix b/system-master/home/default.nix deleted file mode 100644 index ab35f8c..0000000 --- a/system-master/home/default.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ pkgs, user, ... } : - { - imports = [ - #./apps/default-apps.nix - ./apps/theme.nix - ./desktop/hypridle.nix - ./desktop/hyprland.nix - ./desktop/hyprexpo.nix - ./desktop/hyprlock.nix - ./desktop/hyprshell.nix - ./desktop/wallpaper.nix - ./desktop/waybar.nix - ./desktop/walker.nix - ./dev/dev.nix - ./dev/shells.nix - ./dev/starship.nix - ./dev/emacs - ]; - - home.username = "${user.username}"; - home.homeDirectory = pkgs.lib.mkDefault "/home/${user.username}"; - home.stateVersion = user.stateVersion; - - - - programs.home-manager.enable = true; - } diff --git a/system-master/home/desktop/hyprexpo.nix b/system-master/home/desktop/hyprexpo.nix deleted file mode 100644 index 06e43d7..0000000 --- a/system-master/home/desktop/hyprexpo.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - wayland.windowManager.hyprland = { - # Load the Hyprexpo plugin (from nixpkgs) - plugins = [ - pkgs.hyprlandPlugins.hyprexpo - ]; - - # Append plugin config + keybind after your existing hyprland.conf - extraConfig = lib.mkAfter '' - ############################ - # Hyprexpo (workspace/window overview) - ############################ - - # Basic plugin config (tweak as you like) - plugin { - hyprexpo { - columns = 3 - gaps_in = 5 - gaps_out = 20 - - # Optional; comment out if you don't want it - # workspace_method = center current - } - } - ''; - }; -} diff --git a/system-master/home/desktop/hypridle.nix b/system-master/home/desktop/hypridle.nix deleted file mode 100644 index 45e6187..0000000 --- a/system-master/home/desktop/hypridle.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ config, lib, pkgs, flakeRoot, ... }: -let - hypridleConf = flakeRoot + "/assets/conf/desktop/hypr/hypridle.conf"; -in -{ - home.packages = [ pkgs.hypridle ]; - xdg.configFile."hypr/hypridle.conf".source = hypridleConf; -} diff --git a/system-master/home/desktop/hyprland.nix b/system-master/home/desktop/hyprland.nix deleted file mode 100644 index 8ed71af..0000000 --- a/system-master/home/desktop/hyprland.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, lib, pkgs, flakeRoot, ... }: -let - hyprConf = flakeRoot + "/assets/conf/desktop/hypr/hyprland.conf"; - bindingsConf = flakeRoot + "/assets/conf/desktop/hypr/bindings.conf"; -in -{ - programs.kitty.enable = true; - - wayland.windowManager.hyprland = { - enable = true; - systemd.enable = false; - - # Load base config + bindings from repo files - extraConfig = - (builtins.readFile hyprConf) - + "\n\n# --- Repo keybindings ---\n" - + (builtins.readFile bindingsConf) - + "\n"; - }; - - xdg.configFile."hypr/scripts/lid-lock.sh" = { - source = flakeRoot + "/assets/conf/desktop/hypr/scripts/lid-lock.sh"; - executable = true; - }; -} diff --git a/system-master/home/desktop/hyprlock.nix b/system-master/home/desktop/hyprlock.nix deleted file mode 100644 index df46aae..0000000 --- a/system-master/home/desktop/hyprlock.nix +++ /dev/null @@ -1,10 +0,0 @@ -{config, lib, pkgs, flakeRoot, ... }: -let - lockPngSrc = flakeRoot + "/assets/lock.png"; - hyprlockConf = flakeRoot + "/assets/conf/desktop/hypr/hyprlock.conf"; -in -{ - home.packages = [ pkgs.hyprlock ]; - xdg.configFile."hypr/lock.png".source = lockPngSrc; - xdg.configFile."hypr/hyprlock.conf".source = hyprlockConf; -} diff --git a/system-master/home/desktop/hyprshell.nix b/system-master/home/desktop/hyprshell.nix deleted file mode 100644 index 8e038c0..0000000 --- a/system-master/home/desktop/hyprshell.nix +++ /dev/null @@ -1,30 +0,0 @@ -# home/desktop/hyprshell.nix (Home-Manager module) -{ config, pkgs, lib, flakeRoot, ... }: -let - repoDir = flakeRoot + "/assets/conf/desktop/hypr/hyprshell"; - cfgRon = repoDir + "/config.ron"; - cssFile = repoDir + "/styles.css"; -in -{ - xdg.enable = true; - home.packages = [ pkgs.hyprshell ]; - # Link repo -> ~/.config/hyprshell/... - xdg.configFile."hyprshell/config.ron".source = cfgRon; - xdg.configFile."hyprshell/styles.css".source = cssFile; - # Autostart (systemd user service) - systemd.user.services.hyprshell = { - Unit = { - Description = "Hyprshell (window switcher / launcher)"; - PartOf = [ "graphical-session.target" ]; - After = [ "graphical-session.target" ]; - }; - Service = { - ExecStart = "${pkgs.hyprshell}/bin/hyprshell"; - Restart = "on-failure"; - RestartSec = 1; - }; - Install = { - WantedBy = [ "graphical-session.target" ]; - }; - }; -} diff --git a/system-master/home/desktop/walker.nix b/system-master/home/desktop/walker.nix deleted file mode 100644 index c43d44b..0000000 --- a/system-master/home/desktop/walker.nix +++ /dev/null @@ -1,91 +0,0 @@ -{ config, pkgs, lib, inputs ? null, ... }: - -let - walkerPkg = - if inputs != null && inputs ? walker - then inputs.walker.packages.${pkgs.system}.default - else pkgs.walker; - - elephantPkg = - if inputs != null && inputs ? elephant - then inputs.elephant.packages.${pkgs.system}.default - else pkgs.elephant; - - sessionTarget = "graphical-session.target"; -in -{ - xdg.enable = true; - - home.packages = [ - walkerPkg - elephantPkg - ]; - - systemd.user.services.elephant = { - Unit = { - Description = "Elephant backend for Walker"; - PartOf = [ sessionTarget ]; - After = [ sessionTarget ]; - }; - - Service = { - Type = "simple"; - ExecStart = "${elephantPkg}/bin/elephant"; - - Restart = "on-failure"; - RestartSec = 1; - - # Ensure Elephant can create its socket under: - # /run/user/$UID/elephant/... - RuntimeDirectory = "elephant"; - RuntimeDirectoryMode = "0700"; - - # Light hardening (DO NOT use ProtectSystem=strict here) - NoNewPrivileges = true; - PrivateTmp = true; - ProtectKernelTunables = true; - ProtectKernelModules = true; - ProtectControlGroups = true; - LockPersonality = true; - RestrictRealtime = true; - RestrictSUIDSGID = true; - SystemCallArchitectures = "native"; - }; - - Install = { - WantedBy = [ sessionTarget ]; - }; - }; - - systemd.user.services.walker = { - Unit = { - Description = "Walker GApplication service"; - PartOf = [ sessionTarget ]; - After = [ sessionTarget "elephant.service" ]; - Wants = [ "elephant.service" ]; - }; - - Service = { - Type = "simple"; - ExecStart = "${walkerPkg}/bin/walker --gapplication-service"; - - Restart = "on-failure"; - RestartSec = 1; - - # Light hardening - NoNewPrivileges = true; - PrivateTmp = true; - ProtectKernelTunables = true; - ProtectKernelModules = true; - ProtectControlGroups = true; - LockPersonality = true; - RestrictRealtime = true; - RestrictSUIDSGID = true; - SystemCallArchitectures = "native"; - }; - - Install = { - WantedBy = [ sessionTarget ]; - }; - }; -} diff --git a/system-master/home/desktop/wallpaper.nix b/system-master/home/desktop/wallpaper.nix deleted file mode 100644 index a11e69b..0000000 --- a/system-master/home/desktop/wallpaper.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ config, pkgs, lib, flakeRoot, ... }: -let - repoWallpaperDir = flakeRoot + "/assets/conf/desktop/wallpaper"; - repoWallpaperConf = flakeRoot + "/assets/conf/desktop/wallpaper/wallpaper.conf"; - userRelRoot = "nixos_conf/wallpaperstuff"; - userAbsRoot = "${config.home.homeDirectory}/${userRelRoot}"; - userConfPath = "${userAbsRoot}/wallpaper.conf"; - # Exclude wallpaper.conf so HM does NOT manage it (avoids backup collisions) - repoWallpapersOnly = lib.cleanSourceWith { - src = repoWallpaperDir; - filter = path: type: - (builtins.baseNameOf path) != "wallpaper.conf"; - }; -in -{ - home.packages = [ pkgs.wpaperd ]; - # Sync everything *except* wallpaper.conf into ~/nixos_conf/wallpaperstuff - home.file."${userRelRoot}" = { - source = repoWallpapersOnly; - recursive = true; - }; - # Now safely overwrite the config every activation (no HM collision) - home.activation.wallpaperConfForce = - lib.hm.dag.entryAfter [ "writeBoundary" ] '' - set -euo pipefail - mkdir -p "${userAbsRoot}" - install -m 0644 "${repoWallpaperConf}" "${userConfPath}" - ''; - systemd.user.services.wpaperd = { - Unit = { - Description = "wpaperd wallpaper daemon"; - After = [ "default.target" ]; - }; - Service = { - Type = "simple"; - ExecStart = "${pkgs.wpaperd}/bin/wpaperd --config ${userConfPath}"; - Restart = "on-failure"; - RestartSec = 1; - }; - Install.WantedBy = [ "default.target" ]; - }; -} diff --git a/system-master/home/desktop/waybar.nix b/system-master/home/desktop/waybar.nix deleted file mode 100644 index adbf511..0000000 --- a/system-master/home/desktop/waybar.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ config, lib, pkgs, flakeRoot, ... }: -let - repoWaybarDir = flakeRoot + "/assets/conf/desktop/waybar"; -in -{ - programs.waybar.enable = true; - - # Ensure config matches repo (HM-managed symlink, not user-editable) - xdg.configFile."waybar/config" = { - source = repoWaybarDir + "/config.jsonc"; - force = true; - }; - - # Override HM's internally-generated waybar-style.css derivation - # and use your repo file instead. - xdg.configFile."waybar/style.css" = { - source = lib.mkForce (repoWaybarDir + "/style.css"); - force = true; - }; - - # Prevent HM from also trying to generate style content via programs.waybar.style - # (not strictly required once mkForce is in place, but keeps intent clear) - programs.waybar.style = ""; -} diff --git a/system-master/home/dev/alacritty.nix b/system-master/home/dev/alacritty.nix deleted file mode 100644 index 9921898..0000000 --- a/system-master/home/dev/alacritty.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, lib, flakeRoot, ... }: -let - repoAlacrittyConf = flakeRoot + "/assets/conf/dev/alacritty.toml"; -in -{ - xdg.enable = true; - programs.alacritty.enable = true; - # Override the config generated by programs.alacritty - xdg.configFile."alacritty/alacritty.toml".source = lib.mkForce repoAlacrittyConf; - catppuccin.alacritty.enable = true; - catppuccin.alacritty.flavor = "mocha"; -} diff --git a/system-master/home/dev/dev.nix b/system-master/home/dev/dev.nix deleted file mode 100644 index 6a35591..0000000 --- a/system-master/home/dev/dev.nix +++ /dev/null @@ -1,48 +0,0 @@ -{ config, pkgs, lib, ... }: -{ - programs = { - vscode.enable = true; - vim.enable = true; - ripgrep.enable = true; - btop.enable = true; - - fzf = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - zoxide = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - eza = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - }; - - direnv = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - nix-direnv.enable = true; - }; - - # Zsh-specific config belongs here - zsh = { - # for emacs-eat package - initContent = lib.mkOrder 1200 '' - [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ - source "$EAT_SHELL_INTEGRATION_DIR/zsh" - ''; - }; - - git = { - enable = true; - lfs.enable = true; - }; - }; -} diff --git a/system-master/home/dev/emacs/default.nix b/system-master/home/dev/emacs/default.nix deleted file mode 100644 index 49c6c94..0000000 --- a/system-master/home/dev/emacs/default.nix +++ /dev/null @@ -1,67 +0,0 @@ -{ pkgs, ... }: -{ - programs.emacs = { - enable = true; - # install with tree sitter enabled - package = (pkgs.emacs-pgtk.override { withTreeSitter = true; }); - extraPackages = epkgs: [ - # also install all tree sitter grammars - epkgs.manualPackages.treesit-grammars.with-all-grammars - epkgs.nerd-icons # nerd fonts support - epkgs.doom-modeline # model line - epkgs.diminish # hides modes from modeline - epkgs.eldoc # doc support - epkgs.pulsar # pulses the cursor when jumping about - epkgs.which-key # help porcelain - epkgs.expreg # expand region - epkgs.vundo # undo tree - epkgs.puni # structured editing - epkgs.avy # jumping utility - epkgs.consult # emacs right click - epkgs.vertico # minibuffer completion - epkgs.marginalia # annotations for completions - epkgs.crux # utilities - epkgs.magit # git porcelain - epkgs.nerd-icons-corfu # nerd icons for completion - epkgs.corfu # completion - epkgs.cape # completion extensions - epkgs.orderless # search paradigm - epkgs.yasnippet # snippets support - epkgs.yasnippet-snippets # commonly used snippets - epkgs.rg # ripgrep - epkgs.exec-path-from-shell # load env and path - epkgs.eat # better shell - epkgs.rust-mode # rust mode (when rust-ts doesn't cut it) - epkgs.rustic # more rust things - epkgs.nix-mode # nix lang - epkgs.hcl-mode # hashicorp file mode - epkgs.shell-pop # quick shell popup - epkgs.envrc # support for loading .envrc - epkgs.nixpkgs-fmt # format nix files - epkgs.f # string + file utilities - epkgs.gptel # llm chat (mainly claude) - epkgs.catppuccin-theme # catppuccin theme - epkgs.eldoc-box # docs in a box - epkgs.sideline # mainly for flymake errors on the side - epkgs.sideline-flymake # mainly for flymake errors on the side - epkgs.sideline-eglot # mainly for flymake errors on the side - ]; - }; - home.sessionVariables = { - EDITOR = "emacs"; - XDG_SCREENSHOTS_DIR = "~/screenshots"; - }; - home.file = { - emacs-init = { - source = ./early-init.el; - target = ".emacs.d/early-init.el"; - }; - emacs = { - source = ./init.el; - target = ".emacs.d/init.el"; - }; - }; - services.nextcloud-client = { - enable = true; - }; -} diff --git a/system-master/home/dev/emacs/early-init.el b/system-master/home/dev/emacs/early-init.el deleted file mode 100644 index 348162d..0000000 --- a/system-master/home/dev/emacs/early-init.el +++ /dev/null @@ -1,92 +0,0 @@ -;;; package --- early init -*- lexical-binding: t -*- -;;; Commentary: -;;; Prevents white flash and better Emacs defaults -;;; Code: -(set-language-environment "UTF-8") -(setq-default - default-frame-alist - '((background-color . "#1e1e2e") - (bottom-divider-width . 1) ; Thin horizontal window divider - (foreground-color . "#bac2de") ; Default foreground color - (fullscreen . maximized) ; Maximize the window by default - (horizontal-scroll-bars . nil) ; No horizontal scroll-bars - (left-fringe . 8) ; Thin left fringe - (menu-bar-lines . 0) ; No menu bar - (right-divider-width . 1) ; Thin vertical window divider - (right-fringe . 8) ; Thin right fringe - (tool-bar-lines . 0) ; No tool bar - (undecorated . t) ; Remove extraneous X decorations - (vertical-scroll-bars . nil)) ; No vertical scroll-bars - user-full-name "Henrov henrov" ; ME! - ;; memory configuration - ;; Higher garbage collection threshold, prevents frequent gc locks, reset later - gc-cons-threshold most-positive-fixnum - ;; Ignore warnings for (obsolete) elisp compilations - byte-compile-warnings '(not obsolete) - ;; And other log types completely - warning-suppress-log-types '((comp) (bytecomp)) - ;; Large files are okay in the new millenium. - large-file-warning-threshold 100000000 - ;; dont show garbage collection messages at startup, will reset later - garbage-collection-messages nil - ;; native compilation - package-native-compile t - native-comp-warning-on-missing-source nil - native-comp-async-report-warnings-errors 'silent - ;; Read more based on system pipe capacity - read-process-output-max (max (* 10240 10240) read-process-output-max) - ;; scroll configuration - scroll-margin 0 ; Lets scroll to the end of the margin - scroll-conservatively 100000 ; Never recenter the window - scroll-preserve-screen-position 1 ; Scrolling back and forth - ;; frame config - ;; Improve emacs startup time by not resizing to adjust for custom settings - frame-inhibit-implied-resize t - ;; Dont resize based on character height / width but to exact pixels - frame-resize-pixelwise t - ;; backups & files - backup-directory-alist '(("." . "~/.backups/")) ; Don't clutter - backup-by-copying t ; Don't clobber symlinks - create-lockfiles nil ; Don't have temp files - delete-old-versions t ; Cleanup automatically - kept-new-versions 6 ; Update every few times - kept-old-versions 2 ; And cleanup even more - version-control t ; Version them backups - delete-by-moving-to-trash t ; Dont delete, send to trash instead - ;; startup - inhibit-startup-screen t ; I have already done the tutorial. Twice - inhibit-startup-message t ; I know I am ready - inhibit-startup-echo-area-message t ; Yep, still know it - initial-scratch-message nil ; I know it is the scratch buffer! - initial-buffer-choice nil - inhibit-startup-buffer-menu t - inhibit-x-resources t - initial-major-mode 'fundamental-mode - pgtk-wait-for-event-timeout 0.001 ; faster child frames - ad-redefinition-action 'accept ; dont care about legacy things being redefined - inhibit-compacting-font-caches t - ;; tabs - tab-width 4 ; Always tab 4 spaces. - indent-tabs-mode nil ; Never use actual tabs. - ;; rendering - cursor-in-non-selected-windows nil ; dont render cursors other windows - ;; packages - use-package-always-defer t - load-prefer-newer t - default-input-method nil - use-dialog-box nil - use-file-dialog nil - use-package-expand-minimally t - package-enable-at-startup nil - use-package-enable-imenu-support t - auto-mode-case-fold nil ; No second pass of case-insensitive search over auto-mode-alist. - package-archives '(("melpa" . "https://melpa.org/packages/") - ("gnu" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/") - ("melpa-stable" . "https://stable.melpa.org/packages/")) - package-archive-priorities '(("gnu" . 99) - ("nongnu" . 80) - ("melpa" . 70) - ("melpa-stable" . 50)) - ) - ;;; early-init.el ends here diff --git a/system-master/home/dev/emacs/init.el b/system-master/home/dev/emacs/init.el deleted file mode 100644 index 802e27a..0000000 --- a/system-master/home/dev/emacs/init.el +++ /dev/null @@ -1,400 +0,0 @@ -;;; package --- Summary - My minimal Emacs init file -*- lexical-binding: t -*- - - ;;; Commentary: - ;;; Simple Emacs setup I carry everywhere - - ;;; Code: -(setq custom-file (locate-user-emacs-file "custom.el")) -(load custom-file 'noerror) ;; no error on missing custom file - -(require 'package) -(package-initialize) - -(defun reset-custom-vars () - "Resets the custom variables that were set to crazy numbers" - (setopt gc-cons-threshold (* 1024 1024 100)) - (setopt garbage-collection-messages t)) - -(use-package emacs - :custom - (native-comp-async-query-on-exit t) - (read-answer-short t) - (use-short-answers t) - (enable-recursive-minibuffers t) - (which-func-update-delay 1.0) - (visible-bell nil) - (custom-buffer-done-kill t) - (whitespace-line-column nil) - (x-underline-at-descent-line t) - (imenu-auto-rescan t) - (uniquify-buffer-name-style 'forward) - (confirm-nonexistent-file-or-buffer nil) - (create-lockfiles nil) - (make-backup-files nil) - (kill-do-not-save-duplicates t) - (sentence-end-double-space nil) - (treesit-enabled-modes t) - :init - ;; base visual - (menu-bar-mode -1) ;; no menu bar - (toggle-scroll-bar -1) ;; no scroll bar - (tool-bar-mode -1) ;; no tool bar either - (blink-cursor-mode -1) ;; stop blinking - - ;; font of the century - (set-frame-font "Aporetic Sans Mono 12" nil t) - - :bind - (("C-<wheel-up>" . pixel-scroll-precision) ; dont zoom in please, just scroll - ("C-<wheel-down>" . pixel-scroll-precision) ; dont zoom in either, just scroll - ("C-x k" . kill-current-buffer)) ; kill the buffer, dont ask - :hook - (text-mode . delete-trailing-whitespace-mode) - (prog-mode . delete-trailing-whitespace-mode) - (after-init . global-display-line-numbers-mode) ;; always show line numbers - (after-init . column-number-mode) ;; column number in the mode line - (after-init . size-indication-mode) ;; file size in the mode line - (after-init . pixel-scroll-precision-mode) ;; smooth mouse scroll - (after-init . electric-pair-mode) ;; i mean ... parens should auto create - (after-init . reset-custom-vars) - ) - -(use-package autorevert - :ensure nil - :custom - (auto-revert-interval 3) - (auto-revert-remote-files nil) - (auto-revert-use-notify t) - (auto-revert-avoid-polling nil) - (auto-revert-verbose t) - :hook - (after-init . global-auto-revert-mode)) - -(use-package recentf - :ensure nil - :commands (recentf-mode recentf-cleanup) - :hook - (after-init . recentf-mode) - :custom - (recentf-auto-cleanup 'never) - (recentf-exclude - (list "\\.tar$" "\\.tbz2$" "\\.tbz$" "\\.tgz$" "\\.bz2$" - "\\.bz$" "\\.gz$" "\\.gzip$" "\\.xz$" "\\.zip$" - "\\.7z$" "\\.rar$" - "COMMIT_EDITMSG\\'" - "\\.\\(?:gz\\|gif\\|svg\\|png\\|jpe?g\\|bmp\\|xpm\\)$" - "-autoloads\\.el$" "autoload\\.el$")) - - :config - ;; A cleanup depth of -90 ensures that `recentf-cleanup' runs before - ;; `recentf-save-list', allowing stale entries to be removed before the list - ;; is saved by `recentf-save-list', which is automatically added to - ;; `kill-emacs-hook' by `recentf-mode'. - (add-hook 'kill-emacs-hook #'recentf-cleanup -90)) - -(use-package savehist - :ensure nil - :commands (savehist-mode savehist-save) - :hook - (after-init . savehist-mode) - :custom - (savehist-autosave-interval 600) - (savehist-additional-variables - '(kill-ring ; clipboard - register-alist ; macros - mark-ring global-mark-ring ; marks - search-ring regexp-search-ring))) - -(use-package hl-line - :ensure nil - :custom - (hl-line-sticky-flag nil) - (global-hl-line-sticky-flag nil) - :hook - (after-init . global-hl-line-mode)) - -(use-package saveplace - :ensure nil - :commands (save-place-mode save-place-local-mode) - :hook - (after-init . save-place-mode) - :custom - (save-place-limit 400)) - -(use-package nerd-icons - :custom - ;; disable bright icon colors - (nerd-icons-color-icons nil)) - -(use-package doom-modeline - :custom - (inhibit-compacting-font-caches t) ;; speed - (doom-modeline-buffer-file-name-style 'relative-from-project) - (doom-modeline-major-mode-icon nil) ;; distracting icons, no thank you - (doom-modeline-buffer-encoding nil) ;; everything is utf-8 anyway - (doom-modeline-buffer-state-icon nil) ;; the filename already shows me - (doom-modeline-lsp nil) ;; lsp state is too distracting, too often - :hook (after-init . doom-modeline-mode)) - -(load-theme 'catppuccin :no-confirm) - -(use-package diminish :demand t) ;; declutter the modeline -(use-package eldoc - :diminish eldoc-mode - :custom - (eldoc-echo-area-use-multiline-p nil)) ;; docs for everything - -(use-package eldoc-box - :defer t - :config - (set-face-background 'eldoc-box-border (catppuccin-color 'green)) - (set-face-background 'eldoc-box-body (catppuccin-color 'base)) - :bind - (("M-h" . eldoc-box-help-at-point))) - -(use-package pulsar - :commands pulsar-global-mode pulsar-recenter-top pulsar-reveal-entry - :init - (defface pulsar-catppuccin - `((default :extend t) - (((class color) (min-colors 88) (background light)) - :background ,(catppuccin-color 'sapphire)) - (((class color) (min-colors 88) (background dark)) - :background ,(catppuccin-color 'sapphire)) - (t :inverse-video t)) - "Alternative nord face for `pulsar-face'." - :group 'pulsar-faces) - :custom - (pulsar-face 'pulsar-catppuccin) - :hook - (after-init . pulsar-global-mode)) - -(use-package which-key - :commands which-key-mode - :diminish which-key-mode - :hook - (after-init . which-key-mode)) - -(use-package expreg - :bind ("M-m" . expreg-expand)) - -(use-package vundo) ;; undo tree - -;; better structured editing -(use-package puni - :commands puni-global-mode - :hook - (after-init . puni-global-mode)) - -(use-package avy - :bind - ("M-i" . avy-goto-char-2) - :custom - (avy-background t)) - -(use-package consult - :bind - ("C-x b" . consult-buffer) ;; orig. switch-to-buffer - ("M-y" . consult-yank-pop) ;; orig. yank-pop - ("M-g M-g" . consult-goto-line) ;; orig. goto-line - ("M-g i" . consult-imenu) ;; consult version is interactive - ("M-g r" . consult-ripgrep) ;; find in project also works - :custom - (consult-narrow-key "<")) - -(use-package vertico - :commands vertico-mode - :custom - (read-file-name-completion-ignore-case t) - (read-buffer-completion-ignore-case t) - (completion-ignore-case t) - (enable-recursive-minibuffers t) - (minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) - :init - (vertico-mode) - :hook - (minibuffer-setup-hook . cursor-intangible-mode)) - -(use-package marginalia - :commands marginalia-mode - :hook (after-init . marginalia-mode)) - -(use-package crux - :bind - ("C-c M-e" . crux-find-user-init-file) - ("C-c C-w" . crux-transpose-windows) - ("C-c M-d" . crux-find-current-directory-dir-locals-file) - ("C-a" . crux-move-beginning-of-line)) - -(use-package magit - :bind (("C-M-g" . magit-status))) - -(use-package nerd-icons-corfu - :commands nerd-icons-corfu-formatter - :defines corfu-margin-formatters) - -(use-package corfu - :commands global-corfu-mode - :custom - (corfu-cycle t) - (corfu-auto t) - (corfu-auto-delay 1) - (corfu-auto-prefix 3) - (corfu-separator ?_) - :hook - (after-init . global-corfu-mode) - :config - (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) - -(use-package cape) - -(use-package orderless - :custom - (completion-styles '(orderless partial-completion basic)) - (completion-category-defaults nil) - (completion-category-overrides nil)) - -(use-package yasnippet - :commands yas-global-mode - :diminish yas-minor-mode - :hook - (after-init . yas-global-mode)) - -(use-package yasnippet-snippets :after yasnippet) - -(use-package exec-path-from-shell - :commands exec-path-from-shell-initialize - :custom - (exec-path-from-shell-arguments nil) - :hook - (after-init . exec-path-from-shell-initialize)) - -(use-package nixpkgs-fmt - :custom - (nixpkgs-fmt-command "nixfmt")) - -(use-package eat - :bind - (("C-c e p" . eat-project) - ("C-c e t" . eat))) - -(use-package f :demand t) - -(use-package envrc - :commands envrc-global-mode - :hook - (after-init . envrc-global-mode)) - -(use-package gptel - :commands gptel-make-anthropic f-read-text - :config - (gptel-make-anthropic "Claude" - :stream t :key (f-read-text "/run/secrets/claude_key"))) - -(use-package sideline-flymake) -(use-package sideline-eglot) -(use-package sideline - :custom - (sideline-backends-right '(sideline-flymake sideline-eglot)) - :hook - (eglot-managed-mode . sideline-mode) - (flymake-mode . sideline-mode)) - -(use-package eglot - :custom - (eglot-extend-to-xref t) - (eglot-ignored-server-capabilities '(:inlayHintProvider)) - (jsonrpc-event-hook nil) - :hook - (eglot-managed-mode . eldoc-box-hover-mode) - (before-save . eldoc-format-buffer) - :bind - (:map eglot-mode-map - ("C-c l a" . eglot-code-actions) - ("C-c l r" . eglot-rename) - ("C-c l h" . eldoc) - ("C-c l g" . xref-find-references) - ("C-c l w" . eglot-reconnect))) - -(use-package proced - :custom - (proced-auto-update-flag t) - (proced-auto-update-interval 3) - (proced-enable-color-flag t) - (proced-show-remote-processes t)) - -(use-package org - :ensure t - :defer t - :commands (org-mode org-capture org-agenda) - :init - (defvar org-journal-file "~/nextcloud/org/journal.org") - (defvar org-archive-file "~/nextcloud/org/archive.org") - (defvar org-notes-file "~/nextcloud/org/notes.org") - (defvar org-inbox-file "~/nextcloud/org/inbox.org") - (defvar org-work-file "~/nextcloud/org/work.org") - (defun my/org-capture-project-target-heading () - "Determine Org target headings from the current file's project path. - - This function assumes a directory structure like '~/projects/COMPANY/PROJECT/'. - It extracts 'COMPANY' and 'PROJECT' to use as nested headlines - for an Org capture template. - - If the current buffer is not visi -ting a file within such a - project structure, it returns nil, causing capture to default to - the top of the file." - (when-let* ((path (buffer-file-name))) ; Ensure we are in a file-visiting buffer - (let ((path-parts (split-string path "/" t " "))) - (when-let* ((projects-pos (cl-position "projects" path-parts :test #'string=)) - (company (nth (+ 1 projects-pos) path-parts)) - (project (nth (+ 2 projects-pos) path-parts))) - ;; Return a list of headlines for Org to find or create. - (list company project))))) - :bind - (("C-c c" . org-capture) - ("C-c i" . org-store-link) - ("C-c a" . org-agenda) - :map org-mode-map - ("C-c t" . org-toggle-inline-images) - ("C-c l" . org-toggle-link-display)) - :custom - (org-agenda-files (list org-inbox-file org-journal-file)) - (org-directory "~/nextcloud/org") - (org-default-notes-file org-inbox-file) - (org-archive-location (concat org-archive-file "::* From %s")) - (org-log-done 'time) - (org-log-into-drawer t) - (org-hide-emphasis-markers t) - (org-src-fontify-natively t) - (org-src-tab-acts-natively t) - (org-capture-templates '(("t" "Todo" entry (file org-inbox-file) - "* TODO %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n)") - ("j" "Journal" entry (file+olp+datetree org-journal-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("n" "Note" entry (file org-notes-file) - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%a\n\n") - ("p" "Project Task" item - (file+function org-work-file my/org-capture-project-target-heading) - "* TODO %? \n CLOCK: %U" - )) - ) - :config - ;; Enable syntax highlighting in code blocks - (add-hook 'org-mode-hook 'turn-on-font-lock) - (add-hook 'org-mode-hook 'org-indent-mode)) - -;; extras -(use-package comp-run - :ensure nil - :config - (push "tramp-loaddefs.el.gz" native-comp-jit-compilation-deny-list) - (push "cl-loaddefs.el.gz" native-comp-jit-compilation-deny-list)) - -(use-package rustic - :custom - (rustic-lsp-client 'eglot)) - -(provide 'init) - - ;;; init.el ends here diff --git a/system-master/home/dev/kitty.nix b/system-master/home/dev/kitty.nix deleted file mode 100644 index c5b9fa0..0000000 --- a/system-master/home/dev/kitty.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, pkgs, lib, flakeRoot, ... }: -let - repoKittyConf = flakeRoot + "/assets/conf/dev/kitty.conf"; -in -{ - xdg.enable = true; - programs.kitty.enable = true; - catppuccin.alacritty.enable = true; - catppuccin.alacritty.flavor = "mocha"; - syntaxHighlighting.enable = true; - autosuggestion.enable = true; - enableCompletion = true; - xdg.configFile."kitty/kitty.conf".source = repoKittyConf; -} diff --git a/system-master/home/dev/shells.nix b/system-master/home/dev/shells.nix deleted file mode 100644 index 25f2fce..0000000 --- a/system-master/home/dev/shells.nix +++ /dev/null @@ -1,213 +0,0 @@ -# shells.nix — Home-Manager module -# -# Reads: -# ${flakeRoot}/assets/conf/dev/terminal/enabled_shells.conf -# ${flakeRoot}/assets/conf/dev/terminal/aliases.conf -# -# For each enabled shell in [enabled_shells]: -# - installs/enables shell (where HM has an enable option) -# - if ${flakeRoot}/assets/conf/dev/terminal/<shell>.conf exists, sources it -# - ensures a *user-editable* aliases file exists in the shell’s default location -# - if a shell is disabled, its aliases file is removed -# . -# Notes on “editable”: -# - We do NOT manage the aliases file with xdg.configFile/home.file (those would be overwritten). -# - Instead, we create/remove files via home.activation (create only if missing). -{ config, pkgs, lib, flakeRoot, ... }: -let - terminalDir = flakeRoot + "/assets/conf/dev/terminal"; - enabledFile = terminalDir + "/enabled_shells.conf"; - aliasesFile = terminalDir + "/aliases.conf"; - trim = lib.strings.trim; - # ---------- minimal INI-ish parser (sections + raw lines) ---------- - readMaybe = p: if builtins.pathExists p then builtins.readFile p else ""; - normalizeLine = l: trim (lib.replaceStrings [ "\r" ] [ "" ] l); - parseSections = text: - let - lines = map normalizeLine (lib.splitString "\n" text); - isHeader = l: - let s = l; - in lib.hasPrefix "[" s - && lib.hasSuffix "]" s - && builtins.stringLength s >= 3; - nameOf = l: lib.removeSuffix "]" (lib.removePrefix "[" l); - folded = - builtins.foldl' - (st: l: - if l == "" then st else - if isHeader l then st // { current = nameOf l; } - else - let - cur = st.current; - prev = st.sections.${cur} or []; - in - st // { sections = st.sections // { ${cur} = prev ++ [ l ]; }; } - ) - { current = "__root__"; sections = {}; } - lines; - in - folded.sections; - - enabledSections = parseSections (readMaybe enabledFile); - aliasSections = parseSections (readMaybe aliasesFile); - # [enabled_shells] lines: key = yes/no - enabledShells = - let - raw = enabledSections.enabled_shells or []; - parseKV = l: - let m = builtins.match ''^([A-Za-z0-9_-]+)[[:space:]]*=[[:space:]]*(.*)$'' l; - in if m == null then null else { - k = trim (builtins.elemAt m 0); - v = lib.toLower (trim (builtins.elemAt m 1)); - }; - kvs = builtins.filter (x: x != null) (map parseKV raw); - in - map (x: x.k) (builtins.filter (x: x.v == "yes" || x.v == "true" || x.v == "1") kvs); - shellEnabled = shell: builtins.elem shell enabledShells; - # ---------- per-shell repo config file (<shell>.conf) ---------- - shellConfPath = shell: terminalDir + "/${shell}.conf"; - shellConfExists = shell: builtins.pathExists (shellConfPath shell); - sourceIfExistsSh = p: '' - if [ -f "${toString p}" ]; then - source "${toString p}" - fi - ''; - # ---------- aliases section helpers ---------- - secLines = name: aliasSections.${name} or []; - secText = name: lib.concatStringsSep "\n" (secLines name); - # Default alias-file locations - bashAliasesPath = "${config.home.homeDirectory}/.bash_aliases"; - zshAliasesPath = "${config.home.homeDirectory}/.zsh_aliases"; - fishAliasesPath = "${config.xdg.configHome}/fish/conf.d/aliases.fish"; - # Seeds (created once; user can edit afterwards) - bashSeed = '' - # Created once from: ${toString aliasesFile} - # Edit freely; Home Manager will not overwrite this file. - # - ${secText "bash_zsh"} - ${secText "bash_specific"} - ''; - zshSeed = '' - # Created once from: ${toString aliasesFile} - # Edit freely; Home Manager will not overwrite this file. - # - ${secText "bash_zsh"} - ${secText "zsh_specific"} - ''; - # Fish: translate [bash_zsh] POSIX alias lines + append [fish_specific] as-is - parsePosixAlias = l: - let - m = builtins.match ''^[[:space:]]*alias[[:space:]]+([A-Za-z0-9_+-]+)=(.*)$'' l; - in - if m == null then null else - let - name = trim (builtins.elemAt m 0); - rhs0 = trim (builtins.elemAt m 1); - unquote = - if lib.hasPrefix "'" rhs0 && lib.hasSuffix "'" rhs0 then - lib.removeSuffix "'" (lib.removePrefix "'" rhs0) - else if lib.hasPrefix "\"" rhs0 && lib.hasSuffix "\"" rhs0 then - lib.removeSuffix "\"" (lib.removePrefix "\"" rhs0) - else - rhs0; - in - { inherit name; cmd = unquote; }; - escapeForFish = s: - lib.replaceStrings - [ "\\" "\"" "$" "`" ] - [ "\\\\" "\\\"" "\\$" "\\`" ] - s; - fishTranslated = - let - parsed = builtins.filter (x: x != null) (map parsePosixAlias (secLines "bash_zsh")); - in - lib.concatStringsSep "\n" (map (a: ''alias ${a.name} "${escapeForFish a.cmd}"'') parsed); - fishSeed = '' - # Created once from: ${toString aliasesFile} - # Edit freely; Home Manager will not overwrite this file. - status is-interactive; or exit - - # Translated from [bash_zsh]: - ${fishTranslated} - - # From [fish_specific]: - ${secText "fish_specific"} - ''; -in -{ - xdg.enable = true; - # Install/enable shells (no login-shell changes) - programs.bash.enable = shellEnabled "bash"; - programs.zsh.enable = shellEnabled "zsh"; - programs.fish.enable = shellEnabled "fish"; - home.packages = - (lib.optionals (shellEnabled "dash") [ pkgs.dash ]) ++ - (lib.optionals (shellEnabled "nushell") [ pkgs.nushell ]); - # Source per-shell repo config (if present) AND source the user alias file (if it exists). - # Important: define each option only ONCE. - programs.bash.bashrcExtra = lib.mkIf (shellEnabled "bash") (lib.mkAfter '' - ${lib.optionalString (shellConfExists "bash") (sourceIfExistsSh (shellConfPath "bash"))} - if [ -f "${bashAliasesPath}" ]; then - source "${bashAliasesPath}" - fi - ''); - programs.zsh.initContent = lib.mkIf (shellEnabled "zsh") (lib.mkAfter '' - ${lib.optionalString (shellConfExists "zsh") (sourceIfExistsSh (shellConfPath "zsh"))} - if [ -f "${zshAliasesPath}" ]; then - source "${zshAliasesPath}" - fi - ''); - programs.fish.interactiveShellInit = lib.mkIf (shellEnabled "fish") (lib.mkAfter '' - ${lib.optionalString (shellConfExists "fish") '' - if test -f "${toString (shellConfPath "fish")}" - source "${toString (shellConfPath "fish")}" - end - ''} - if test -f "${fishAliasesPath}" - source "${fishAliasesPath}" - end - ''); -# Create/remove alias files based on enabled shells -home.activation.shellAliasesFiles = lib.hm.dag.entryAfter [ "writeBoundary" ] '' - set -euo pipefail - - # bash ------------------------------------------------------- - if ${if shellEnabled "bash" then "true" else "false"}; then - cat > "${bashAliasesPath}" <<'EOF' -${bashSeed} -EOF - else - rm -f "${bashAliasesPath}" - fi - - # zsh ------------------------------------------------------- - if ${if shellEnabled "zsh" then "true" else "false"}; then - cat > "${zshAliasesPath}" <<'EOF' -${zshSeed} -EOF - else - rm -f "${zshAliasesPath}" - fi - - # fish ------------------------------------------------------- - if ${if shellEnabled "fish" then "true" else "false"}; then - mkdir -p "$(dirname "${fishAliasesPath}")" - cat > "${fishAliasesPath}" <<'EOF' -${fishSeed} -EOF - else - rm -f "${fishAliasesPath}" - fi - # fish - if ${if shellEnabled "fish" then "true" else "false"}; then - mkdir -p "$(dirname "${fishAliasesPath}")" - if [ ! -f "${fishAliasesPath}" ]; then - cat > "${fishAliasesPath}" <<'EOF' -${fishSeed} -EOF - fi - else - rm -f "${fishAliasesPath}" - fi - ''; -} diff --git a/system-master/home/dev/starship.nix b/system-master/home/dev/starship.nix deleted file mode 100644 index 8c011a1..0000000 --- a/system-master/home/dev/starship.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, pkgs, lib, flakeRoot, ... }: - -let - repoStarshipToml = flakeRoot + "/assets/conf/dev/terminal/starship.toml"; - - # The exact key that appears in the error: - targetKey = "${config.home.homeDirectory}/.config/starship.toml"; -in -{ - xdg.enable = true; - - programs.starship = { - enable = true; - enableZshIntegration = true; - enableBashIntegration = true; - enableFishIntegration = true; - }; - - # Force the *actual conflicting option* (home.file."<abs path>".source) - home.file."${targetKey}".source = lib.mkForce repoStarshipToml; -} diff --git a/system-master/home/dev/zsh.nix b/system-master/home/dev/zsh.nix deleted file mode 100644 index 8abcbcf..0000000 --- a/system-master/home/dev/zsh.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ config, pkgs, lib, flakeRoot, ... }: -let - repoZshConf = flakeRoot + "/assets/conf/dev/terminal/zsh.conf"; -in -{ - programs.zsh = { - enable = true; - # Recommended for a good interactive experience - enableCompletion = true; - autocd = true; - # Keep behavior stable (silences your warning) - dotDir = config.home.homeDirectory; - # ---- Oh My Zsh ---- - oh-my-zsh = { - enable = true; - theme = ""; - plugins = [ - "git" - "sudo" - "extract" - "colored-man-pages" - "command-not-found" - "history" - "docker" - "kubectl" - # IMPORTANT: these should be last - "zsh-autosuggestions" - "zsh-syntax-highlighting" - ]; - }; - ''; - }; -} diff --git a/system-master/home/first.nix b/system-master/home/first.nix deleted file mode 100644 index d6ecda6..0000000 --- a/system-master/home/first.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ pkgs, user, flakeRoot, lib, ... }: -let - repoConfDir = flakeRoot + "/assets/conf"; -in -{ - home.activation.copyWritableConf = - lib.hm.dag.entryAfter [ "writeBoundary" ] '' - set -eu - target="$HOME/conf" - # Start fresh to avoid mixed old/new files - rm -rf "$target" - mkdir -p "$target" - # Copy repo content into a normal writable directory - cp -a "${repoConfDir}/." "$target/" - # Ensure the user can edit everything - chmod -R u+rwX "$target" - ''; -} diff --git a/system-master/machines/traveldroid/configuration.nix b/system-master/machines/traveldroid/configuration.nix deleted file mode 100755 index 8d6f177..0000000 --- a/system-master/machines/traveldroid/configuration.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ user, ... } : { - imports = - [ - ./hardware-configuration.nix - ../../configuration - ]; -} diff --git a/system-master/machines/traveldroid/hardware-configuration.nix b/system-master/machines/traveldroid/hardware-configuration.nix deleted file mode 100755 index da705c0..0000000 --- a/system-master/machines/traveldroid/hardware-configuration.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ - hostname, - pkgs, - lib, - modulesPath, - user, - config, - ... -}: -{ - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ../../hardware/hardware.nix - ]; - -boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_usb_sdmmc" ]; -boot.initrd.kernelModules = [ ]; -boot.kernelModules = [ "kvm-intel" ]; -boot.extraModulePackages = [ ]; - -fileSystems."/" = - { device = "/dev/disk/by-uuid/69433a14-fbaf-401b-af85-cd1bbf02b4e2"; - fsType = "ext4"; - }; - -fileSystems."/boot" = - { device = "/dev/disk/by-uuid/811D-0676"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; - -swapDevices = - [ { device = "/dev/disk/by-uuid/b6c557c2-7682-460b-a5e7-8f6f2f429a3a"; } - ]; - -nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; -hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/system-master/machines/traveldroid/home.nix b/system-master/machines/traveldroid/home.nix deleted file mode 100644 index b76d5b3..0000000 --- a/system-master/machines/traveldroid/home.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ../../home - ]; - home.packages = with pkgs; [ - brightnessctl - ]; - wayland.windowManager.hyprland = { - extraConfig = '' - # Default portable monitor rule - monitor=DP-1,3840x1080@144,1920x0,1 - ''; - }; -} diff --git a/system-master/user.nix b/system-master/user.nix deleted file mode 100644 index f1d9b95..0000000 --- a/system-master/user.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - system = "x86_64-linux"; - username = "henrov"; - stateVersion = "25.11"; - locale = "nl_NL.UTF-8"; -}