Compare commits

..

No commits in common. "9017ab0ca2d54ed231461aa8f4c90108a55397a6" and "01d584b925d64b9895114656f99cf7a78cf215e9" have entirely different histories.

5 changed files with 8 additions and 24 deletions

View file

@ -1,17 +0,0 @@
[Settings]
gtk-theme-name=rose-pine-gtk
gtk-icon-theme-name=rose-pine-icons
gtk-font-name=Noto Sans 11
gtk-cursor-theme-name=BreezeX-RosePine-Linux
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0

View file

@ -14,6 +14,7 @@ exec-once = gnome-keyring
# Hypridle # Hypridle
exec-once = hypridle exec-once = hypridle
exec-once = hyprpaper
# Mailspring # Mailspring
exec-once = mailspring --background --password-store="gnome-libsecret" exec-once = mailspring --background --password-store="gnome-libsecret"
@ -22,7 +23,7 @@ exec-once = mailspring --background --password-store="gnome-libsecret"
exec-once = nm-applet exec-once = nm-applet
# Pipewire # Pipewire
#exec-once = artix-pipewire-launcher restart exec-once = artix-pipewire-launcher restart
# Polkit # Polkit
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
@ -43,4 +44,4 @@ exec-once = udiskie
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2 exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
# Prevent hidden Wine System Tray window from keeping workspace existing # Prevent hidden Wine System Tray window from keeping workspace existing
#exec-once = $HOME/.scripts/kill-wine-explorer.sh exec-once = $HOME/.scripts/kill-wine-explorer.sh

View file

@ -62,7 +62,7 @@
#custom-cpu-temp, #custom-cpu-temp,
#cpu, #cpu,
#clock { #clock {
padding: 6px; padding: 2px 6px;
} }
/* /*

View file

@ -6,19 +6,19 @@
} }
{ {
"label" : "logout", "label" : "logout",
"action" : "hyprctl dispatch exit", "action" : "pkill -9 -u $(id -u) Hyprland",
"text" : "Logout", "text" : "Logout",
"keybind" : "e" "keybind" : "e"
} }
{ {
"label" : "shutdown", "label" : "shutdown",
"action" : "poweroff", "action" : "loginctl poweroff",
"text" : "Shutdown", "text" : "Shutdown",
"keybind" : "s" "keybind" : "s"
} }
{ {
"label" : "reboot", "label" : "reboot",
"action" : "reboot", "action" : "loginctl reboot",
"text" : "Reboot", "text" : "Reboot",
"keybind" : "r" "keybind" : "r"
} }

View file

@ -20,7 +20,7 @@ printenv SSH_TTY &> /dev/null || wal -R
# Autostart on TTY1: # Autostart on TTY1:
# Hyprland on laptop # Hyprland on laptop
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec Hyprland [[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec dbus-run-session Hyprland
# Plasma on desktop # Plasma on desktop
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx [[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx