more changes
This commit is contained in:
parent
b6ad9cdd70
commit
46db9d8968
@ -33,7 +33,6 @@ exec-once = $HOME/.config/waybar/start.sh
|
|||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = $HOME/.config/hypr/start-hyprpaper.sh
|
exec-once = $HOME/.config/hypr/start-hyprpaper.sh
|
||||||
exec-once = copyq --start-server
|
|
||||||
exec-once = gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
|
exec-once = gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
|
||||||
|
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
@ -41,7 +40,7 @@ exec-once = blueman-applet
|
|||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = HYPRCURSOR_ENABLED,0
|
env = HYPRCURSOR_ENABLED,0
|
||||||
env = XCURSOR_THEME,Adwaita
|
env = XCURSOR_THEME,Yaru
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
|
env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
|
||||||
|
|
||||||
@ -144,7 +143,7 @@ device {
|
|||||||
sensitivity = -0.5
|
sensitivity = -0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
monitor = , preferred, auto, 1.2
|
monitor = , preferred, auto, 1.25
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
@ -55,7 +55,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tray * {
|
#tray * {
|
||||||
color: #303030;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-cpu {
|
#custom-cpu {
|
||||||
|
6
install
6
install
@ -25,8 +25,8 @@ if [[ ! -e "$HOME/.local/bin/rickroll" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if command -v gsettings &> /dev/null; then
|
if command -v gsettings &> /dev/null; then
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme Adwaita
|
gsettings set org.gnome.desktop.interface gtk-theme Yaru-dark
|
||||||
gsettings set org.gnome.desktop.interface icon-theme Adwaita
|
gsettings set org.gnome.desktop.interface icon-theme Yaru-dark
|
||||||
gsettings set org.gnome.desktop.interface cursor-theme Adwaita
|
gsettings set org.gnome.desktop.interface cursor-theme Yaru
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user