mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-18 10:36:52 +00:00
clean up qt and font config
This commit is contained in:
parent
85e0d80e74
commit
903546b22e
2
Kvantum/kvantum.kvconfig
Normal file
2
Kvantum/kvantum.kvconfig
Normal file
|
@ -0,0 +1,2 @@
|
|||
[General]
|
||||
theme=Dracula-purple-solid
|
20
archpkgs
20
archpkgs
|
@ -1,4 +1,3 @@
|
|||
abiword
|
||||
advancecomp
|
||||
android-tools
|
||||
anime4k
|
||||
|
@ -23,15 +22,13 @@ bzip3
|
|||
ccache
|
||||
chaotic-keyring
|
||||
chaotic-mirrorlist
|
||||
clang
|
||||
cmake
|
||||
cpupower
|
||||
cups
|
||||
dart-sass
|
||||
debootstrap
|
||||
dolphin-emu
|
||||
dracula-gtk-theme-git
|
||||
electron
|
||||
dracula-kde-theme-git
|
||||
expac
|
||||
fd
|
||||
fish
|
||||
|
@ -44,12 +41,12 @@ gamemode
|
|||
gdb
|
||||
ghex
|
||||
gifsicle
|
||||
gimp
|
||||
git
|
||||
gitui
|
||||
glow
|
||||
gnome-disk-utility
|
||||
gnome-keyring
|
||||
gnome-online-accounts
|
||||
gnome-power-manager
|
||||
gnome-system-monitor
|
||||
gvfs-gphoto2
|
||||
|
@ -71,6 +68,7 @@ jpegoptim
|
|||
jq
|
||||
keepassxc
|
||||
kitty
|
||||
kvantum
|
||||
lagrange
|
||||
libimobiledevice
|
||||
libplist
|
||||
|
@ -99,12 +97,9 @@ neovim
|
|||
netsurf
|
||||
network-manager-applet
|
||||
networkmanager
|
||||
networkmanager-openconnect
|
||||
nicotine+
|
||||
ninja
|
||||
nnn
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
nsz
|
||||
opendoas
|
||||
|
@ -119,7 +114,6 @@ php
|
|||
picocom
|
||||
pipewire
|
||||
pngquant
|
||||
postgresql
|
||||
power-profiles-daemon
|
||||
powertop
|
||||
pulseaudio
|
||||
|
@ -137,15 +131,12 @@ python-tqdm
|
|||
qpdf
|
||||
qrencode
|
||||
qt5-base
|
||||
qt5-styleplugins
|
||||
qt6-svg
|
||||
qt6gtk2
|
||||
qutebrowser-git
|
||||
rclone
|
||||
ripgrep-all
|
||||
rofi
|
||||
rsync
|
||||
samba
|
||||
signal-desktop
|
||||
smartmontools
|
||||
sof-firmware
|
||||
|
@ -153,6 +144,7 @@ sof-tools
|
|||
squashfs-tools
|
||||
squashfuse
|
||||
starship
|
||||
stlink
|
||||
stow
|
||||
subversion
|
||||
sxiv
|
||||
|
@ -161,6 +153,8 @@ system-config-printer
|
|||
tig
|
||||
tk
|
||||
torsocks
|
||||
ttf-arphic-ukai
|
||||
ttf-dejavu
|
||||
ttf-ubuntu-font-family
|
||||
tuc
|
||||
upx
|
||||
|
@ -173,7 +167,6 @@ webp-pixbuf-loader
|
|||
wget
|
||||
wimlib
|
||||
wireless_tools
|
||||
wireshark-qt
|
||||
wit
|
||||
xdg-user-dirs
|
||||
xdg-utils
|
||||
|
@ -190,4 +183,5 @@ yt-dlp
|
|||
zathura-cb
|
||||
zathura-djvu
|
||||
zathura-pdf-mupdf
|
||||
zeal-git
|
||||
zram-generator
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
fish_add_path -g ~/.appdwarf/{,apps/bin} ~/{.dotfiles,.local,,Games}/bin /usr/lib64/ccache/bin
|
||||
export EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1
|
||||
export QT_QPA_PLATFORMTHEME=gtk2
|
||||
export QT_STYLE_OVERRIDE=kvantum
|
||||
|
||||
set fish_greeting
|
||||
set fish_color_command --bold
|
||||
|
|
|
@ -19,6 +19,7 @@ sub-font = Ubuntu Bold
|
|||
sub-pos = 102
|
||||
sub-font-size = 24
|
||||
sub-border-size = 2
|
||||
osd-font = Cantarell
|
||||
|
||||
ytdl-raw-options=sub-lang=en
|
||||
|
||||
|
|
|
@ -51,5 +51,4 @@ cc.webpage.preferred_color_scheme = 'dark'
|
|||
cc.webpage.darkmode.policy.images = 'never'
|
||||
|
||||
c.tabs.show = 'multiple'
|
||||
c.qt.force_platformtheme = 'gtk2'
|
||||
c.completion.open_categories = ["bookmarks","history"]
|
||||
|
|
Loading…
Reference in a new issue