mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-27 07:26:43 +00:00
gtk: force override libadwaita and set stuff consistently
This commit is contained in:
parent
32f6847ed6
commit
b4bc56bf67
6
archpkgs
6
archpkgs
|
@ -23,12 +23,12 @@ clang
|
||||||
cmake
|
cmake
|
||||||
cpupower
|
cpupower
|
||||||
dart-sass
|
dart-sass
|
||||||
dnsmasq
|
|
||||||
doas-sudo-shim
|
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
|
dracula-kde-theme-git
|
||||||
|
elvish
|
||||||
expac
|
expac
|
||||||
fd
|
fd
|
||||||
firejail
|
firejail
|
||||||
|
@ -56,7 +56,6 @@ intel-media-driver
|
||||||
intel-ucode
|
intel-ucode
|
||||||
inxi
|
inxi
|
||||||
jack2
|
jack2
|
||||||
jaq
|
|
||||||
jdupes
|
jdupes
|
||||||
jless
|
jless
|
||||||
jpegoptim
|
jpegoptim
|
||||||
|
@ -93,6 +92,7 @@ neovim
|
||||||
netsurf
|
netsurf
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
networkmanager
|
networkmanager
|
||||||
|
networkmanager-openconnect
|
||||||
nicotine+
|
nicotine+
|
||||||
ninja
|
ninja
|
||||||
nnn
|
nnn
|
||||||
|
@ -106,7 +106,6 @@ parallel
|
||||||
pcmanfm-gtk3
|
pcmanfm-gtk3
|
||||||
perl-parallel-forkmanager
|
perl-parallel-forkmanager
|
||||||
php
|
php
|
||||||
picocom
|
|
||||||
pipewire
|
pipewire
|
||||||
pngquant
|
pngquant
|
||||||
poppler
|
poppler
|
||||||
|
@ -141,7 +140,6 @@ sof-firmware
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
starship
|
starship
|
||||||
steam
|
steam
|
||||||
stlink
|
|
||||||
stow
|
stow
|
||||||
sxiv
|
sxiv
|
||||||
syncthing
|
syncthing
|
||||||
|
|
|
@ -15,6 +15,7 @@ echo kernel.core_pattern=/dev/null | s tee -a /etc/sysctl.d/50-coredump.conf
|
||||||
echo options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1 enable__psr=1 | s tee -a /etc/modprobe.d/i915.conf
|
echo options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1 enable__psr=1 | s tee -a /etc/modprobe.d/i915.conf
|
||||||
echo options lsm=landlock,lockdown,yama,integrity,apparmor,bpf | s tee -a /boot/loader/entries/*.conf
|
echo options lsm=landlock,lockdown,yama,integrity,apparmor,bpf | s tee -a /boot/loader/entries/*.conf
|
||||||
|
|
||||||
|
mkdir -p ~/.parallel/will-cite
|
||||||
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
||||||
fish -c "aliases"
|
fish -c "aliases"
|
||||||
|
|
||||||
|
@ -32,12 +33,6 @@ nvim +PaqInstall +q
|
||||||
g g p:appdwarf ~/.local/appdwarf
|
g g p:appdwarf ~/.local/appdwarf
|
||||||
g g p:haiku-icons ~/.local/share/icons/Haiku
|
g g p:haiku-icons ~/.local/share/icons/Haiku
|
||||||
|
|
||||||
mkdir -p ~/.parallel/will-cite
|
|
||||||
parallel gsettings set org.gnome.desktop.interface {}-theme Haiku ::: cursor icon
|
|
||||||
|
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme Dracula
|
|
||||||
gsettings set org.gnome.desktop.peripherals.touchpad disable-while-typing false
|
|
||||||
|
|
||||||
for i in ~/.dotfiles/dconf/*; do
|
for i in ~/.dotfiles/dconf/*; do
|
||||||
dconf reset -f "$(basename "$i" | tr : /)"
|
dconf reset -f "$(basename "$i" | tr : /)"
|
||||||
#shellcheck disable=SC2094
|
#shellcheck disable=SC2094
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[budgie-panel]
|
[budgie-panel]
|
||||||
builtin-theme=true
|
builtin-theme=false
|
||||||
confirm-remove-applet=false
|
confirm-remove-applet=false
|
||||||
dark-theme=true
|
dark-theme=true
|
||||||
migration-level=1
|
migration-level=1
|
||||||
|
|
8
dconf/:org:gnome:desktop:interface:
Normal file
8
dconf/:org:gnome:desktop:interface:
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[/]
|
||||||
|
color-scheme='prefer-dark'
|
||||||
|
cursor-theme='Haiku'
|
||||||
|
enable-animations=false
|
||||||
|
gtk-theme='Dracula'
|
||||||
|
icon-theme='Haiku'
|
||||||
|
show-battery-percentage=true
|
||||||
|
text-scaling-factor=1.25
|
2
dconf/:org:gnome:desktop:peripherals:touchpad:
Normal file
2
dconf/:org:gnome:desktop:peripherals:touchpad:
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[/]
|
||||||
|
disable-while-typing=false
|
|
@ -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=nvimpager
|
export EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1 PAGER=nvimpager
|
||||||
export QT_STYLE_OVERRIDE=kvantum
|
export QT_STYLE_OVERRIDE=kvantum 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
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[Settings]
|
|
||||||
gtk-theme-name=Ant-Dracula
|
|
||||||
gtk-cursor-theme-name=Haiku
|
|
||||||
gtk-icon-theme-name=Haiku
|
|
||||||
gtk-font-name = Clear Sans 13
|
|
1
gtk-4.0/gtk.css
Symbolic link
1
gtk-4.0/gtk.css
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../gtk-3.0/gtk.css
|
Loading…
Reference in a new issue