back to kde
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
|
||||
custom_palette=false
|
||||
icon_theme=Papirus
|
||||
standard_dialogs=default
|
||||
style=Adwaita
|
||||
|
||||
[Fonts]
|
||||
fixed="Monospace,11,-1,5,50,0,0,0,0,0"
|
||||
general="Cantarell,11,-1,5,50,0,0,0,0,0"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\xff\xff\xff\xfd\xff\xff\xff\xe2\0\0\x3\x9b\0\0\x3\xf9\0\0\0\0\0\0\0\0\0\0\x3\x98\0\0\x3\xf6\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\x98\0\0\x3\xf6)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
||||
@@ -1,32 +0,0 @@
|
||||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt6ct/colors/airy.conf
|
||||
custom_palette=false
|
||||
icon_theme=Papirus
|
||||
standard_dialogs=default
|
||||
style=Adwaita
|
||||
|
||||
[Fonts]
|
||||
fixed="Monospace,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
general="Cantarell,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\xff\xff\xff\xf5\xff\xff\xff\xcf\0\0\x2\xe9\0\0\x2<\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x2\x31\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x2\x31)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
||||
@@ -12,25 +12,4 @@ fi
|
||||
if [ $profile = desktop ]; then
|
||||
# Disable all managed interfaces excerpt loopback from /etc/network/interfaces file to allow NetworkManager to manage them
|
||||
sed -i '/# The primary network interface/Q' /etc/network/interfaces
|
||||
|
||||
# Qt5ct and qt6ct configuration
|
||||
grep -E "(export QT_QPA_PLATFORMTHEME=qt5ct)" /etc/environment > /dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> /etc/environment
|
||||
fi
|
||||
|
||||
# Copy user config files
|
||||
if [ ! -d /etc/skel/.config ]; then
|
||||
mkdir /etc/skel/.config
|
||||
fi
|
||||
cp -r config/. /etc/skel/.config
|
||||
|
||||
for f in /home/*
|
||||
do
|
||||
if [ ! -d $f/.config ]; then
|
||||
mkdir $f/.config
|
||||
fi
|
||||
cp -r config/. $f/.config
|
||||
chown -R ${f##*/}:${f##*/} $f/.config
|
||||
done
|
||||
fi
|
||||
|
||||
@@ -12,15 +12,8 @@ base="curl
|
||||
|
||||
server=""
|
||||
|
||||
desktop="gnome-core
|
||||
gnome-console
|
||||
geary
|
||||
gnome-tweaks
|
||||
adwaita-qt
|
||||
adwaita-qt6
|
||||
desktop="kde-plasma-desktop
|
||||
papirus-icon-theme
|
||||
qt5ct
|
||||
qt6ct
|
||||
firefox-esr
|
||||
firefox-esr-l10n-fr
|
||||
gimp
|
||||
|
||||
Reference in New Issue
Block a user