init commit
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
out
|
2
releng/airootfs/etc/gshadow
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
root:!*::root
|
||||||
|
rhpidfyre:!*::
|
1
releng/airootfs/etc/hostname
Normal file
@ -0,0 +1 @@
|
|||||||
|
rhpidfyre-iso
|
1
releng/airootfs/etc/locale.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
LANG=C.UTF-8
|
1
releng/airootfs/etc/localtime
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/usr/share/zoneinfo/UTC
|
3
releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
HOOKS=(base udev microcode modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
|
||||||
|
COMPRESSION="xz"
|
||||||
|
COMPRESSION_OPTIONS=(-9e)
|
8
releng/airootfs/etc/mkinitcpio.d/linux.preset
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# mkinitcpio preset file for the 'linux' package on archiso
|
||||||
|
|
||||||
|
PRESETS=('archiso')
|
||||||
|
|
||||||
|
ALL_kver='/boot/vmlinuz-linux'
|
||||||
|
archiso_config='/etc/mkinitcpio.conf.d/archiso.conf'
|
||||||
|
|
||||||
|
archiso_image="/boot/initramfs-linux.img"
|
7
releng/airootfs/etc/modprobe.d/broadcom-wl.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# The broadcom-wl package requires some modules to be disabled in order to use
|
||||||
|
# wl. Since the ISO image needs to cover many hardware cases, this file
|
||||||
|
# overrides the default blacklist in /usr/lib/modprobe.d/
|
||||||
|
#
|
||||||
|
# If you need to use wl, you may need to delete this file, then `rmmod` any
|
||||||
|
# already-loaded modules that are now blacklisted before proceeding to modprobe
|
||||||
|
# wl itself.
|
11
releng/airootfs/etc/motd
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
To install [38;2;1;49;255mrhpidfyre Linux[0m follow the installation guide:
|
||||||
|
https://wiki.archlinux.org/title/Installation_guide
|
||||||
|
|
||||||
|
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
||||||
|
For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility.
|
||||||
|
Ethernet, WLAN and WWAN interfaces using DHCP should work automatically.
|
||||||
|
|
||||||
|
After connecting to the internet, the installation guide can be accessed
|
||||||
|
via the convenience script [35mInstallation_guide[0m.
|
||||||
|
|
||||||
|
[41m [41m [41m [40m [44m [40m [41m [46m [45m [41m [46m [43m [41m [44m [45m [40m [44m [40m [41m [44m [41m [41m [46m [42m [41m [44m [43m [41m [45m [40m [40m [44m [40m [41m [44m [42m [41m [46m [44m [41m [46m [47m [0m
|
11
releng/airootfs/etc/os-release
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
NAME="rhpidfyre Linux"
|
||||||
|
PRETTY_NAME="rhpidfyre Linux"
|
||||||
|
ID=arch
|
||||||
|
BUILD_ID=rolling
|
||||||
|
ANSI_COLOR="38;2;1;49;255"
|
||||||
|
HOME_URL="https://git.rhpidfyre.io/rhpidfyre-Linux"
|
||||||
|
DOCUMENTATION_URL="https://wiki.archlinux.org/"
|
||||||
|
SUPPORT_URL="https://git.rhpidfyre.io/rhpidfyre-Linux/Linux"
|
||||||
|
BUG_REPORT_URL="https://git.rhpidfyre.io/rhpidfyre-Linux/Linux/issues"
|
||||||
|
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
|
||||||
|
LOGO=rhpidfyre-linux-logo
|
13
releng/airootfs/etc/pacman.d/hooks/uncomment-mirrors.hook
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# remove from airootfs!
|
||||||
|
[Trigger]
|
||||||
|
Operation = Install
|
||||||
|
Operation = Upgrade
|
||||||
|
Type = Package
|
||||||
|
Target = pacman-mirrorlist
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = Uncommenting all mirrors in /etc/pacman.d/mirrorlist...
|
||||||
|
When = PostTransaction
|
||||||
|
Depends = pacman-mirrorlist
|
||||||
|
Depends = sed
|
||||||
|
Exec = /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
|
@ -0,0 +1,18 @@
|
|||||||
|
# remove from airootfs!
|
||||||
|
# As a workaround for https://bugs.archlinux.org/task/49347 , remove pacman hooks specific to the ISO build process.
|
||||||
|
# If not, they would be used when pacstrap is run in the live environment.
|
||||||
|
|
||||||
|
[Trigger]
|
||||||
|
Operation = Install
|
||||||
|
Operation = Upgrade
|
||||||
|
Operation = Remove
|
||||||
|
Type = Package
|
||||||
|
Target = *
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
Description = Work around FS#49347 by removing custom pacman hooks that are only required during ISO build...
|
||||||
|
When = PostTransaction
|
||||||
|
Depends = sh
|
||||||
|
Depends = coreutils
|
||||||
|
Depends = grep
|
||||||
|
Exec = /bin/sh -c "rm -- $(grep -Frl 'remove from airootfs' /etc/pacman.d/hooks/)"
|
2
releng/airootfs/etc/passwd
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
root:x:0:0:root:/root:/usr/bin/fish
|
||||||
|
rhpidfyre:x:1000:1000::/home/rhpidfyre:/usr/bin/fish
|
1
releng/airootfs/etc/resolv.conf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/run/systemd/resolve/stub-resolv.conf
|
2
releng/airootfs/etc/shadow
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
root::14871::::::
|
||||||
|
rhpidfyre:$6$Sv.SKft9siOAAN6U$6OSC1PKGwxwxnrzfAVnxWhdESKS5DVM4tjLqmk4P3IKxx6sKX3wPW9Y1o/0e5eIloqWv5v9jBbhjfyzVQGLoh0:14871::::::
|
0
releng/airootfs/etc/skel/.config/breezerc
Normal file
12
releng/airootfs/etc/skel/.config/fish/config.fish
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
if status is-interactive
|
||||||
|
alias pacman-mirrors="sudo reflector --protocol https --country US --age 24 --verbose --sort rate -l 100 --save /etc/pacman.d/mirrorlist"
|
||||||
|
alias arch-news="paru -Pww"
|
||||||
|
alias fastfetch="fastfetch --logo linux"
|
||||||
|
alias neofetch="fastfetch"
|
||||||
|
alias grep="grep --color=auto"
|
||||||
|
alias ccd="cd && c"
|
||||||
|
alias man="batman"
|
||||||
|
alias ls="ls -l --color"
|
||||||
|
alias la="ls -a"
|
||||||
|
alias c="clear"
|
||||||
|
end
|
44
releng/airootfs/etc/skel/.config/ghostty/config
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# This is the configuration file for Ghostty.
|
||||||
|
#
|
||||||
|
# This template file has been automatically created at the following
|
||||||
|
# path since Ghostty couldn't find any existing config files on your system:
|
||||||
|
#
|
||||||
|
# /home/rhpidfyre/.config/ghostty/config
|
||||||
|
#
|
||||||
|
# The template does not set any default options, since Ghostty ships
|
||||||
|
# with sensible defaults for all options. Users should only need to set
|
||||||
|
# options that they want to change from the default.
|
||||||
|
#
|
||||||
|
# Run `ghostty +show-config --default --docs` to view a list of
|
||||||
|
# all available config options and their default values.
|
||||||
|
#
|
||||||
|
# Additionally, each config option is also explained in detail
|
||||||
|
# on Ghostty's website, at https://ghostty.org/docs/config.
|
||||||
|
|
||||||
|
# Config syntax crash course
|
||||||
|
# ==========================
|
||||||
|
# # The config file consists of simple key-value pairs,
|
||||||
|
# # separated by equals signs.
|
||||||
|
# font-family = Iosevka
|
||||||
|
# window-padding-x = 2
|
||||||
|
#
|
||||||
|
# # Spacing around the equals sign does not matter.
|
||||||
|
# # All of these are identical:
|
||||||
|
# key=value
|
||||||
|
# key= value
|
||||||
|
# key =value
|
||||||
|
# key = value
|
||||||
|
#
|
||||||
|
# # Any line beginning with a # is a comment. It's not possible to put
|
||||||
|
# # a comment after a config option, since it would be interpreted as a
|
||||||
|
# # part of the value. For example, this will have a value of "#123abc":
|
||||||
|
# background = #123abc
|
||||||
|
#
|
||||||
|
# # Empty values are used to reset config keys to default.
|
||||||
|
# key =
|
||||||
|
#
|
||||||
|
# # Some config options have unique syntaxes for their value,
|
||||||
|
# # which is explained in the docs for that config option.
|
||||||
|
# # Just for example:
|
||||||
|
# resize-overlay-duration = 4s 200ms
|
||||||
|
theme = "iTerm2 Default"
|
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#7a221b" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#7a221b" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#f44336" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#8b8b8b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#ffada7" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#dfdfdf" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||||
|
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#5e5e5e" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#3f3f3f" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#8b8b8b" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#8b8b8b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 970 B |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#dfdfdf" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#dfdfdf" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 970 B |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#5e5e5e" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#3f3f3f" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#8b8b8b" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#8b8b8b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 957 B |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#dfdfdf" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#dfdfdf" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 957 B |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#5e5e5e" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#3f3f3f" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#8b8b8b" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#1e1e1e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#8b8b8b" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 969 B |
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="#dfdfdf" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<circle cx="9" cy="9" r="9"/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#272727" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg viewBox="0 0 50 50"
|
||||||
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||||
|
<title>Qt SVG Document</title>
|
||||||
|
<desc>Generated with Qt</desc>
|
||||||
|
<defs>
|
||||||
|
</defs>
|
||||||
|
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||||
|
|
||||||
|
<g fill="none" stroke="#dfdfdf" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||||
|
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||||
|
>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 969 B |
84
releng/airootfs/etc/skel/.config/gtk-3.0/colors.css
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
@define-color borders_breeze #454545;
|
||||||
|
@define-color content_view_bg_breeze #1e1e1e;
|
||||||
|
@define-color error_color_backdrop_breeze #f44336;
|
||||||
|
@define-color error_color_breeze #f44336;
|
||||||
|
@define-color error_color_insensitive_backdrop_breeze #642925;
|
||||||
|
@define-color error_color_insensitive_breeze #642925;
|
||||||
|
@define-color insensitive_base_color_breeze #1d1d1d;
|
||||||
|
@define-color insensitive_base_fg_color_breeze #5d5d5d;
|
||||||
|
@define-color insensitive_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_borders_breeze #222222;
|
||||||
|
@define-color insensitive_fg_color_breeze #565656;
|
||||||
|
@define-color insensitive_selected_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_selected_fg_color_breeze #565656;
|
||||||
|
@define-color insensitive_unfocused_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_unfocused_fg_color_breeze #565656;
|
||||||
|
@define-color insensitive_unfocused_selected_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_unfocused_selected_fg_color_breeze #565656;
|
||||||
|
@define-color link_color_breeze #1a73e8;
|
||||||
|
@define-color link_visited_color_breeze #ad65af;
|
||||||
|
@define-color success_color_backdrop_breeze #4caf50;
|
||||||
|
@define-color success_color_breeze #4caf50;
|
||||||
|
@define-color success_color_insensitive_backdrop_breeze #2c4d2d;
|
||||||
|
@define-color success_color_insensitive_breeze #2c4d2d;
|
||||||
|
@define-color theme_base_color_breeze #1e1e1e;
|
||||||
|
@define-color theme_bg_color_breeze #121212;
|
||||||
|
@define-color theme_button_background_backdrop_breeze #2e2e2e;
|
||||||
|
@define-color theme_button_background_backdrop_insensitive_breeze #2c2c2c;
|
||||||
|
@define-color theme_button_background_insensitive_breeze #2c2c2c;
|
||||||
|
@define-color theme_button_background_normal_breeze #2e2e2e;
|
||||||
|
@define-color theme_button_decoration_focus_backdrop_breeze #8ab4f8;
|
||||||
|
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #4b596f;
|
||||||
|
@define-color theme_button_decoration_focus_breeze #8ab4f8;
|
||||||
|
@define-color theme_button_decoration_focus_insensitive_breeze #4b596f;
|
||||||
|
@define-color theme_button_decoration_hover_backdrop_breeze #495363;
|
||||||
|
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #35383e;
|
||||||
|
@define-color theme_button_decoration_hover_breeze #495363;
|
||||||
|
@define-color theme_button_decoration_hover_insensitive_breeze #35383e;
|
||||||
|
@define-color theme_button_foreground_active_backdrop_breeze #dfdfdf;
|
||||||
|
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #565656;
|
||||||
|
@define-color theme_button_foreground_active_breeze #ffffff;
|
||||||
|
@define-color theme_button_foreground_active_insensitive_breeze #565656;
|
||||||
|
@define-color theme_button_foreground_backdrop_breeze #ffffff;
|
||||||
|
@define-color theme_button_foreground_backdrop_insensitive_breeze #727272;
|
||||||
|
@define-color theme_button_foreground_insensitive_breeze #727272;
|
||||||
|
@define-color theme_button_foreground_normal_breeze #ffffff;
|
||||||
|
@define-color theme_fg_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_background_backdrop_breeze #121212;
|
||||||
|
@define-color theme_header_background_breeze #121212;
|
||||||
|
@define-color theme_header_background_light_breeze #121212;
|
||||||
|
@define-color theme_header_foreground_backdrop_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_foreground_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_foreground_insensitive_backdrop_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_foreground_insensitive_breeze #dfdfdf;
|
||||||
|
@define-color theme_hovering_selected_bg_color_breeze #495363;
|
||||||
|
@define-color theme_selected_bg_color_breeze #8ab4f8;
|
||||||
|
@define-color theme_selected_fg_color_breeze #ffffff;
|
||||||
|
@define-color theme_text_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_titlebar_background_backdrop_breeze #1e1e1e;
|
||||||
|
@define-color theme_titlebar_background_breeze #272727;
|
||||||
|
@define-color theme_titlebar_background_light_breeze #121212;
|
||||||
|
@define-color theme_titlebar_foreground_backdrop_breeze #8b8b8b;
|
||||||
|
@define-color theme_titlebar_foreground_breeze #dfdfdf;
|
||||||
|
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #8b8b8b;
|
||||||
|
@define-color theme_titlebar_foreground_insensitive_breeze #8b8b8b;
|
||||||
|
@define-color theme_unfocused_base_color_breeze #1e1e1e;
|
||||||
|
@define-color theme_unfocused_bg_color_breeze #121212;
|
||||||
|
@define-color theme_unfocused_fg_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_unfocused_selected_bg_color_alt_breeze #2e3b50;
|
||||||
|
@define-color theme_unfocused_selected_bg_color_breeze #2e3b50;
|
||||||
|
@define-color theme_unfocused_selected_fg_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_unfocused_text_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_unfocused_view_bg_color_breeze #1d1d1d;
|
||||||
|
@define-color theme_unfocused_view_text_color_breeze #5d5d5d;
|
||||||
|
@define-color theme_view_active_decoration_color_breeze #495363;
|
||||||
|
@define-color theme_view_hover_decoration_color_breeze #495363;
|
||||||
|
@define-color tooltip_background_breeze #616161;
|
||||||
|
@define-color tooltip_border_breeze #818181;
|
||||||
|
@define-color tooltip_text_breeze #dfdfdf;
|
||||||
|
@define-color unfocused_borders_breeze #454545;
|
||||||
|
@define-color unfocused_insensitive_borders_breeze #222222;
|
||||||
|
@define-color warning_color_backdrop_breeze #ff9800;
|
||||||
|
@define-color warning_color_breeze #ff9800;
|
||||||
|
@define-color warning_color_insensitive_backdrop_breeze #684513;
|
||||||
|
@define-color warning_color_insensitive_breeze #684513;
|
1
releng/airootfs/etc/skel/.config/gtk-3.0/gtk.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
@import 'colors.css';
|
23
releng/airootfs/etc/skel/.config/gtk-3.0/settings.ini
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-button-images=true
|
||||||
|
gtk-cursor-theme-name=default
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=0
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
|
gtk-menu-images=true
|
||||||
|
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||||
|
gtk-primary-button-warps-slider=true
|
||||||
|
gtk-sound-theme-name=ocean
|
||||||
|
gtk-theme-name=Materia-dark
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-toolbar-style=3
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-dpi=98304
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle=hintslight
|
||||||
|
gtk-xft-rgba=rgb
|
84
releng/airootfs/etc/skel/.config/gtk-4.0/colors.css
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
@define-color borders_breeze #454545;
|
||||||
|
@define-color content_view_bg_breeze #1e1e1e;
|
||||||
|
@define-color error_color_backdrop_breeze #f44336;
|
||||||
|
@define-color error_color_breeze #f44336;
|
||||||
|
@define-color error_color_insensitive_backdrop_breeze #642925;
|
||||||
|
@define-color error_color_insensitive_breeze #642925;
|
||||||
|
@define-color insensitive_base_color_breeze #1d1d1d;
|
||||||
|
@define-color insensitive_base_fg_color_breeze #5d5d5d;
|
||||||
|
@define-color insensitive_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_borders_breeze #222222;
|
||||||
|
@define-color insensitive_fg_color_breeze #565656;
|
||||||
|
@define-color insensitive_selected_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_selected_fg_color_breeze #565656;
|
||||||
|
@define-color insensitive_unfocused_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_unfocused_fg_color_breeze #565656;
|
||||||
|
@define-color insensitive_unfocused_selected_bg_color_breeze #111111;
|
||||||
|
@define-color insensitive_unfocused_selected_fg_color_breeze #565656;
|
||||||
|
@define-color link_color_breeze #1a73e8;
|
||||||
|
@define-color link_visited_color_breeze #ad65af;
|
||||||
|
@define-color success_color_backdrop_breeze #4caf50;
|
||||||
|
@define-color success_color_breeze #4caf50;
|
||||||
|
@define-color success_color_insensitive_backdrop_breeze #2c4d2d;
|
||||||
|
@define-color success_color_insensitive_breeze #2c4d2d;
|
||||||
|
@define-color theme_base_color_breeze #1e1e1e;
|
||||||
|
@define-color theme_bg_color_breeze #121212;
|
||||||
|
@define-color theme_button_background_backdrop_breeze #2e2e2e;
|
||||||
|
@define-color theme_button_background_backdrop_insensitive_breeze #2c2c2c;
|
||||||
|
@define-color theme_button_background_insensitive_breeze #2c2c2c;
|
||||||
|
@define-color theme_button_background_normal_breeze #2e2e2e;
|
||||||
|
@define-color theme_button_decoration_focus_backdrop_breeze #8ab4f8;
|
||||||
|
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #4b596f;
|
||||||
|
@define-color theme_button_decoration_focus_breeze #8ab4f8;
|
||||||
|
@define-color theme_button_decoration_focus_insensitive_breeze #4b596f;
|
||||||
|
@define-color theme_button_decoration_hover_backdrop_breeze #495363;
|
||||||
|
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #35383e;
|
||||||
|
@define-color theme_button_decoration_hover_breeze #495363;
|
||||||
|
@define-color theme_button_decoration_hover_insensitive_breeze #35383e;
|
||||||
|
@define-color theme_button_foreground_active_backdrop_breeze #dfdfdf;
|
||||||
|
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #565656;
|
||||||
|
@define-color theme_button_foreground_active_breeze #ffffff;
|
||||||
|
@define-color theme_button_foreground_active_insensitive_breeze #565656;
|
||||||
|
@define-color theme_button_foreground_backdrop_breeze #ffffff;
|
||||||
|
@define-color theme_button_foreground_backdrop_insensitive_breeze #727272;
|
||||||
|
@define-color theme_button_foreground_insensitive_breeze #727272;
|
||||||
|
@define-color theme_button_foreground_normal_breeze #ffffff;
|
||||||
|
@define-color theme_fg_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_background_backdrop_breeze #121212;
|
||||||
|
@define-color theme_header_background_breeze #121212;
|
||||||
|
@define-color theme_header_background_light_breeze #121212;
|
||||||
|
@define-color theme_header_foreground_backdrop_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_foreground_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_foreground_insensitive_backdrop_breeze #dfdfdf;
|
||||||
|
@define-color theme_header_foreground_insensitive_breeze #dfdfdf;
|
||||||
|
@define-color theme_hovering_selected_bg_color_breeze #495363;
|
||||||
|
@define-color theme_selected_bg_color_breeze #8ab4f8;
|
||||||
|
@define-color theme_selected_fg_color_breeze #ffffff;
|
||||||
|
@define-color theme_text_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_titlebar_background_backdrop_breeze #1e1e1e;
|
||||||
|
@define-color theme_titlebar_background_breeze #272727;
|
||||||
|
@define-color theme_titlebar_background_light_breeze #121212;
|
||||||
|
@define-color theme_titlebar_foreground_backdrop_breeze #8b8b8b;
|
||||||
|
@define-color theme_titlebar_foreground_breeze #dfdfdf;
|
||||||
|
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #8b8b8b;
|
||||||
|
@define-color theme_titlebar_foreground_insensitive_breeze #8b8b8b;
|
||||||
|
@define-color theme_unfocused_base_color_breeze #1e1e1e;
|
||||||
|
@define-color theme_unfocused_bg_color_breeze #121212;
|
||||||
|
@define-color theme_unfocused_fg_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_unfocused_selected_bg_color_alt_breeze #2e3b50;
|
||||||
|
@define-color theme_unfocused_selected_bg_color_breeze #2e3b50;
|
||||||
|
@define-color theme_unfocused_selected_fg_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_unfocused_text_color_breeze #dfdfdf;
|
||||||
|
@define-color theme_unfocused_view_bg_color_breeze #1d1d1d;
|
||||||
|
@define-color theme_unfocused_view_text_color_breeze #5d5d5d;
|
||||||
|
@define-color theme_view_active_decoration_color_breeze #495363;
|
||||||
|
@define-color theme_view_hover_decoration_color_breeze #495363;
|
||||||
|
@define-color tooltip_background_breeze #616161;
|
||||||
|
@define-color tooltip_border_breeze #818181;
|
||||||
|
@define-color tooltip_text_breeze #dfdfdf;
|
||||||
|
@define-color unfocused_borders_breeze #454545;
|
||||||
|
@define-color unfocused_insensitive_borders_breeze #222222;
|
||||||
|
@define-color warning_color_backdrop_breeze #ff9800;
|
||||||
|
@define-color warning_color_breeze #ff9800;
|
||||||
|
@define-color warning_color_insensitive_backdrop_breeze #684513;
|
||||||
|
@define-color warning_color_insensitive_breeze #684513;
|
1
releng/airootfs/etc/skel/.config/gtk-4.0/gtk.css
Normal file
@ -0,0 +1 @@
|
|||||||
|
@import 'colors.css';
|
13
releng/airootfs/etc/skel/.config/gtk-4.0/settings.ini
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-application-prefer-dark-theme=true
|
||||||
|
gtk-cursor-theme-name=default
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
|
gtk-enable-animations=true
|
||||||
|
gtk-font-name=Noto Sans, 10
|
||||||
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
|
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||||
|
gtk-primary-button-warps-slider=true
|
||||||
|
gtk-sound-theme-name=ocean
|
||||||
|
gtk-theme-name=Materia-dark
|
||||||
|
gtk-xft-dpi=98304
|
6
releng/airootfs/etc/skel/.config/gtkrc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# created by KDE Plasma, Mon May 26 22:38:26 2025
|
||||||
|
#
|
||||||
|
include "/usr/share/themes/Breeze/gtk-2.0/gtkrc"
|
||||||
|
|
||||||
|
gtk-theme-name="Breeze"
|
||||||
|
|
5
releng/airootfs/etc/skel/.config/gtkrc-2.0
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# created by KDE Plasma, Mon May 26 22:38:26 2025
|
||||||
|
#
|
||||||
|
|
||||||
|
gtk-alternative-button-order = 1
|
||||||
|
|
164
releng/airootfs/etc/skel/.config/katerc
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
[FileDialogSize]
|
||||||
|
2 screens: Height=720
|
||||||
|
2 screens: Width=1280
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Allow Tab Scrolling=true
|
||||||
|
Auto Hide Tabs=false
|
||||||
|
Close After Last=false
|
||||||
|
Close documents with window=true
|
||||||
|
Cycle To First Tab=true
|
||||||
|
Days Meta Infos=30
|
||||||
|
Diagnostics Limit=12000
|
||||||
|
Diff Show Style=0
|
||||||
|
Elide Tab Text=false
|
||||||
|
Enable Context ToolView=false
|
||||||
|
Expand Tabs=false
|
||||||
|
Icon size for left and right sidebar buttons=32
|
||||||
|
Modified Notification=false
|
||||||
|
Mouse back button action=0
|
||||||
|
Mouse forward button action=0
|
||||||
|
Open New Tab To The Right Of Current=false
|
||||||
|
Output History Limit=100
|
||||||
|
Output With Date=false
|
||||||
|
Recent File List Entry Count=10
|
||||||
|
Restore Window Configuration=true
|
||||||
|
SDI Mode=false
|
||||||
|
Save Meta Infos=true
|
||||||
|
Show Full Path in Title=false
|
||||||
|
Show Menu Bar=true
|
||||||
|
Show Status Bar=true
|
||||||
|
Show Symbol In Navigation Bar=true
|
||||||
|
Show Tab Bar=true
|
||||||
|
Show Tabs Close Button=true
|
||||||
|
Show Url Nav Bar=true
|
||||||
|
Show output view for message type=1
|
||||||
|
Show text for left and right sidebar=false
|
||||||
|
Show welcome view for new window=true
|
||||||
|
Startup Session=manual
|
||||||
|
Stash new unsaved files=true
|
||||||
|
Stash unsaved file changes=false
|
||||||
|
Sync section size with tab positions=false
|
||||||
|
Tab Double Click New Document=true
|
||||||
|
Tab Middle Click Close Document=true
|
||||||
|
Tabbar Tab Limit=0
|
||||||
|
|
||||||
|
[KTextEditor Renderer]
|
||||||
|
Animate Bracket Matching=false
|
||||||
|
Auto Color Theme Selection=false
|
||||||
|
Color Theme=gruvbox Dark
|
||||||
|
Line Height Multiplier=1
|
||||||
|
Show Indentation Lines=false
|
||||||
|
Show Whole Bracket Expression=false
|
||||||
|
Text Font=Intel One Mono,13,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||||
|
Text Font Features=
|
||||||
|
Word Wrap Marker=false
|
||||||
|
|
||||||
|
[KTextEditor View]
|
||||||
|
Allow Mark Menu=true
|
||||||
|
Auto Brackets=true
|
||||||
|
Auto Center Lines=0
|
||||||
|
Auto Completion=true
|
||||||
|
Auto Completion Preselect First Entry=true
|
||||||
|
Backspace Remove Composed Characters=false
|
||||||
|
Bookmark Menu Sorting=0
|
||||||
|
Bracket Match Preview=false
|
||||||
|
Chars To Enclose Selection=<>(){}[]'"
|
||||||
|
Cycle Through Bookmarks=true
|
||||||
|
Default Mark Type=1
|
||||||
|
Dynamic Word Wrap=true
|
||||||
|
Dynamic Word Wrap Align Indent=80
|
||||||
|
Dynamic Word Wrap At Static Marker=false
|
||||||
|
Dynamic Word Wrap Indicators=1
|
||||||
|
Dynamic Wrap not at word boundaries=false
|
||||||
|
Enable Accessibility=true
|
||||||
|
Enable Tab completion=false
|
||||||
|
Enter To Insert Completion=true
|
||||||
|
Fold First Line=false
|
||||||
|
Folding Bar=true
|
||||||
|
Folding Preview=true
|
||||||
|
Icon Bar=false
|
||||||
|
Input Mode=0
|
||||||
|
Keyword Completion=true
|
||||||
|
Line Modification=true
|
||||||
|
Line Numbers=true
|
||||||
|
Max Clipboard History Entries=20
|
||||||
|
Maximum Search History Size=100
|
||||||
|
Mouse Paste At Cursor Position=false
|
||||||
|
Multiple Cursor Modifier=134217728
|
||||||
|
Persistent Selection=false
|
||||||
|
Scroll Bar Marks=false
|
||||||
|
Scroll Bar Mini Map All=true
|
||||||
|
Scroll Bar Mini Map Width=60
|
||||||
|
Scroll Bar MiniMap=true
|
||||||
|
Scroll Bar Preview=true
|
||||||
|
Scroll Past End=false
|
||||||
|
Search/Replace Flags=140
|
||||||
|
Shoe Line Ending Type in Statusbar=false
|
||||||
|
Show Documentation With Completion=true
|
||||||
|
Show File Encoding=true
|
||||||
|
Show Folding Icons On Hover Only=true
|
||||||
|
Show Line Count=false
|
||||||
|
Show Scrollbars=0
|
||||||
|
Show Statusbar Dictionary=true
|
||||||
|
Show Statusbar Highlighting Mode=true
|
||||||
|
Show Statusbar Input Mode=true
|
||||||
|
Show Statusbar Line Column=true
|
||||||
|
Show Statusbar Tab Settings=true
|
||||||
|
Show Word Count=false
|
||||||
|
Smart Copy Cut=true
|
||||||
|
Statusbar Line Column Compact Mode=true
|
||||||
|
Text Drag And Drop=true
|
||||||
|
User Sets Of Chars To Enclose Selection=
|
||||||
|
Vi Input Mode Steal Keys=false
|
||||||
|
Vi Relative Line Numbers=false
|
||||||
|
Word Completion=true
|
||||||
|
Word Completion Minimal Word Length=3
|
||||||
|
Word Completion Remove Tail=true
|
||||||
|
|
||||||
|
[Konsole]
|
||||||
|
AutoSyncronizeMode=0
|
||||||
|
KonsoleEscKeyBehaviour=true
|
||||||
|
KonsoleEscKeyExceptions=vi,vim,nvim,git
|
||||||
|
RemoveExtension=false
|
||||||
|
RunPrefix=
|
||||||
|
SetEditor=false
|
||||||
|
|
||||||
|
[MainWindow]
|
||||||
|
2 screens: Height=1190
|
||||||
|
2 screens: Width=1907
|
||||||
|
|
||||||
|
[filetree]
|
||||||
|
editShade=91,44,100
|
||||||
|
listMode=false
|
||||||
|
middleClickToClose=false
|
||||||
|
shadingEnabled=true
|
||||||
|
showCloseButton=false
|
||||||
|
showFullPathOnRoots=false
|
||||||
|
showToolbar=true
|
||||||
|
sortRole=0
|
||||||
|
viewShade=81,49,95
|
||||||
|
|
||||||
|
[lspclient]
|
||||||
|
AllowedServerCommandLines=
|
||||||
|
AutoHover=true
|
||||||
|
AutoImport=true
|
||||||
|
BlockedServerCommandLines=
|
||||||
|
CompletionDocumentation=true
|
||||||
|
CompletionParens=true
|
||||||
|
Diagnostics=true
|
||||||
|
FormatOnSave=false
|
||||||
|
HighlightGoto=true
|
||||||
|
IncrementalSync=false
|
||||||
|
InlayHints=false
|
||||||
|
Messages=true
|
||||||
|
ReferencesDeclaration=true
|
||||||
|
SemanticHighlighting=true
|
||||||
|
ServerConfiguration=
|
||||||
|
ShowCompletions=true
|
||||||
|
SignatureHelp=true
|
||||||
|
SymbolDetails=false
|
||||||
|
SymbolExpand=true
|
||||||
|
SymbolSort=false
|
||||||
|
SymbolTree=true
|
||||||
|
TypeFormatting=false
|
2
releng/airootfs/etc/skel/.config/kcminputrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Mouse]
|
||||||
|
cursorTheme=default
|
149
releng/airootfs/etc/skel/.config/kdeglobals
Normal file
@ -0,0 +1,149 @@
|
|||||||
|
[ColorEffects:Disabled]
|
||||||
|
ChangeSelectionColor=
|
||||||
|
Color=56,56,56
|
||||||
|
ColorAmount=0
|
||||||
|
ColorEffect=0
|
||||||
|
ContrastAmount=0.65
|
||||||
|
ContrastEffect=1
|
||||||
|
Enable=
|
||||||
|
IntensityAmount=0.1
|
||||||
|
IntensityEffect=2
|
||||||
|
|
||||||
|
[ColorEffects:Inactive]
|
||||||
|
ChangeSelectionColor=true
|
||||||
|
Color=112,111,110
|
||||||
|
ColorAmount=0.025
|
||||||
|
ColorEffect=2
|
||||||
|
ContrastAmount=0.1
|
||||||
|
ContrastEffect=2
|
||||||
|
Enable=false
|
||||||
|
IntensityAmount=0
|
||||||
|
IntensityEffect=0
|
||||||
|
|
||||||
|
[Colors:Button]
|
||||||
|
BackgroundAlternate=52,52,52
|
||||||
|
BackgroundNormal=46,46,46
|
||||||
|
DecorationFocus=138,180,248
|
||||||
|
DecorationHover=73,83,99
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=26,115,232
|
||||||
|
ForegroundNegative=244,67,54
|
||||||
|
ForegroundNeutral=255,152,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=76,175,80
|
||||||
|
ForegroundVisited=173,101,175
|
||||||
|
|
||||||
|
[Colors:Complementary]
|
||||||
|
BackgroundAlternate=36,36,36
|
||||||
|
BackgroundNormal=24,24,24
|
||||||
|
DecorationFocus=30,146,255
|
||||||
|
DecorationHover=61,174,230
|
||||||
|
ForegroundActive=246,116,0
|
||||||
|
ForegroundInactive=175,176,179
|
||||||
|
ForegroundLink=138,180,248
|
||||||
|
ForegroundNegative=237,21,21
|
||||||
|
ForegroundNeutral=201,206,59
|
||||||
|
ForegroundNormal=239,240,241
|
||||||
|
ForegroundPositive=17,209,22
|
||||||
|
ForegroundVisited=206,147,216
|
||||||
|
|
||||||
|
[Colors:Selection]
|
||||||
|
BackgroundAlternate=73,83,99
|
||||||
|
BackgroundNormal=138,180,248
|
||||||
|
DecorationFocus=73,83,99
|
||||||
|
DecorationHover=73,83,99
|
||||||
|
ForegroundActive=252,252,252
|
||||||
|
ForegroundInactive=30,35,44
|
||||||
|
ForegroundLink=26,115,232
|
||||||
|
ForegroundNegative=244,67,54
|
||||||
|
ForegroundNeutral=255,152,0
|
||||||
|
ForegroundNormal=255,255,255
|
||||||
|
ForegroundPositive=76,175,80
|
||||||
|
ForegroundVisited=173,101,175
|
||||||
|
|
||||||
|
[Colors:Tooltip]
|
||||||
|
BackgroundAlternate=97,97,97
|
||||||
|
BackgroundNormal=97,97,97
|
||||||
|
DecorationFocus=73,83,99
|
||||||
|
DecorationHover=73,83,99
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=152,152,152
|
||||||
|
ForegroundLink=26,115,232
|
||||||
|
ForegroundNegative=244,67,54
|
||||||
|
ForegroundNeutral=255,152,0
|
||||||
|
ForegroundNormal=223,223,223
|
||||||
|
ForegroundPositive=76,175,80
|
||||||
|
ForegroundVisited=173,101,175
|
||||||
|
|
||||||
|
[Colors:View]
|
||||||
|
BackgroundAlternate=45,45,45
|
||||||
|
BackgroundNormal=30,30,30
|
||||||
|
DecorationFocus=73,83,99
|
||||||
|
DecorationHover=73,83,99
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=26,115,232
|
||||||
|
ForegroundNegative=244,67,54
|
||||||
|
ForegroundNeutral=255,152,0
|
||||||
|
ForegroundNormal=223,223,223
|
||||||
|
ForegroundPositive=76,175,80
|
||||||
|
ForegroundVisited=173,101,175
|
||||||
|
|
||||||
|
[Colors:Window]
|
||||||
|
BackgroundAlternate=24,24,24
|
||||||
|
BackgroundNormal=18,18,18
|
||||||
|
DecorationFocus=73,83,99
|
||||||
|
DecorationHover=73,83,99
|
||||||
|
ForegroundActive=61,174,233
|
||||||
|
ForegroundInactive=105,105,105
|
||||||
|
ForegroundLink=26,115,232
|
||||||
|
ForegroundNegative=244,67,54
|
||||||
|
ForegroundNeutral=255,152,0
|
||||||
|
ForegroundNormal=223,223,223
|
||||||
|
ForegroundPositive=76,175,80
|
||||||
|
ForegroundVisited=173,101,175
|
||||||
|
|
||||||
|
[DirSelect Dialog]
|
||||||
|
DirSelectDialog Size=1280,720
|
||||||
|
History Items[$e]=file:$HOME/Documents/git/fish-scripts,file:$HOME/Documents/git/web-foolbox,file:$HOME/Pictures,file:///run/media/rhpidfyre/HDD - Recordings
|
||||||
|
Splitter State=\x00\x00\x00\xff\x00\x00\x00\x01\x00\x00\x00\x02\x00\x00\x00\x99\x00\x00\x02\xa8\x00\xff\xff\xff\xff\x01\x00\x00\x00\x01\x00
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ColorSchemeHash=3b17c5d56f8f372f0b0b9f709c4579c23e51fe6a
|
||||||
|
TerminalApplication=ghostty
|
||||||
|
TerminalService=com.mitchellh.ghostty.desktop
|
||||||
|
|
||||||
|
[Icons]
|
||||||
|
Theme=Papirus-Dark
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
LookAndFeelPackage=org.kde.breezedark.desktop
|
||||||
|
|
||||||
|
[KFileDialog Settings]
|
||||||
|
Allow Expansion=false
|
||||||
|
Automatically select filename extension=true
|
||||||
|
Breadcrumb Navigation=true
|
||||||
|
Decoration position=2
|
||||||
|
LocationCombo Completionmode=5
|
||||||
|
PathCombo Completionmode=5
|
||||||
|
Show Bookmarks=false
|
||||||
|
Show Full Path=false
|
||||||
|
Show Inline Previews=true
|
||||||
|
Show Preview=false
|
||||||
|
Show Speedbar=true
|
||||||
|
Show hidden files=false
|
||||||
|
Sort by=Date
|
||||||
|
Sort directories first=true
|
||||||
|
Sort hidden files last=false
|
||||||
|
Sort reversed=true
|
||||||
|
Speedbar Width=154
|
||||||
|
View Style=DetailTree
|
||||||
|
|
||||||
|
[WM]
|
||||||
|
activeBackground=39,39,39
|
||||||
|
activeBlend=39,39,39
|
||||||
|
activeForeground=223,223,223
|
||||||
|
inactiveBackground=30,30,30
|
||||||
|
inactiveBlend=30,30,30
|
||||||
|
inactiveForeground=139,139,139
|
284
releng/airootfs/etc/skel/.config/kglobalshortcutsrc
Normal file
@ -0,0 +1,284 @@
|
|||||||
|
[ActivityManager]
|
||||||
|
_k_friendly_name=Activity Manager
|
||||||
|
switch-to-activity-ddd1edbf-4b52-4b97-ab35-218a4fd42565=none,none,Switch to activity "Default"
|
||||||
|
|
||||||
|
[KDE Keyboard Layout Switcher]
|
||||||
|
Switch to Last-Used Keyboard Layout=Meta+Alt+L,Meta+Alt+L,Switch to Last-Used Keyboard Layout
|
||||||
|
Switch to Next Keyboard Layout=Meta+Alt+K,Meta+Alt+K,Switch to Next Keyboard Layout
|
||||||
|
_k_friendly_name=Keyboard Layout Switcher
|
||||||
|
|
||||||
|
[kaccess]
|
||||||
|
Toggle Screen Reader On and Off=Meta+Alt+S,Meta+Alt+S,Toggle Screen Reader On and Off
|
||||||
|
_k_friendly_name=Accessibility
|
||||||
|
|
||||||
|
[kcm_touchpad]
|
||||||
|
Disable Touchpad=Touchpad Off,Touchpad Off,
|
||||||
|
Enable Touchpad=Touchpad On,Touchpad On,
|
||||||
|
Toggle Touchpad=Touchpad Toggle\tMeta+Ctrl+Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,Touchpad Toggle\tTouchpad Toggle\tMeta+Ctrl+Touchpad Toggle\tMeta+Ctrl+Zenkaku Hankaku,
|
||||||
|
_k_friendly_name=Touchpad
|
||||||
|
|
||||||
|
[kmix]
|
||||||
|
_k_friendly_name=Audio Volume
|
||||||
|
decrease_microphone_volume=Microphone Volume Down,Microphone Volume Down,Decrease Microphone Volume
|
||||||
|
decrease_volume=Volume Down,Volume Down,Decrease Volume
|
||||||
|
decrease_volume_small=Shift+Volume Down,Shift+Volume Down,Decrease Volume by 1%
|
||||||
|
increase_microphone_volume=Microphone Volume Up,Microphone Volume Up,Increase Microphone Volume
|
||||||
|
increase_volume=Volume Up,Volume Up,Increase Volume
|
||||||
|
increase_volume_small=Shift+Volume Up,Shift+Volume Up,Increase Volume by 1%
|
||||||
|
mic_mute=Microphone Mute\tMeta+Volume Mute,Microphone Mute\tMeta+Volume Mute,Mute Microphone
|
||||||
|
mute=Volume Mute,Volume Mute,Mute
|
||||||
|
|
||||||
|
[ksmserver]
|
||||||
|
Halt Without Confirmation=none,,Shut Down Without Confirmation
|
||||||
|
Lock Session=Meta+L\tScreensaver,Meta+L\tScreensaver,Lock Session
|
||||||
|
Log Out=Ctrl+Alt+Del,Ctrl+Alt+Del,Show Logout Screen
|
||||||
|
Log Out Without Confirmation=none,,Log Out Without Confirmation
|
||||||
|
LogOut=none,,Log Out
|
||||||
|
Reboot=none,,Reboot
|
||||||
|
Reboot Without Confirmation=none,,Reboot Without Confirmation
|
||||||
|
Shut Down=none,,Shut Down
|
||||||
|
_k_friendly_name=Session Management
|
||||||
|
|
||||||
|
[kwin]
|
||||||
|
Activate Window Demanding Attention=Meta+Ctrl+A,Meta+Ctrl+A,Activate Window Demanding Attention
|
||||||
|
Cube=Meta+C,none,Toggle Cube
|
||||||
|
Cycle Overview=none,none,Cycle through Overview and Grid View
|
||||||
|
Cycle Overview Opposite=none,none,Cycle through Grid View and Overview
|
||||||
|
Decrease Opacity=none,,Decrease Opacity of Active Window by 5%
|
||||||
|
Edit Tiles=Meta+T,Meta+T,Toggle Tiles Editor
|
||||||
|
Expose=Ctrl+F9,Ctrl+F9,Toggle Present Windows (Current desktop)
|
||||||
|
ExposeAll=Ctrl+F10\tLaunch (C),Ctrl+F10\tLaunch (C),Toggle Present Windows (All desktops)
|
||||||
|
ExposeClass=Ctrl+F7,Ctrl+F7,Toggle Present Windows (Window class)
|
||||||
|
ExposeClassCurrentDesktop=none,none,Toggle Present Windows (Window class on current desktop)
|
||||||
|
Grid View=Meta+G,Meta+G,Toggle Grid View
|
||||||
|
Increase Opacity=none,,Increase Opacity of Active Window by 5%
|
||||||
|
Kill Window=Meta+Ctrl+Esc,Meta+Ctrl+Esc,Kill Window
|
||||||
|
Move Tablet to Next Output=none,none,Move the tablet to the next output
|
||||||
|
MoveMouseToCenter=Meta+F6,Meta+F6,Move Mouse to Center
|
||||||
|
MoveMouseToFocus=Meta+F5,Meta+F5,Move Mouse to Focus
|
||||||
|
MoveZoomDown=none,none,Move Zoomed Area Downwards
|
||||||
|
MoveZoomLeft=none,none,Move Zoomed Area to Left
|
||||||
|
MoveZoomRight=none,none,Move Zoomed Area to Right
|
||||||
|
MoveZoomUp=none,none,Move Zoomed Area Upwards
|
||||||
|
Overview=Meta+W,Meta+W,Toggle Overview
|
||||||
|
Setup Window Shortcut=none,,Setup Window Shortcut
|
||||||
|
Show Desktop=Meta+D,Meta+D,Peek at Desktop
|
||||||
|
Switch One Desktop Down=Meta+Ctrl+Down,Meta+Ctrl+Down,Switch One Desktop Down
|
||||||
|
Switch One Desktop Up=Meta+Ctrl+Up,Meta+Ctrl+Up,Switch One Desktop Up
|
||||||
|
Switch One Desktop to the Left=Meta+Ctrl+Left,Meta+Ctrl+Left,Switch One Desktop to the Left
|
||||||
|
Switch One Desktop to the Right=Meta+Ctrl+Right,Meta+Ctrl+Right,Switch One Desktop to the Right
|
||||||
|
Switch Window Down=Meta+Alt+Down,Meta+Alt+Down,Switch to Window Below
|
||||||
|
Switch Window Left=Meta+Alt+Left,Meta+Alt+Left,Switch to Window to the Left
|
||||||
|
Switch Window Right=Meta+Alt+Right,Meta+Alt+Right,Switch to Window to the Right
|
||||||
|
Switch Window Up=Meta+Alt+Up,Meta+Alt+Up,Switch to Window Above
|
||||||
|
Switch to Desktop 1=Ctrl+F1,Ctrl+F1,Switch to Desktop 1
|
||||||
|
Switch to Desktop 10=none,,Switch to Desktop 10
|
||||||
|
Switch to Desktop 11=none,,Switch to Desktop 11
|
||||||
|
Switch to Desktop 12=none,,Switch to Desktop 12
|
||||||
|
Switch to Desktop 13=none,,Switch to Desktop 13
|
||||||
|
Switch to Desktop 14=none,,Switch to Desktop 14
|
||||||
|
Switch to Desktop 15=none,,Switch to Desktop 15
|
||||||
|
Switch to Desktop 16=none,,Switch to Desktop 16
|
||||||
|
Switch to Desktop 17=none,,Switch to Desktop 17
|
||||||
|
Switch to Desktop 18=none,,Switch to Desktop 18
|
||||||
|
Switch to Desktop 19=none,,Switch to Desktop 19
|
||||||
|
Switch to Desktop 2=Ctrl+F2,Ctrl+F2,Switch to Desktop 2
|
||||||
|
Switch to Desktop 20=none,,Switch to Desktop 20
|
||||||
|
Switch to Desktop 3=Ctrl+F3,Ctrl+F3,Switch to Desktop 3
|
||||||
|
Switch to Desktop 4=Ctrl+F4,Ctrl+F4,Switch to Desktop 4
|
||||||
|
Switch to Desktop 5=none,,Switch to Desktop 5
|
||||||
|
Switch to Desktop 6=none,,Switch to Desktop 6
|
||||||
|
Switch to Desktop 7=none,,Switch to Desktop 7
|
||||||
|
Switch to Desktop 8=none,,Switch to Desktop 8
|
||||||
|
Switch to Desktop 9=none,,Switch to Desktop 9
|
||||||
|
Switch to Next Desktop=none,,Switch to Next Desktop
|
||||||
|
Switch to Next Screen=none,,Switch to Next Screen
|
||||||
|
Switch to Previous Desktop=none,,Switch to Previous Desktop
|
||||||
|
Switch to Previous Screen=none,,Switch to Previous Screen
|
||||||
|
Switch to Screen 0=none,,Switch to Screen 0
|
||||||
|
Switch to Screen 1=none,,Switch to Screen 1
|
||||||
|
Switch to Screen 2=none,,Switch to Screen 2
|
||||||
|
Switch to Screen 3=none,,Switch to Screen 3
|
||||||
|
Switch to Screen 4=none,,Switch to Screen 4
|
||||||
|
Switch to Screen 5=none,,Switch to Screen 5
|
||||||
|
Switch to Screen 6=none,,Switch to Screen 6
|
||||||
|
Switch to Screen 7=none,,Switch to Screen 7
|
||||||
|
Switch to Screen Above=none,,Switch to Screen Above
|
||||||
|
Switch to Screen Below=none,,Switch to Screen Below
|
||||||
|
Switch to Screen to the Left=none,,Switch to Screen to the Left
|
||||||
|
Switch to Screen to the Right=none,,Switch to Screen to the Right
|
||||||
|
Toggle Night Color=none,none,Suspend/Resume Night Light
|
||||||
|
Toggle Window Raise/Lower=none,,Toggle Window Raise/Lower
|
||||||
|
Walk Through Windows=Alt+Tab,Alt+Tab,Walk Through Windows
|
||||||
|
Walk Through Windows (Reverse)=Alt+Shift+Tab,Alt+Shift+Tab,Walk Through Windows (Reverse)
|
||||||
|
Walk Through Windows Alternative=none,,Walk Through Windows Alternative
|
||||||
|
Walk Through Windows Alternative (Reverse)=none,,Walk Through Windows Alternative (Reverse)
|
||||||
|
Walk Through Windows of Current Application=Alt+`,Alt+`,Walk Through Windows of Current Application
|
||||||
|
Walk Through Windows of Current Application (Reverse)=Alt+~,Alt+~,Walk Through Windows of Current Application (Reverse)
|
||||||
|
Walk Through Windows of Current Application Alternative=none,,Walk Through Windows of Current Application Alternative
|
||||||
|
Walk Through Windows of Current Application Alternative (Reverse)=none,,Walk Through Windows of Current Application Alternative (Reverse)
|
||||||
|
Window Above Other Windows=none,,Keep Window Above Others
|
||||||
|
Window Below Other Windows=none,,Keep Window Below Others
|
||||||
|
Window Close=Alt+F4,Alt+F4,Close Window
|
||||||
|
Window Custom Quick Tile Bottom=none,,Custom Quick Tile Window to the Bottom
|
||||||
|
Window Custom Quick Tile Left=none,,Custom Quick Tile Window to the Left
|
||||||
|
Window Custom Quick Tile Right=none,,Custom Quick Tile Window to the Right
|
||||||
|
Window Custom Quick Tile Top=none,,Custom Quick Tile Window to the Top
|
||||||
|
Window Fullscreen=none,,Make Window Fullscreen
|
||||||
|
Window Grow Horizontal=none,,Expand Window Horizontally
|
||||||
|
Window Grow Vertical=none,,Expand Window Vertically
|
||||||
|
Window Lower=none,,Lower Window
|
||||||
|
Window Maximize=Meta+PgUp,Meta+PgUp,Maximize Window
|
||||||
|
Window Maximize Horizontal=none,,Maximize Window Horizontally
|
||||||
|
Window Maximize Vertical=none,,Maximize Window Vertically
|
||||||
|
Window Minimize=Meta+PgDown,Meta+PgDown,Minimize Window
|
||||||
|
Window Move=none,,Move Window
|
||||||
|
Window Move Center=none,,Move Window to the Center
|
||||||
|
Window No Border=none,,Toggle Window Titlebar and Frame
|
||||||
|
Window On All Desktops=none,,Keep Window on All Desktops
|
||||||
|
Window One Desktop Down=Meta+Ctrl+Shift+Down,Meta+Ctrl+Shift+Down,Window One Desktop Down
|
||||||
|
Window One Desktop Up=Meta+Ctrl+Shift+Up,Meta+Ctrl+Shift+Up,Window One Desktop Up
|
||||||
|
Window One Desktop to the Left=Meta+Ctrl+Shift+Left,Meta+Ctrl+Shift+Left,Window One Desktop to the Left
|
||||||
|
Window One Desktop to the Right=Meta+Ctrl+Shift+Right,Meta+Ctrl+Shift+Right,Window One Desktop to the Right
|
||||||
|
Window One Screen Down=none,,Move Window One Screen Down
|
||||||
|
Window One Screen Up=none,,Move Window One Screen Up
|
||||||
|
Window One Screen to the Left=none,,Move Window One Screen to the Left
|
||||||
|
Window One Screen to the Right=none,,Move Window One Screen to the Right
|
||||||
|
Window Operations Menu=Alt+F3,Alt+F3,Window Operations Menu
|
||||||
|
Window Pack Down=none,,Move Window Down
|
||||||
|
Window Pack Left=none,,Move Window Left
|
||||||
|
Window Pack Right=none,,Move Window Right
|
||||||
|
Window Pack Up=none,,Move Window Up
|
||||||
|
Window Quick Tile Bottom=Meta+Down,Meta+Down,Quick Tile Window to the Bottom
|
||||||
|
Window Quick Tile Bottom Left=none,,Quick Tile Window to the Bottom Left
|
||||||
|
Window Quick Tile Bottom Right=none,,Quick Tile Window to the Bottom Right
|
||||||
|
Window Quick Tile Left=Meta+Left,Meta+Left,Quick Tile Window to the Left
|
||||||
|
Window Quick Tile Right=Meta+Right,Meta+Right,Quick Tile Window to the Right
|
||||||
|
Window Quick Tile Top=Meta+Up,Meta+Up,Quick Tile Window to the Top
|
||||||
|
Window Quick Tile Top Left=none,,Quick Tile Window to the Top Left
|
||||||
|
Window Quick Tile Top Right=none,,Quick Tile Window to the Top Right
|
||||||
|
Window Raise=none,,Raise Window
|
||||||
|
Window Resize=none,,Resize Window
|
||||||
|
Window Shade=none,,Shade Window
|
||||||
|
Window Shrink Horizontal=none,,Shrink Window Horizontally
|
||||||
|
Window Shrink Vertical=none,,Shrink Window Vertically
|
||||||
|
Window to Desktop 1=none,,Window to Desktop 1
|
||||||
|
Window to Desktop 10=none,,Window to Desktop 10
|
||||||
|
Window to Desktop 11=none,,Window to Desktop 11
|
||||||
|
Window to Desktop 12=none,,Window to Desktop 12
|
||||||
|
Window to Desktop 13=none,,Window to Desktop 13
|
||||||
|
Window to Desktop 14=none,,Window to Desktop 14
|
||||||
|
Window to Desktop 15=none,,Window to Desktop 15
|
||||||
|
Window to Desktop 16=none,,Window to Desktop 16
|
||||||
|
Window to Desktop 17=none,,Window to Desktop 17
|
||||||
|
Window to Desktop 18=none,,Window to Desktop 18
|
||||||
|
Window to Desktop 19=none,,Window to Desktop 19
|
||||||
|
Window to Desktop 2=none,,Window to Desktop 2
|
||||||
|
Window to Desktop 20=none,,Window to Desktop 20
|
||||||
|
Window to Desktop 3=none,,Window to Desktop 3
|
||||||
|
Window to Desktop 4=none,,Window to Desktop 4
|
||||||
|
Window to Desktop 5=none,,Window to Desktop 5
|
||||||
|
Window to Desktop 6=none,,Window to Desktop 6
|
||||||
|
Window to Desktop 7=none,,Window to Desktop 7
|
||||||
|
Window to Desktop 8=none,,Window to Desktop 8
|
||||||
|
Window to Desktop 9=none,,Window to Desktop 9
|
||||||
|
Window to Next Desktop=none,,Window to Next Desktop
|
||||||
|
Window to Next Screen=Meta+Shift+Right,Meta+Shift+Right,Move Window to Next Screen
|
||||||
|
Window to Previous Desktop=none,,Window to Previous Desktop
|
||||||
|
Window to Previous Screen=Meta+Shift+Left,Meta+Shift+Left,Move Window to Previous Screen
|
||||||
|
Window to Screen 0=none,,Move Window to Screen 0
|
||||||
|
Window to Screen 1=none,,Move Window to Screen 1
|
||||||
|
Window to Screen 2=none,,Move Window to Screen 2
|
||||||
|
Window to Screen 3=none,,Move Window to Screen 3
|
||||||
|
Window to Screen 4=none,,Move Window to Screen 4
|
||||||
|
Window to Screen 5=none,,Move Window to Screen 5
|
||||||
|
Window to Screen 6=none,,Move Window to Screen 6
|
||||||
|
Window to Screen 7=none,,Move Window to Screen 7
|
||||||
|
_k_friendly_name=KWin
|
||||||
|
disableInputCapture=Meta+Shift+Esc,Meta+Shift+Esc,Disable Active Input Capture
|
||||||
|
view_actual_size=Meta+0,Meta+0,Zoom to Actual Size
|
||||||
|
view_zoom_in=Meta++\tMeta+=,Meta++\tMeta+=,Zoom In
|
||||||
|
view_zoom_out=Meta+-,Meta+-,Zoom Out
|
||||||
|
|
||||||
|
[mediacontrol]
|
||||||
|
_k_friendly_name=Media Controller
|
||||||
|
mediavolumedown=none,,Media volume down
|
||||||
|
mediavolumeup=none,,Media volume up
|
||||||
|
nextmedia=Media Next,Media Next,Media playback next
|
||||||
|
pausemedia=Media Pause,Media Pause,Pause media playback
|
||||||
|
playmedia=none,,Play media playback
|
||||||
|
playpausemedia=Media Play,Media Play,Play/Pause media playback
|
||||||
|
previousmedia=Media Previous,Media Previous,Media playback previous
|
||||||
|
stopmedia=Media Stop,Media Stop,Stop media playback
|
||||||
|
|
||||||
|
[org_kde_powerdevil]
|
||||||
|
Decrease Keyboard Brightness=Keyboard Brightness Down,Keyboard Brightness Down,Decrease Keyboard Brightness
|
||||||
|
Decrease Screen Brightness=Monitor Brightness Down,Monitor Brightness Down,Decrease Screen Brightness
|
||||||
|
Decrease Screen Brightness Small=Shift+Monitor Brightness Down,Shift+Monitor Brightness Down,Decrease Screen Brightness by 1%
|
||||||
|
Hibernate=Hibernate,Hibernate,Hibernate
|
||||||
|
Increase Keyboard Brightness=Keyboard Brightness Up,Keyboard Brightness Up,Increase Keyboard Brightness
|
||||||
|
Increase Screen Brightness=Monitor Brightness Up,Monitor Brightness Up,Increase Screen Brightness
|
||||||
|
Increase Screen Brightness Small=Shift+Monitor Brightness Up,Shift+Monitor Brightness Up,Increase Screen Brightness by 1%
|
||||||
|
PowerDown=Power Down,Power Down,Power Down
|
||||||
|
PowerOff=Power Off,Power Off,Power Off
|
||||||
|
Sleep=Sleep,Sleep,Suspend
|
||||||
|
Toggle Keyboard Backlight=Keyboard Light On/Off,Keyboard Light On/Off,Toggle Keyboard Backlight
|
||||||
|
Turn Off Screen=none,none,Turn Off Screen
|
||||||
|
_k_friendly_name=Power Management
|
||||||
|
powerProfile=Battery\tMeta+B,Battery\tMeta+B,Switch Power Profile
|
||||||
|
|
||||||
|
[plasmashell]
|
||||||
|
_k_friendly_name=plasmashell
|
||||||
|
activate application launcher=Meta\tAlt+F1,Meta\tAlt+F1,Activate Application Launcher
|
||||||
|
activate task manager entry 1=Meta+1,Meta+1,Activate Task Manager Entry 1
|
||||||
|
activate task manager entry 10=none,,Activate Task Manager Entry 10
|
||||||
|
activate task manager entry 2=Meta+2,Meta+2,Activate Task Manager Entry 2
|
||||||
|
activate task manager entry 3=Meta+3,Meta+3,Activate Task Manager Entry 3
|
||||||
|
activate task manager entry 4=Meta+4,Meta+4,Activate Task Manager Entry 4
|
||||||
|
activate task manager entry 5=Meta+5,Meta+5,Activate Task Manager Entry 5
|
||||||
|
activate task manager entry 6=Meta+6,Meta+6,Activate Task Manager Entry 6
|
||||||
|
activate task manager entry 7=Meta+7,Meta+7,Activate Task Manager Entry 7
|
||||||
|
activate task manager entry 8=Meta+8,Meta+8,Activate Task Manager Entry 8
|
||||||
|
activate task manager entry 9=Meta+9,Meta+9,Activate Task Manager Entry 9
|
||||||
|
activate widget 27=none,none,Activate Icons-and-Text Task Manager Widget
|
||||||
|
activate widget 28=none,none,Activate Application Menu Widget
|
||||||
|
clear-history=none,,Clear Clipboard History
|
||||||
|
clipboard_action=Meta+Ctrl+X,Meta+Ctrl+X,Automatic Action Popup Menu
|
||||||
|
cycle-panels=Meta+Alt+P,Meta+Alt+P,Move keyboard focus between panels
|
||||||
|
cycleNextAction=none,,Next History Item
|
||||||
|
cyclePrevAction=none,,Previous History Item
|
||||||
|
manage activities=Meta+Q,Meta+Q,Show Activity Switcher
|
||||||
|
next activity=Meta+A,none,Walk through activities
|
||||||
|
previous activity=Meta+Shift+A,none,Walk through activities (Reverse)
|
||||||
|
repeat_action=none,,Manually Invoke Action on Current Clipboard
|
||||||
|
show dashboard=Ctrl+F12,Ctrl+F12,Show Desktop
|
||||||
|
show-barcode=none,,Show Barcode…
|
||||||
|
show-on-mouse-pos=Meta+V,Meta+V,Show Clipboard Items at Mouse Position
|
||||||
|
stop current activity=Meta+S,Meta+S,Stop Current Activity
|
||||||
|
switch to next activity=none,,Switch to Next Activity
|
||||||
|
switch to previous activity=none,,Switch to Previous Activity
|
||||||
|
toggle do not disturb=none,,Toggle do not disturb
|
||||||
|
|
||||||
|
[services][com.mitchellh.ghostty.desktop]
|
||||||
|
_launch=Meta+R
|
||||||
|
|
||||||
|
[services][org.gnome.Calculator.desktop]
|
||||||
|
_launch=Calculator
|
||||||
|
|
||||||
|
[services][org.kde.spectacle.desktop]
|
||||||
|
CurrentMonitorScreenShot=Shift+Print
|
||||||
|
FullScreenScreenShot=none
|
||||||
|
RecordRegion=Meta+Shift+R
|
||||||
|
RectangularRegionScreenShot=Print
|
||||||
|
_launch=Meta+Shift+S
|
||||||
|
|
||||||
|
[wacomtablet]
|
||||||
|
Map to fullscreen=Meta+Ctrl+F,Meta+Ctrl+F,Map to fullscreen
|
||||||
|
Map to screen 1=Meta+Ctrl+1,Meta+Ctrl+1,Map to screen 1
|
||||||
|
Map to screen 2=Meta+Ctrl+2,Meta+Ctrl+2,Map to screen 2
|
||||||
|
Next Profile=Meta+Ctrl+N,Meta+Ctrl+N,Next profile
|
||||||
|
Previous Profile=Meta+Ctrl+P,Meta+Ctrl+P,Previous Profile
|
||||||
|
Toggle screen map selection=Meta+Ctrl+M,Meta+Ctrl+M,Toggle between all screens
|
||||||
|
Toggle stylus mode=Meta+Ctrl+S,Meta+Ctrl+S,Toggle the Stylus Tool Relative/Absolute
|
||||||
|
Toggle touch tool=Meta+Ctrl+T,Meta+Ctrl+T,Enable/Disable the Touch Tool
|
||||||
|
_k_friendly_name=Wacom Tablet
|
3
releng/airootfs/etc/skel/.config/kscreenlockerrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Greeter][Wallpaper][org.kde.image][General]
|
||||||
|
Image=/home/rhpidfyre/Documents/GlIQmAoXcAACRQK.jpg
|
||||||
|
PreviewImage=/home/rhpidfyre/Documents/GlIQmAoXcAACRQK.jpg
|
8
releng/airootfs/etc/skel/.config/ksmserverrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[General]
|
||||||
|
loginMode=restoreSavedSession
|
||||||
|
|
||||||
|
[LegacySession: saved at previous logout]
|
||||||
|
count=0
|
||||||
|
|
||||||
|
[Session: saved at previous logout]
|
||||||
|
count=0
|
2
releng/airootfs/etc/skel/.config/ksplashrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[KSplash]
|
||||||
|
Theme=org.kde.breeze.desktop
|
37
releng/airootfs/etc/skel/.config/kwinrc
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
[Activities][LastVirtualDesktop]
|
||||||
|
ddd1edbf-4b52-4b97-ab35-218a4fd42565=13ba432d-3189-4072-86b5-90887420efd7
|
||||||
|
|
||||||
|
[Desktops]
|
||||||
|
Id_1=13ba432d-3189-4072-86b5-90887420efd7
|
||||||
|
Id_2=92fd9261-5053-44f8-9d99-1ef234146836
|
||||||
|
Id_3=15fa0139-4e83-4a1f-a908-22bd3843d126
|
||||||
|
Id_4=99cae3a7-c068-4a8d-a5be-e7e052ef14bc
|
||||||
|
Number=4
|
||||||
|
Rows=2
|
||||||
|
|
||||||
|
[Effect-overview]
|
||||||
|
BorderActivate=9
|
||||||
|
|
||||||
|
[Plugins]
|
||||||
|
cubeEnabled=true
|
||||||
|
|
||||||
|
[TabBox]
|
||||||
|
HighlightWindows=false
|
||||||
|
LayoutName=big_icons
|
||||||
|
MultiScreenMode=1
|
||||||
|
|
||||||
|
[Tiling]
|
||||||
|
padding=4
|
||||||
|
|
||||||
|
[Tiling][96531e59-15fc-582e-bdaa-821d7fb9d210]
|
||||||
|
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}
|
||||||
|
|
||||||
|
[Tiling][a7207471-682c-5d60-9364-1f320f766322]
|
||||||
|
tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]}
|
||||||
|
|
||||||
|
[Xwayland]
|
||||||
|
Scale=1
|
||||||
|
|
||||||
|
[org.kde.kdecoration2]
|
||||||
|
library=org.kde.kwin.aurorae
|
||||||
|
theme=__aurorae__svg__Materia-Dark
|
2
releng/airootfs/etc/skel/.config/paru/paru.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[options]
|
||||||
|
BottomUp
|
@ -0,0 +1,245 @@
|
|||||||
|
[ActionPlugins][0]
|
||||||
|
RightButton;NoModifier=org.kde.contextmenu
|
||||||
|
|
||||||
|
[ActionPlugins][1]
|
||||||
|
RightButton;NoModifier=org.kde.contextmenu
|
||||||
|
|
||||||
|
[Containments][1]
|
||||||
|
ItemGeometriesHorizontal=
|
||||||
|
activityId=ddd1edbf-4b52-4b97-ab35-218a4fd42565
|
||||||
|
formfactor=0
|
||||||
|
immutability=1
|
||||||
|
lastScreen=0
|
||||||
|
location=0
|
||||||
|
plugin=org.kde.plasma.folder
|
||||||
|
wallpaperplugin=org.kde.color
|
||||||
|
|
||||||
|
[Containments][1][ConfigDialog]
|
||||||
|
DialogHeight=906
|
||||||
|
DialogWidth=1530
|
||||||
|
|
||||||
|
[Containments][1][Wallpaper][org.kde.color][General]
|
||||||
|
Color=0,0,0
|
||||||
|
|
||||||
|
[Containments][1][Wallpaper][org.kde.image][General]
|
||||||
|
SlidePaths=/usr/share/wallpapers/
|
||||||
|
|
||||||
|
[Containments][2]
|
||||||
|
ItemGeometriesHorizontal=
|
||||||
|
activityId=ddd1edbf-4b52-4b97-ab35-218a4fd42565
|
||||||
|
formfactor=0
|
||||||
|
immutability=1
|
||||||
|
lastScreen=1
|
||||||
|
location=0
|
||||||
|
plugin=org.kde.plasma.folder
|
||||||
|
wallpaperplugin=org.kde.image
|
||||||
|
|
||||||
|
[Containments][3]
|
||||||
|
activityId=
|
||||||
|
formfactor=2
|
||||||
|
immutability=1
|
||||||
|
lastScreen=0
|
||||||
|
location=3
|
||||||
|
plugin=org.kde.panel
|
||||||
|
wallpaperplugin=org.kde.image
|
||||||
|
|
||||||
|
[Containments][3][Applets][21]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.digitalclock
|
||||||
|
|
||||||
|
[Containments][3][Applets][21][Configuration]
|
||||||
|
PreloadWeight=100
|
||||||
|
popupHeight=450
|
||||||
|
popupWidth=810
|
||||||
|
|
||||||
|
[Containments][3][Applets][21][Configuration][Appearance]
|
||||||
|
autoFontAndSize=false
|
||||||
|
enabledCalendarPlugins=holidaysevents
|
||||||
|
fontFamily=Monospace
|
||||||
|
fontSize=12
|
||||||
|
fontWeight=400
|
||||||
|
use24hFormat=2
|
||||||
|
|
||||||
|
[Containments][3][Applets][21][Configuration][ConfigDialog]
|
||||||
|
DialogHeight=678
|
||||||
|
DialogWidth=769
|
||||||
|
|
||||||
|
[Containments][3][Applets][27]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.taskmanager
|
||||||
|
|
||||||
|
[Containments][3][Applets][27][Configuration][ConfigDialog]
|
||||||
|
DialogHeight=540
|
||||||
|
DialogWidth=720
|
||||||
|
|
||||||
|
[Containments][3][Applets][27][Configuration][General]
|
||||||
|
launchers=applications:systemsettings.desktop,applications:org.kde.dolphin.desktop,applications:com.mitchellh.ghostty.desktop,applications:chromium.desktop,applications:floorp.desktop
|
||||||
|
onlyGroupWhenFull=false
|
||||||
|
|
||||||
|
[Containments][3][Applets][28]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.kicker
|
||||||
|
|
||||||
|
[Containments][3][Applets][28][Configuration]
|
||||||
|
PreloadWeight=100
|
||||||
|
popupHeight=361
|
||||||
|
popupWidth=300
|
||||||
|
|
||||||
|
[Containments][3][Applets][28][Configuration][ConfigDialog]
|
||||||
|
DialogHeight=540
|
||||||
|
DialogWidth=720
|
||||||
|
|
||||||
|
[Containments][3][Applets][28][Configuration][General]
|
||||||
|
customButtonImage=computer
|
||||||
|
favoritesDisplay=1
|
||||||
|
favoritesPortedToKAstats=true
|
||||||
|
showIconsRootLevel=true
|
||||||
|
systemFavorites=suspend\\,hibernate\\,reboot\\,shutdown
|
||||||
|
|
||||||
|
[Containments][3][Applets][29]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.userswitcher
|
||||||
|
|
||||||
|
[Containments][3][Applets][29][Configuration]
|
||||||
|
PreloadWeight=100
|
||||||
|
popupHeight=161
|
||||||
|
popupWidth=216
|
||||||
|
|
||||||
|
[Containments][3][Applets][29][Configuration][ConfigDialog]
|
||||||
|
DialogHeight=540
|
||||||
|
DialogWidth=720
|
||||||
|
|
||||||
|
[Containments][3][Applets][31]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.marginsseparator
|
||||||
|
|
||||||
|
[Containments][3][Applets][5]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.pager
|
||||||
|
|
||||||
|
[Containments][3][Applets][8]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.systemtray
|
||||||
|
|
||||||
|
[Containments][3][Applets][8][Configuration]
|
||||||
|
PreloadWeight=100
|
||||||
|
SystrayContainmentId=9
|
||||||
|
|
||||||
|
[Containments][3][General]
|
||||||
|
AppletOrder=28;5;27;8;21;31;29
|
||||||
|
|
||||||
|
[Containments][9]
|
||||||
|
activityId=
|
||||||
|
formfactor=2
|
||||||
|
immutability=1
|
||||||
|
lastScreen=0
|
||||||
|
location=3
|
||||||
|
plugin=org.kde.plasma.private.systemtray
|
||||||
|
popupHeight=432
|
||||||
|
popupWidth=432
|
||||||
|
wallpaperplugin=org.kde.image
|
||||||
|
|
||||||
|
[Containments][9][Applets][10]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.manage-inputmethod
|
||||||
|
|
||||||
|
[Containments][9][Applets][11]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.notifications
|
||||||
|
|
||||||
|
[Containments][9][Applets][11][Configuration]
|
||||||
|
PreloadWeight=100
|
||||||
|
|
||||||
|
[Containments][9][Applets][12]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.cameraindicator
|
||||||
|
|
||||||
|
[Containments][9][Applets][13]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.devicenotifier
|
||||||
|
|
||||||
|
[Containments][9][Applets][13][Configuration]
|
||||||
|
PreloadWeight=55
|
||||||
|
|
||||||
|
[Containments][9][Applets][14]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.kscreen
|
||||||
|
|
||||||
|
[Containments][9][Applets][15]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.printmanager
|
||||||
|
|
||||||
|
[Containments][9][Applets][16]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.keyboardlayout
|
||||||
|
|
||||||
|
[Containments][9][Applets][17]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.vault
|
||||||
|
|
||||||
|
[Containments][9][Applets][18]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.keyboardindicator
|
||||||
|
|
||||||
|
[Containments][9][Applets][18][Configuration]
|
||||||
|
PreloadWeight=55
|
||||||
|
|
||||||
|
[Containments][9][Applets][19]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.clipboard
|
||||||
|
|
||||||
|
[Containments][9][Applets][19][Configuration]
|
||||||
|
PreloadWeight=65
|
||||||
|
|
||||||
|
[Containments][9][Applets][20]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.volume
|
||||||
|
|
||||||
|
[Containments][9][Applets][20][Configuration]
|
||||||
|
PreloadWeight=75
|
||||||
|
|
||||||
|
[Containments][9][Applets][20][Configuration][General]
|
||||||
|
migrated=true
|
||||||
|
|
||||||
|
[Containments][9][Applets][23]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.battery
|
||||||
|
|
||||||
|
[Containments][9][Applets][23][Configuration]
|
||||||
|
PreloadWeight=0
|
||||||
|
|
||||||
|
[Containments][9][Applets][24]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.brightness
|
||||||
|
|
||||||
|
[Containments][9][Applets][24][Configuration]
|
||||||
|
PreloadWeight=0
|
||||||
|
|
||||||
|
[Containments][9][Applets][25]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.networkmanagement
|
||||||
|
|
||||||
|
[Containments][9][Applets][25][Configuration]
|
||||||
|
PreloadWeight=100
|
||||||
|
|
||||||
|
[Containments][9][Applets][25][Configuration][General]
|
||||||
|
currentDetailsTab=details
|
||||||
|
|
||||||
|
[Containments][9][Applets][26]
|
||||||
|
immutability=1
|
||||||
|
plugin=org.kde.plasma.mediacontroller
|
||||||
|
|
||||||
|
[Containments][9][Applets][26][Configuration]
|
||||||
|
PreloadWeight=0
|
||||||
|
|
||||||
|
[Containments][9][ConfigDialog]
|
||||||
|
DialogHeight=540
|
||||||
|
DialogWidth=720
|
||||||
|
|
||||||
|
[Containments][9][General]
|
||||||
|
extraItems=org.kde.plasma.manage-inputmethod,org.kde.plasma.notifications,org.kde.plasma.bluetooth,org.kde.plasma.battery,org.kde.plasma.cameraindicator,org.kde.plasma.devicenotifier,org.kde.plasma.brightness,org.kde.kscreen,org.kde.plasma.printmanager,org.kde.plasma.networkmanagement,org.kde.plasma.keyboardlayout,org.kde.plasma.vault,org.kde.plasma.keyboardindicator,org.kde.plasma.clipboard,org.kde.plasma.mediacontroller,org.kde.plasma.volume
|
||||||
|
knownItems=org.kde.plasma.manage-inputmethod,org.kde.plasma.notifications,org.kde.plasma.bluetooth,org.kde.plasma.battery,org.kde.plasma.cameraindicator,org.kde.plasma.devicenotifier,org.kde.plasma.brightness,org.kde.kscreen,org.kde.plasma.printmanager,org.kde.plasma.networkmanagement,org.kde.plasma.keyboardlayout,org.kde.plasma.vault,org.kde.plasma.keyboardindicator,org.kde.plasma.clipboard,org.kde.plasma.mediacontroller,org.kde.plasma.volume
|
||||||
|
|
||||||
|
[ScreenMapping]
|
||||||
|
itemsOnDisabledScreens=
|
||||||
|
screenMapping=desktop:/rhpidfyre-os,0,ddd1edbf-4b52-4b97-ab35-218a4fd42565
|
2
releng/airootfs/etc/skel/.config/plasmarc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Theme]
|
||||||
|
name=Materia
|
10
releng/airootfs/etc/skel/.config/plasmashellrc
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[PlasmaViews][Panel 3]
|
||||||
|
floating=1
|
||||||
|
panelOpacity=0
|
||||||
|
panelVisibility=0
|
||||||
|
|
||||||
|
[PlasmaViews][Panel 3][Defaults]
|
||||||
|
thickness=32
|
||||||
|
|
||||||
|
[Updates]
|
||||||
|
performed=/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_migrateiconsetting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/mediaframe_migrate_useBackground_setting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/maintain_existing_desktop_icon_sizes.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/systemloadviewer_systemmonitor.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/klipper_clear_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_remove_shortcut.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/containmentactions_middlebutton.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/folderview_fix_recursive_screenmapping.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/migrate_font_weights.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_font_settings.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_rename_timezonedisplay_key.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_showseconds_setting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/no_middle_click_paste_on_panels.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js
|
3
releng/airootfs/etc/ssh/sshd_config.d/10-archiso.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Allow root login using password authentication
|
||||||
|
PasswordAuthentication yes
|
||||||
|
PermitRootLogin yes
|
@ -0,0 +1,2 @@
|
|||||||
|
[Journal]
|
||||||
|
Storage=volatile
|
@ -0,0 +1,4 @@
|
|||||||
|
[Login]
|
||||||
|
HandleSuspendKey=ignore
|
||||||
|
HandleHibernateKey=ignore
|
||||||
|
HandleLidSwitch=ignore
|
@ -0,0 +1,2 @@
|
|||||||
|
[Network]
|
||||||
|
IPv6PrivacyExtensions=yes
|
24
releng/airootfs/etc/systemd/network/20-ethernet.network
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[Match]
|
||||||
|
# Matching with "Type=ether" causes issues with containers because it also matches virtual Ethernet interfaces (veth*).
|
||||||
|
# See https://bugs.archlinux.org/task/70892
|
||||||
|
# Instead match by globbing the network interface name.
|
||||||
|
Name=en*
|
||||||
|
Name=eth*
|
||||||
|
|
||||||
|
[Link]
|
||||||
|
RequiredForOnline=routable
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
|
MulticastDNS=yes
|
||||||
|
|
||||||
|
# systemd-networkd does not set per-interface-type default route metrics
|
||||||
|
# https://github.com/systemd/systemd/issues/17698
|
||||||
|
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||||
|
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||||
|
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||||
|
[DHCPv4]
|
||||||
|
RouteMetric=100
|
||||||
|
|
||||||
|
[IPv6AcceptRA]
|
||||||
|
RouteMetric=100
|
20
releng/airootfs/etc/systemd/network/20-wlan.network
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[Match]
|
||||||
|
Name=wl*
|
||||||
|
|
||||||
|
[Link]
|
||||||
|
RequiredForOnline=routable
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
|
MulticastDNS=yes
|
||||||
|
|
||||||
|
# systemd-networkd does not set per-interface-type default route metrics
|
||||||
|
# https://github.com/systemd/systemd/issues/17698
|
||||||
|
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||||
|
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||||
|
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||||
|
[DHCPv4]
|
||||||
|
RouteMetric=600
|
||||||
|
|
||||||
|
[IPv6AcceptRA]
|
||||||
|
RouteMetric=600
|
19
releng/airootfs/etc/systemd/network/20-wwan.network
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[Match]
|
||||||
|
Name=ww*
|
||||||
|
|
||||||
|
[Link]
|
||||||
|
RequiredForOnline=routable
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
||||||
|
|
||||||
|
# systemd-networkd does not set per-interface-type default route metrics
|
||||||
|
# https://github.com/systemd/systemd/issues/17698
|
||||||
|
# Explicitly set route metric, so that Ethernet is preferred over Wi-Fi and Wi-Fi is preferred over mobile broadband.
|
||||||
|
# Use values from NetworkManager. From nm_device_get_route_metric_default in
|
||||||
|
# https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c
|
||||||
|
[DHCPv4]
|
||||||
|
RouteMetric=700
|
||||||
|
|
||||||
|
[IPv6AcceptRA]
|
||||||
|
RouteMetric=700
|
4
releng/airootfs/etc/systemd/resolved.conf.d/archiso.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Default systemd-resolved configuration for archiso
|
||||||
|
|
||||||
|
[Resolve]
|
||||||
|
MulticastDNS=yes
|
@ -0,0 +1 @@
|
|||||||
|
/dev/null
|
10
releng/airootfs/etc/systemd/system/choose-mirror.service
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Choose mirror from the kernel command line
|
||||||
|
ConditionKernelCommandLine=mirror
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/local/bin/choose-mirror
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/cloud-config.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/cloud-final.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/cloud-init-local.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/cloud-init-main.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/cloud-init-network.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/ModemManager.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/systemd-networkd.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/systemd-resolved.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/systemd-timesyncd.service
|
1
releng/airootfs/etc/systemd/system/display-manager.service
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/sddm.service
|
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Temporary /etc/pacman.d/gnupg directory
|
||||||
|
|
||||||
|
[Mount]
|
||||||
|
What=tmpfs
|
||||||
|
Where=/etc/pacman.d/gnupg
|
||||||
|
Type=tmpfs
|
||||||
|
Options=mode=0755,noswap
|
@ -0,0 +1,3 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin root - $TERM
|
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Unmute All Sound Card Controls For Use With The Live Arch Environment
|
||||||
|
# This needs to run after the audio device becomes available.
|
||||||
|
Wants=systemd-udev-settle.service
|
||||||
|
After=systemd-udev-settle.service sound.target
|
||||||
|
ConditionKernelCommandLine=accessibility=on
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/local/bin/livecd-sound -u
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=sound.target
|
20
releng/airootfs/etc/systemd/system/livecd-talk.service
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Screen reader service
|
||||||
|
After=livecd-alsa-unmuter.service
|
||||||
|
Before=getty@tty1.service
|
||||||
|
ConditionKernelCommandLine=accessibility=on
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
TTYPath=/dev/tty13
|
||||||
|
ExecStartPre=/usr/bin/chvt 13
|
||||||
|
ExecStart=/usr/local/bin/livecd-sound -p
|
||||||
|
ExecStartPost=/usr/bin/chvt 1
|
||||||
|
ExecStartPost=systemctl start espeakup.service
|
||||||
|
StandardInput=tty
|
||||||
|
TTYVHangup=yes
|
||||||
|
TTYVTDisallocate=yes
|
||||||
|
RemainAfterExit=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/ModemManager.service
|
@ -0,0 +1 @@
|
|||||||
|
../choose-mirror.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_fcopy_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_kvp_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_vss_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/iwd.service
|
@ -0,0 +1 @@
|
|||||||
|
/etc/systemd/system/livecd-talk.service
|
@ -0,0 +1 @@
|
|||||||
|
../pacman-init.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/reflector.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/sshd.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/systemd-networkd.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/systemd-resolved.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/vboxservice.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/vmtoolsd.service
|