mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-28 07:56:41 +00:00
qute: restructure out of config.py, qt: ditch kvantum for qt5ct, mpv: update to new SoM settings
This commit is contained in:
parent
80f5d03803
commit
c1fe7828fd
|
@ -1,2 +0,0 @@
|
||||||
[General]
|
|
||||||
theme=Dracula-Solid
|
|
9
archpkgs
9
archpkgs
|
@ -31,7 +31,6 @@ doas-sudo-shim
|
||||||
dolphin-emu
|
dolphin-emu
|
||||||
dolphin-emu-tool
|
dolphin-emu-tool
|
||||||
dracula-gtk-theme-git
|
dracula-gtk-theme-git
|
||||||
dracula-kde-theme-git
|
|
||||||
elvish
|
elvish
|
||||||
expac
|
expac
|
||||||
fd
|
fd
|
||||||
|
@ -43,6 +42,7 @@ fwupd
|
||||||
fzf
|
fzf
|
||||||
gallery-dl
|
gallery-dl
|
||||||
game-devices-udev
|
game-devices-udev
|
||||||
|
gamescope
|
||||||
gdb
|
gdb
|
||||||
ghostscript
|
ghostscript
|
||||||
gifsicle
|
gifsicle
|
||||||
|
@ -50,6 +50,7 @@ git
|
||||||
git-filter-repo
|
git-filter-repo
|
||||||
git-lfs
|
git-lfs
|
||||||
gitui
|
gitui
|
||||||
|
gmic
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
gnome-power-manager
|
gnome-power-manager
|
||||||
|
@ -73,16 +74,16 @@ keepassxc
|
||||||
kernel-headers-musl
|
kernel-headers-musl
|
||||||
kitty
|
kitty
|
||||||
kiwix-tools
|
kiwix-tools
|
||||||
kvantum-qt5
|
krita
|
||||||
lagrange
|
lagrange
|
||||||
libheif
|
libheif
|
||||||
libplist
|
libplist
|
||||||
libpulse
|
libpulse
|
||||||
libresprite-git
|
|
||||||
libusbmuxd
|
libusbmuxd
|
||||||
libva-intel-driver
|
libva-intel-driver
|
||||||
linux-firmware
|
linux-firmware
|
||||||
linux-hardened
|
linux-hardened
|
||||||
|
love
|
||||||
lrzip
|
lrzip
|
||||||
ly
|
ly
|
||||||
lynx
|
lynx
|
||||||
|
@ -144,6 +145,7 @@ qownnotes
|
||||||
qpdf
|
qpdf
|
||||||
qrencode
|
qrencode
|
||||||
qt5-base
|
qt5-base
|
||||||
|
qt5ct
|
||||||
qutebrowser
|
qutebrowser
|
||||||
rclone
|
rclone
|
||||||
redlib
|
redlib
|
||||||
|
@ -187,6 +189,7 @@ xdelta3
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xf86-input-evdev
|
xf86-input-evdev
|
||||||
xf86-input-libinput
|
xf86-input-libinput
|
||||||
|
xf86-input-wacom
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
xreader
|
xreader
|
||||||
|
|
|
@ -30,6 +30,10 @@ wget https://source.netsurf-browser.org/netsurf.git/plain/resources/adblock.css
|
||||||
wget https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/lua
|
wget https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/lua
|
||||||
nvim +PaqInstall +q
|
nvim +PaqInstall +q
|
||||||
|
|
||||||
|
wget https://github.com/DonCanjas/mpv-visualizer/raw/master/visualizer.lua -P ~/.config/mpv/scripts
|
||||||
|
wget https://github.com/elhirchek/copy-paste-url/raw/master/copy-paste-url.lua -P ~/.config/mpv/scripts
|
||||||
|
wget https://gitlab.com/lvml/mpv-plugin-xrandr/-/raw/master/xrandr.lua -P ~/.config/mpv/scripts
|
||||||
|
|
||||||
printf bt-tracker= > ~/.config/aria2/aria2.conf
|
printf bt-tracker= > ~/.config/aria2/aria2.conf
|
||||||
curl -L https://github.com/ngosang/trackerslist/raw/master/trackers_best.txt | tr "\n" , >> ~/.config/aria2/aria2.conf
|
curl -L https://github.com/ngosang/trackerslist/raw/master/trackers_best.txt | tr "\n" , >> ~/.config/aria2/aria2.conf
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
fish_add_path -g ~/{.dotfiles,.local{/appdwarf,},Games}/bin /usr/lib64/ccache/bin
|
fish_add_path -g ~/{.dotfiles,.local{/appdwarf,},Games}/bin /usr/lib64/ccache/bin
|
||||||
export EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1 PAGER=most
|
export EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1 PAGER=most
|
||||||
export QT_STYLE_OVERRIDE=kvantum GTK_THEME=Dracula
|
export QT_QPA_PLATFORMTHEME=qt5ct GTK_THEME=Dracula
|
||||||
export NNN_PLUG='f:fzcd;i:imgur;j:autojump;m:nmount;s:imgview'
|
export NNN_PLUG='f:fzcd;i:imgur;j:autojump;m:nmount;s:imgview'
|
||||||
|
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
|
|
@ -120,5 +120,5 @@ vim.cmd [[
|
||||||
colorscheme dracula
|
colorscheme dracula
|
||||||
command Q q!
|
command Q q!
|
||||||
let b:ale_linters = {'c': [''], 'sh': [''], 'php': ['']}
|
let b:ale_linters = {'c': [''], 'sh': [''], 'php': ['']}
|
||||||
autocmd BufReadPost,FileReadPost *.bz3 call gzip#read("bzip3 -d")
|
autocmd BufReadPost,FileReadPost *.bz3 call gzip#read("bzip3 -rd")
|
||||||
]]
|
]]
|
||||||
|
|
13
qt5ct/qt5ct.conf
Normal file
13
qt5ct/qt5ct.conf
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/home/glados/.dotfiles/qt5ct/qt5ct.conf
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=Haiku
|
||||||
|
|
||||||
|
[ColorScheme]
|
||||||
|
active_colors=#ffffffff, #ff282a36, #ff282a36, #ff282a36, #ff282a36, #ff282a36, #ffffffff, #ffffffff, #ffffffff, #ff282a36, #ff282a36, #ffe7e4e0, #ffbd93f9, #fff9f9f9, #ffbd93f9, #ff554371, #ff282a36, #ffffffff, #ff282a36, #ffffffff, #80ffffff
|
||||||
|
disabled_colors=#ff808080, #ff282a36, #ff282a36, #ff282a36, #ff282a36, #ff282a36, #ff808080, #ffffffff, #ff808080, #ff282a36, #ff282a36, #ffe7e4e0, #ffbd93f9, #ff808080, #ffbd93f9, #ff554371, #ff282a36, #ffffffff, #ff282a36, #ffffffff, #80ffffff
|
||||||
|
inactive_colors=#ffffffff, #ff282a36, #ff282a36, #ff282a36, #ff282a36, #ff282a36, #ffffffff, #ffffffff, #ffffffff, #ff282a36, #ff282a36, #ffe7e4e0, #ffbd93f9, #fff9f9f9, #ffbd93f9, #ff554371, #ff282a36, #ffffffff, #ff282a36, #ffffffff, #80ffffff
|
||||||
|
|
||||||
|
[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"
|
|
@ -1,10 +1,7 @@
|
||||||
config.load_autoconfig(False)
|
config.load_autoconfig(False)
|
||||||
c.content.fullscreen.window = True
|
|
||||||
c.content.user_stylesheets = ['adblock.css', 'dracula.css', 'user.css']
|
|
||||||
|
|
||||||
c.confirm_quit = ['downloads']
|
c.confirm_quit = ['downloads']
|
||||||
c.qt.workarounds.remove_service_workers = True
|
c.qt.workarounds.remove_service_workers = True
|
||||||
c.url.start_pages = c.url.default_page = 'minifocs.fly.dev'
|
|
||||||
|
|
||||||
config.source('adblock.py')
|
config.source('adblock.py')
|
||||||
config.source('bindings.py')
|
config.source('bindings.py')
|
||||||
|
|
|
@ -42,7 +42,6 @@ def github(url: QUrl) -> bool:
|
||||||
return farside(url, '/gothub/')
|
return farside(url, '/gothub/')
|
||||||
|
|
||||||
#twitter = o(s, 'unrollnow.com')
|
#twitter = o(s, 'unrollnow.com')
|
||||||
twitter = o(s, 'nitter.poast.org')
|
|
||||||
|
|
||||||
m = {
|
m = {
|
||||||
"reddit.com": reddit,
|
"reddit.com": reddit,
|
||||||
|
|
|
@ -2,6 +2,7 @@ c.content.cookies.accept = "never"
|
||||||
c.content.javascript.enabled = False
|
c.content.javascript.enabled = False
|
||||||
c.content.notifications.enabled = False
|
c.content.notifications.enabled = False
|
||||||
c.content.register_protocol_handler = False
|
c.content.register_protocol_handler = False
|
||||||
|
c.url.start_pages = c.url.default_page = 'minifocs.fly.dev'
|
||||||
sites = [
|
sites = [
|
||||||
'archiveofourown.org',
|
'archiveofourown.org',
|
||||||
'canary.discord.com',
|
'canary.discord.com',
|
||||||
|
@ -12,7 +13,6 @@ sites = [
|
||||||
'*.albany.edu',
|
'*.albany.edu',
|
||||||
'api-3e0243bb.duosecurity.com',
|
'api-3e0243bb.duosecurity.com',
|
||||||
'api-71fc1511.duosecurity.com',
|
'api-71fc1511.duosecurity.com',
|
||||||
'www.gradescope.com',
|
|
||||||
]
|
]
|
||||||
for site in sites:
|
for site in sites:
|
||||||
config.set('content.javascript.enabled', True, 'https://' + site)
|
config.set('content.javascript.enabled', True, 'https://' + site)
|
||||||
|
|
|
@ -50,5 +50,8 @@ cc.webpage.darkmode.enabled = True
|
||||||
cc.webpage.preferred_color_scheme = 'dark'
|
cc.webpage.preferred_color_scheme = 'dark'
|
||||||
cc.webpage.darkmode.policy.images = 'never'
|
cc.webpage.darkmode.policy.images = 'never'
|
||||||
|
|
||||||
c.tabs.show = 'multiple'
|
|
||||||
c.completion.open_categories = ["bookmarks","history"]
|
c.completion.open_categories = ["bookmarks","history"]
|
||||||
|
c.content.fullscreen.window = True
|
||||||
|
c.content.prefers_reduced_motion = True
|
||||||
|
c.content.user_stylesheets = ['adblock.css', 'dracula.css', 'user.css']
|
||||||
|
c.tabs.show = 'multiple'
|
||||||
|
|
Loading…
Reference in a new issue