mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-07 04:32:20 +00:00
qt5ct -> qt6ct
This commit is contained in:
parent
e957e2bf86
commit
a33a6f0a1d
|
|
@ -42,7 +42,7 @@ depends=(
|
|||
|
||||
# GUI
|
||||
budgie-backgrounds budgie-desktop ly network-manager-applet
|
||||
gtk3-classic qt5ct
|
||||
gtk3-classic qt6ct
|
||||
gnome-disk-utility kitty pcmanfm-gtk3 gvfs-mtp rofi ttyd
|
||||
adobe-source-code-pro-fonts noto-fonts-cjk noto-fonts-emoji ttf-dejavu ttf-ubuntu-font-family
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ set -Ux NNN_FIFO /tmp/nnn.fifo
|
|||
set -Ux NNN_PLUG 'f:fzcd;i:imgur;j:autojump;m:nmount;p:preview-tui;s:imgview'
|
||||
set -Ux PAGER most
|
||||
set -Ux PROTONPATH /usr/share/steam/compatibilitytools.d/proton-ge-custom
|
||||
set -Ux QT_QPA_PLATFORMTHEME qt5ct
|
||||
set -Ux QT_QPA_PLATFORMTHEME qt6ct
|
||||
set -Ux USE_CCACHE 1
|
||||
set -Ux WINEDEBUG -all
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/home/glados/.dotfiles/qt5ct/qt5ct.conf
|
||||
color_scheme_path=/home/glados/.dotfiles/qt6ct/qt6ct.conf
|
||||
custom_palette=true
|
||||
icon_theme=Haiku
|
||||
|
||||
|
|
@ -11,3 +11,6 @@ inactive_colors=#ffffffff, #ff282a36, #ff282a36, #ff282a36, #ff282a36, #ff282a36
|
|||
[Fonts]
|
||||
fixed="Source Code Pro,10,-1,5,50,0,0,0,0,0"
|
||||
general="Cantarell,11,-1,5,50,0,0,0,0,0"
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x1\0\0\0\x19\0\0\x2\xdf\0\0\x2\x46\0\0\0\x1\0\0\0\x19\0\0\x2\xdf\0\0\x2\x46\0\0\0\0\0\0\0\0\x5\x95\0\0\0\x1\0\0\0\x19\0\0\x2\xdf\0\0\x2\x46)
|
||||
Loading…
Reference in a new issue