forked from artix/iso-profiles
Compare commits
24 Commits
refactor
...
3c6234f4de
Author | SHA1 | Date | |
---|---|---|---|
3c6234f4de
|
|||
e90cb408c3
|
|||
9eb236547a
|
|||
daa1f5c886
|
|||
d06c3d95ba
|
|||
d8657d9d33
|
|||
41547e70f3 | |||
0ef9017aeb | |||
3597a15937
|
|||
af478a758d
|
|||
696728c9de
|
|||
227cb3c250
|
|||
49aad5e5ae | |||
4a2c45dae8
|
|||
deadb42c63
|
|||
3b3df59354
|
|||
7edd466a8a | |||
4378886686
|
|||
24fccd628a
|
|||
39b153ae01 | |||
15f10277ad
|
|||
9c9e86d81c
|
|||
085d08cbc3 | |||
ffd8f52ad8 |
15
TODO
15
TODO
@@ -15,14 +15,25 @@ DONE mimeapps.list must be separate for each profile
|
||||
|
||||
DONE Networkmanager in LXQt
|
||||
DONE GRUB remove 1280x1024
|
||||
Autologin-session doesn't work
|
||||
|
||||
2020-03-08
|
||||
==========
|
||||
|
||||
DONE Use firefox-dark-reader instead of local/skel profile's
|
||||
DONE Also consider a few more addons from the group
|
||||
TODO Test firefox before releasing
|
||||
DONE Test firefox before releasing
|
||||
|
||||
2020-04-18
|
||||
DONE XFCE4 profile
|
||||
|
||||
2020-06-08
|
||||
Autologin-session selection
|
||||
Cinnamon fonts should change to Roboto 11 instead of M$ ones, for consistency
|
||||
DONE Remove screengrab from plasma
|
||||
DONE Use QTWEBENGINE_CHROMIUM_FLAGS=--blink-settings=darkMode=4,darkModeImagePolicy=1/--blink-settings=darkModeEnabled=true,darkModeInversionAlgorithm=4/--force-dark-mode or whatever works with Qt-5.15
|
||||
The window title font in XFCE needs to be adjusted
|
||||
DONE The Libreoffice background needs to change from 'Automatic' to '#2a2a2a'
|
||||
Fluid is dark in GTK but light in Qt
|
||||
community-qt still boots into LXQt
|
||||
DONE The SDDM theme could use some darkening
|
||||
DONE Perhaps add man-pages to the ISOs
|
||||
|
@@ -81,6 +81,8 @@ which
|
||||
efibootmgr
|
||||
xfsprogs
|
||||
zsh
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
mkinitcpio-nfs-utils
|
||||
squashfs-tools
|
||||
|
@@ -86,11 +86,13 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@openrc displaymanager-openrc
|
||||
@openrc networkmanager-openrc
|
||||
@openrc displaymanager-openrc
|
||||
@openrc ntp-openrc
|
||||
@openrc openrc-settingsd
|
||||
@openrc bluez-openrc
|
||||
@@ -124,6 +126,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -140,20 +143,12 @@ xf86-video-voodoo
|
||||
# Core ISO packages end here
|
||||
|
||||
# Branding
|
||||
artix-gtk-presets
|
||||
artix-grub-theme
|
||||
artix-dark-theme
|
||||
xcursor-premium
|
||||
artix-branding-base
|
||||
|
||||
# Basic usability apps
|
||||
gvfs-mtp
|
||||
leafpad
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
midori
|
||||
mpv
|
||||
xreader
|
||||
artix-gtk-presets
|
||||
artix-qt-presets
|
||||
xcursor-premium
|
||||
|
||||
# Cinnamon
|
||||
cinnamon
|
||||
@@ -174,3 +169,16 @@ nemo-preview
|
||||
nemo-seahorse
|
||||
nemo-share
|
||||
xcursor-vanilla-dmz
|
||||
|
||||
# Basic usability apps
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -1,2 +1,3 @@
|
||||
QT_QPA_PLATFORMTHEME=gtk2
|
||||
QT_STYLE_OVERRIDE=gtk
|
||||
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
|
||||
|
@@ -86,6 +86,8 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@@ -213,9 +215,11 @@ firefox-noscript
|
||||
firefox-ublock-origin
|
||||
libreoffice-fresh
|
||||
mpv
|
||||
youtube-dl
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
youtube-dl
|
||||
pulseaudio-alsa
|
||||
p7zip
|
||||
unrar
|
||||
@@ -249,7 +253,7 @@ breeze-icons
|
||||
|
||||
# Network management
|
||||
connman-gtk
|
||||
modemmanager
|
||||
modem-manager-gui
|
||||
|
||||
# GTK pkgs
|
||||
geany-plugins
|
||||
@@ -274,9 +278,10 @@ midori
|
||||
leafpad
|
||||
|
||||
# other stuff
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gtk-engines
|
||||
accountsservice
|
||||
raw-thumbnailer
|
||||
bluez-utils
|
||||
yaourtix
|
||||
hunspell-en_US
|
||||
|
@@ -86,6 +86,8 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@@ -146,7 +148,7 @@ artix-dark-theme
|
||||
artix-branding-base
|
||||
artix-community-presets
|
||||
xcursor-premium
|
||||
artix-sddm-theme
|
||||
sddm-theme-artix
|
||||
|
||||
# Community goodies
|
||||
base-devel
|
||||
@@ -168,14 +170,13 @@ winetricks
|
||||
# KDE Plasma
|
||||
plasma
|
||||
kf5
|
||||
kdebase
|
||||
kdeutils
|
||||
kde-system
|
||||
kde-applications
|
||||
kdenetwork
|
||||
kde-utilities
|
||||
kde-network
|
||||
kde-graphics
|
||||
kde-multimedia
|
||||
kdepim
|
||||
kdegraphics
|
||||
kdeutils
|
||||
kdemultimedia
|
||||
|
||||
# LXQT
|
||||
lxqt
|
||||
@@ -192,9 +193,11 @@ firefox-noscript
|
||||
firefox-ublock-origin
|
||||
libreoffice-fresh
|
||||
mpv
|
||||
youtube-dl
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
#ffmpegthumbs # included in kdemultimedia
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
youtube-dl
|
||||
pulseaudio-alsa
|
||||
p7zip
|
||||
unrar
|
||||
@@ -228,6 +231,7 @@ breeze-icons
|
||||
|
||||
# Network management
|
||||
network-manager-applet
|
||||
modem-manager-gui
|
||||
|
||||
# GTK pkgs
|
||||
geany-plugins
|
||||
@@ -244,7 +248,6 @@ meld
|
||||
# other stuff
|
||||
gtk-engines
|
||||
accountsservice
|
||||
raw-thumbnailer
|
||||
bluez-utils
|
||||
yaourtix
|
||||
hunspell-en_US
|
||||
|
@@ -1,2 +1,3 @@
|
||||
#QT_QPA_PLATFORMTHEME=gtk2
|
||||
QT_STYLE_OVERRIDE=gtk
|
||||
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
|
||||
|
@@ -1 +0,0 @@
|
||||
../../../../community/root-overlay/usr/share/sddm
|
@@ -25,7 +25,7 @@ case $XDG_CURRENT_DESKTOP in
|
||||
;;
|
||||
MATE) [[ -f .hidden-mate ]] && ln -sf .hidden-mate .hidden
|
||||
;;
|
||||
LXDE) [[ -f .hidden-lxde ]] && ln -sf .hidden-lxde .hidden
|
||||
LXDE) rm -f org.kde.konversation.desktop
|
||||
;;
|
||||
LXQt) [[ -f .hidden-lxqt ]] && ln -sf .hidden-lxqt .hidden
|
||||
;;
|
||||
|
@@ -1,245 +0,0 @@
|
||||
import QtQuick 2.0
|
||||
import SddmComponents 2.0
|
||||
|
||||
Rectangle {
|
||||
id: container
|
||||
width: 640
|
||||
height: 480
|
||||
|
||||
LayoutMirroring.enabled: Qt.locale().textDirection == Qt.RightToLeft
|
||||
LayoutMirroring.childrenInherit: true
|
||||
|
||||
TextConstants { id: textConstants }
|
||||
|
||||
Connections {
|
||||
target: sddm
|
||||
|
||||
onLoginSucceeded: {
|
||||
errorMessage.color = "steelblue"
|
||||
errorMessage.text = textConstants.loginSucceeded
|
||||
}
|
||||
|
||||
onLoginFailed: {
|
||||
password.text = ""
|
||||
errorMessage.color = "red"
|
||||
errorMessage.text = textConstants.loginFailed
|
||||
}
|
||||
}
|
||||
|
||||
Background {
|
||||
anchors.fill: parent
|
||||
source: config.background
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
onStatusChanged: {
|
||||
if (status == Image.Error && source != config.defaultBackground) {
|
||||
source = config.defaultBackground
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: "transparent"
|
||||
//visible: primaryScreen
|
||||
|
||||
Image {
|
||||
id: rectangle
|
||||
anchors.centerIn: parent
|
||||
width: Math.max(320, mainColumn.implicitWidth + 50)
|
||||
height: Math.max(320, mainColumn.implicitHeight + 50)
|
||||
|
||||
source: "rectangle.png"
|
||||
|
||||
Column {
|
||||
id: mainColumn
|
||||
anchors.centerIn: parent
|
||||
spacing: 12
|
||||
Text {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
color: "black"
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
height: text.implicitHeight
|
||||
width: parent.width
|
||||
text: textConstants.welcomeText.arg(sddm.hostName)
|
||||
wrapMode: Text.WordWrap
|
||||
font.pixelSize: 24
|
||||
elide: Text.ElideRight
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
|
||||
Text {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
color: "black"
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
height: text.implicitHeight
|
||||
width: parent.width
|
||||
text: qsTr("Artix Linux")
|
||||
wrapMode: Text.WordWrap
|
||||
font.pixelSize: 14
|
||||
elide: Text.ElideRight
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
|
||||
Column {
|
||||
width: parent.width
|
||||
spacing: 4
|
||||
Text {
|
||||
id: lblName
|
||||
width: parent.width
|
||||
text: textConstants.userName
|
||||
font.bold: true
|
||||
font.pixelSize: 12
|
||||
}
|
||||
|
||||
TextBox {
|
||||
id: name
|
||||
width: parent.width; height: 30
|
||||
text: userModel.lastUser
|
||||
font.pixelSize: 14
|
||||
|
||||
KeyNavigation.backtab: rebootButton; KeyNavigation.tab: password
|
||||
|
||||
Keys.onPressed: {
|
||||
if (event.key === Qt.Key_Return || event.key === Qt.Key_Enter) {
|
||||
sddm.login(name.text, password.text, session.index)
|
||||
event.accepted = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Column {
|
||||
width: parent.width
|
||||
spacing : 4
|
||||
Text {
|
||||
id: lblPassword
|
||||
width: parent.width
|
||||
text: textConstants.password
|
||||
font.bold: true
|
||||
font.pixelSize: 12
|
||||
}
|
||||
|
||||
PasswordBox {
|
||||
id: password
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
|
||||
KeyNavigation.backtab: name; KeyNavigation.tab: session
|
||||
|
||||
Keys.onPressed: {
|
||||
if (event.key === Qt.Key_Return || event.key === Qt.Key_Enter) {
|
||||
sddm.login(name.text, password.text, session.index)
|
||||
event.accepted = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
spacing: 4
|
||||
width: parent.width / 2
|
||||
z: 100
|
||||
|
||||
Column {
|
||||
z: 100
|
||||
width: parent.width * 1.3
|
||||
spacing : 4
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
Text {
|
||||
id: lblSession
|
||||
width: parent.width
|
||||
text: textConstants.session
|
||||
wrapMode: TextEdit.WordWrap
|
||||
font.bold: true
|
||||
font.pixelSize: 12
|
||||
}
|
||||
|
||||
ComboBox {
|
||||
id: session
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
|
||||
arrowIcon: "angle-down.png"
|
||||
|
||||
model: sessionModel
|
||||
index: sessionModel.lastIndex
|
||||
|
||||
KeyNavigation.backtab: password; KeyNavigation.tab: layoutBox
|
||||
}
|
||||
}
|
||||
|
||||
Column {
|
||||
z: 101
|
||||
width: parent.width * 0.7
|
||||
spacing : 4
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
Text {
|
||||
id: lblLayout
|
||||
width: parent.width
|
||||
text: textConstants.layout
|
||||
wrapMode: TextEdit.WordWrap
|
||||
font.bold: true
|
||||
font.pixelSize: 12
|
||||
}
|
||||
|
||||
LayoutBox {
|
||||
id: layoutBox
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
|
||||
arrowIcon: "angle-down.png"
|
||||
|
||||
KeyNavigation.backtab: session; KeyNavigation.tab: loginButton
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
spacing: 4
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
property int btnWidth: Math.max(loginButton.implicitWidth,
|
||||
shutdownButton.implicitWidth,
|
||||
rebootButton.implicitWidth, 80) + 8
|
||||
Button {
|
||||
id: loginButton
|
||||
text: textConstants.login
|
||||
width: parent.btnWidth
|
||||
|
||||
onClicked: sddm.login(name.text, password.text, session.index)
|
||||
|
||||
KeyNavigation.backtab: layoutBox; KeyNavigation.tab: shutdownButton
|
||||
}
|
||||
|
||||
Button {
|
||||
id: shutdownButton
|
||||
text: textConstants.shutdown
|
||||
width: parent.btnWidth
|
||||
|
||||
onClicked: sddm.powerOff()
|
||||
|
||||
KeyNavigation.backtab: loginButton; KeyNavigation.tab: rebootButton
|
||||
}
|
||||
|
||||
Button {
|
||||
id: rebootButton
|
||||
text: textConstants.reboot
|
||||
width: parent.btnWidth
|
||||
|
||||
onClicked: sddm.reboot()
|
||||
|
||||
KeyNavigation.backtab: shutdownButton; KeyNavigation.tab: name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (name.text == "")
|
||||
name.focus = true
|
||||
else
|
||||
password.focus = true
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 196 B |
@@ -1,14 +0,0 @@
|
||||
[SddmGreeterTheme]
|
||||
Name=Artix
|
||||
Description=Artix SDDM Theme
|
||||
Author=oberon
|
||||
Type=sddm-theme
|
||||
Version=0.1
|
||||
Website=https://github.com/sddm/sddm
|
||||
Screenshot=preview.png
|
||||
#TranslationsDirectory=translations
|
||||
Email=oberon@manjaro.org
|
||||
MainScript=Main.qml
|
||||
ConfigFile=theme.conf
|
||||
Theme-Id=artix
|
||||
Theme-API=2.0
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
@@ -1,2 +0,0 @@
|
||||
[General]
|
||||
background=/usr/share/backgrounds/Artix_dna_spiral_dark.jpg
|
@@ -10,7 +10,7 @@ nbd
|
||||
|
||||
artix-grub-theme
|
||||
|
||||
artix-sddm-theme
|
||||
sddm-theme-artix
|
||||
artix-lxqt-presets
|
||||
artix-docs
|
||||
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -85,6 +86,8 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@@ -123,6 +126,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -165,11 +169,15 @@ openbox
|
||||
pcmanfm
|
||||
|
||||
# Basic usability apps
|
||||
connman-gtk
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
atril
|
||||
connman-gtk
|
||||
midori
|
||||
leafpad
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -85,6 +86,8 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@@ -123,6 +126,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -144,19 +148,23 @@ artix-dark-theme
|
||||
artix-branding-base
|
||||
artix-gtk-presets
|
||||
artix-qt-presets
|
||||
artix-sddm-theme
|
||||
xcursor-premium
|
||||
sddm-theme-artix
|
||||
|
||||
# LXQt
|
||||
lxqt
|
||||
|
||||
# Basic usability apps
|
||||
screengrab
|
||||
cmst
|
||||
kwrite
|
||||
falkon
|
||||
xarchiver
|
||||
breeze-icons
|
||||
mpv
|
||||
gvfs-mtp
|
||||
qpdfview
|
||||
cmst
|
||||
lxqt-archiver
|
||||
breeze-icons
|
||||
screengrab
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -1,2 +1,3 @@
|
||||
#QT_STYLE_OVERRIDE=gtk2
|
||||
QT_QPA_PLATFORMTHEME=gtk2
|
||||
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -85,6 +86,8 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@@ -123,6 +126,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -169,11 +173,15 @@ mate-utils
|
||||
mozo
|
||||
|
||||
# Basic usability apps
|
||||
connman-gtk
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
atril
|
||||
connman-gtk
|
||||
midori
|
||||
leafpad
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -85,6 +86,8 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@@ -123,6 +126,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -144,8 +148,8 @@ artix-dark-theme
|
||||
artix-branding-base
|
||||
artix-gtk-presets
|
||||
artix-qt-presets
|
||||
artix-sddm-theme
|
||||
xcursor-premium
|
||||
sddm-theme-artix
|
||||
|
||||
# KDE Plasma
|
||||
artix-qt-presets
|
||||
@@ -176,6 +180,7 @@ plasma-browser-integration
|
||||
plasma-desktop
|
||||
plasma-integration
|
||||
plasma-workspace
|
||||
plasma-pa
|
||||
polkit-kde-agent
|
||||
powerdevil
|
||||
sddm-kcm
|
||||
@@ -190,16 +195,18 @@ khelpcenter
|
||||
konsole
|
||||
kwalletmanager
|
||||
gwenview
|
||||
ark
|
||||
spectacle
|
||||
|
||||
# Basic usability apps
|
||||
screengrab
|
||||
plasma-nm
|
||||
kwrite
|
||||
falkon
|
||||
xarchiver
|
||||
okular
|
||||
ark
|
||||
breeze-icons
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
okular
|
||||
plasma-nm
|
||||
|
@@ -1,2 +1,3 @@
|
||||
QT_STYLE_OVERRIDE=gtk2
|
||||
QT_QPA_PLATFORMTHEME=gtk
|
||||
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -85,6 +86,8 @@ zsh
|
||||
alsa-firmware
|
||||
powertop
|
||||
inxi
|
||||
modemmanager
|
||||
usb_modeswitch
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@@ -123,6 +126,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -153,11 +157,15 @@ pulseaudio
|
||||
pavucontrol
|
||||
|
||||
# Basic usability apps
|
||||
connman-gtk
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
atril
|
||||
connman-gtk
|
||||
midori
|
||||
leafpad
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
Reference in New Issue
Block a user