first commit
BIN
.assets/bat.jpg
Normal file
|
After Width: | Height: | Size: 1,012 KiB |
16
.assets/enabled-services.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
avahi-daemon.service
|
||||||
|
bluetooth.service
|
||||||
|
cups.service
|
||||||
|
getty@.service
|
||||||
|
greetd.service
|
||||||
|
grub-btrfsd.service
|
||||||
|
libvirtd.service
|
||||||
|
NetworkManager-dispatcher.service
|
||||||
|
NetworkManager-wait-online.service
|
||||||
|
NetworkManager.service
|
||||||
|
nftables.service
|
||||||
|
power-profiles-daemon.service
|
||||||
|
seatd.service
|
||||||
|
systemd-oomd.service
|
||||||
|
systemd-resolved.service
|
||||||
|
systemd-timesyncd.service
|
||||||
BIN
.assets/eza.jpg
Normal file
|
After Width: | Height: | Size: 399 KiB |
BIN
.assets/fastfetch.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
18
.assets/greetd/config.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
[terminal]
|
||||||
|
# The VT to run the greeter on. Can be "next", "current" or a number
|
||||||
|
# designating the VT.
|
||||||
|
vt = 1
|
||||||
|
|
||||||
|
# The default session, also known as the greeter.
|
||||||
|
[default_session]
|
||||||
|
|
||||||
|
# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
|
||||||
|
# with whatever you want started, such as `sway`.
|
||||||
|
command = "sway --config /etc/greetd/sway-config"
|
||||||
|
|
||||||
|
# The user to run the command as. The privileges this user must have depends
|
||||||
|
# on the greeter. A graphical greeter may for example require the user to be
|
||||||
|
# in the `video` group.
|
||||||
|
user = ""
|
||||||
|
|
||||||
|
|
||||||
60
.assets/greetd/regreet.toml
Normal file
|
|
@ -0,0 +1,60 @@
|
||||||
|
# SPDX-FileCopyrightText: 2022 Harish Rajagopal <harish.rajagopals@gmail.com>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
[background]
|
||||||
|
# Path to the background image
|
||||||
|
path = "/home/fy59/Images/Wallpapers/sway.png"
|
||||||
|
|
||||||
|
# How the background image covers the screen if the aspect ratio doesn't match
|
||||||
|
# Available values: "Fill", "Contain", "Cover", "ScaleDown"
|
||||||
|
# Refer to: https://docs.gtk.org/gtk4/enum.ContentFit.html
|
||||||
|
# NOTE: This is ignored if ReGreet isn't compiled with GTK v4.8 support.
|
||||||
|
fit = "Cover"
|
||||||
|
|
||||||
|
[GTK]
|
||||||
|
# Whether to use the dark theme
|
||||||
|
application_prefer_dark_theme = true
|
||||||
|
|
||||||
|
# Cursor theme name
|
||||||
|
cursor_theme_name = "catppuccin-mocha-lavender-cursors"
|
||||||
|
|
||||||
|
# Whether to blink the cursor
|
||||||
|
cursor_blink = true
|
||||||
|
|
||||||
|
# Font name and size
|
||||||
|
font_name = "jetbrains mono nerd font 14"
|
||||||
|
|
||||||
|
# Icon theme name
|
||||||
|
icon_theme_name = "Tela-blue-dark"
|
||||||
|
|
||||||
|
# GTK theme name
|
||||||
|
theme_name = "catppuccin-mocha-lavender-standard+default"
|
||||||
|
|
||||||
|
[commands]
|
||||||
|
# The command used to reboot the system
|
||||||
|
reboot = ["systemctl", "reboot"]
|
||||||
|
|
||||||
|
# The command used to shut down the system
|
||||||
|
poweroff = ["systemctl", "poweroff"]
|
||||||
|
|
||||||
|
[appearance]
|
||||||
|
# The message that initially displays on startup
|
||||||
|
greeting_msg = "Welcome back!"
|
||||||
|
|
||||||
|
|
||||||
|
[widget.clock]
|
||||||
|
# strftime format argument
|
||||||
|
# See https://docs.rs/jiff/0.1.14/jiff/fmt/strtime/index.html#conversion-specifications
|
||||||
|
format = "%H:%M"
|
||||||
|
|
||||||
|
# How often to update the text
|
||||||
|
resolution = "500ms"
|
||||||
|
|
||||||
|
# Override system timezone (IANA Time Zone Database name, aka /etc/zoneinfo path)
|
||||||
|
# Remove to use the system time zone.
|
||||||
|
timezone = "Europe/Paris"
|
||||||
|
|
||||||
|
# Ask GTK to make the label at least this wide. This helps keeps the parent element layout and width consistent.
|
||||||
|
# Experiment with different widths, the interpretation of this value is entirely up to GTK.
|
||||||
|
label_width = 150
|
||||||
14
.assets/greetd/sway-config
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
exec "regreet; swaymsg exit"
|
||||||
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
### Keyboard
|
||||||
|
input * {
|
||||||
|
xkb_layout fr
|
||||||
|
xkb_variant oss
|
||||||
|
}
|
||||||
|
|
||||||
|
### Touchpad
|
||||||
|
input "type:touchpad" {
|
||||||
|
tap enabled
|
||||||
|
tap_button_map lrm
|
||||||
|
}
|
||||||
BIN
.assets/i3s.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
.assets/kitty.jpg
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
.assets/nvim.jpg
Normal file
|
After Width: | Height: | Size: 726 KiB |
202
.assets/pkglist-pacman.txt
Normal file
|
|
@ -0,0 +1,202 @@
|
||||||
|
7zip
|
||||||
|
accountsservice
|
||||||
|
acpi
|
||||||
|
alsa-utils
|
||||||
|
amass
|
||||||
|
base
|
||||||
|
base-devel
|
||||||
|
bash-completion
|
||||||
|
bat
|
||||||
|
blueman
|
||||||
|
bluez
|
||||||
|
bluez-utils
|
||||||
|
brightnessctl
|
||||||
|
broadcom-wl-dkms
|
||||||
|
btop
|
||||||
|
btrfs-progs
|
||||||
|
calcure
|
||||||
|
catppuccin-cursors-mocha
|
||||||
|
catppuccin-gtk-theme-mocha
|
||||||
|
cliphist
|
||||||
|
cpio
|
||||||
|
cups
|
||||||
|
dante
|
||||||
|
deezer
|
||||||
|
dgop
|
||||||
|
dialog
|
||||||
|
discord
|
||||||
|
dnsmasq
|
||||||
|
dosfstools
|
||||||
|
ecryptfs-utils
|
||||||
|
edk2-ovmf
|
||||||
|
efibootmgr
|
||||||
|
evtest
|
||||||
|
exfatprogs
|
||||||
|
eza
|
||||||
|
fastfetch
|
||||||
|
fd
|
||||||
|
figlet
|
||||||
|
file-roller
|
||||||
|
firefox
|
||||||
|
firefox-i18n-fr
|
||||||
|
foomatic-db
|
||||||
|
foomatic-db-gutenprint-ppds
|
||||||
|
foomatic-db-nonfree
|
||||||
|
foomatic-db-nonfree-ppds
|
||||||
|
foomatic-db-ppds
|
||||||
|
fuse-overlayfs
|
||||||
|
fuse2
|
||||||
|
fzf
|
||||||
|
gammastep
|
||||||
|
git
|
||||||
|
github-cli
|
||||||
|
gnome-themes-extra
|
||||||
|
gnu-free-fonts
|
||||||
|
gobuster
|
||||||
|
google-chrome
|
||||||
|
greetd-regreet
|
||||||
|
grim
|
||||||
|
grub
|
||||||
|
grub-btrfs
|
||||||
|
gst-libav
|
||||||
|
gst-plugin-pipewire
|
||||||
|
gst-plugins-bad
|
||||||
|
gst-plugins-base
|
||||||
|
gst-plugins-good
|
||||||
|
gst-plugins-ugly
|
||||||
|
gum
|
||||||
|
hashcat
|
||||||
|
hplip
|
||||||
|
hunspell-en_us
|
||||||
|
hunspell-fr
|
||||||
|
i3status-rust
|
||||||
|
inter-font
|
||||||
|
inxi
|
||||||
|
john
|
||||||
|
jq
|
||||||
|
kitty
|
||||||
|
libspng
|
||||||
|
libvirt
|
||||||
|
linux
|
||||||
|
linux-firmware
|
||||||
|
linux-headers
|
||||||
|
lsb-release
|
||||||
|
lsd
|
||||||
|
maim
|
||||||
|
man-db
|
||||||
|
man-pages
|
||||||
|
man-pages-fr
|
||||||
|
mercurial
|
||||||
|
mtools
|
||||||
|
neovim
|
||||||
|
networkmanager
|
||||||
|
nikto
|
||||||
|
nmsurf
|
||||||
|
nodejs
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
|
noto-fonts-extra
|
||||||
|
nss-mdns
|
||||||
|
openbsd-netcat
|
||||||
|
openvpn
|
||||||
|
optipng
|
||||||
|
os-prober
|
||||||
|
otf-font-awesome
|
||||||
|
pacman-contrib
|
||||||
|
pamixer
|
||||||
|
parallel
|
||||||
|
pass
|
||||||
|
perl-image-exiftool
|
||||||
|
pipewire-alsa
|
||||||
|
pipewire-jack
|
||||||
|
pipewire-pulse
|
||||||
|
playerctl
|
||||||
|
pnpm
|
||||||
|
polkit-gnome
|
||||||
|
power-profiles-daemon
|
||||||
|
pyenv
|
||||||
|
python-gobject
|
||||||
|
python-i3ipc
|
||||||
|
python-jedi
|
||||||
|
python-pip
|
||||||
|
python-pipx
|
||||||
|
python-pyamdgpuinfo
|
||||||
|
python-pyquery
|
||||||
|
python-utils
|
||||||
|
qalculate-gtk
|
||||||
|
qt5-quickcontrols2
|
||||||
|
qt5ct
|
||||||
|
qt6ct
|
||||||
|
reflector
|
||||||
|
ripgrep
|
||||||
|
rust
|
||||||
|
sane
|
||||||
|
sane-airscan
|
||||||
|
sassc
|
||||||
|
scrollmpris-git
|
||||||
|
seat
|
||||||
|
seatd
|
||||||
|
seclists
|
||||||
|
slop
|
||||||
|
slurp
|
||||||
|
snap-pac-grub
|
||||||
|
snapper
|
||||||
|
sof-firmware
|
||||||
|
starship
|
||||||
|
strace
|
||||||
|
swaybg
|
||||||
|
swayfx
|
||||||
|
swayidle
|
||||||
|
swayimg
|
||||||
|
swaylock-effects
|
||||||
|
swaync
|
||||||
|
systemd-resolvconf
|
||||||
|
tcpdump
|
||||||
|
testdisk
|
||||||
|
texinfo
|
||||||
|
tlp
|
||||||
|
tree
|
||||||
|
ttf-bitstream-vera
|
||||||
|
ttf-dejavu
|
||||||
|
ttf-droid
|
||||||
|
ttf-fantasque-nerd
|
||||||
|
ttf-fira-code
|
||||||
|
ttf-fira-sans
|
||||||
|
ttf-firacode-nerd
|
||||||
|
ttf-jetbrains-mono
|
||||||
|
ttf-liberation
|
||||||
|
ttf-nerd-fonts-symbols-mono
|
||||||
|
ttf-noto-nerd
|
||||||
|
ttf-victor-mono
|
||||||
|
umockdev
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
|
usbutils
|
||||||
|
vde2
|
||||||
|
w3m
|
||||||
|
wget
|
||||||
|
wireguard-tools
|
||||||
|
wl-clip-persist
|
||||||
|
wlsunset
|
||||||
|
wofi
|
||||||
|
wttrbar
|
||||||
|
xclip
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
|
xdg-user-dirs
|
||||||
|
xf86-video-nouveau
|
||||||
|
xmlstarlet
|
||||||
|
xorg-xwayland
|
||||||
|
xournalpp
|
||||||
|
yarn
|
||||||
|
yazi
|
||||||
|
zip
|
||||||
|
zoxide
|
||||||
|
zram-generator
|
||||||
|
zsh
|
||||||
|
zsh-autocomplete
|
||||||
|
zsh-autosuggestions
|
||||||
|
zsh-completions
|
||||||
|
zsh-history-substring-search
|
||||||
|
zsh-syntax-highlighting
|
||||||
BIN
.assets/screen.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
.assets/starship.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
.assets/yazi.jpg
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
620
README.md
Normal file
|
|
@ -0,0 +1,620 @@
|
||||||
|
# ArchASP – Arch Sway Pentest
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/screen.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</picture>
|
||||||
|
|
||||||
|
Personal Arch Linux configuration focused on:
|
||||||
|
|
||||||
|
- Keyboard-driventerminal-first
|
||||||
|
- Terminal-first workflow with Sway and MangoWM, Neovim, Kitty
|
||||||
|
- Catppuccin Mocha themed UI.
|
||||||
|
- Pentest learning
|
||||||
|
|
||||||
|
**Goal** :
|
||||||
|
all reproducible from a single install script and a GNU Stow‑managed dotfiles repo.
|
||||||
|
<p>
|
||||||
|
|
||||||
|
[Installation Guide](#installation-on-existing-system)
|
||||||
|
[Greetd/Regreet config](#regreet-config)
|
||||||
|
[Snapper install & config](#snapper-config)
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
ArchASP is currently in active development.
|
||||||
|
|
||||||
|
An **ArchASP Installer** is also being actively developed, and a
|
||||||
|
dedicated [**archasp-installer**](https://github.com/grayTerminal-sh/archasp-installer) repository has been created for it.
|
||||||
|
|
||||||
|
If you want to contribute, improve the codebase, suggest ideas, or help
|
||||||
|
shape the installer workflow, feel free to contribute to that repository
|
||||||
|
too.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
This repo contains my entire user configuration, including:
|
||||||
|
|
||||||
|
- Zsh shell configuration with plugins, history tuning, fuzzy-finding and Python helpers
|
||||||
|
- A Catppuccin Mocha desktop theme applied consistently across GTK 3/4, Qt
|
||||||
|
- Sway configuration split into modular files with custom keybinds, bar, rules and styling
|
||||||
|
- Neovim configuration using Lua, Lazy, Treesitter, LSP and a full plugin setup
|
||||||
|
- Kitty terminal configuration with a large theme collection and a current theme
|
||||||
|
- Extra configs for GTK, Qt, TUI tools (yazi, fastfetch, calcure, bat, eza, cliphist, i3status-rust)
|
||||||
|
- Systemd user services for background daemons (idle/lock, clipboard, theming, sync, etc.)
|
||||||
|
|
||||||
|
The goal is to provide an opinionated but reusable starting point for an Arch/Linux tiling window manager environment.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Required packages
|
||||||
|
|
||||||
|
This setup assumes the following tools are installed (Arch package names):
|
||||||
|
|
||||||
|
- [swayfx](https://github.com/WillPower3309/swayfx) (Wayland tiling window manager)
|
||||||
|
- [swaylock-effects](https://github.com/mortie/swaylock-effects)
|
||||||
|
- [swayidle](https://github.com/swaywm/swayidle)
|
||||||
|
- [wofi](https://github.com/SimplyCEO/wofi) (Wayland application launcher)
|
||||||
|
- [i3status-rust](https://github.com/greshake/i3status-rust?tab=readme-ov-file) (status bar blocks)
|
||||||
|
- [kitty](https://github.com/kovidgoyal/kitty) (terminal emulator)
|
||||||
|
- [neovim](https://github.com/neovim/neovim) (text editor)
|
||||||
|
- [zsh](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) (shell)
|
||||||
|
- [starship](https://github.com/starship/starship) (prompt)
|
||||||
|
- [fzf](https://github.com/junegunn/fzf) (fuzzy finder)
|
||||||
|
- [fd](https://github.com/sharkdp/fd) (fast file search, used by fzf)
|
||||||
|
- [ripgrep](https://github.com/burntsushi/ripgrep) (rg, fast grep)
|
||||||
|
- [eza](https://github.com/eza-community/eza) (ls replacement)
|
||||||
|
- [fastfetch](https://github.com/fastfetch-cli/fastfetch) (system info on shell startup)
|
||||||
|
- [yazi](https://github.com/sxyazi/yazi) (terminal file manager)
|
||||||
|
- [bat](https://github.com/sharkdp/bat) (cat replacement with syntax highlighting)
|
||||||
|
- [cliphist](https://github.com/sentriz/cliphist) (Wayland clipboard manager)
|
||||||
|
- [calcure](https://github.com/anufrievroman/calcure) (terminal calendar and tasks)
|
||||||
|
- [zoxide](https://github.com/ajeetdsouza/zoxide) (smart cd)
|
||||||
|
- [pyenv](https://github.com/jorgenschaefer/pyvenv) (Python version manager)
|
||||||
|
- [git](https://github.com/git/git) (version control)
|
||||||
|
- [yay](https://github.com/jguer/yay) (AUR helper)
|
||||||
|
- [gtk3](https://github.com/gooroom/gtk3)
|
||||||
|
- [gtk4](https://gitlab.gnome.org/GNOME/gtk/)
|
||||||
|
- [catppuccin-gtk-theme-mocha](https://github.com/catppuccin/gtk)
|
||||||
|
- [catppuccin-cursors-mocha](https://github.com/catppuccin/cursors)
|
||||||
|
- [greetd](https://github.com/kennylevinsen/greetd)
|
||||||
|
- [regreet](https://github.com/rharish101/regreet)
|
||||||
|
- [systemd](https://github.com/systemd/systemd) (init system, login manager and user services used for greetd, idle/lock, snapper, timers, etc.)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Zsh configuration
|
||||||
|
|
||||||
|
The Zsh configuration (`.zshrc`) is kept intentionally minimal and fast, while providing a modern shell experience.
|
||||||
|
|
||||||
|
Main features:
|
||||||
|
|
||||||
|
- Clean history settings (shared, deduplicated, trimmed) with a large history size
|
||||||
|
- Completion system using `compinit`, cached in `~/.cache/zsh`, with case-insensitive matching and colored completions
|
||||||
|
- Fastfetch banner on interactive shell startup if available
|
||||||
|
- Plugin setup without a plugin manager:
|
||||||
|
- `zsh-autosuggestions`
|
||||||
|
- `fast-syntax-highlighting`
|
||||||
|
- `fzf-tab`
|
||||||
|
- Prompt powered by `starship` with config in `~/.config/starship.toml`
|
||||||
|
- Incremental history search via `zsh-history-substring-search` (up/down arrows)
|
||||||
|
- Tight integration with `fzf` and `zoxide`:
|
||||||
|
- Custom `FZF_DEFAULT_COMMAND` and previews using `bat`
|
||||||
|
- Key bindings and completion from the system `fzf` scripts
|
||||||
|
- Convenient aliases:
|
||||||
|
- Navigation (`..`, `...`, `....`)
|
||||||
|
- Tools (`b` for yazi, `n` for neovim)
|
||||||
|
- Git shortcuts (`g`, `gs`, `ga`, `gc`, `gp`, `gl`)
|
||||||
|
- `eza` replacing `ls` with different presets
|
||||||
|
- `rg` as default grep-like search
|
||||||
|
- OSINT helpers:
|
||||||
|
- `whois-ip`, `geoip`, `myip`, `headers`, `dns`, `subdomains`, `shot`, `topcmd`
|
||||||
|
- Arch Linux workflow:
|
||||||
|
- `pacman` and `yay` aliases for install, upgrade, cleanup, orphan handling
|
||||||
|
- `journalctl` aliases (`jlog`, `jfollow`, `jboot`)
|
||||||
|
- Utility functions:
|
||||||
|
- `extract` for unpacking many archive formats
|
||||||
|
- `mkcd` to create and enter a directory
|
||||||
|
- `psgrep` to search running processes
|
||||||
|
- Python / pyenv helpers:
|
||||||
|
- pyenv initialization
|
||||||
|
- `va` to activate `venv/` or `.venv/`
|
||||||
|
- aliases for creating, destroying and managing virtualenvs and `requirements.txt`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Themes: `.themes/Catppuccin-Mocha`
|
||||||
|
|
||||||
|
This directory contains the Catppuccin Mocha theme adapted for several environments:
|
||||||
|
|
||||||
|
- `cinnamon/`
|
||||||
|
Cinnamon desktop theme, including CSS and assets like checkboxes, toggles and window control icons.
|
||||||
|
- `gnome-shell/`
|
||||||
|
GNOME Shell theme with CSS files and SVG assets for shell elements (calendar, toggles, process animation).
|
||||||
|
- `gtk-2.0/`, `gtk-3.0/`, `gtk-4.0/`
|
||||||
|
GTK themes for legacy and modern GTK applications, including:
|
||||||
|
- `gtkrc` and `gtkrc.hidpi` for GTK2
|
||||||
|
- `gtk.css` and `gtk-dark.css` plus a large set of SVG assets for GTK3/4 widgets (checkboxes, radio buttons, sliders, etc.).
|
||||||
|
- `metacity-1/`
|
||||||
|
Window manager theme for Metacity-based environments.
|
||||||
|
- `plank/`
|
||||||
|
Theme for the Plank dock (`dock.theme`).
|
||||||
|
- `xfwm4/`
|
||||||
|
Theme configuration for XFWM4 window manager.
|
||||||
|
- `index.theme`
|
||||||
|
The theme index file used by the system to register Catppuccin Mocha.
|
||||||
|
|
||||||
|
This ensures a consistent Catppuccin Mocha look across desktops, apps and widgets.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Yazi: `.config/yazi`
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/yazi.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
Configuration for the Yazi terminal file manager:
|
||||||
|
|
||||||
|
- `yazi.toml`
|
||||||
|
Main Yazi configuration.
|
||||||
|
- `theme.toml`
|
||||||
|
Custom Yazi theme to match the overall colors.
|
||||||
|
- `keymap.toml`
|
||||||
|
Custom key mappings for navigation and actions.
|
||||||
|
- `package.toml`
|
||||||
|
Package metadata for the configuration.
|
||||||
|
- `flavors/tokyo-night.yazi/`
|
||||||
|
Additional theme flavor based on Tokyo Night, with its own README, flavor definition and preview.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Wofi: `.config/wofi`
|
||||||
|
|
||||||
|
Configuration for Wofi, a Wayland application launcher and cliphist manager:
|
||||||
|
|
||||||
|
- `config`
|
||||||
|
Main Wofi settings (mode, matching, behavior).
|
||||||
|
- `style.css`
|
||||||
|
CSS styling to match the Catppuccin-like look.
|
||||||
|
- `wifi`
|
||||||
|
Script or configuration used to manage Wi-Fi selection via Wofi.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Starship: `.config/starship.toml`
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/starship.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
Prompt configuration for the Starship prompt, referenced from `.zshrc`.
|
||||||
|
It defines the segments, colors and layout of the prompt to integrate visually with the rest of the setup.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Sway: `.config/sway`
|
||||||
|
|
||||||
|
Sway configuration is split into multiple modular files for clarity:
|
||||||
|
|
||||||
|
- `config`
|
||||||
|
Main Sway configuration file that typically includes the others.
|
||||||
|
- `autostart.conf`
|
||||||
|
Applications and services launched automatically when Sway starts.
|
||||||
|
- `bar.conf`
|
||||||
|
Status bar configuration, including integration with `i3status-rust`.
|
||||||
|
- `bind.conf`
|
||||||
|
Keybindings for window management, launching applications, workspaces, etc.
|
||||||
|
- `input.conf`
|
||||||
|
Input configuration (keyboard, touchpad, etc.).
|
||||||
|
- `rules.conf`
|
||||||
|
Window rules (floating windows, specific workspaces, etc.).
|
||||||
|
- `style.conf`, `swayfx.conf`, `tty-style.conf`
|
||||||
|
Visual tweaks, SwayFX configuration and TTY-like styling.
|
||||||
|
- `catppuccin-mocha`
|
||||||
|
Theme-related configuration for Sway using the Catppuccin Mocha palette.
|
||||||
|
- `i3status.toml`
|
||||||
|
Configuration file for `i3status-rust` used in the bar.
|
||||||
|
- `assets/screen.jpg`
|
||||||
|
Screenshot or background asset.
|
||||||
|
- `scripts/`
|
||||||
|
Helper scripts:
|
||||||
|
- `cliphist-wofi-img` to integrate clipboard history with Wofi and images
|
||||||
|
- `inactive-windows-transparency.py` for window transparency effects
|
||||||
|
- `README.md`
|
||||||
|
Local documentation for the Sway setup.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Qt: `.config/qt5ct` and `.config/qt6ct`
|
||||||
|
|
||||||
|
Qt theming configuration using `qt5ct` and `qt6ct`:
|
||||||
|
|
||||||
|
- `colors/catppuccin-mocha-lavender.conf`
|
||||||
|
Qt colour scheme matching the Catppuccin Mocha palette.
|
||||||
|
- `qss/`
|
||||||
|
Extra styling via Qt Style Sheets.
|
||||||
|
- `qt5ct.conf`, `qt6ct.conf`
|
||||||
|
Main Qt configuration files for both Qt5 and Qt6, aligning fonts, colors and style.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Neovim: `.config/nvim`
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/nvim.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
Neovim configuration built in Lua with a modern plugin stack:
|
||||||
|
|
||||||
|
- `init.lua`
|
||||||
|
Entry point that sets up Neovim and loads modules.
|
||||||
|
- `lua/config/`
|
||||||
|
Core configuration:
|
||||||
|
- `lazy.lua` for the Lazy plugin manager
|
||||||
|
- `maps.lua` for key mappings
|
||||||
|
- `markdown.lua` for markdown-related settings
|
||||||
|
- `lua/plugins/`
|
||||||
|
Plugin configuration files, one per plugin or group:
|
||||||
|
- `bufferline.lua`
|
||||||
|
- `catppuccin.lua`
|
||||||
|
- `cmp.lua`
|
||||||
|
- `colorscheme.lua`
|
||||||
|
- `filebrowser.lua`
|
||||||
|
- `gitsign.lua`
|
||||||
|
- `lsp.lua`
|
||||||
|
- `mini-icons.lua`
|
||||||
|
- `mini_map.lua`
|
||||||
|
- `neowiki.lua`
|
||||||
|
- `nvim-autopair.lua`
|
||||||
|
- `outline.lua`
|
||||||
|
- `render-markdown.lua`
|
||||||
|
- `starter.lua`
|
||||||
|
- `neo-tree.lua`
|
||||||
|
- `telescope.lua`
|
||||||
|
- `treesitter.lua`
|
||||||
|
- `ui.lua`
|
||||||
|
- `vim-fugitive.lua`
|
||||||
|
- `witch-key.lua` (which-key style helper)
|
||||||
|
- `nvim-tree.lua.old` (old configuration kept for reference)
|
||||||
|
- `lazy-lock.json`
|
||||||
|
Lockfile for Lazy to pin exact plugin versions.
|
||||||
|
- `assets/`
|
||||||
|
Screenshots and images for documentation (`nvim-starter.*`, `screen.jpg`).
|
||||||
|
- `LICENSE.md`, `readme.md`
|
||||||
|
Local documentation and license for the Neovim configuration.
|
||||||
|
|
||||||
|
This setup gives a modern, IDE-like Neovim experience with LSP, Treesitter, file browsing, git integration, markdown rendering and more.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Kitty: `.config/kitty`
|
||||||
|
|
||||||
|
Kitty terminal configuration and themes:
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/kitty.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
- `kitty.conf`
|
||||||
|
Main Kitty configuration (fonts, window behavior, keybindings, etc.).
|
||||||
|
- `current-theme.conf`
|
||||||
|
Includes or defines the currently active theme.
|
||||||
|
- `kitty-themes/`
|
||||||
|
A full copy of the kitty-themes collection:
|
||||||
|
- `LICENSE.md`, `README.md`, `CONTRIBUTING.md`
|
||||||
|
- `themes/*.conf`
|
||||||
|
Hundreds of ready-to-use color schemes (Solarized, Dracula, Gruvbox, Monokai variants, Catppuccin-like themes, etc.).
|
||||||
|
|
||||||
|
This allows instant switching between many color schemes while defaulting to a Catppuccin-style dark theme.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Snapper
|
||||||
|
|
||||||
|
Snapper is used here to manage Btrfs snapshots for the root filesystem.
|
||||||
|
Its main configuration for this setup lives in /etc/snapper/configs/root, where snapshot limits and cleanup rules are defined.
|
||||||
|
Together with grub-btrfs, this configuration is integrated into GRUB so that the created snapshots appear as additional boot entries in the GRUB menu and can be selected directly at startup.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## wiki
|
||||||
|
This wiki is my personal cybersecurity knowledge base.
|
||||||
|
It centralizes course notes, lab write‑ups and reference material for networking, blue team and red team topics, so I can grow a coherent skill set over time instead of scattered notes.
|
||||||
|
The structure is intentionally simple: foundations first, then focused sections for tools and defensive/offensive techniques, plus dedicated reference indexes to quickly jump back to key resources when needed.
|
||||||
|
|
||||||
|
All my notes live in a Neovim‑driven wiki.
|
||||||
|
From a terminal session, I just launch:
|
||||||
|
```shell
|
||||||
|
nvim
|
||||||
|
```
|
||||||
|
and use
|
||||||
|
```
|
||||||
|
<leader>ww
|
||||||
|
```
|
||||||
|
to open my main index page, then navigate through Markdown links like a lightweight personal documentation site.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Other configs
|
||||||
|
|
||||||
|
Additional directories complete the environment:
|
||||||
|
|
||||||
|
- `.config/i3status-rust/`
|
||||||
|
Used by the Sway bar via `i3status.toml` (config content is referenced from Sway’s side).
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/i3s.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
- `.config/gtk-3.0/` and `.config/gtk-4.0/`
|
||||||
|
GTK settings and overrides for applications using GTK3/GTK4 (bookmarks, settings backups, etc.).
|
||||||
|
- `.config/fastfetch/config.jsonc`
|
||||||
|
Fastfetch configuration controlling system summary display in the terminal.
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/fastfetch.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
- `.config/eza/catppuccin-mocha-lavender.yml`
|
||||||
|
eza color theme file tuned to match Catppuccin Mocha.
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/eza.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
- `.config/cliphist/config`
|
||||||
|
Configuration for cliphist clipboard manager.
|
||||||
|
- `.config/calcure/`
|
||||||
|
Calcure TUI calendar and task manager configuration:
|
||||||
|
- `config.ini`
|
||||||
|
- `events.csv`
|
||||||
|
- `tasks.csv`
|
||||||
|
- `info.log`
|
||||||
|
- `.config/bat/themes/Catppuccin Mocha.tmTheme`
|
||||||
|
Bat syntax highlighting theme, again using Catppuccin Mocha.
|
||||||
|
<p align="center">
|
||||||
|
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/bat.jpg width="600" height="400" alt="screenshot">
|
||||||
|
</img>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Installation (on existing system)
|
||||||
|
|
||||||
|
### YAY install
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo pacman -S stow git base-devel
|
||||||
|
cd /tmp
|
||||||
|
git clone https://aur.archlinux.org/yay.git
|
||||||
|
cd yay
|
||||||
|
makepkg -si
|
||||||
|
```
|
||||||
|
|
||||||
|
### Git clone & themes install
|
||||||
|
|
||||||
|
```shell
|
||||||
|
yay -S catppuccin-cursors-mocha catppuccin-gtk-theme-mocha && git clone https://github.com/grayTerminal-sh/archasp.git
|
||||||
|
```
|
||||||
|
|
||||||
|
### Move dotfiles
|
||||||
|
|
||||||
|
```shell
|
||||||
|
mkdir ~/.dotfiles &&\
|
||||||
|
mv ~/archasp/* ~/.dotfiles &&\
|
||||||
|
rm -r ~/archasp
|
||||||
|
```
|
||||||
|
|
||||||
|
### Config backup
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cd &&\
|
||||||
|
mkdir ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/bat ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/btop ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/calcure ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/cliphist ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/eza ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/fastfetch ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/gtk-3.0 ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/gtk-4.O ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/icons ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/kitty ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/mango ~/.config/mango_backup &&\
|
||||||
|
mv ~/.config/nvim ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/qt5ct ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/qt6ct ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/starship ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/sway ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/swaylock ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/swaync ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/themes ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/wofi ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/yazi ~/.config/config_backup &&\
|
||||||
|
mv ~/.config/zsh ~/.config/config_backup
|
||||||
|
```
|
||||||
|
|
||||||
|
### Stow dotfiles & install packages
|
||||||
|
|
||||||
|
```shell
|
||||||
|
cd ~/.dotfiles
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
stow *\
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
yay -S \
|
||||||
|
mangowm-git swayfx wofi i3status-rust kitty neovim zsh \
|
||||||
|
starship fzf fd ripgrep eza fastfetch yazi bat \
|
||||||
|
cliphist calcure zoxide pyenv git \
|
||||||
|
gtk3 gtk4 catppuccin-gtk-theme-mocha \
|
||||||
|
catppuccin-cursors-mocha swaylock-effects \
|
||||||
|
swayidle greetd greetd-tuigreet grim slurp \
|
||||||
|
snapper brtfs-progs grub-snapper
|
||||||
|
```
|
||||||
|
|
||||||
|
### greetd-tuigreet config
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```toml
|
||||||
|
# /etc/greetd/config.toml
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
# The VT to run the greeter on. Can be "next", "current" or a number
|
||||||
|
# designating the VT.
|
||||||
|
vt = 1
|
||||||
|
|
||||||
|
# The default session, also known as the greeter.
|
||||||
|
[default_session]
|
||||||
|
command = "tuigreet tuigreet --time --greeting 'Welcome to ArchASP' --theme 'container=brightblack;border=magenta;text=white;greet=brightmagenta;prompt=cyan;input=brightcyan;time=brightyellow;error=red;button=green;action=green' --cmd mango --power-shutdown 'shutdown -h now' --power-reboot 'reboot'"
|
||||||
|
|
||||||
|
# The user to run the command as. The privileges this user must have depends
|
||||||
|
# on the greeter. A graphical greeter may for example require the user to be
|
||||||
|
# in the `video` group.
|
||||||
|
user = "greetd"
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```desktop
|
||||||
|
# /usr/share/wayland-sessions/mango.desktop
|
||||||
|
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Mango
|
||||||
|
DesktopNames=mango;wlroots
|
||||||
|
Comment=mango WM
|
||||||
|
Exec=/home/fy59/.local/bin/mango-session.sh
|
||||||
|
Icon=mango
|
||||||
|
Type=Application
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# /etc/greetd/sway-config
|
||||||
|
|
||||||
|
exec "regreet; swaymsg exit"
|
||||||
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
### Keyboard (modify it)
|
||||||
|
input * {
|
||||||
|
xkb_layout fr
|
||||||
|
xkb_variant oss
|
||||||
|
}
|
||||||
|
|
||||||
|
### Touchpad
|
||||||
|
input "type:touchpad" {
|
||||||
|
tap enabled
|
||||||
|
tap_button_map lrm
|
||||||
|
}
|
||||||
|
```
|
||||||
|
---
|
||||||
|
|
||||||
|
```sh
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# .local/bin/mango-session.sh
|
||||||
|
|
||||||
|
systemctl --user start wayland-session.target
|
||||||
|
exec mango
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
chmod +x ~/.local/bin/mango-session.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo systemctl enable --now greetd.service
|
||||||
|
```
|
||||||
|
|
||||||
|
### Snapper config
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo snapper -c root create-config /\
|
||||||
|
sudo snapper -c root create-config /@
|
||||||
|
```
|
||||||
|
```shell
|
||||||
|
sudo systemctl enable --now grub-btrfsd.service grub-btrfs.path
|
||||||
|
```
|
||||||
|
```shell
|
||||||
|
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
```
|
||||||
|
```config
|
||||||
|
# /etc/snapper/configs/root
|
||||||
|
# subvolume to snapshot
|
||||||
|
SUBVOLUME="/"
|
||||||
|
|
||||||
|
# filesystem type
|
||||||
|
FSTYPE="btrfs"
|
||||||
|
|
||||||
|
|
||||||
|
# btrfs qgroup for space aware cleanup algorithms
|
||||||
|
QGROUP=""
|
||||||
|
|
||||||
|
|
||||||
|
# fraction or absolute size of the filesystems space the snapshots may use
|
||||||
|
SPACE_LIMIT="0.5"
|
||||||
|
|
||||||
|
# fraction or absolute size of the filesystems space that should be free
|
||||||
|
FREE_LIMIT="0.2"
|
||||||
|
|
||||||
|
|
||||||
|
# users and groups allowed to work with config
|
||||||
|
ALLOW_USERS=""
|
||||||
|
ALLOW_GROUPS=""
|
||||||
|
|
||||||
|
# sync users and groups from ALLOW_USERS and ALLOW_GROUPS to .snapshots
|
||||||
|
# directory
|
||||||
|
SYNC_ACL="no"
|
||||||
|
|
||||||
|
|
||||||
|
# start comparing pre- and post-snapshot in background after creating
|
||||||
|
# post-snapshot
|
||||||
|
BACKGROUND_COMPARISON="yes"
|
||||||
|
|
||||||
|
|
||||||
|
# run daily number cleanup
|
||||||
|
NUMBER_CLEANUP="yes"
|
||||||
|
|
||||||
|
# limit for number cleanup
|
||||||
|
NUMBER_MIN_AGE="3600"
|
||||||
|
NUMBER_LIMIT="5"
|
||||||
|
NUMBER_LIMIT_IMPORTANT="1"
|
||||||
|
|
||||||
|
|
||||||
|
# create hourly snapshots
|
||||||
|
TIMELINE_CREATE="yes"
|
||||||
|
|
||||||
|
# cleanup hourly snapshots after some time
|
||||||
|
TIMELINE_CLEANUP="yes"
|
||||||
|
|
||||||
|
# limits for timeline cleanup
|
||||||
|
TIMELINE_MIN_AGE="3600"
|
||||||
|
TIMELINE_LIMIT_HOURLY="0"
|
||||||
|
TIMELINE_LIMIT_DAILY="3"
|
||||||
|
TIMELINE_LIMIT_WEEKLY="0"
|
||||||
|
TIMELINE_LIMIT_MONTHLY="0"
|
||||||
|
TIMELINE_LIMIT_QUARTERLY="0"
|
||||||
|
TIMELINE_LIMIT_YEARLY="0"
|
||||||
|
|
||||||
|
|
||||||
|
# cleanup empty pre-post-pairs
|
||||||
|
EMPTY_PRE_POST_CLEANUP="yes"
|
||||||
|
|
||||||
|
# limits for empty pre-post-pair cleanup
|
||||||
|
EMPTY_PRE_POST_MIN_AGE="3600"
|
||||||
|
```
|
||||||
4
bat/.config/bat/config
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# ~/.config/bat/config
|
||||||
|
--theme="Catppuccin Mocha"
|
||||||
|
--color=always
|
||||||
|
--style=plain
|
||||||
272
btop/.config/btop.conf
Normal file
|
|
@ -0,0 +1,272 @@
|
||||||
|
#? Config file for btop v.1.4.6
|
||||||
|
|
||||||
|
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||||
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
|
color_theme = "Default"
|
||||||
|
|
||||||
|
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
||||||
|
theme_background = true
|
||||||
|
|
||||||
|
#* Sets if 24-bit truecolor should be used, will convert 24-bit colors to 256 color (6x6x6 color cube) if false.
|
||||||
|
truecolor = true
|
||||||
|
|
||||||
|
#* Set to true to force tty mode regardless if a real tty has been detected or not.
|
||||||
|
#* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols.
|
||||||
|
force_tty = false
|
||||||
|
|
||||||
|
#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
|
||||||
|
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
||||||
|
#* Use whitespace " " as separator between different presets.
|
||||||
|
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
||||||
|
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
||||||
|
|
||||||
|
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
|
||||||
|
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
||||||
|
vim_keys = false
|
||||||
|
|
||||||
|
#* Rounded corners on boxes, is ignored if TTY mode is ON.
|
||||||
|
rounded_corners = true
|
||||||
|
|
||||||
|
#* Use terminal synchronized output sequences to reduce flickering on supported terminals.
|
||||||
|
terminal_sync = true
|
||||||
|
|
||||||
|
#* Default symbols to use for graph creation, "braille", "block" or "tty".
|
||||||
|
#* "braille" offers the highest resolution but might not be included in all fonts.
|
||||||
|
#* "block" has half the resolution of braille but uses more common characters.
|
||||||
|
#* "tty" uses only 3 different symbols but will work with most fonts and should work in a real TTY.
|
||||||
|
#* Note that "tty" only has half the horizontal resolution of the other two, so will show a shorter historical view.
|
||||||
|
graph_symbol = "braille"
|
||||||
|
|
||||||
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||||
|
graph_symbol_cpu = "default"
|
||||||
|
|
||||||
|
# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
|
||||||
|
graph_symbol_gpu = "default"
|
||||||
|
|
||||||
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||||
|
graph_symbol_mem = "default"
|
||||||
|
|
||||||
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||||
|
graph_symbol_net = "default"
|
||||||
|
|
||||||
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||||
|
graph_symbol_proc = "default"
|
||||||
|
|
||||||
|
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
|
||||||
|
shown_boxes = "cpu mem net proc"
|
||||||
|
|
||||||
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||||
|
update_ms = 2000
|
||||||
|
|
||||||
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
|
proc_sorting = "cpu lazy"
|
||||||
|
|
||||||
|
#* Reverse sorting order, True or False.
|
||||||
|
proc_reversed = false
|
||||||
|
|
||||||
|
#* Show processes as a tree.
|
||||||
|
proc_tree = false
|
||||||
|
|
||||||
|
#* Use the cpu graph colors in the process list.
|
||||||
|
proc_colors = true
|
||||||
|
|
||||||
|
#* Use a darkening gradient in the process list.
|
||||||
|
proc_gradient = true
|
||||||
|
|
||||||
|
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
|
||||||
|
proc_per_core = false
|
||||||
|
|
||||||
|
#* Show process memory as bytes instead of percent.
|
||||||
|
proc_mem_bytes = true
|
||||||
|
|
||||||
|
#* Show cpu graph for each process.
|
||||||
|
proc_cpu_graphs = true
|
||||||
|
|
||||||
|
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
|
||||||
|
proc_info_smaps = false
|
||||||
|
|
||||||
|
#* Show proc box on left side of screen instead of right.
|
||||||
|
proc_left = false
|
||||||
|
|
||||||
|
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
||||||
|
proc_filter_kernel = false
|
||||||
|
|
||||||
|
#* In tree-view, always accumulate child process resources in the parent process.
|
||||||
|
proc_aggregate = false
|
||||||
|
|
||||||
|
#* Should cpu and memory usage display be preserved for dead processes when paused.
|
||||||
|
keep_dead_proc_usage = false
|
||||||
|
|
||||||
|
#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
|
||||||
|
#* Select from a list of detected attributes from the options menu.
|
||||||
|
cpu_graph_upper = "Auto"
|
||||||
|
|
||||||
|
#* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available.
|
||||||
|
#* Select from a list of detected attributes from the options menu.
|
||||||
|
cpu_graph_lower = "Auto"
|
||||||
|
|
||||||
|
#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off".
|
||||||
|
show_gpu_info = "Auto"
|
||||||
|
|
||||||
|
#* Toggles if the lower CPU graph should be inverted.
|
||||||
|
cpu_invert_lower = true
|
||||||
|
|
||||||
|
#* Set to True to completely disable the lower CPU graph.
|
||||||
|
cpu_single_graph = false
|
||||||
|
|
||||||
|
#* Show cpu box at bottom of screen instead of top.
|
||||||
|
cpu_bottom = false
|
||||||
|
|
||||||
|
#* Shows the system uptime in the CPU box.
|
||||||
|
show_uptime = true
|
||||||
|
|
||||||
|
#* Shows the CPU package current power consumption in watts. Requires running `make setcap` or `make setuid` or running with sudo.
|
||||||
|
show_cpu_watts = true
|
||||||
|
|
||||||
|
#* Show cpu temperature.
|
||||||
|
check_temp = true
|
||||||
|
|
||||||
|
#* Which sensor to use for cpu temperature, use options menu to select from list of available sensors.
|
||||||
|
cpu_sensor = "Auto"
|
||||||
|
|
||||||
|
#* Show temperatures for cpu cores also if check_temp is True and sensors has been found.
|
||||||
|
show_coretemp = true
|
||||||
|
|
||||||
|
#* Set a custom mapping between core and coretemp, can be needed on certain cpus to get correct temperature for correct core.
|
||||||
|
#* Use lm-sensors or similar to see which cores are reporting temperatures on your machine.
|
||||||
|
#* Format "x:y" x=core with wrong temp, y=core with correct temp, use space as separator between multiple entries.
|
||||||
|
#* Example: "4:0 5:1 6:3"
|
||||||
|
cpu_core_map = ""
|
||||||
|
|
||||||
|
#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine".
|
||||||
|
temp_scale = "celsius"
|
||||||
|
|
||||||
|
#* Use base 10 for bits/bytes sizes, KB = 1000 instead of KiB = 1024.
|
||||||
|
base_10_sizes = false
|
||||||
|
|
||||||
|
#* Show CPU frequency.
|
||||||
|
show_cpu_freq = true
|
||||||
|
|
||||||
|
#* How to calculate CPU frequency, available values: "first", "range", "lowest", "highest" and "average".
|
||||||
|
freq_mode = "first"
|
||||||
|
|
||||||
|
#* Draw a clock at top of screen, formatting according to strftime, empty string to disable.
|
||||||
|
#* Special formatting: /host = hostname | /user = username | /uptime = system uptime
|
||||||
|
clock_format = "%X"
|
||||||
|
|
||||||
|
#* Update main ui in background when menus are showing, set this to false if the menus is flickering too much for comfort.
|
||||||
|
background_update = true
|
||||||
|
|
||||||
|
#* Custom cpu model name, empty string to disable.
|
||||||
|
custom_cpu_name = ""
|
||||||
|
|
||||||
|
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
|
||||||
|
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
|
||||||
|
disks_filter = ""
|
||||||
|
|
||||||
|
#* Show graphs instead of meters for memory values.
|
||||||
|
mem_graphs = true
|
||||||
|
|
||||||
|
#* Show mem box below net box instead of above.
|
||||||
|
mem_below_net = false
|
||||||
|
|
||||||
|
#* Count ZFS ARC in cached and available memory.
|
||||||
|
zfs_arc_cached = true
|
||||||
|
|
||||||
|
#* If swap memory should be shown in memory box.
|
||||||
|
show_swap = true
|
||||||
|
|
||||||
|
#* Show swap as a disk, ignores show_swap value above, inserts itself after first disk.
|
||||||
|
swap_disk = true
|
||||||
|
|
||||||
|
#* If mem box should be split to also show disks info.
|
||||||
|
show_disks = true
|
||||||
|
|
||||||
|
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
|
||||||
|
only_physical = true
|
||||||
|
|
||||||
|
#* Read disks list from /etc/fstab. This also disables only_physical.
|
||||||
|
use_fstab = true
|
||||||
|
|
||||||
|
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
||||||
|
zfs_hide_datasets = false
|
||||||
|
|
||||||
|
#* Set to true to show available disk space for privileged users.
|
||||||
|
disk_free_priv = false
|
||||||
|
|
||||||
|
#* Toggles if io activity % (disk busy time) should be shown in regular disk usage view.
|
||||||
|
show_io_stat = true
|
||||||
|
|
||||||
|
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
|
||||||
|
io_mode = false
|
||||||
|
|
||||||
|
#* Set to True to show combined read/write io graphs in io mode.
|
||||||
|
io_graph_combined = false
|
||||||
|
|
||||||
|
#* Set the top speed for the io graphs in MiB/s (100 by default), use format "mountpoint:speed" separate disks with whitespace " ".
|
||||||
|
#* Example: "/mnt/media:100 /:20 /boot:1".
|
||||||
|
io_graph_speeds = ""
|
||||||
|
|
||||||
|
#* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False.
|
||||||
|
net_download = 100
|
||||||
|
|
||||||
|
net_upload = 100
|
||||||
|
|
||||||
|
#* Use network graphs auto rescaling mode, ignores any values set above and rescales down to 10 Kibibytes at the lowest.
|
||||||
|
net_auto = true
|
||||||
|
|
||||||
|
#* Sync the auto scaling for download and upload to whichever currently has the highest scale.
|
||||||
|
net_sync = true
|
||||||
|
|
||||||
|
#* Starts with the Network Interface specified here.
|
||||||
|
net_iface = ""
|
||||||
|
|
||||||
|
#* "True" shows bitrates in base 10 (Kbps, Mbps). "False" shows bitrates in binary sizes (Kibps, Mibps, etc.). "Auto" uses base_10_sizes.
|
||||||
|
base_10_bitrate = "Auto"
|
||||||
|
|
||||||
|
#* Show battery stats in top right if battery is present.
|
||||||
|
show_battery = true
|
||||||
|
|
||||||
|
#* Which battery to use if multiple are present. "Auto" for auto detection.
|
||||||
|
selected_battery = "Auto"
|
||||||
|
|
||||||
|
#* Show power stats of battery next to charge indicator.
|
||||||
|
show_battery_watts = true
|
||||||
|
|
||||||
|
#* Set loglevel for "~/.local/state/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
|
||||||
|
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
|
||||||
|
log_level = "WARNING"
|
||||||
|
|
||||||
|
#* Automatically save current settings to config file on exit.
|
||||||
|
save_config_on_exit = true
|
||||||
|
|
||||||
|
#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
|
||||||
|
nvml_measure_pcie_speeds = true
|
||||||
|
|
||||||
|
#* Measure PCIe throughput on AMD cards, may impact performance on certain cards.
|
||||||
|
rsmi_measure_pcie_speeds = true
|
||||||
|
|
||||||
|
#* Horizontally mirror the GPU graph.
|
||||||
|
gpu_mirror_graph = true
|
||||||
|
|
||||||
|
#* Set which GPU vendors to show. Available values are "nvidia amd intel"
|
||||||
|
shown_gpus = "nvidia amd intel"
|
||||||
|
|
||||||
|
#* Custom gpu0 model name, empty string to disable.
|
||||||
|
custom_gpu_name0 = ""
|
||||||
|
|
||||||
|
#* Custom gpu1 model name, empty string to disable.
|
||||||
|
custom_gpu_name1 = ""
|
||||||
|
|
||||||
|
#* Custom gpu2 model name, empty string to disable.
|
||||||
|
custom_gpu_name2 = ""
|
||||||
|
|
||||||
|
#* Custom gpu3 model name, empty string to disable.
|
||||||
|
custom_gpu_name3 = ""
|
||||||
|
|
||||||
|
#* Custom gpu4 model name, empty string to disable.
|
||||||
|
custom_gpu_name4 = ""
|
||||||
|
|
||||||
|
#* Custom gpu5 model name, empty string to disable.
|
||||||
|
custom_gpu_name5 = ""
|
||||||
139
calcure/.config/calcure/config.ini
Normal file
|
|
@ -0,0 +1,139 @@
|
||||||
|
[Parameters]
|
||||||
|
folder_with_datafiles = ~/.config/calcure
|
||||||
|
calcurse_todo_file = ~/.local/share/calcurse/todo
|
||||||
|
calcurse_events_file = ~/.local/share/calcurse/apts
|
||||||
|
log_file = ~/.config/calcure/info.log
|
||||||
|
language = fr
|
||||||
|
default_view = calendar
|
||||||
|
default_calendar_view = monthly
|
||||||
|
birthdays_from_abook = Yes
|
||||||
|
show_keybindings = Yes
|
||||||
|
privacy_mode = No
|
||||||
|
show_weather = No
|
||||||
|
weather_city =
|
||||||
|
weather_metric_units = Yes
|
||||||
|
minimal_today_indicator = Yes
|
||||||
|
minimal_days_indicator = Yes
|
||||||
|
minimal_weekend_indicator = Yes
|
||||||
|
show_calendar_borders = No
|
||||||
|
show_moon_phases = No
|
||||||
|
cut_titles_by_cell_length = No
|
||||||
|
ask_confirmations = Yes
|
||||||
|
ask_confirmation_to_quit = Yes
|
||||||
|
use_unicode_icons = Yes
|
||||||
|
show_current_time = No
|
||||||
|
show_holidays = Yes
|
||||||
|
show_nothing_planned = Yes
|
||||||
|
one_timer_at_a_time = No
|
||||||
|
holiday_country = France
|
||||||
|
use_persian_calendar = No
|
||||||
|
start_week_day = 1
|
||||||
|
weekend_days = 6,7
|
||||||
|
refresh_interval = 1
|
||||||
|
data_reload_interval = 0
|
||||||
|
split_screen = Yes
|
||||||
|
right_pane_percentage = 25
|
||||||
|
journal_header = JOURNAL
|
||||||
|
event_icon = •
|
||||||
|
privacy_icon = •
|
||||||
|
today_icon = •
|
||||||
|
birthday_icon = ★
|
||||||
|
holiday_icon = ⛱
|
||||||
|
hidden_icon = ...
|
||||||
|
done_icon = ✔
|
||||||
|
todo_icon = •
|
||||||
|
important_icon = ‣
|
||||||
|
separator_icon = │
|
||||||
|
deadline_icon = ⚑
|
||||||
|
|
||||||
|
[Colors]
|
||||||
|
color_today = 2
|
||||||
|
color_events = 4
|
||||||
|
color_days = 7
|
||||||
|
color_day_names = 4
|
||||||
|
color_weekends = 1
|
||||||
|
color_weekend_names = 1
|
||||||
|
color_hints = 7
|
||||||
|
color_prompts = 7
|
||||||
|
color_confirmations = 1
|
||||||
|
color_birthdays = 1
|
||||||
|
color_holidays = 2
|
||||||
|
color_todo = 7
|
||||||
|
color_done = 6
|
||||||
|
color_title = 4
|
||||||
|
color_calendar_header = 4
|
||||||
|
color_important = 1
|
||||||
|
color_unimportant = 6
|
||||||
|
color_timer = 2
|
||||||
|
color_timer_paused = 7
|
||||||
|
color_time = 7
|
||||||
|
color_deadlines = 3
|
||||||
|
color_weather = 2
|
||||||
|
color_active_pane = 2
|
||||||
|
color_separator = 7
|
||||||
|
color_calendar_border = 7
|
||||||
|
color_ics_calendars = 2,3,1,7,4,5,2,3,1,7
|
||||||
|
color_background = -1
|
||||||
|
|
||||||
|
[Styles]
|
||||||
|
bold_today = No
|
||||||
|
bold_days = No
|
||||||
|
bold_day_names = No
|
||||||
|
bold_weekends = No
|
||||||
|
bold_weekend_names = No
|
||||||
|
bold_title = No
|
||||||
|
bold_active_pane = No
|
||||||
|
underlined_today = No
|
||||||
|
underlined_days = No
|
||||||
|
underlined_day_names = No
|
||||||
|
underlined_weekends = No
|
||||||
|
underlined_weekend_names = No
|
||||||
|
underlined_title = No
|
||||||
|
underlined_active_pane = No
|
||||||
|
strikethrough_done = No
|
||||||
|
|
||||||
|
[Event icons]
|
||||||
|
travel = ✈
|
||||||
|
plane = ✈
|
||||||
|
voyage = ✈
|
||||||
|
flight = ✈
|
||||||
|
airport = ✈
|
||||||
|
trip = 🏕
|
||||||
|
vacation = ⛱
|
||||||
|
holiday = ⛱
|
||||||
|
day-off = ⛱
|
||||||
|
hair = ✂
|
||||||
|
barber = ✂
|
||||||
|
beauty = ✂
|
||||||
|
nails = ✂
|
||||||
|
game = ♟
|
||||||
|
match = ♟
|
||||||
|
play = ♟
|
||||||
|
interview = 🎙️
|
||||||
|
conference = 🎙️
|
||||||
|
talk = 🎙️
|
||||||
|
dating = ♥
|
||||||
|
concert = ♪
|
||||||
|
dance = ♪
|
||||||
|
music = ♪
|
||||||
|
rehearsal = ♪
|
||||||
|
call = 🕻
|
||||||
|
zoom = 🕻
|
||||||
|
deadline = ⚑
|
||||||
|
over = ⚑
|
||||||
|
finish = ⚑
|
||||||
|
end = ⚑
|
||||||
|
doctor = ✚
|
||||||
|
dentist = ✚
|
||||||
|
medical = ✚
|
||||||
|
hospital = ✚
|
||||||
|
party = ☘
|
||||||
|
bar = ☘
|
||||||
|
museum = ⛬
|
||||||
|
meet = ⛬
|
||||||
|
sport = ⛷
|
||||||
|
gym = 🏋
|
||||||
|
training = ⛷
|
||||||
|
email = ✉
|
||||||
|
letter = ✉
|
||||||
|
|
||||||
1
calcure/.config/calcure/events.csv
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
1,2026,3,7,"ARP",1,once,normal
|
||||||
|
1
calcure/.config/calcure/info.log
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
[WARNING] Couldn't load birthdays. File. /home/fy59/.abook/addressbook does not exist.
|
||||||
0
calcure/.config/calcure/tasks.csv
Normal file
|
|
3
cliphist/.config/config
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
max-items 50
|
||||||
|
max-size 100000
|
||||||
|
|
||||||
102
eza/.config/eza/catppuccin-mocha-lavender.yml
Normal file
|
|
@ -0,0 +1,102 @@
|
||||||
|
colourful: true
|
||||||
|
|
||||||
|
filekinds:
|
||||||
|
normal: {foreground: "#cdd6f4"}
|
||||||
|
directory: {foreground: "#b4befe"}
|
||||||
|
symlink: {foreground: "#89b4fa"}
|
||||||
|
pipe: {foreground: "#bac2de"}
|
||||||
|
block_device: {foreground: "#eba0ac"}
|
||||||
|
char_device: {foreground: "#eba0ac"}
|
||||||
|
socket: {foreground: "#bac2de"}
|
||||||
|
special: {foreground: "#cba6f7"}
|
||||||
|
executable: {foreground: "#a6e3a1"}
|
||||||
|
mount_point: {foreground: "#94e2d5"}
|
||||||
|
|
||||||
|
perms:
|
||||||
|
user_read: {foreground: "#f38ba8", is_bold: true}
|
||||||
|
user_write: {foreground: "#f9e2af", is_bold: true}
|
||||||
|
user_execute_file: {foreground: "#a6e3a1", is_bold: true}
|
||||||
|
user_execute_other: {foreground: "#a6e3a1", is_bold: true}
|
||||||
|
group_read: {foreground: "#f38ba8"}
|
||||||
|
group_write: {foreground: "#f9e2af"}
|
||||||
|
group_execute: {foreground: "#a6e3a1"}
|
||||||
|
other_read: {foreground: "#f38ba8"}
|
||||||
|
other_write: {foreground: "#f9e2af"}
|
||||||
|
other_execute: {foreground: "#a6e3a1"}
|
||||||
|
special_user_file: {foreground: "#cba6f7"}
|
||||||
|
special_other: {foreground: "#7f849c"}
|
||||||
|
attribute: {foreground: "#9399b2"}
|
||||||
|
|
||||||
|
size:
|
||||||
|
major: {foreground: "#a6adc8"}
|
||||||
|
minor: {foreground: "#89dceb"}
|
||||||
|
number_byte: {foreground: "#bac2de"}
|
||||||
|
number_kilo: {foreground: "#a6adc8"}
|
||||||
|
number_mega: {foreground: "#89b4fa"}
|
||||||
|
number_giga: {foreground: "#cba6f7"}
|
||||||
|
number_huge: {foreground: "#cba6f7"}
|
||||||
|
unit_byte: {foreground: "#a6adc8"}
|
||||||
|
unit_kilo: {foreground: "#89dceb"}
|
||||||
|
unit_mega: {foreground: "#cba6f7"}
|
||||||
|
unit_giga: {foreground: "#cba6f7"}
|
||||||
|
unit_huge: {foreground: "#94e2d5"}
|
||||||
|
|
||||||
|
users:
|
||||||
|
user_you: {foreground: "#cdd6f4"}
|
||||||
|
user_root: {foreground: "#f38ba8"}
|
||||||
|
user_other: {foreground: "#eba0ac"}
|
||||||
|
group_yours: {foreground: "#a6adc8"}
|
||||||
|
group_other: {foreground: "#9399b2"}
|
||||||
|
group_root: {foreground: "#f38ba8"}
|
||||||
|
|
||||||
|
links:
|
||||||
|
normal: {foreground: "#89b4fa"}
|
||||||
|
multi_link_file: {foreground: "#89b4fa"}
|
||||||
|
|
||||||
|
git:
|
||||||
|
new: {foreground: "#a6e3a1"}
|
||||||
|
modified: {foreground: "#f9e2af"}
|
||||||
|
deleted: {foreground: "#eba0ac"}
|
||||||
|
renamed: {foreground: "#94e2d5"}
|
||||||
|
typechange: {foreground: "#f5c2e7"}
|
||||||
|
ignored: {foreground: "#7f849c"}
|
||||||
|
conflicted: {foreground: "#fab387"}
|
||||||
|
|
||||||
|
git_repo:
|
||||||
|
branch_main: {foreground: "#a6adc8"}
|
||||||
|
branch_other: {foreground: "#cba6f7"}
|
||||||
|
git_clean: {foreground: "#a6e3a1"}
|
||||||
|
git_dirty: {foreground: "#eba0ac"}
|
||||||
|
|
||||||
|
security_context:
|
||||||
|
colon: {foreground: "#6c7086"}
|
||||||
|
user: {foreground: "#7f849c"}
|
||||||
|
role: {foreground: "#cba6f7"}
|
||||||
|
typ: {foreground: "#585b70"}
|
||||||
|
range: {foreground: "#cba6f7"}
|
||||||
|
|
||||||
|
file_type:
|
||||||
|
image: {foreground: "#f9e2af"}
|
||||||
|
video: {foreground: "#f38ba8"}
|
||||||
|
music: {foreground: "#a6e3a1"}
|
||||||
|
lossless: {foreground: "#94e2d5"}
|
||||||
|
crypto: {foreground: "#7f849c"}
|
||||||
|
document: {foreground: "#cdd6f4"}
|
||||||
|
compressed: {foreground: "#f5c2e7"}
|
||||||
|
temp: {foreground: "#eba0ac"}
|
||||||
|
compiled: {foreground: "#74c7ec"}
|
||||||
|
source: {foreground: "#89b4fa"}
|
||||||
|
|
||||||
|
punctuation: {foreground: "#6c7086"}
|
||||||
|
date: {foreground: "#f9e2af"}
|
||||||
|
inode: {foreground: "#a6adc8"}
|
||||||
|
blocks: {foreground: "#6c7086"}
|
||||||
|
header: {foreground: "#cdd6f4"}
|
||||||
|
octal: {foreground: "#94e2d5"}
|
||||||
|
flags: {foreground: "#cba6f7"}
|
||||||
|
|
||||||
|
symlink_path: {foreground: "#89dceb"}
|
||||||
|
control_char: {foreground: "#74c7ec"}
|
||||||
|
broken_symlink: {foreground: "#f38ba8"}
|
||||||
|
broken_path_overlay: {foreground: "#585b70"}
|
||||||
|
|
||||||
67
fastfetch/.config/fastfetch/config.jsonc
Normal file
|
|
@ -0,0 +1,67 @@
|
||||||
|
// ~/.config/fastfetch/config.jsonc
|
||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"display": {
|
||||||
|
"separator": "• "
|
||||||
|
},
|
||||||
|
"logo":{
|
||||||
|
"type": "sixel",
|
||||||
|
"width": 30
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"break",
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "\u001b[90m fy59@archlinux "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "╭───────────────────────────────╮"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "os",
|
||||||
|
"key": " ",
|
||||||
|
"format": "{3}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "host",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "kernel",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "wm",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"key": " $ "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "terminal",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "uptime",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "memory",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "packages",
|
||||||
|
"key": " "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": "╰───────────────────────────────╯"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "custom",
|
||||||
|
"format": " \u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m "
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6
gtk-3.0/.config/gtk-3.0/bookmarks
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
file:///home/fy59/Ansible
|
||||||
|
file:///home/fy59/Documents
|
||||||
|
file:///home/fy59/Musique
|
||||||
|
file:///home/fy59/Images
|
||||||
|
file:///home/fy59/Vid%C3%A9os
|
||||||
|
file:///home/fy59/T%C3%A9l%C3%A9chargements
|
||||||
3
gtk-3.0/.config/gtk-3.0/settings.ini.bak
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Settings]
|
||||||
|
gtk-theme-name=Adwaita-dark
|
||||||
|
gtk-icon-theme-name = "Tela-dracula-dark"
|
||||||
3
gtk-4.0/.config/gtk-4.0/settings.ini.bak
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Settings]
|
||||||
|
gtk-theme-name=Adwaita-dark
|
||||||
|
gtk-icon-theme-name = "Tela-dracula-dark"
|
||||||
103
i3status-rust/.config/i3status-rust/config.toml
Normal file
|
|
@ -0,0 +1,103 @@
|
||||||
|
invert_scrolling = true
|
||||||
|
|
||||||
|
[theme]
|
||||||
|
theme = "ctp-mocha"
|
||||||
|
[icons]
|
||||||
|
icons = "material-nf"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "focused_window"
|
||||||
|
[block.format]
|
||||||
|
full = " $title.str(max_w:15) |"
|
||||||
|
short = " $title.str(max_w:10) |"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "music"
|
||||||
|
format = " $icon {$combo.str(max_w:20,rot_interval:0.5) $play $next |} "
|
||||||
|
[[block.click]]
|
||||||
|
button = "left"
|
||||||
|
action = "play_pause"
|
||||||
|
[[block.click]]
|
||||||
|
button = "middle"
|
||||||
|
widget = "."
|
||||||
|
action = "toggle_format"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "bluetooth"
|
||||||
|
mac = "E4:61:F4:F4:A1:F7"
|
||||||
|
format = " JBL Tune {{$battery_icon}} "
|
||||||
|
disconnected_format = " "
|
||||||
|
[[block.click]]
|
||||||
|
button = "left"
|
||||||
|
action = "blueman-manager"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "net"
|
||||||
|
device = "wlp1s0"
|
||||||
|
format = " $icon {$signal_strength $ssid} "
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "sound"
|
||||||
|
step_width = 3
|
||||||
|
max_vol = 100
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "backlight"
|
||||||
|
device = "amdgpu_bl1"
|
||||||
|
invert_icons = true
|
||||||
|
minimum = 10
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "battery"
|
||||||
|
format = " $icon $percentage "
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "custom"
|
||||||
|
command = "~/.local/bin/tlp-profile.sh"
|
||||||
|
interval = 5
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "packages"
|
||||||
|
package_manager = ["pacman", "aur"]
|
||||||
|
interval = 600
|
||||||
|
error_interval = 300
|
||||||
|
max_retries = 5
|
||||||
|
format = " $icon $total updates "
|
||||||
|
format_singular = " $icon $total update "
|
||||||
|
format_up_to_date = " $icon Up to date "
|
||||||
|
# aur_command should output available updates to stdout (ie behave as echo -ne "update\n")
|
||||||
|
aur_command = "yay -Qua"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "notify"
|
||||||
|
driver = "swaync"
|
||||||
|
[[block.click]]
|
||||||
|
button = "left"
|
||||||
|
action = "show"
|
||||||
|
[[block.click]]
|
||||||
|
button = "right"
|
||||||
|
action = "toggle_paused"
|
||||||
|
[[block]]
|
||||||
|
block = "time"
|
||||||
|
interval = 60
|
||||||
|
[block.format]
|
||||||
|
full = " $icon $timestamp.datetime(f:'%d-%m-%Y %R')"
|
||||||
|
short = " $icon $timestamp.datetime(f:%R) "
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "menu"
|
||||||
|
text = " \uf011 "
|
||||||
|
[[block.items]]
|
||||||
|
display = " -> Sleep <-"
|
||||||
|
cmd = "systemctl suspend"
|
||||||
|
[[block.items]]
|
||||||
|
display = " -> Logout <-"
|
||||||
|
cmd = "swaymsg exit"
|
||||||
|
[[block.items]]
|
||||||
|
display = " -> Power Off <-"
|
||||||
|
cmd = "poweroff"
|
||||||
|
confirm_msg = "Are you sure you want to power off?"
|
||||||
|
[[block.items]]
|
||||||
|
display = " -> Reboot <-"
|
||||||
|
cmd = "reboot"
|
||||||
|
confirm_msg = "Are you sure you want to reboot?"
|
||||||
10
icons/.icons/BeautyLine/AUTHORS
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
------------------------ BeautyLine Icon Theme ------------------------
|
||||||
|
|
||||||
|
SOURCES:
|
||||||
|
Github: Will be availbale soon
|
||||||
|
|
||||||
|
Maintainer and CUSTOMIZER:
|
||||||
|
Sajjad Abdollahzadeh <sajjad606@gmail.com>: https://store.kde.org/p/1425426
|
||||||
|
|
||||||
|
------------------------ BeautyLine Icon Theme ------------------------
|
||||||
|
|
||||||
675
icons/.icons/BeautyLine/COPYING
Normal file
|
|
@ -0,0 +1,675 @@
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
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.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
||||||
|
<program> Copyright (C) <year> <name of author>
|
||||||
|
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
|
||||||
|
<http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
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
|
||||||
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
13
icons/.icons/BeautyLine/ReadMe
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
BeautyLine Icon Theme is published under GPLV3 LICENSE @COPYING
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
I'm available via Gmail as written in @AUTHORS, and any participation is most welcome.
|
||||||
|
|
||||||
|
Idea of this icon set is from recent line style icon sets and created up on mix of my other works to make some of my beloved OpenSource Community Enjoy, so its not a complete icon set and some of icons are restyled just to fit the line style and need to redesigned again. (Future works)
|
||||||
|
|
||||||
|
Although I published <BeautyLine Icon Theme> under GPLV3 but some of icons in pack are in online selling plans and IT WOULD BE KIND OF YOU IF YOU WOULD NOT Republish it under any other Name and MOD.
|
||||||
|
|
||||||
|
Although I try to keep theme pack updated and add most distro's common icons But feel free to add common icons of any distro and DE and publish it in any Repo and OS Under the Name <BeautyLine Icon Theme> and <Sajjad Abdollahzadeh> Author.
|
||||||
|
|
||||||
|
Enjoy it and if you have time and intrest, help me to get it better ...
|
||||||
|
|
||||||
5
icons/.icons/BeautyLine/actions/scalable/.directory
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Dolphin]
|
||||||
|
SortOrder=1
|
||||||
|
SortRole=modificationtime
|
||||||
|
Timestamp=2021,9,30,22,10,26.182
|
||||||
|
Version=4
|
||||||
19
icons/.icons/BeautyLine/actions/scalable/1-dark.svg
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_1012_705)">
|
||||||
|
<path d="M22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12Z" stroke="url(#paint0_linear_1012_705)" stroke-width="2.4"/>
|
||||||
|
<path d="M11.8191 6.9534C11.0103 6.9534 10.3539 7.60977 10.3539 8.41852C10.3539 8.67757 10.251 8.92601 10.0678 9.10919C9.88464 9.29237 9.6362 9.39527 9.37715 9.39527C9.1181 9.39527 8.86966 9.29237 8.68648 9.10919C8.5033 8.92601 8.40039 8.67757 8.40039 8.41852C8.40041 7.85844 8.53804 7.30693 8.80118 6.81251C9.06431 6.31808 9.4449 5.89588 9.90946 5.58303C10.3741 5.27018 10.9084 5.07627 11.4655 5.01834C12.0225 4.96041 12.5853 5.04023 13.1043 5.2508C13.6233 5.46137 14.0826 5.79623 14.4419 6.22593C14.8011 6.65564 15.0493 7.16702 15.1645 7.71512C15.2798 8.26322 15.2586 8.83124 15.1029 9.36924C14.9471 9.90723 14.6616 10.3987 14.2714 10.8005C14.1515 10.9242 14.0369 11.0388 13.9275 11.1482C13.663 11.4002 13.4146 11.6685 13.1839 11.9518C12.8974 12.319 12.7958 12.5886 12.7958 12.8139V13.7907C12.7958 14.0497 12.6929 14.2981 12.5097 14.4813C12.3265 14.6645 12.0781 14.7674 11.8191 14.7674C11.56 14.7674 11.3116 14.6645 11.1284 14.4813C10.9452 14.2981 10.8423 14.0497 10.8423 13.7907V12.8139C10.8423 11.9609 11.2395 11.2693 11.6419 10.7523C11.9402 10.3694 12.3139 9.99695 12.6187 9.69221C12.7099 9.60104 12.7958 9.51639 12.87 9.43955C13.0707 9.233 13.2061 8.97188 13.2593 8.68882C13.3124 8.40576 13.2809 8.11332 13.1688 7.84804C13.0566 7.58277 12.8688 7.35643 12.6287 7.19731C12.3887 7.03819 12.1071 6.95335 11.8191 6.9534ZM11.8191 19C12.1645 19 12.4957 18.8628 12.7399 18.6186C12.9842 18.3743 13.1214 18.0431 13.1214 17.6977C13.1214 17.3523 12.9842 17.021 12.7399 16.7768C12.4957 16.5325 12.1645 16.3953 11.8191 16.3953C11.4737 16.3953 11.1424 16.5325 10.8982 16.7768C10.6539 17.021 10.5167 17.3523 10.5167 17.6977C10.5167 18.0431 10.6539 18.3743 10.8982 18.6186C11.1424 18.8628 11.4737 19 11.8191 19Z" fill="url(#paint1_linear_1012_705)"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_1012_705" x1="12" y1="2" x2="12" y2="22" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#DC18FC"/>
|
||||||
|
<stop offset="1" stop-color="#8E1EFF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_1012_705" x1="11.8191" y1="5" x2="11.8191" y2="19" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#DC18FC"/>
|
||||||
|
<stop offset="1" stop-color="#8E1EFF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="clip0_1012_705">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
19
icons/.icons/BeautyLine/actions/scalable/1.svg
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_1012_705)">
|
||||||
|
<path d="M22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12Z" stroke="url(#paint0_linear_1012_705)" stroke-width="2.4"/>
|
||||||
|
<path d="M11.8191 6.9534C11.0103 6.9534 10.3539 7.60977 10.3539 8.41852C10.3539 8.67757 10.251 8.92601 10.0678 9.10919C9.88464 9.29237 9.6362 9.39527 9.37715 9.39527C9.1181 9.39527 8.86966 9.29237 8.68648 9.10919C8.5033 8.92601 8.40039 8.67757 8.40039 8.41852C8.40041 7.85844 8.53804 7.30693 8.80118 6.81251C9.06431 6.31808 9.4449 5.89588 9.90946 5.58303C10.3741 5.27018 10.9084 5.07627 11.4655 5.01834C12.0225 4.96041 12.5853 5.04023 13.1043 5.2508C13.6233 5.46137 14.0826 5.79623 14.4419 6.22593C14.8011 6.65564 15.0493 7.16702 15.1645 7.71512C15.2798 8.26322 15.2586 8.83124 15.1029 9.36924C14.9471 9.90723 14.6616 10.3987 14.2714 10.8005C14.1515 10.9242 14.0369 11.0388 13.9275 11.1482C13.663 11.4002 13.4146 11.6685 13.1839 11.9518C12.8974 12.319 12.7958 12.5886 12.7958 12.8139V13.7907C12.7958 14.0497 12.6929 14.2981 12.5097 14.4813C12.3265 14.6645 12.0781 14.7674 11.8191 14.7674C11.56 14.7674 11.3116 14.6645 11.1284 14.4813C10.9452 14.2981 10.8423 14.0497 10.8423 13.7907V12.8139C10.8423 11.9609 11.2395 11.2693 11.6419 10.7523C11.9402 10.3694 12.3139 9.99695 12.6187 9.69221C12.7099 9.60104 12.7958 9.51639 12.87 9.43955C13.0707 9.233 13.2061 8.97188 13.2593 8.68882C13.3124 8.40576 13.2809 8.11332 13.1688 7.84804C13.0566 7.58277 12.8688 7.35643 12.6287 7.19731C12.3887 7.03819 12.1071 6.95335 11.8191 6.9534ZM11.8191 19C12.1645 19 12.4957 18.8628 12.7399 18.6186C12.9842 18.3743 13.1214 18.0431 13.1214 17.6977C13.1214 17.3523 12.9842 17.021 12.7399 16.7768C12.4957 16.5325 12.1645 16.3953 11.8191 16.3953C11.4737 16.3953 11.1424 16.5325 10.8982 16.7768C10.6539 17.021 10.5167 17.3523 10.5167 17.6977C10.5167 18.0431 10.6539 18.3743 10.8982 18.6186C11.1424 18.8628 11.4737 19 11.8191 19Z" fill="url(#paint1_linear_1012_705)"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_1012_705" x1="12" y1="2" x2="12" y2="22" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#DC18FC"/>
|
||||||
|
<stop offset="1" stop-color="#8E1EFF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_1012_705" x1="11.8191" y1="5" x2="11.8191" y2="19" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#DC18FC"/>
|
||||||
|
<stop offset="1" stop-color="#8E1EFF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath id="clip0_1012_705">
|
||||||
|
<rect width="24" height="24" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
|
|
@ -0,0 +1 @@
|
||||||
|
view-sort-ascending.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/CVnamespace.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
system-run.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/Finished.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-ok-apply.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/Info-amarok.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
run-build.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/SuggestionError.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-error.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/SuggestionTM.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
database-index.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/accept_time_event.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
appointment-new.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
view-readermode.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/account-logged-in.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-ok-apply.svg
|
||||||
9
icons/.icons/BeautyLine/actions/scalable/acrobat.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M7.81836 2.90906C6.71379 2.90906 5.81836 3.80449 5.81836 4.90906V35.5357C5.81836 37.1331 7.59865 38.0858 8.92776 37.1998L15.618 32.7396C16.2898 32.2917 17.1651 32.2917 17.8369 32.7396L24.5271 37.1998C25.8562 38.0858 27.6365 37.1331 27.6365 35.5357V4.90906C27.6365 3.80449 26.7411 2.90906 25.6365 2.90906H7.81836ZM33.0911 2.90906C32.0869 2.90906 31.2729 3.72309 31.2729 4.72724V4.72724C31.2729 5.73139 32.0869 6.54542 33.0911 6.54542H36.5456C37.6502 6.54542 38.5456 7.44085 38.5456 8.54542V19.0909C38.5456 20.1954 39.4411 21.0909 40.5456 21.0909H51.0911C52.1957 21.0909 53.0911 21.9863 53.0911 23.0909V55.4545C53.0911 56.5591 52.1957 57.4545 51.0911 57.4545H11.4547C10.3502 57.4545 9.45472 56.5591 9.45472 55.4545V44.7272C9.45472 43.7231 8.64069 42.9091 7.63654 42.9091V42.9091C6.63239 42.9091 5.81836 43.7231 5.81836 44.7272V59.0909C5.81836 60.1954 6.71379 61.0909 7.81836 61.0909H54.7275C55.832 61.0909 56.7275 60.1954 56.7275 59.0909V18.2829C56.7275 17.7525 56.5167 17.2438 56.1417 16.8687L42.7678 3.49484C42.3927 3.11977 41.884 2.90906 41.3536 2.90906H33.0911ZM16.7275 13.8181H22.113C22.9154 13.8181 23.3885 14.7141 22.9217 15.3668C19.7586 19.7897 16.0535 23.9217 11.5753 27.0141C10.8309 27.5281 9.90087 26.8172 10.1518 25.9481C11.287 22.0154 12.5319 18.0357 15.0368 14.7725C15.4803 14.3009 16.0433 13.8257 16.7275 13.8181Z" fill="url(#paint0_linear_573_32)"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_573_32" x1="31.2729" y1="2.90906" x2="31.2729" y2="61.0909" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#F75050"/>
|
||||||
|
<stop offset="1" stop-color="#A00909"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
|
|
@ -0,0 +1 @@
|
||||||
|
folder-new.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/action-rss_tag.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
tag.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-cancel.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-cancel.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/action-unavailable.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-cancel.svg
|
||||||
19
icons/.icons/BeautyLine/actions/scalable/activities.svg
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M68 105.5V150.5C68 154.642 64.642 158 60.5 158H15.5C11.358 158 8 154.642 8 150.5V105.5C8 101.358 11.358 98 15.5 98H60.5C64.642 98 68 101.358 68 105.5Z" fill="url(#paint0_linear_89_1693)"/>
|
||||||
|
<path d="M158 105.5V150.5C158 154.642 154.642 158 150.5 158H105.5C101.358 158 98 154.642 98 150.5V105.5C98 101.358 101.358 98 105.5 98H150.5C154.642 98 158 101.358 158 105.5Z" fill="url(#paint1_linear_89_1693)"/>
|
||||||
|
<path d="M248 105.5V150.5C248 154.642 244.642 158 240.5 158H195.5C191.358 158 188 154.642 188 150.5V105.5C188 101.358 191.358 98 195.5 98H240.5C244.642 98 248 101.358 248 105.5Z" fill="url(#paint2_linear_89_1693)"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_89_1693" x1="38" y1="158" x2="38" y2="98" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FD5900"/>
|
||||||
|
<stop offset="1" stop-color="#FFDE00"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_89_1693" x1="128" y1="158" x2="128" y2="98" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FD3A84"/>
|
||||||
|
<stop offset="1" stop-color="#FFA68D"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear_89_1693" x1="218" y1="158" x2="218" y2="98" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#A93AFF"/>
|
||||||
|
<stop offset="1" stop-color="#FF81FF"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
1
icons/.icons/BeautyLine/actions/scalable/activity-fork.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
fork.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/actor.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
im-user.svg
|
||||||
|
|
@ -0,0 +1,31 @@
|
||||||
|
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M31.5978 13.2308C30.3286 13.2308 29.2999 14.264 29.2999 15.5385C29.2999 16.813 30.3286 17.8462 31.5978 17.8462H32.402C33.6711 17.8462 34.6999 16.813 34.6999 15.5385C34.6999 14.264 33.6711 13.2308 32.402 13.2308H31.5978ZM31.5978 23.1539C30.3286 23.1539 29.2999 24.187 29.2999 25.4616C29.2999 26.7361 30.3286 27.7693 31.5978 27.7693H32.402C33.6711 27.7693 34.6999 26.7361 34.6999 25.4616C34.6999 24.187 33.6711 23.1539 32.402 23.1539H31.5978ZM31.9999 33.077C30.5087 33.077 29.2999 34.2909 29.2999 35.7885V35.9813C29.2999 37.2562 28.4409 38.3386 27.3525 38.9949C25.2753 40.2474 23.8999 42.2991 23.8999 44.6154C23.8999 48.4116 27.5583 51.5385 31.9999 51.5385C36.4414 51.5385 40.0999 48.4116 40.0999 44.6154C40.0999 42.2984 38.7236 40.246 36.6453 38.9926C35.5577 38.3367 34.6999 37.2548 34.6999 35.9809V35.7885C34.6999 34.2909 33.4911 33.077 31.9999 33.077ZM31.9999 42.3077C33.5226 42.3077 34.6999 43.3139 34.6999 44.6154C34.6999 45.917 33.5226 46.9231 31.9999 46.9231C30.477 46.9231 29.2999 45.917 29.2999 44.6154C29.2999 43.3139 30.477 42.3077 31.9999 42.3077Z" fill="url(#paint0_linear_621_22)" stroke="url(#paint1_linear_621_22)" stroke-width="1.4"/>
|
||||||
|
<path d="M5 7.76924C5 4.58298 7.57201 2 10.7447 2H53.2553C56.428 2 59 4.58298 59 7.76924V37.993C59 38.5451 58.5526 38.9927 58.0004 38.993L54.6004 38.9945C54.0479 38.9947 53.5999 38.5469 53.5999 37.9945V12.3846C53.5999 9.19839 51.0279 6.61538 47.8553 6.61538H35.8489C35.2144 6.61538 34.7 7.13196 34.7 7.76924C34.7 8.4065 34.1856 8.92304 33.551 8.92304H30.4489C29.8144 8.92304 29.3 8.4065 29.3 7.76924C29.3 7.13196 28.7856 6.61538 28.1511 6.61538H16.1447C12.972 6.61538 10.4 9.19839 10.4 12.3846V51.6154C10.4 54.8016 12.972 57.3846 16.1447 57.3846H37C37.5523 57.3846 38 57.8323 38 58.3846V61C38 61.5523 37.5523 62 37 62H10.7447C7.57201 62 5 59.417 5 56.2308V7.76924Z" fill="url(#paint2_linear_621_22)" stroke="url(#paint3_linear_621_22)" stroke-width="1.4"/>
|
||||||
|
<path d="M53 43C51.9 43 51 43.9 51 45V51H45C43.9 51 43 51.9 43 53C43 54.1 43.9 55 45 55H51V61C51 62.1 51.9 63 53 63C54.1 63 55 62.1 55 61V55H61C62.1 55 63 54.1 63 53C63 51.9 62.1 51 61 51H55V45C55 43.9 54.1 43 53 43Z" fill="url(#paint4_linear_621_22)" stroke="url(#paint5_linear_621_22)" stroke-width="2"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_621_22" x1="32" y1="62" x2="32" y2="2" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#02AA93"/>
|
||||||
|
<stop offset="1" stop-color="#67FF80"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_621_22" x1="32" y1="62" x2="32" y2="2" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#02AA93"/>
|
||||||
|
<stop offset="1" stop-color="#67FF80"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear_621_22" x1="32" y1="62" x2="32" y2="2" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#02AA93"/>
|
||||||
|
<stop offset="1" stop-color="#67FF80"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint3_linear_621_22" x1="32" y1="62" x2="32" y2="2" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#02AA93"/>
|
||||||
|
<stop offset="1" stop-color="#67FF80"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint4_linear_621_22" x1="53" y1="54.8518" x2="53" y2="43" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#5558FF"/>
|
||||||
|
<stop offset="1" stop-color="#00C0FF"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint5_linear_621_22" x1="53" y1="54.8518" x2="53" y2="43" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#5558FF"/>
|
||||||
|
<stop offset="1" stop-color="#00C0FF"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
|
|
@ -0,0 +1 @@
|
||||||
|
archive-insert-directory.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/add-placemark.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
flag-red.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/add-subtitle.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
media-view-subtitles.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/add.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
list-add.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
address-book-new.svg
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9975 3.44444C9.72834 3.44444 7.55223 4.34583 5.94776 5.95031C4.34328 7.55479 3.44188 9.73096 3.44188 12C3.44188 14.269 4.34328 16.4452 5.94776 18.0498C7.55223 19.6542 9.72834 20.5556 11.9975 20.5556C12.3217 20.5556 12.6325 20.6843 12.8617 20.9135C13.0909 21.1428 13.2198 21.4536 13.2198 21.7778C13.2198 22.1019 13.0909 22.4129 12.8617 22.6421C12.6325 22.8713 12.3217 23 11.9975 23C9.65812 22.9994 7.37982 22.2532 5.49356 20.8695C3.60731 19.4856 2.21132 17.5366 1.50836 15.3053C0.805406 13.0741 0.832102 10.6769 1.58458 8.46183C2.33704 6.24677 3.77609 4.32929 5.69269 2.98792C7.60929 1.64654 9.9036 0.951117 12.2424 1.00267C14.5812 1.05421 16.8427 1.85005 18.6983 3.27459C20.554 4.69911 21.9072 6.67814 22.5613 8.92418C23.2153 11.1702 23.1364 13.5664 22.3359 15.7644C22.1261 16.3224 21.7858 16.8219 21.3435 17.2213L21.2131 17.3419C20.7632 17.757 20.2217 18.0602 19.6327 18.2267C19.0438 18.393 18.4236 18.4182 17.8232 18.2999C17.2226 18.1815 16.6584 17.9233 16.1765 17.5458C15.6946 17.1685 15.3085 16.6825 15.0498 16.1279C14.1212 16.8145 12.9882 17.1682 11.834 17.1313C10.6796 17.0945 9.57145 16.6696 8.68855 15.9252C7.80561 15.1807 7.19949 14.1603 6.96816 13.0289C6.73682 11.8973 6.89379 10.7209 7.41368 9.68962C7.93358 8.65844 8.78603 7.83264 9.83323 7.34574C10.8805 6.85885 12.0612 6.73931 13.1848 7.00645C14.3085 7.27359 15.3091 7.91178 16.0251 8.8179C16.7411 9.72399 17.1307 10.8452 17.1309 12V14.4836C17.1301 14.7647 17.2116 15.0399 17.3652 15.2754C17.5187 15.5108 17.7377 15.6963 17.9952 15.8092C18.2527 15.9221 18.5375 15.9572 18.8147 15.9105C19.0919 15.8637 19.3494 15.737 19.5558 15.5461L19.6861 15.4239C19.841 15.2889 19.9617 15.1191 20.0381 14.9284C20.509 13.6359 20.6612 12.2486 20.4818 10.8846C20.3024 9.52059 19.7968 8.21996 19.0078 7.09298C18.2187 5.966 17.1695 5.04592 15.9491 4.41078C14.7288 3.77563 13.3732 3.44414 11.9975 3.44444ZM11.9975 9.3111C12.3506 9.3111 12.7002 9.38073 13.0264 9.51585C13.3526 9.65096 13.6491 9.84903 13.8989 10.0987C14.1485 10.3484 14.3466 10.6447 14.4817 10.971C14.6168 11.2972 14.6864 11.647 14.6864 12C14.6864 12.3532 14.6168 12.7028 14.4817 13.029C14.3466 13.3553 14.1485 13.6517 13.8989 13.9013C13.6491 14.151 13.3526 14.349 13.0264 14.4843C12.7002 14.6194 12.3506 14.6889 11.9975 14.6889C11.2843 14.6889 10.6003 14.4056 10.0962 13.9013C9.5919 13.397 9.30864 12.7132 9.30864 12C9.30864 11.2868 9.5919 10.603 10.0962 10.0987C10.6003 9.59436 11.2843 9.3111 11.9975 9.3111Z" fill="url(#paint0_linear_1012_723)"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_1012_723" x1="12" y1="23" x2="12" y2="0.999991" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#00B59C"/>
|
||||||
|
<stop offset="1" stop-color="#9CFFAC"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
1
icons/.icons/BeautyLine/actions/scalable/addressbook-details.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
address-book-new.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/adjustlevels.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
configure.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/adress-book-new.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
address-book-new.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/advert-block.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-cancel.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
pan-up.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/adw-expander-arrow.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
pan-up.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
window-pin.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/adw-tab-pin.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
window-pin.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/akonadi-phone-home.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
go-home.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/akonadiconsole.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
cm_runterm.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/alarm-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
appointment-new.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
appointment-new.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
folder-new.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
document-import.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/albumfolder-new.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
folder-new.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
configure.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
entry-delete.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/all-apps.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
homerun.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/amarok_artist.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
im-user.svg
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.16268 3.3549L2.35637 13.0306C2.35782 13.042 2.36026 13.0574 2.36432 13.075C2.37288 13.1122 2.38495 13.1433 2.39766 13.1647C2.40851 13.1829 2.41535 13.1871 2.41834 13.1888L2.41842 13.1889C2.42049 13.1902 2.4511 13.2087 2.53934 13.2087H13.4607C13.5489 13.2087 13.5795 13.1902 13.5816 13.1889L13.5817 13.1888C13.5847 13.1871 13.5915 13.1829 13.6023 13.1647C13.615 13.1433 13.6271 13.1122 13.6357 13.075C13.6397 13.0574 13.6422 13.042 13.6436 13.0306L12.8373 3.3549H3.16268ZM1.82972 3.03532C1.87848 2.45012 2.36768 2 2.9549 2H13.0451C13.6323 2 14.1215 2.45012 14.1703 3.03532L14.9964 12.949C14.9988 12.9775 15.0015 13.0216 14.999 13.0746C14.994 13.1785 14.9669 13.5211 14.7666 13.8576C14.5375 14.2425 14.1108 14.5636 13.4607 14.5636H2.53934C1.88925 14.5636 1.46249 14.2425 1.23339 13.8576C1.03307 13.5211 1.00596 13.1785 1.00101 13.0746C0.998487 13.0216 1.0012 12.9775 1.00358 12.949L1.82972 3.03532ZM5.26966 4.6893C5.00288 4.6893 4.74703 4.79527 4.55839 4.98392C4.36974 5.17257 4.26376 5.42842 4.26376 5.6952C4.26376 5.96198 4.36974 6.21785 4.55839 6.4065C4.68086 6.52897 4.83165 6.6166 4.99537 6.66301C5.06945 6.98273 5.17672 7.35586 5.33042 7.73194C5.5358 8.23447 5.82523 8.75256 6.25809 9.16228C6.69094 9.57201 7.28491 9.86261 7.99948 9.86261C8.71406 9.86261 9.30802 9.57201 9.74089 9.16228C10.1737 8.75256 10.4632 8.23447 10.6685 7.73194C10.8222 7.35598 10.9294 6.98298 11.0035 6.66332C11.1677 6.617 11.3189 6.52925 11.4416 6.4065C11.6303 6.21785 11.7362 5.96198 11.7362 5.6952C11.7362 5.42842 11.6303 5.17257 11.4416 4.98392C11.253 4.79527 10.9971 4.6893 10.7303 4.6893C10.4635 4.6893 10.2077 4.79527 10.019 4.98392C9.8304 5.17257 9.72442 5.42842 9.72442 5.6952C9.72442 5.96198 9.8304 6.21785 10.019 6.4065C10.0602 6.44769 10.1046 6.48494 10.1516 6.518C10.0869 6.7895 9.99621 7.09973 9.87053 7.40726C9.69519 7.83624 9.45293 8.24971 9.14769 8.53864C8.84246 8.82758 8.49172 9.00272 7.99948 9.00272C7.50725 9.00272 7.15651 8.82758 6.85127 8.53864C6.54603 8.24971 6.30378 7.83624 6.12845 7.40726C6.00287 7.09997 5.91217 6.78998 5.84748 6.51863C5.89482 6.48541 5.93951 6.44795 5.98096 6.4065C6.16961 6.21785 6.27559 5.96198 6.27559 5.6952C6.27559 5.42842 6.16961 5.17257 5.98096 4.98392C5.79232 4.79527 5.53647 4.6893 5.26966 4.6893Z" fill="url(#paint0_linear)"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear" x1="8" y1="14.5636" x2="8" y2="2" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FD5900"/>
|
||||||
|
<stop offset="1" stop-color="#FFDE00"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
|
|
@ -0,0 +1 @@
|
||||||
|
flag.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/amarok_clock.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
appointment-new.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/amarok_lyrics.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
view-media-lyrics.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/amarok_playcount.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
view-statistics.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/amarok_playlist.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
view-media-playlist.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
view-refresh.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/amarok_scripts.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-scripts.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/answer-correct.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-ok.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/answer.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
dialog-ok.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
emblem-default.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/app-installed.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
emblem-default.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/app-remove-symbolic.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
entry-delete.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/app-remove.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
entry-delete.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
window-new.svg
|
||||||
1
icons/.icons/BeautyLine/actions/scalable/application-add.svg
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
window-new.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
application-exit.svg
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
application-exit.svg
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M1.5 1C1.22386 1 1 1.22386 1 1.5V14.5C1 14.7761 1.22386 15 1.5 15H14.5C14.7761 15 15 14.7761 15 14.5V1.5C15 1.22386 14.7761 1 14.5 1H1.5ZM2.16667 5C2.16667 4.72386 2.39053 4.5 2.66667 4.5H13.3333C13.6094 4.5 13.8333 4.72386 13.8333 5V13.3333C13.8333 13.6094 13.6094 13.8333 13.3333 13.8333H2.66667C2.39053 13.8333 2.16667 13.6094 2.16667 13.3333V5ZM6.16667 8C5.89053 8 5.66667 8.22386 5.66667 8.5V9.8333C5.66667 10.1094 5.89053 10.3333 6.16667 10.3333H9.8333C10.1094 10.3333 10.3333 10.1094 10.3333 9.8333V8.5C10.3333 8.22386 10.1094 8 9.8333 8H6.16667Z" fill="url(#paint0_linear)" stroke="url(#paint1_linear)" stroke-width="0.5"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear" x1="0.997949" y1="7.79256" x2="14.9969" y2="7.79256" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FD3A84"/>
|
||||||
|
<stop offset="1" stop-color="#FFA68D"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear" x1="0.997949" y1="7.79256" x2="14.9969" y2="7.79256" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#FD3A84"/>
|
||||||
|
<stop offset="1" stop-color="#FFA68D"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -0,0 +1 @@
|
||||||
|
application-menu.svg
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M57.5 18C59.9853 18 62 15.9853 62 13.5C62 11.0147 59.9853 9 57.5 9H6.5C4.01472 9 2 11.0147 2 13.5C2 15.9853 4.01472 18 6.5 18H57.5ZM57.5 36C59.9853 36 62 33.9853 62 31.5C62 29.0147 59.9853 27 57.5 27H6.5C4.01472 27 2 29.0147 2 31.5C2 33.9853 4.01472 36 6.5 36H57.5ZM57.5 54C59.9853 54 62 51.9853 62 49.5C62 47.0147 59.9853 45 57.5 45H6.5C4.01472 45 2 47.0147 2 49.5C2 51.9853 4.01472 54 6.5 54H57.5Z" fill="url(#paint0_linear_621_113)" stroke="url(#paint1_linear_621_113)"/>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="paint0_linear_621_113" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#8D01A2"/>
|
||||||
|
<stop offset="1" stop-color="#FF00D2"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear_621_113" x1="6.28571" y1="31.5" x2="54.5242" y2="24.3924" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#8D01A2"/>
|
||||||
|
<stop offset="1" stop-color="#FF00D2"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -0,0 +1 @@
|
||||||
|
application-exit.svg
|
||||||