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 Networkmanager in LXQt
|
||||||
DONE GRUB remove 1280x1024
|
DONE GRUB remove 1280x1024
|
||||||
Autologin-session doesn't work
|
|
||||||
|
|
||||||
2020-03-08
|
2020-03-08
|
||||||
==========
|
==========
|
||||||
|
|
||||||
DONE Use firefox-dark-reader instead of local/skel profile's
|
DONE Use firefox-dark-reader instead of local/skel profile's
|
||||||
DONE Also consider a few more addons from the group
|
DONE Also consider a few more addons from the group
|
||||||
TODO Test firefox before releasing
|
DONE Test firefox before releasing
|
||||||
|
|
||||||
2020-04-18
|
2020-04-18
|
||||||
DONE XFCE4 profile
|
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
|
efibootmgr
|
||||||
xfsprogs
|
xfsprogs
|
||||||
zsh
|
zsh
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
mkinitcpio-nfs-utils
|
mkinitcpio-nfs-utils
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
|
@@ -81,7 +81,7 @@ else
|
|||||||
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $PROFILES && git checkout refactor
|
cd $PROFILES && git checkout master
|
||||||
echo "#################################" >>$CWD/ISO_build.log
|
echo "#################################" >>$CWD/ISO_build.log
|
||||||
for profile in ${profiles[@]}; do
|
for profile in ${profiles[@]}; do
|
||||||
for init in ${inits[@]}; do
|
for init in ${inits[@]}; do
|
||||||
|
@@ -86,11 +86,13 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@openrc displaymanager-openrc
|
|
||||||
@openrc networkmanager-openrc
|
@openrc networkmanager-openrc
|
||||||
|
@openrc displaymanager-openrc
|
||||||
@openrc ntp-openrc
|
@openrc ntp-openrc
|
||||||
@openrc openrc-settingsd
|
@openrc openrc-settingsd
|
||||||
@openrc bluez-openrc
|
@openrc bluez-openrc
|
||||||
@@ -124,6 +126,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -140,20 +143,12 @@ xf86-video-voodoo
|
|||||||
# Core ISO packages end here
|
# Core ISO packages end here
|
||||||
|
|
||||||
# Branding
|
# Branding
|
||||||
artix-gtk-presets
|
|
||||||
artix-grub-theme
|
artix-grub-theme
|
||||||
artix-dark-theme
|
artix-dark-theme
|
||||||
xcursor-premium
|
|
||||||
artix-branding-base
|
artix-branding-base
|
||||||
|
artix-gtk-presets
|
||||||
# Basic usability apps
|
artix-qt-presets
|
||||||
gvfs-mtp
|
xcursor-premium
|
||||||
leafpad
|
|
||||||
lightdm-gtk-greeter
|
|
||||||
light-locker
|
|
||||||
midori
|
|
||||||
mpv
|
|
||||||
xreader
|
|
||||||
|
|
||||||
# Cinnamon
|
# Cinnamon
|
||||||
cinnamon
|
cinnamon
|
||||||
@@ -174,3 +169,16 @@ nemo-preview
|
|||||||
nemo-seahorse
|
nemo-seahorse
|
||||||
nemo-share
|
nemo-share
|
||||||
xcursor-vanilla-dmz
|
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_QPA_PLATFORMTHEME=gtk2
|
||||||
QT_STYLE_OVERRIDE=gtk
|
QT_STYLE_OVERRIDE=gtk
|
||||||
|
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
|
||||||
|
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# local.d execution in runit/s6
|
|
||||||
|
|
||||||
init=$(ls -l /sbin/init | sed 's/.*->\ \(.*\)-init/\1/')
|
|
||||||
|
|
||||||
case $init in
|
|
||||||
runit|s6) for script in /etc/local.d/*.start; do
|
|
||||||
[[ $script =~ local.start ]] && continue
|
|
||||||
[[ $script =~ $0 ]] && continue
|
|
||||||
[[ -x $script ]] && $script
|
|
||||||
done
|
|
||||||
;;
|
|
||||||
*) ;;
|
|
||||||
esac
|
|
@@ -86,6 +86,8 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@@ -213,9 +215,11 @@ firefox-noscript
|
|||||||
firefox-ublock-origin
|
firefox-ublock-origin
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
mpv
|
mpv
|
||||||
youtube-dl
|
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
ffmpegthumbs
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
|
youtube-dl
|
||||||
pulseaudio-alsa
|
pulseaudio-alsa
|
||||||
p7zip
|
p7zip
|
||||||
unrar
|
unrar
|
||||||
@@ -249,7 +253,7 @@ breeze-icons
|
|||||||
|
|
||||||
# Network management
|
# Network management
|
||||||
connman-gtk
|
connman-gtk
|
||||||
modemmanager
|
modem-manager-gui
|
||||||
|
|
||||||
# GTK pkgs
|
# GTK pkgs
|
||||||
geany-plugins
|
geany-plugins
|
||||||
@@ -274,9 +278,10 @@ midori
|
|||||||
leafpad
|
leafpad
|
||||||
|
|
||||||
# other stuff
|
# other stuff
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gtk-engines
|
gtk-engines
|
||||||
accountsservice
|
accountsservice
|
||||||
raw-thumbnailer
|
|
||||||
bluez-utils
|
bluez-utils
|
||||||
yaourtix
|
yaourtix
|
||||||
hunspell-en_US
|
hunspell-en_US
|
||||||
|
@@ -86,6 +86,8 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@@ -146,7 +148,7 @@ artix-dark-theme
|
|||||||
artix-branding-base
|
artix-branding-base
|
||||||
artix-community-presets
|
artix-community-presets
|
||||||
xcursor-premium
|
xcursor-premium
|
||||||
artix-sddm-theme
|
sddm-theme-artix
|
||||||
|
|
||||||
# Community goodies
|
# Community goodies
|
||||||
base-devel
|
base-devel
|
||||||
@@ -168,14 +170,13 @@ winetricks
|
|||||||
# KDE Plasma
|
# KDE Plasma
|
||||||
plasma
|
plasma
|
||||||
kf5
|
kf5
|
||||||
kdebase
|
kde-system
|
||||||
kdeutils
|
|
||||||
kde-applications
|
kde-applications
|
||||||
kdenetwork
|
kde-utilities
|
||||||
|
kde-network
|
||||||
|
kde-graphics
|
||||||
|
kde-multimedia
|
||||||
kdepim
|
kdepim
|
||||||
kdegraphics
|
|
||||||
kdeutils
|
|
||||||
kdemultimedia
|
|
||||||
|
|
||||||
# LXQT
|
# LXQT
|
||||||
lxqt
|
lxqt
|
||||||
@@ -192,9 +193,11 @@ firefox-noscript
|
|||||||
firefox-ublock-origin
|
firefox-ublock-origin
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
mpv
|
mpv
|
||||||
youtube-dl
|
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
ffmpegthumbs
|
#ffmpegthumbs # included in kdemultimedia
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
|
youtube-dl
|
||||||
pulseaudio-alsa
|
pulseaudio-alsa
|
||||||
p7zip
|
p7zip
|
||||||
unrar
|
unrar
|
||||||
@@ -228,6 +231,7 @@ breeze-icons
|
|||||||
|
|
||||||
# Network management
|
# Network management
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
|
modem-manager-gui
|
||||||
|
|
||||||
# GTK pkgs
|
# GTK pkgs
|
||||||
geany-plugins
|
geany-plugins
|
||||||
@@ -244,7 +248,6 @@ meld
|
|||||||
# other stuff
|
# other stuff
|
||||||
gtk-engines
|
gtk-engines
|
||||||
accountsservice
|
accountsservice
|
||||||
raw-thumbnailer
|
|
||||||
bluez-utils
|
bluez-utils
|
||||||
yaourtix
|
yaourtix
|
||||||
hunspell-en_US
|
hunspell-en_US
|
||||||
|
@@ -1,2 +1,3 @@
|
|||||||
#QT_QPA_PLATFORMTHEME=gtk2
|
#QT_QPA_PLATFORMTHEME=gtk2
|
||||||
QT_STYLE_OVERRIDE=gtk
|
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
|
|
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# local.d execution in runit/s6
|
|
||||||
|
|
||||||
init=$(ls -l /sbin/init | sed 's/.*->\ \(.*\)-init/\1/')
|
|
||||||
|
|
||||||
case $init in
|
|
||||||
runit|s6) for script in /etc/local.d/*.start; do
|
|
||||||
[[ $script =~ local.start ]] && continue
|
|
||||||
[[ $script =~ $0 ]] && continue
|
|
||||||
[[ -x $script ]] && $script
|
|
||||||
done
|
|
||||||
;;
|
|
||||||
*) ;;
|
|
||||||
esac
|
|
@@ -1 +0,0 @@
|
|||||||
../../../live-overlay/etc/local.d/0-process_local.d.start
|
|
@@ -25,7 +25,7 @@ case $XDG_CURRENT_DESKTOP in
|
|||||||
;;
|
;;
|
||||||
MATE) [[ -f .hidden-mate ]] && ln -sf .hidden-mate .hidden
|
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
|
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-grub-theme
|
||||||
|
|
||||||
artix-sddm-theme
|
sddm-theme-artix
|
||||||
artix-lxqt-presets
|
artix-lxqt-presets
|
||||||
artix-docs
|
artix-docs
|
||||||
|
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -85,6 +86,8 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@@ -123,6 +126,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -165,11 +169,15 @@ openbox
|
|||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
|
connman-gtk
|
||||||
|
leafpad
|
||||||
|
midori
|
||||||
|
atril
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
light-locker
|
light-locker
|
||||||
atril
|
|
||||||
connman-gtk
|
|
||||||
midori
|
|
||||||
leafpad
|
|
||||||
mpv
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -85,6 +86,8 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@@ -123,6 +126,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -144,19 +148,23 @@ artix-dark-theme
|
|||||||
artix-branding-base
|
artix-branding-base
|
||||||
artix-gtk-presets
|
artix-gtk-presets
|
||||||
artix-qt-presets
|
artix-qt-presets
|
||||||
artix-sddm-theme
|
|
||||||
xcursor-premium
|
xcursor-premium
|
||||||
|
sddm-theme-artix
|
||||||
|
|
||||||
# LXQt
|
# LXQt
|
||||||
lxqt
|
lxqt
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
screengrab
|
cmst
|
||||||
kwrite
|
kwrite
|
||||||
falkon
|
falkon
|
||||||
xarchiver
|
|
||||||
breeze-icons
|
|
||||||
mpv
|
|
||||||
gvfs-mtp
|
|
||||||
qpdfview
|
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_STYLE_OVERRIDE=gtk2
|
||||||
QT_QPA_PLATFORMTHEME=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
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -85,6 +86,8 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@@ -123,6 +126,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -169,11 +173,15 @@ mate-utils
|
|||||||
mozo
|
mozo
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
|
connman-gtk
|
||||||
|
leafpad
|
||||||
|
midori
|
||||||
|
atril
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
light-locker
|
light-locker
|
||||||
atril
|
|
||||||
connman-gtk
|
|
||||||
midori
|
|
||||||
leafpad
|
|
||||||
mpv
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -85,6 +86,8 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@@ -123,6 +126,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -144,8 +148,8 @@ artix-dark-theme
|
|||||||
artix-branding-base
|
artix-branding-base
|
||||||
artix-gtk-presets
|
artix-gtk-presets
|
||||||
artix-qt-presets
|
artix-qt-presets
|
||||||
artix-sddm-theme
|
|
||||||
xcursor-premium
|
xcursor-premium
|
||||||
|
sddm-theme-artix
|
||||||
|
|
||||||
# KDE Plasma
|
# KDE Plasma
|
||||||
artix-qt-presets
|
artix-qt-presets
|
||||||
@@ -176,6 +180,7 @@ plasma-browser-integration
|
|||||||
plasma-desktop
|
plasma-desktop
|
||||||
plasma-integration
|
plasma-integration
|
||||||
plasma-workspace
|
plasma-workspace
|
||||||
|
plasma-pa
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
powerdevil
|
powerdevil
|
||||||
sddm-kcm
|
sddm-kcm
|
||||||
@@ -190,16 +195,18 @@ khelpcenter
|
|||||||
konsole
|
konsole
|
||||||
kwalletmanager
|
kwalletmanager
|
||||||
gwenview
|
gwenview
|
||||||
ark
|
|
||||||
spectacle
|
spectacle
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
screengrab
|
plasma-nm
|
||||||
kwrite
|
kwrite
|
||||||
falkon
|
falkon
|
||||||
xarchiver
|
okular
|
||||||
|
ark
|
||||||
breeze-icons
|
breeze-icons
|
||||||
mpv
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
okular
|
|
||||||
plasma-nm
|
|
||||||
|
@@ -1,2 +1,3 @@
|
|||||||
QT_STYLE_OVERRIDE=gtk2
|
QT_STYLE_OVERRIDE=gtk2
|
||||||
QT_QPA_PLATFORMTHEME=gtk
|
QT_QPA_PLATFORMTHEME=gtk
|
||||||
|
QTWEBENGINE_CHROMIUM_FLAGS="-blink-settings=darkModeEnabled=true -enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter"
|
||||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
|||||||
exfat-utils
|
exfat-utils
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
grub
|
grub
|
||||||
|
htop
|
||||||
inetutils
|
inetutils
|
||||||
iptables
|
iptables
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
@@ -85,6 +86,8 @@ zsh
|
|||||||
alsa-firmware
|
alsa-firmware
|
||||||
powertop
|
powertop
|
||||||
inxi
|
inxi
|
||||||
|
modemmanager
|
||||||
|
usb_modeswitch
|
||||||
|
|
||||||
@openrc alsa-utils-openrc
|
@openrc alsa-utils-openrc
|
||||||
@openrc avahi-openrc
|
@openrc avahi-openrc
|
||||||
@@ -123,6 +126,7 @@ xdg-utils
|
|||||||
|
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
xorg-xhost
|
||||||
|
|
||||||
xf86-input-vmmouse
|
xf86-input-vmmouse
|
||||||
xf86-video-amdgpu
|
xf86-video-amdgpu
|
||||||
@@ -153,11 +157,15 @@ pulseaudio
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
||||||
# Basic usability apps
|
# Basic usability apps
|
||||||
|
connman-gtk
|
||||||
|
leafpad
|
||||||
|
midori
|
||||||
|
atril
|
||||||
lightdm-gtk-greeter
|
lightdm-gtk-greeter
|
||||||
light-locker
|
light-locker
|
||||||
atril
|
|
||||||
connman-gtk
|
|
||||||
midori
|
|
||||||
leafpad
|
|
||||||
mpv
|
mpv
|
||||||
|
ffmpegthumbnailer
|
||||||
|
ffmpegthumbs
|
||||||
|
raw-thumbnailer
|
||||||
|
qt5-imageformats
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
|
Reference in New Issue
Block a user